Pull request #4002 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d5098ec541f92ca7a29fea3280899e4f4e507633+8b0dec85218ed508cf19f063ec152f29e8927c81 (43643b228c9e5d3b70adff40c5dc60cb4f2ffb53) 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-ssh11425056063550076209.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9124794741044129790.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh394538108172726695.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11259262987921610482.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5367690261230407625.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9061966706957781070.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-34491 in /w/workspace/edgexfoundry_edgex-go_PR-4002 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 8b0dec85218ed508cf19f063ec152f29e8927c81 into PR head commit d5098ec541f92ca7a29fea3280899e4f4e507633 Merge succeeded, producing d5098ec541f92ca7a29fea3280899e4f4e507633 Checking out Revision d5098ec541f92ca7a29fea3280899e4f4e507633 (PR-4002) > 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/4002/head:refs/remotes/origin/PR-4002 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5098ec541f92ca7a29fea3280899e4f4e507633 # 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 8b0dec85218ed508cf19f063ec152f29e8927c81 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5098ec541f92ca7a29fea3280899e4f4e507633 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:07:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:07:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:07:27 ========================================================= 19:07:27 EdgeX Global Pipelines Version Info 19:07:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:07:28 ------------------- 19:07:28 stable info: 19:07:28 ------------------- 19:07:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:07:28 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 19:07:28 Message: update stable to v1.0.227 19:07:28 ------------------- 19:07:28 experimental info: 19:07:28 ------------------- 19:07:28 Commited By: **** collab-it+edgex@linuxfoundation.org 19:07:28 Commit SHA: 602d0728ebfd21a5b975e02ac0465e47e5fef8c7 19:07:28 Message: update experimental to v1.0.228 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:07:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:07:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4002 [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4002 [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4002 [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5098ec541f92ca7a29fea3280899e4f4e507633 [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5098ec [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:07:30 provisioning config files... 19:07:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6270039088189151622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:07:30 ---> docker-login.sh 19:07:30 nexus3.edgexfoundry.org:10001 19:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:30 Configure a credential helper to remove this warning. See 19:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:30 19:07:30 Login Succeeded 19:07:30 nexus3.edgexfoundry.org:10002 19:07:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:31 Configure a credential helper to remove this warning. See 19:07:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:31 19:07:31 Login Succeeded 19:07:31 nexus3.edgexfoundry.org:10003 19:07:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:31 Configure a credential helper to remove this warning. See 19:07:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:31 19:07:31 Login Succeeded 19:07:31 nexus3.edgexfoundry.org:10004 19:07:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:31 Configure a credential helper to remove this warning. See 19:07:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:31 19:07:31 Login Succeeded 19:07:31 docker.io 19:07:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:31 Configure a credential helper to remove this warning. See 19:07:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:31 19:07:31 Login Succeeded 19:07:31 ---> docker-login.sh ends [Pipeline] } 19:07:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:32 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:07:32 + dirname cmd/core-command/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo core-command,cmd/core-command/Dockerfile 19:07:32 + dirname cmd/core-data/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo core-data,cmd/core-data/Dockerfile 19:07:32 + dirname cmd/core-metadata/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo core-metadata,cmd/core-metadata/Dockerfile 19:07:32 + + dirname cmd/security-bootstrapper/Dockerfile 19:07:32 cut -d/ -f2 19:07:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:07:32 + dirname cmd/security-proxy-setup/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:07:32 + dirname cmd/security-secretstore-setup/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:07:32 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:07:32 + dirname cmd/security-spire-agent/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:07:32 + dirname cmd/security-spire-config/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:07:32 + dirname cmd/security-spire-server/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:07:32 + dirname cmd/support-notifications/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo support-notifications,cmd/support-notifications/Dockerfile 19:07:32 + dirname cmd/support-scheduler/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:07:32 + dirname cmd/sys-mgmt-agent/Dockerfile 19:07:32 + cut -d/ -f2 19:07:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:07:32 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:07:32 + git rev-list -1 --merges d5098ec541f92ca7a29fea3280899e4f4e507633~1..d5098ec541f92ca7a29fea3280899e4f4e507633 [Pipeline] echo 19:07:32 -----------> git rev-list -1 --merges d5098ec541f92ca7a29fea3280899e4f4e507633~1..d5098ec541f92ca7a29fea3280899e4f4e507633 d5098ec541f92ca7a29fea3280899e4f4e507633 [false] [Pipeline] sh 19:07:33 + git log --format=format:%s -1 d5098ec541f92ca7a29fea3280899e4f4e507633 [Pipeline] echo 19:07:33 ========================================================= 19:07:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:07:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:07:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:07:33 + grep -v github /etc/ssh/ssh_known_hosts 19:07:33 + [ -e /tmp/ssh_known_hosts ] 19:07:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:07:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:07:33 + sudo tee -a /etc/ssh/ssh_known_hosts 19:07:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 19:07:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 19:07:34 19:07:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:07:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 19:07:34 latest: Pulling from edgex-devops/py-git-semver 19:07:34 1fe172e4850f: Pulling fs layer 19:07:34 caf521ccaac6: Pulling fs layer 19:07:34 3ead6fa29328: Pulling fs layer 19:07:34 5c2a1cbceb83: Pulling fs layer 19:07:34 a8d5f1318db7: Pulling fs layer 19:07:34 c427282e49a2: Pulling fs layer 19:07:34 1827001aaf11: Pulling fs layer 19:07:34 0714d37db230: Pulling fs layer 19:07:34 ac28cf19c067: Pulling fs layer 19:07:34 ca983d60f3e2: Pulling fs layer 19:07:34 9f894cec8388: Pulling fs layer 19:07:34 a8d5f1318db7: Waiting 19:07:34 5c2a1cbceb83: Waiting 19:07:34 c427282e49a2: Waiting 19:07:34 ca983d60f3e2: Waiting 19:07:34 ac28cf19c067: Waiting 19:07:34 0714d37db230: Waiting 19:07:34 9f894cec8388: Waiting 19:07:34 caf521ccaac6: Verifying Checksum 19:07:34 caf521ccaac6: Download complete 19:07:34 5c2a1cbceb83: Verifying Checksum 19:07:34 5c2a1cbceb83: Download complete 19:07:34 a8d5f1318db7: Verifying Checksum 19:07:34 a8d5f1318db7: Download complete 19:07:35 3ead6fa29328: Verifying Checksum 19:07:35 3ead6fa29328: Download complete 19:07:35 0714d37db230: Verifying Checksum 19:07:35 0714d37db230: Download complete 19:07:35 ac28cf19c067: Download complete 19:07:35 ca983d60f3e2: Verifying Checksum 19:07:35 ca983d60f3e2: Download complete 19:07:35 1fe172e4850f: Verifying Checksum 19:07:35 1fe172e4850f: Download complete 19:07:35 9f894cec8388: Download complete 19:07:35 1827001aaf11: Verifying Checksum 19:07:35 1827001aaf11: Download complete 19:07:36 1fe172e4850f: Pull complete 19:07:36 caf521ccaac6: Pull complete 19:07:37 3ead6fa29328: Pull complete 19:07:37 5c2a1cbceb83: Pull complete 19:07:37 a8d5f1318db7: Pull complete 19:07:37 c427282e49a2: Pull complete 19:07:39 1827001aaf11: Pull complete 19:07:39 0714d37db230: Pull complete 19:07:39 ac28cf19c067: Pull complete 19:07:39 ca983d60f3e2: Pull complete 19:07:39 9f894cec8388: Pull complete 19:07:39 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 19:07:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 19:07:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 19:07:39 prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container 19:07:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 19:07:41 $ docker top 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 -eo pid,comm 19:07:41 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:07:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:07:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:41 [ssh-agent] Looking for ssh-agent implementation... 19:07:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:42 $ docker exec 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 ssh-agent 19:07:42 SSH_AUTH_SOCK=/tmp/ssh-AUMc1Pua6qOO/agent.33 19:07:42 SSH_AGENT_PID=39 19:07:42 Running ssh-add (command line suppressed) 19:07:42 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5762005753712604299.key (/w/workspace/edgex-go/1@tmp/private_key_5762005753712604299.key) 19:07:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:42 + git tag --points-at HEAD [Pipeline] } 19:07:42 $ docker exec --env ******** --env ******** 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 ssh-agent -k 19:07:42 unset SSH_AUTH_SOCK; 19:07:42 unset SSH_AGENT_PID; 19:07:42 echo Agent pid 39 killed; 19:07:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:07:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:42 [ssh-agent] Looking for ssh-agent implementation... 19:07:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:43 $ docker exec 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 ssh-agent 19:07:43 SSH_AUTH_SOCK=/tmp/ssh-TDWB8IUCSQpX/agent.73 19:07:43 SSH_AGENT_PID=79 19:07:43 Running ssh-add (command line suppressed) 19:07:43 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4283964802756598008.key (/w/workspace/edgex-go/1@tmp/private_key_4283964802756598008.key) 19:07:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:43 + git semver init 19:07:43 2022-05-02 19:07:43,799 [run_init] DEBUG init version:0.0.0 force:False 19:07:43 2022-05-02 19:07:43,800 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:07:43 2022-05-02 19:07:43,801 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:07:43 2022-05-02 19:07:43,801 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:07:49 2022-05-02 19:07:48,333 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:07:49 2022-05-02 19:07:48,334 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4002 with force:False 19:07:49 2022-05-02 19:07:48,334 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4002 19:07:49 2022-05-02 19:07:48,337 [execute] INFO git cat-file --batch-check 19:07:49 2022-05-02 19:07:48,338 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:07:49 2022-05-02 19:07:48,344 [execute] INFO git cat-file --batch 19:07:49 2022-05-02 19:07:48,344 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:07:49 2022-05-02 19:07:48,350 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4002 19:07:49 0.0.0 [Pipeline] } 19:07:49 $ docker exec --env ******** --env ******** 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 ssh-agent -k 19:07:49 unset SSH_AUTH_SOCK; 19:07:49 unset SSH_AGENT_PID; 19:07:49 echo Agent pid 79 killed; 19:07:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:49 + git semver [Pipeline] } 19:07:50 $ docker stop --time=1 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 19:07:51 $ docker rm -f 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 [Pipeline] // withDockerContainer [Pipeline] sh 19:07:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:07:52 Stashed 1 file(s) [Pipeline] echo 19:07:52 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 19:07:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:07:52 ========================================================= 19:07:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 19:07:52 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:07:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:07:53 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 19:07:53 59bf1c3509f3: Pulling fs layer 19:07:53 666ba61612fd: Pulling fs layer 19:07:53 8ed8ca486205: Pulling fs layer 19:07:53 4fe6c5a15a65: Pulling fs layer 19:07:53 22a0e8bec74d: Pulling fs layer 19:07:53 ca2b28591e48: Pulling fs layer 19:07:53 a51346096db8: Pulling fs layer 19:07:53 daebc70d1ce1: Pulling fs layer 19:07:53 0e18a0eac166: Pulling fs layer 19:07:53 4fe6c5a15a65: Waiting 19:07:53 22a0e8bec74d: Waiting 19:07:53 ca2b28591e48: Waiting 19:07:53 daebc70d1ce1: Waiting 19:07:53 a51346096db8: Waiting 19:07:53 0e18a0eac166: Waiting 19:07:53 8ed8ca486205: Download complete 19:07:53 666ba61612fd: Verifying Checksum 19:07:53 666ba61612fd: Download complete 19:07:53 22a0e8bec74d: Verifying Checksum 19:07:53 22a0e8bec74d: Download complete 19:07:53 59bf1c3509f3: Verifying Checksum 19:07:53 59bf1c3509f3: Download complete 19:07:53 ca2b28591e48: Verifying Checksum 19:07:53 ca2b28591e48: Download complete 19:07:53 a51346096db8: Verifying Checksum 19:07:53 a51346096db8: Download complete 19:07:53 59bf1c3509f3: Pull complete 19:07:53 666ba61612fd: Pull complete 19:07:53 daebc70d1ce1: Verifying Checksum 19:07:53 daebc70d1ce1: Download complete 19:07:53 8ed8ca486205: Pull complete 19:07:54 0e18a0eac166: Verifying Checksum 19:07:54 0e18a0eac166: Download complete 19:07:54 4fe6c5a15a65: Verifying Checksum 19:07:54 4fe6c5a15a65: Download complete 19:07:58 4fe6c5a15a65: Pull complete 19:07:58 22a0e8bec74d: Pull complete 19:07:58 ca2b28591e48: Pull complete 19:07:58 a51346096db8: Pull complete 19:07:58 daebc70d1ce1: Pull complete 19:08:00 0e18a0eac166: Pull complete 19:08:00 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 19:08:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:08:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:08:01 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:08:01 WORKDIR /edgex 19:08:01 COPY go.mod . 19:08:01 RUN go mod download 19:08:01 + docker build -t ci-base-image-x86_64 -f - . 19:08:02 Sending build context to Docker daemon 335.2MB 19:08:02 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:08:02 ---> f018257e8ee9 19:08:02 Step 2/4 : WORKDIR /edgex 19:08:05 ---> Running in f57f760b467f 19:08:05 Removing intermediate container f57f760b467f 19:08:05 ---> eb67f159df15 19:08:05 Step 3/4 : COPY go.mod . 19:08:05 ---> c14d1b57ac91 19:08:05 Step 4/4 : RUN go mod download 19:08:05 ---> Running in 32f152c8746b 19:08:07 Still waiting to schedule task 19:08:07 ‘prd-ubuntu20.04-docker-arm64-4c-16g-34492’ is offline 19:08:23 Removing intermediate container 32f152c8746b 19:08:23 ---> a5a7e5cc93ce 19:08:23 Successfully built a5a7e5cc93ce 19:08:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:08:23 + docker inspect -f . ci-base-image-x86_64 19:08:23 . [Pipeline] withDockerContainer 19:08:23 prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container 19:08:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:08:24 $ docker top 74d2ea7d049193e27d273b97a325116f9c36cace5bf3db8f1bd944dc10be79fd -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:24 + go version 19:08:24 go version go1.17.6 linux/amd64 [Pipeline] } 19:08:24 $ docker stop --time=1 74d2ea7d049193e27d273b97a325116f9c36cace5bf3db8f1bd944dc10be79fd 19:08:26 $ docker rm -f 74d2ea7d049193e27d273b97a325116f9c36cace5bf3db8f1bd944dc10be79fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:08:26 + docker inspect -f . ci-base-image-x86_64 19:08:26 . [Pipeline] withDockerContainer 19:08:27 prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container 19:08:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:08:27 $ docker top b1e479c399af025136ac04f9d73c3d58b4be63e0140c29db88e67a7d5157f27b -eo pid,comm [Pipeline] { [Pipeline] echo 19:08:27 ========================================================= 19:08:27 [edgeXBuildGoParallel] Running Tests and Build... 19:08:27 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:08:28 + make test 19:08:28 go mod tidy -compat=1.17 19:08:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:08:34 ? github.com/edgexfoundry/edgex-go [no test files] 19:08:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:08:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:08:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.078s coverage: 28.7% of statements 19:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.120s coverage: 98.5% of statements 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.089s coverage: 53.4% of statements 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.862s coverage: 89.2% of statements 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.087s coverage: 84.4% of statements 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.454s coverage: 95.6% of statements 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 60.0% of statements 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.135s coverage: 0.9% of statements 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 29.6% of statements 19:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.102s coverage: 47.1% of statements 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements 19:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 19:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements 19:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.088s coverage: 44.8% of statements 19:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.187s coverage: 82.5% of statements 19:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.098s coverage: 92.9% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.024s coverage: 65.1% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 58.8% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.0% of statements 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 85.4% of statements 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.149s coverage: 91.2% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.156s coverage: 64.4% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 65.4% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 43.8% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.166s coverage: 92.3% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.119s coverage: 97.7% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 19:09:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 19:09:13 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:09:34 GO111MODULE=on go vet ./... 19:09:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:09:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:09:38 ./bin/test-attribution-txt.sh [Pipeline] echo 19:09:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:09:39 + ls -al . 19:09:39 total 672 19:09:39 drwxrwxr-x 10 1001 1001 4096 May 2 19:09 . 19:09:39 drwxr-xr-x 4 root root 4096 May 2 19:08 .. 19:09:39 -rw-rw-r-- 1 1001 1001 11 May 2 19:07 .dockerignore 19:09:39 drwxrwxr-x 8 1001 1001 4096 May 2 19:07 .git 19:09:39 drwxrwxr-x 3 1001 1001 4096 May 2 19:07 .github 19:09:39 -rw-rw-r-- 1 1001 1001 879 May 2 19:07 .gitignore 19:09:39 -rw-rw-r-- 1 1001 1001 42 May 2 19:07 .golangci.yml 19:09:39 -rw-rw-r-- 1 1001 1001 87 May 2 19:07 .hadolint.yml 19:09:39 drwxr-xr-x 3 1001 1001 4096 May 2 19:07 .semver 19:09:39 -rw-rw-r-- 1 1001 1001 166 May 2 19:07 .sonarcloud.properties 19:09:39 -rw-rw-r-- 1 1001 1001 1171 May 2 19:07 ADOPTERS.md 19:09:39 -rw-rw-r-- 1 1001 1001 10086 May 2 19:07 Attribution.txt 19:09:39 -rw-rw-r-- 1 1001 1001 51732 May 2 19:07 CHANGELOG.md 19:09:39 -rw-rw-r-- 1 1001 1001 3804 May 2 19:07 CONTRIBUTING.md 19:09:39 -rw-rw-r-- 1 1001 1001 677 May 2 19:07 GOVERNANCE.md 19:09:39 -rw-rw-r-- 1 1001 1001 850 May 2 19:07 Jenkinsfile 19:09:39 -rw-rw-r-- 1 1001 1001 10775 May 2 19:07 LICENSE 19:09:39 -rw-rw-r-- 1 1001 1001 10389 May 2 19:07 Makefile 19:09:39 -rw-rw-r-- 1 1001 1001 582 May 2 19:07 OWNERS.md 19:09:39 -rw-rw-r-- 1 1001 1001 9120 May 2 19:07 README.md 19:09:39 -rw-rw-r-- 1 1001 1001 6912 May 2 19:07 SECURITY.md 19:09:39 -rw-rw-r-- 1 1001 1001 5 May 2 19:07 VERSION 19:09:39 -rw-rw-r-- 1 1001 1001 4131 May 2 19:07 ZMQWindows.md 19:09:39 drwxrwxr-x 2 1001 1001 4096 May 2 19:07 bin 19:09:39 drwxrwxr-x 18 1001 1001 4096 May 2 19:07 cmd 19:09:39 -rw-r--r-- 1 root root 435134 May 2 19:09 coverage.out 19:09:39 -rw-rw-r-- 1 1001 1001 3256 May 2 19:07 go.mod 19:09:39 -rw-rw-r-- 1 1001 1001 35162 May 2 19:08 go.sum 19:09:39 drwxrwxr-x 8 1001 1001 4096 May 2 19:07 internal 19:09:39 drwxrwxr-x 3 1001 1001 4096 May 2 19:07 openapi 19:09:39 drwxrwxr-x 4 1001 1001 4096 May 2 19:07 snap 19:09:39 -rw-rw-r-- 1 1001 1001 204 May 2 19:07 version.go [Pipeline] sh 19:09:39 + '[' -e coverage.out ] 19:09:39 + chown 1001:1001 coverage.out [Pipeline] stash 19:09:39 Stashed 1 file(s) [Pipeline] sh 19:09:40 + make build 19:09:40 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:09:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:10:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:10:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:10:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:10:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:10:11 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:10:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:10:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:10:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:10:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:10:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:10:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:10:18 $ docker stop --time=1 b1e479c399af025136ac04f9d73c3d58b4be63e0140c29db88e67a7d5157f27b 19:10:22 $ docker rm -f b1e479c399af025136ac04f9d73c3d58b4be63e0140c29db88e67a7d5157f27b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:10:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:23 19:10:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:10:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:23 latest: Pulling from edgex-devops/edgex-compose 19:10:23 cbdbe7a5bc2a: Pulling fs layer 19:10:23 ca9280d653b3: Pulling fs layer 19:10:23 7e9c9ca2126c: Pulling fs layer 19:10:23 cbdbe7a5bc2a: Download complete 19:10:23 ca9280d653b3: Verifying Checksum 19:10:23 ca9280d653b3: Download complete 19:10:23 cbdbe7a5bc2a: Pull complete 19:10:24 7e9c9ca2126c: Download complete 19:10:24 ca9280d653b3: Pull complete 19:10:27 7e9c9ca2126c: Pull complete 19:10:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:10:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:10:27 prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container 19:10:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:10:30 $ docker top 63cae0dd4fe1765200da5859c5d97f69a86f66e5bf4ea023376bedfd2274573c -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:30 + docker-compose build --help 19:10:30 + grep parallel 19:10:31 --parallel Build images in parallel. [Pipeline] } 19:10:31 $ docker stop --time=1 63cae0dd4fe1765200da5859c5d97f69a86f66e5bf4ea023376bedfd2274573c 19:10:32 $ docker rm -f 63cae0dd4fe1765200da5859c5d97f69a86f66e5bf4ea023376bedfd2274573c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:10:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:33 . [Pipeline] withDockerContainer 19:10:33 prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container 19:10:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:10:33 $ docker top cc06b8e559949395e985e67699de6acf7c2e0bdfad3ca46f651742e5f225f999 -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:34 + docker-compose -f ./docker-compose-build.yml build --parallel 19:10:34 Building core-command ... 19:10:34 Building core-data ... 19:10:34 Building core-metadata ... 19:10:34 Building security-bootstrapper ... 19:10:34 Building security-proxy-setup ... 19:10:34 Building security-secretstore-setup ... 19:10:34 Building security-spiffe-token-provider ... 19:10:34 Building security-spire-agent ... 19:10:34 Building security-spire-config ... 19:10:34 Building security-spire-server ... 19:10:34 Building support-notifications ... 19:10:34 Building support-scheduler ... 19:10:34 Building sys-mgmt-agent ... 19:10:34 Building sys-mgmt-agent 19:10:34 Building security-bootstrapper 19:10:34 Building security-spire-config 19:10:34 Building support-scheduler 19:10:34 Building support-notifications 19:10:53 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:53 ---> a5a7e5cc93ce 19:10:53 Step 3/22 : WORKDIR /edgex-go 19:10:53 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:53 ---> a5a7e5cc93ce 19:10:53 Step 3/23 : WORKDIR /edgex-go 19:10:53 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:53 ---> a5a7e5cc93ce 19:10:53 Step 3/22 : WORKDIR /edgex-go 19:10:53 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:53 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:10:53 ---> a5a7e5cc93ce 19:10:53 Step 3/31 : WORKDIR /edgex-go 19:10:53 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:10:53 ---> a5a7e5cc93ce 19:10:53 Step 3/26 : WORKDIR /edgex-go 19:10:56 ---> Running in b89f4663e892 19:10:56 ---> Running in 6797325a5f15 19:10:56 ---> Running in 020d58ae1a4e 19:10:56 ---> Running in 33831a9be412 19:10:56 ---> Running in 5ee2886bd435 19:10:57 Removing intermediate container b89f4663e892 19:10:57 ---> c9f51a64f7c7 19:10:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:57 Removing intermediate container 6797325a5f15 19:10:57 ---> 23c8f627c1a1 19:10:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:57 Removing intermediate container 020d58ae1a4e 19:10:57 Removing intermediate container 33831a9be412 19:10:57 ---> 192ede520e7a 19:10:57 ---> 63b81859d89a 19:10:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:57 19:10:57 Removing intermediate container 5ee2886bd435 19:10:57 ---> 070c8e3459cb 19:10:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:57 ---> Running in ba5397e12337 19:10:57 ---> Running in 52aa1a1a5e24 19:10:57 ---> Running in c9faecbc62fc 19:10:57 ---> Running in abb0f45a2e42 19:10:57 ---> Running in a3e4f37dc23c 19:10:58 Removing intermediate container ba5397e12337 19:10:58 ---> 670eb0cb1cb5 19:10:58 Step 5/31 : RUN apk add --update --no-cache make git 19:10:58 ---> Running in 9712afac0765 19:10:58 Removing intermediate container c9faecbc62fc 19:10:58 ---> 8feb415ef44c 19:10:58 Step 5/22 : RUN apk add --update --no-cache make git 19:10:58 Removing intermediate container 52aa1a1a5e24 19:10:58 ---> 252b7de8af6b 19:10:58 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:10:58 ---> Running in d9783bfd551a 19:10:58 ---> Running in 2b09499377ce 19:10:59 Removing intermediate container abb0f45a2e42 19:10:59 ---> 92165d2673b3 19:10:59 Step 5/23 : RUN apk add --update --no-cache make bash git 19:10:59 ---> Running in 07ba08d2aa91 19:10:59 Removing intermediate container a3e4f37dc23c 19:10:59 ---> 9ab9674cd02e 19:10:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:10:59 ---> Running in aaf1ae88d416 19:10:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:00 OK: 221 MiB in 52 packages 19:11:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:01 OK: 221 MiB in 52 packages 19:11:01 OK: 221 MiB in 52 packages 19:11:01 Removing intermediate container 9712afac0765 19:11:01 ---> 450239deacdb 19:11:01 Step 6/31 : COPY go.mod vendor* ./ 19:11:01 OK: 221 MiB in 52 packages 19:11:01 OK: 221 MiB in 52 packages 19:11:01 ---> c10c10fdbe5a 19:11:01 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:01 ---> Running in f68618599a46 19:11:01 Removing intermediate container 2b09499377ce 19:11:01 ---> f18af840f36d 19:11:01 Step 6/26 : COPY go.mod vendor* ./ 19:11:01 Removing intermediate container d9783bfd551a 19:11:01 ---> 98495994c242 19:11:01 Step 6/22 : COPY go.mod vendor* ./ 19:11:01 ---> 481fdbc4d3c8 19:11:01 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:01 ---> 855316d049c4 19:11:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:01 ---> Running in ee5a94944bf0 19:11:02 ---> Running in 6db17f0e7604 19:11:02 Removing intermediate container 07ba08d2aa91 19:11:02 ---> 6f814858b095 19:11:02 Step 6/23 : COPY go.mod vendor* ./ 19:11:02 Removing intermediate container aaf1ae88d416 19:11:02 ---> 129bd972792e 19:11:02 Step 6/22 : COPY go.mod vendor* ./ 19:11:02 ---> d35ccd8cffbe 19:11:02 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:02 ---> da7db5022047 19:11:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:02 ---> Running in 7f0f36b9630b 19:11:02 ---> Running in b05639c1f5bf 19:11:02 Removing intermediate container f68618599a46 19:11:02 ---> f0846a4bc797 19:11:02 Step 8/31 : COPY . . 19:11:06 Removing intermediate container ee5a94944bf0 19:11:06 ---> 09cb17462e3b 19:11:06 Step 8/26 : COPY . . 19:11:06 Removing intermediate container 6db17f0e7604 19:11:06 ---> 1b26c4f9f183 19:11:06 Step 8/22 : COPY . . 19:11:06 Removing intermediate container 7f0f36b9630b 19:11:06 ---> 8f42786fffc0 19:11:06 Step 8/23 : COPY . . 19:11:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-34494 in /w/workspace/edgexfoundry_edgex-go_PR-4002 [Pipeline] { [Pipeline] ws 19:11:07 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:11:07 The recommended git tool is: git 19:11:15 using credential edgex-jenkins-ssh 19:11:15 Cloning the remote Git repository 19:11:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:11:15 > git init /w/workspace/edgex-go/1 # timeout=10 19:11:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:15 > git --version # timeout=10 19:11:15 > git --version # 'git version 2.25.1' 19:11:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:17 Removing intermediate container b05639c1f5bf 19:11:17 ---> a2f3aa14c998 19:11:17 Step 8/22 : COPY . . 19:11:17 ---> e35bcd42bc65 19:11:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:11:17 ---> 6b36dd25f253 19:11:17 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:11:17 ---> ada9129b5ff0 19:11:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:11:17 ---> 74335e5f4c0a 19:11:17 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:11:19 ---> Running in f3bf6e4c814f 19:11:19 ---> Running in 5de92d9831ed 19:11:19 ---> Running in b3da63b691e5 19:11:19 ---> Running in 641e5eecf872 19:11:19 Removing intermediate container 641e5eecf872 19:11:19 ---> 718ceb785976 19:11:19 Step 10/26 : RUN mkdir -p spire-build 19:11:19 ---> Running in 9e26fa5f25e8 19:11:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:11:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:11:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:11:21 ---> 22486cc1b469 19:11:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:11:21 Removing intermediate container 9e26fa5f25e8 19:11:21 ---> fc7ff744bf39 19:11:21 Step 11/26 : WORKDIR /edgex-go/spire-build 19:11:21 ---> Running in 026c93f24da5 19:11:21 ---> Running in 53629a839343 19:11:21 Removing intermediate container 53629a839343 19:11:21 ---> cd32481c12bc 19:11:21 Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:11:21 ---> Running in 112aefaaa903 19:11:21 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:11:23 spire-1.2.1/ 19:11:23 spire-1.2.1/.data/ 19:11:23 spire-1.2.1/.data/.file 19:11:23 spire-1.2.1/.dockerignore 19:11:23 spire-1.2.1/.gitattributes 19:11:23 spire-1.2.1/.githooks/ 19:11:23 spire-1.2.1/.githooks/pre-commit 19:11:23 spire-1.2.1/.github/ 19:11:23 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:11:23 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:11:23 spire-1.2.1/.github/dependabot.yml 19:11:23 spire-1.2.1/.github/workflows/ 19:11:23 spire-1.2.1/.github/workflows/nightly_build.yaml 19:11:23 spire-1.2.1/.github/workflows/pr_build.yaml 19:11:23 spire-1.2.1/.github/workflows/release_build.yaml 19:11:23 spire-1.2.1/.github/workflows/scripts/ 19:11:23 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:11:23 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:11:23 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:11:23 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:11:23 spire-1.2.1/.github/workflows/scripts/split.sh 19:11:23 spire-1.2.1/.gitignore 19:11:23 spire-1.2.1/.go-version 19:11:23 spire-1.2.1/.golangci.yml 19:11:23 spire-1.2.1/ADOPTERS.md 19:11:23 spire-1.2.1/CHANGELOG.md 19:11:23 spire-1.2.1/CODE-OF-CONDUCT.md 19:11:23 spire-1.2.1/CODEOWNERS 19:11:23 spire-1.2.1/CONTRIBUTING.md 19:11:23 spire-1.2.1/Dockerfile 19:11:23 spire-1.2.1/Dockerfile.dev 19:11:23 spire-1.2.1/Dockerfile.scratch 19:11:23 spire-1.2.1/LICENSE 19:11:23 spire-1.2.1/MAINTAINERS.md 19:11:23 spire-1.2.1/Makefile 19:11:23 spire-1.2.1/README.md 19:11:23 spire-1.2.1/ROADMAP.md 19:11:23 spire-1.2.1/SECURITY.md 19:11:23 spire-1.2.1/cmd/ 19:11:23 spire-1.2.1/cmd/spire-agent/ 19:11:23 spire-1.2.1/cmd/spire-agent/cli/ 19:11:23 spire-1.2.1/cmd/spire-agent/cli/api/ 19:11:23 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/common/ 19:11:23 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:11:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/run/ 19:11:23 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:11:23 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:11:23 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:11:23 spire-1.2.1/cmd/spire-agent/main.go 19:11:23 spire-1.2.1/cmd/spire-server/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/agent/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/cli.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/run/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/token/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/validate/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/x509/ 19:11:23 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:11:23 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:11:23 spire-1.2.1/cmd/spire-server/main.go 19:11:23 spire-1.2.1/cmd/spire-server/util/ 19:11:23 spire-1.2.1/cmd/spire-server/util/util.go 19:11:23 spire-1.2.1/conf/ 19:11:23 spire-1.2.1/conf/agent/ 19:11:23 spire-1.2.1/conf/agent/agent.conf 19:11:23 spire-1.2.1/conf/agent/agent_full.conf 19:11:23 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:11:23 spire-1.2.1/conf/server/ 19:11:23 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:11:23 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:11:23 spire-1.2.1/conf/server/server.conf 19:11:23 spire-1.2.1/conf/server/server_full.conf 19:11:23 spire-1.2.1/doc/ 19:11:23 spire-1.2.1/doc/SPIRE101.md 19:11:23 spire-1.2.1/doc/auditlog.md 19:11:23 spire-1.2.1/doc/authorization_policy_engine.md 19:11:23 spire-1.2.1/doc/changelog_guidelines.md 19:11:23 spire-1.2.1/doc/cure53-report.pdf 19:11:23 spire-1.2.1/doc/images/ 19:11:23 spire-1.2.1/doc/images/2019_roadmap.png 19:11:23 spire-1.2.1/doc/images/SPIRE101.png 19:11:23 spire-1.2.1/doc/images/SPIRE_agent.png 19:11:23 spire-1.2.1/doc/images/SPIRE_server.png 19:11:23 spire-1.2.1/doc/images/cache_mgr.png 19:11:23 spire-1.2.1/doc/images/cache_mgr_components.png 19:11:23 spire-1.2.1/doc/images/federated_spire.png 19:11:23 spire-1.2.1/doc/images/ha_mode.png 19:11:23 spire-1.2.1/doc/images/nested_spire.png 19:11:23 spire-1.2.1/doc/images/oidc_federation.png 19:11:23 spire-1.2.1/doc/images/single_trust_domain.png 19:11:23 spire-1.2.1/doc/images/spiffe_compatible.png 19:11:23 spire-1.2.1/doc/images/spire_logo.png 19:11:23 spire-1.2.1/doc/migrating_registration_api_clients.md 19:11:23 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:11:23 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:11:23 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:11:23 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:11:23 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:11:23 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:11:23 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:11:23 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:11:23 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:11:23 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:11:23 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:11:23 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:11:23 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:11:23 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:11:23 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:11:23 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:11:23 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:11:23 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:11:23 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:11:23 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:11:23 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:11:23 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:11:23 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:11:23 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:11:23 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:11:23 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:11:23 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:11:23 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:11:23 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:11:23 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:11:23 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:11:23 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:11:23 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:11:23 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:11:23 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:11:23 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:11:23 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:11:23 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:11:23 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:11:23 spire-1.2.1/doc/scaling_spire.md 19:11:23 spire-1.2.1/doc/spire_agent.md 19:11:23 spire-1.2.1/doc/spire_server.md 19:11:23 spire-1.2.1/doc/supported_integrations.md 19:11:23 spire-1.2.1/doc/telemetry.md 19:11:23 spire-1.2.1/doc/telemetry_config.md 19:11:23 spire-1.2.1/doc/upgrading.md 19:11:23 spire-1.2.1/doc/using_spire.md 19:11:23 spire-1.2.1/examples/ 19:11:23 spire-1.2.1/examples/README.md 19:11:23 spire-1.2.1/go.mod 19:11:23 spire-1.2.1/go.sum 19:11:23 spire-1.2.1/pkg/ 19:11:23 spire-1.2.1/pkg/agent/ 19:11:23 spire-1.2.1/pkg/agent/agent.go 19:11:23 spire-1.2.1/pkg/agent/api/ 19:11:23 spire-1.2.1/pkg/agent/api/config.go 19:11:23 spire-1.2.1/pkg/agent/api/debug/ 19:11:23 spire-1.2.1/pkg/agent/api/debug/v1/ 19:11:23 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:11:23 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:11:23 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:11:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:11:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:11:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:11:23 spire-1.2.1/pkg/agent/api/endpoints.go 19:11:23 spire-1.2.1/pkg/agent/api/health/ 19:11:23 spire-1.2.1/pkg/agent/api/health/v1/ 19:11:23 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:11:23 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:11:23 spire-1.2.1/pkg/agent/api/rpccontext/ 19:11:23 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:11:23 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:11:23 spire-1.2.1/pkg/agent/attestor/ 19:11:23 spire-1.2.1/pkg/agent/attestor/node/ 19:11:23 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:11:23 spire-1.2.1/pkg/agent/attestor/node/node.go 19:11:23 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:11:23 spire-1.2.1/pkg/agent/attestor/workload/ 19:11:23 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:11:23 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:11:23 spire-1.2.1/pkg/agent/catalog/ 19:11:23 spire-1.2.1/pkg/agent/catalog/catalog.go 19:11:23 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:11:23 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:11:23 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:11:23 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:11:23 spire-1.2.1/pkg/agent/client/ 19:11:23 spire-1.2.1/pkg/agent/client/client.go 19:11:23 spire-1.2.1/pkg/agent/client/client_test.go 19:11:23 spire-1.2.1/pkg/agent/client/dial.go 19:11:23 spire-1.2.1/pkg/agent/client/nodeconn.go 19:11:23 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:11:23 spire-1.2.1/pkg/agent/client/update.go 19:11:23 spire-1.2.1/pkg/agent/client/util.go 19:11:23 spire-1.2.1/pkg/agent/common/ 19:11:23 spire-1.2.1/pkg/agent/common/backoff/ 19:11:23 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:11:23 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:11:23 spire-1.2.1/pkg/agent/common/cgroups/ 19:11:23 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:11:23 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:11:23 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:11:23 spire-1.2.1/pkg/agent/config.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/ 19:11:23 spire-1.2.1/pkg/agent/endpoints/config.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:11:23 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:11:23 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/workload/ 19:11:23 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:11:23 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:11:23 spire-1.2.1/pkg/agent/manager/ 19:11:23 spire-1.2.1/pkg/agent/manager/cache/ 19:11:23 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:11:23 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:11:23 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:11:23 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:11:23 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:11:23 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:11:23 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:11:23 spire-1.2.1/pkg/agent/manager/config.go 19:11:23 spire-1.2.1/pkg/agent/manager/manager.go 19:11:23 spire-1.2.1/pkg/agent/manager/manager_test.go 19:11:23 spire-1.2.1/pkg/agent/manager/storage.go 19:11:23 spire-1.2.1/pkg/agent/manager/storage_test.go 19:11:23 spire-1.2.1/pkg/agent/manager/storecache/ 19:11:23 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:11:23 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:11:23 spire-1.2.1/pkg/agent/manager/sync.go 19:11:23 spire-1.2.1/pkg/agent/plugin/ 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:11:23 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:11:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:11:23 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:11:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:11:23 spire-1.2.1/pkg/agent/svid/ 19:11:23 spire-1.2.1/pkg/agent/svid/rotator.go 19:11:23 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:11:23 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:11:23 spire-1.2.1/pkg/agent/svid/store/ 19:11:23 spire-1.2.1/pkg/agent/svid/store/service.go 19:11:23 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:11:23 spire-1.2.1/pkg/common/ 19:11:23 spire-1.2.1/pkg/common/agentpathtemplate/ 19:11:23 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:11:23 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:11:23 spire-1.2.1/pkg/common/api/ 19:11:23 spire-1.2.1/pkg/common/api/metrics.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/ 19:11:23 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/logger.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/names.go 19:11:23 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:11:23 spire-1.2.1/pkg/common/api/names.go 19:11:23 spire-1.2.1/pkg/common/api/ratelimit.go 19:11:23 spire-1.2.1/pkg/common/api/rpccontext/ 19:11:23 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:11:23 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:11:23 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:11:23 spire-1.2.1/pkg/common/auth/ 19:11:23 spire-1.2.1/pkg/common/auth/interceptors.go 19:11:23 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:11:23 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/ 19:11:23 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/types.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:11:23 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:11:23 spire-1.2.1/pkg/common/catalog/ 19:11:23 spire-1.2.1/pkg/common/catalog/bind.go 19:11:23 spire-1.2.1/pkg/common/catalog/builtin.go 19:11:23 spire-1.2.1/pkg/common/catalog/catalog.go 19:11:23 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:11:23 spire-1.2.1/pkg/common/catalog/closers.go 19:11:23 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:11:23 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:11:23 spire-1.2.1/pkg/common/catalog/config.go 19:11:23 spire-1.2.1/pkg/common/catalog/config_test.go 19:11:23 spire-1.2.1/pkg/common/catalog/configure.go 19:11:23 spire-1.2.1/pkg/common/catalog/constraints.go 19:11:23 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:11:23 spire-1.2.1/pkg/common/catalog/context.go 19:11:23 spire-1.2.1/pkg/common/catalog/external.go 19:11:23 spire-1.2.1/pkg/common/catalog/host.go 19:11:23 spire-1.2.1/pkg/common/catalog/pipenet.go 19:11:23 spire-1.2.1/pkg/common/catalog/plugin.go 19:11:23 spire-1.2.1/pkg/common/catalog/testplugin/ 19:11:23 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:11:23 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:11:23 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:11:23 spire-1.2.1/pkg/common/cli/ 19:11:23 spire-1.2.1/pkg/common/cli/env.go 19:11:23 spire-1.2.1/pkg/common/cli/flags.go 19:11:23 spire-1.2.1/pkg/common/cli/trust_domain.go 19:11:23 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:11:23 spire-1.2.1/pkg/common/cli/umask.go 19:11:23 spire-1.2.1/pkg/common/cli/umask_posix.go 19:11:23 spire-1.2.1/pkg/common/cli/umask_test.go 19:11:23 spire-1.2.1/pkg/common/cli/umask_windows.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/ 19:11:23 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/flag.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/format.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/ 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:11:23 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:11:23 spire-1.2.1/pkg/common/coretypes/ 19:11:23 spire-1.2.1/pkg/common/coretypes/bundle/ 19:11:23 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:11:23 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:11:23 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:11:23 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:11:23 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:11:23 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:11:23 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:11:23 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:11:23 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:11:23 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:11:23 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:11:23 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:11:23 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:11:23 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:11:23 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:11:23 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:11:23 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:11:23 spire-1.2.1/pkg/common/cryptoutil/ 19:11:23 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:11:23 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:11:23 spire-1.2.1/pkg/common/diskutil/ 19:11:23 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:11:23 spire-1.2.1/pkg/common/diskutil/file_test.go 19:11:23 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:11:23 spire-1.2.1/pkg/common/errorutil/ 19:11:23 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:11:23 spire-1.2.1/pkg/common/health/ 19:11:23 spire-1.2.1/pkg/common/health/config.go 19:11:23 spire-1.2.1/pkg/common/health/context.go 19:11:23 spire-1.2.1/pkg/common/health/context_test.go 19:11:23 spire-1.2.1/pkg/common/health/health.go 19:11:23 spire-1.2.1/pkg/common/health/health_test.go 19:11:23 spire-1.2.1/pkg/common/health/logger.go 19:11:23 spire-1.2.1/pkg/common/hostservice/ 19:11:23 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:11:23 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:11:23 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:11:23 spire-1.2.1/pkg/common/idutil/ 19:11:23 spire-1.2.1/pkg/common/idutil/require.go 19:11:23 spire-1.2.1/pkg/common/idutil/require_test.go 19:11:23 spire-1.2.1/pkg/common/idutil/safety.go 19:11:23 spire-1.2.1/pkg/common/idutil/safety_test.go 19:11:23 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:11:23 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:11:23 spire-1.2.1/pkg/common/jwtsvid/ 19:11:23 spire-1.2.1/pkg/common/jwtsvid/common.go 19:11:23 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:11:23 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:11:23 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:11:23 spire-1.2.1/pkg/common/jwtutil/ 19:11:23 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:11:23 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:11:23 spire-1.2.1/pkg/common/log/ 19:11:23 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:11:23 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:11:23 spire-1.2.1/pkg/common/log/log.go 19:11:23 spire-1.2.1/pkg/common/log/log_test.go 19:11:23 spire-1.2.1/pkg/common/log/options.go 19:11:23 spire-1.2.1/pkg/common/nodeutil/ 19:11:23 spire-1.2.1/pkg/common/nodeutil/node.go 19:11:23 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:11:23 spire-1.2.1/pkg/common/peertracker/ 19:11:23 spire-1.2.1/pkg/common/peertracker/conn.go 19:11:23 spire-1.2.1/pkg/common/peertracker/credentials.go 19:11:23 spire-1.2.1/pkg/common/peertracker/errors.go 19:11:23 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:11:23 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:11:23 spire-1.2.1/pkg/common/peertracker/info.go 19:11:23 spire-1.2.1/pkg/common/peertracker/listener.go 19:11:23 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:11:23 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:11:23 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:11:23 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:11:23 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:11:23 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:11:23 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:11:23 spire-1.2.1/pkg/common/peertracker/tcp.go 19:11:23 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:11:23 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:11:23 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:11:23 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:11:23 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:11:23 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:11:23 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:11:23 spire-1.2.1/pkg/common/peertracker/uds.go 19:11:23 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:11:23 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:11:23 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:11:23 spire-1.2.1/pkg/common/pemutil/ 19:11:23 spire-1.2.1/pkg/common/pemutil/block.go 19:11:23 spire-1.2.1/pkg/common/pemutil/certs.go 19:11:23 spire-1.2.1/pkg/common/pemutil/common.go 19:11:23 spire-1.2.1/pkg/common/pemutil/csr.go 19:11:23 spire-1.2.1/pkg/common/pemutil/keys.go 19:11:23 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/ 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:11:23 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:11:23 spire-1.2.1/pkg/common/plugin/ 19:11:23 spire-1.2.1/pkg/common/plugin/aws/ 19:11:23 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:11:23 spire-1.2.1/pkg/common/plugin/azure/ 19:11:23 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:11:23 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:11:23 spire-1.2.1/pkg/common/plugin/facade.go 19:11:23 spire-1.2.1/pkg/common/plugin/facade_test.go 19:11:23 spire-1.2.1/pkg/common/plugin/gcp/ 19:11:23 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:11:23 spire-1.2.1/pkg/common/plugin/k8s/ 19:11:23 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:11:23 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:11:23 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:11:23 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:11:23 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:11:23 spire-1.2.1/pkg/common/plugin/log.go 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/ 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:11:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:11:23 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:11:23 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:11:23 spire-1.2.1/pkg/common/plugin/x509pop/ 19:11:23 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:11:23 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:11:23 spire-1.2.1/pkg/common/profiling/ 19:11:23 spire-1.2.1/pkg/common/profiling/dumpers.go 19:11:23 spire-1.2.1/pkg/common/profiling/profiling.go 19:11:23 spire-1.2.1/pkg/common/protoutil/ 19:11:23 spire-1.2.1/pkg/common/protoutil/masks.go 19:11:23 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:11:23 spire-1.2.1/pkg/common/rotationutil/ 19:11:23 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:11:23 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:11:23 spire-1.2.1/pkg/common/selector/ 19:11:23 spire-1.2.1/pkg/common/selector/selector.go 19:11:23 spire-1.2.1/pkg/common/selector/selector_test.go 19:11:23 spire-1.2.1/pkg/common/selector/set.go 19:11:23 spire-1.2.1/pkg/common/selector/set_utils.go 19:11:23 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/ 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/ 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:11:23 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:11:23 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:11:23 spire-1.2.1/pkg/common/telemetry/call.go 19:11:23 spire-1.2.1/pkg/common/telemetry/common/ 19:11:23 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:11:23 spire-1.2.1/pkg/common/telemetry/config.go 19:11:23 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:11:23 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/inmem.go 19:11:23 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/m3.go 19:11:23 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/metrics.go 19:11:23 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/names.go 19:11:23 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:11:23 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:11:23 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/ 19:11:23 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:11:23 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:11:23 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:11:23 spire-1.2.1/pkg/common/telemetry/server/server.go 19:11:23 spire-1.2.1/pkg/common/telemetry/sink.go 19:11:23 spire-1.2.1/pkg/common/telemetry/statsd.go 19:11:23 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:11:23 spire-1.2.1/pkg/common/telemetry/uptime.go 19:11:23 spire-1.2.1/pkg/common/telemetry/version.go 19:11:23 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:11:23 spire-1.2.1/pkg/common/uptime/ 19:11:23 spire-1.2.1/pkg/common/uptime/uptime.go 19:11:23 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:11:23 spire-1.2.1/pkg/common/util/ 19:11:23 spire-1.2.1/pkg/common/util/certs.go 19:11:23 spire-1.2.1/pkg/common/util/certs_test.go 19:11:23 spire-1.2.1/pkg/common/util/csr.go 19:11:23 spire-1.2.1/pkg/common/util/hash.go 19:11:23 spire-1.2.1/pkg/common/util/selectors.go 19:11:23 spire-1.2.1/pkg/common/util/selectors_test.go 19:11:23 spire-1.2.1/pkg/common/util/signals.go 19:11:23 spire-1.2.1/pkg/common/util/sort.go 19:11:23 spire-1.2.1/pkg/common/util/sort_test.go 19:11:23 spire-1.2.1/pkg/common/util/task.go 19:11:23 spire-1.2.1/pkg/common/util/task_test.go 19:11:23 spire-1.2.1/pkg/common/util/testdata/ 19:11:23 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:11:23 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:11:23 spire-1.2.1/pkg/common/version/ 19:11:23 spire-1.2.1/pkg/common/version/version.go 19:11:23 spire-1.2.1/pkg/common/x509svid/ 19:11:23 spire-1.2.1/pkg/common/x509svid/common_test.go 19:11:23 spire-1.2.1/pkg/common/x509svid/csr.go 19:11:23 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:11:23 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:11:23 spire-1.2.1/pkg/common/x509util/ 19:11:23 spire-1.2.1/pkg/common/x509util/cert.go 19:11:23 spire-1.2.1/pkg/common/x509util/dns.go 19:11:23 spire-1.2.1/pkg/common/x509util/dns_test.go 19:11:23 spire-1.2.1/pkg/common/x509util/keyid.go 19:11:23 spire-1.2.1/pkg/common/x509util/keypair.go 19:11:23 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:11:23 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:11:23 spire-1.2.1/pkg/server/ 19:11:23 spire-1.2.1/pkg/server/api/ 19:11:23 spire-1.2.1/pkg/server/api/agent.go 19:11:23 spire-1.2.1/pkg/server/api/agent/ 19:11:23 spire-1.2.1/pkg/server/api/agent/v1/ 19:11:23 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:11:23 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:11:23 spire-1.2.1/pkg/server/api/agent_test.go 19:11:23 spire-1.2.1/pkg/server/api/api.go 19:11:23 spire-1.2.1/pkg/server/api/audit/ 19:11:23 spire-1.2.1/pkg/server/api/audit/audit.go 19:11:23 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:11:23 spire-1.2.1/pkg/server/api/bundle.go 19:11:23 spire-1.2.1/pkg/server/api/bundle/ 19:11:23 spire-1.2.1/pkg/server/api/bundle/v1/ 19:11:23 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:11:23 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:11:23 spire-1.2.1/pkg/server/api/bundle_test.go 19:11:23 spire-1.2.1/pkg/server/api/debug/ 19:11:23 spire-1.2.1/pkg/server/api/debug/v1/ 19:11:23 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:11:23 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:11:23 spire-1.2.1/pkg/server/api/entry.go 19:11:23 spire-1.2.1/pkg/server/api/entry/ 19:11:23 spire-1.2.1/pkg/server/api/entry/v1/ 19:11:23 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:11:23 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:11:23 spire-1.2.1/pkg/server/api/entry_test.go 19:11:23 spire-1.2.1/pkg/server/api/health/ 19:11:23 spire-1.2.1/pkg/server/api/health/v1/ 19:11:23 spire-1.2.1/pkg/server/api/health/v1/service.go 19:11:23 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:11:23 spire-1.2.1/pkg/server/api/id.go 19:11:23 spire-1.2.1/pkg/server/api/id_test.go 19:11:23 spire-1.2.1/pkg/server/api/limits/ 19:11:23 spire-1.2.1/pkg/server/api/limits/limits.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/ 19:11:23 spire-1.2.1/pkg/server/api/middleware/alias.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/audit.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/caller.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/common.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/entries.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:11:23 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:11:23 spire-1.2.1/pkg/server/api/ratelimit.go 19:11:23 spire-1.2.1/pkg/server/api/rpccontext/ 19:11:23 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:11:23 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:11:23 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:11:23 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:11:23 spire-1.2.1/pkg/server/api/selector.go 19:11:23 spire-1.2.1/pkg/server/api/selector_test.go 19:11:23 spire-1.2.1/pkg/server/api/status.go 19:11:23 spire-1.2.1/pkg/server/api/status_test.go 19:11:23 spire-1.2.1/pkg/server/api/svid/ 19:11:23 spire-1.2.1/pkg/server/api/svid/v1/ 19:11:23 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:11:23 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:11:23 spire-1.2.1/pkg/server/api/trustdomain.go 19:11:23 spire-1.2.1/pkg/server/api/trustdomain/ 19:11:23 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:11:23 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:11:23 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:11:23 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:11:23 spire-1.2.1/pkg/server/authpolicy/ 19:11:23 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:11:23 spire-1.2.1/pkg/server/authpolicy/policy.go 19:11:23 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:11:23 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:11:23 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:11:23 spire-1.2.1/pkg/server/authpolicy/validate.go 19:11:23 spire-1.2.1/pkg/server/bundle/ 19:11:23 spire-1.2.1/pkg/server/bundle/client/ 19:11:23 spire-1.2.1/pkg/server/bundle/client/client.go 19:11:23 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:11:23 spire-1.2.1/pkg/server/bundle/client/manager.go 19:11:23 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:11:23 spire-1.2.1/pkg/server/bundle/client/sources.go 19:11:23 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:11:23 spire-1.2.1/pkg/server/bundle/client/updater.go 19:11:23 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:11:23 spire-1.2.1/pkg/server/ca/ 19:11:23 spire-1.2.1/pkg/server/ca/ca.go 19:11:23 spire-1.2.1/pkg/server/ca/ca_health.go 19:11:23 spire-1.2.1/pkg/server/ca/ca_test.go 19:11:23 spire-1.2.1/pkg/server/ca/journal.go 19:11:23 spire-1.2.1/pkg/server/ca/journal_test.go 19:11:23 spire-1.2.1/pkg/server/ca/manager.go 19:11:23 spire-1.2.1/pkg/server/ca/manager_health.go 19:11:23 spire-1.2.1/pkg/server/ca/manager_test.go 19:11:23 spire-1.2.1/pkg/server/ca/templates.go 19:11:23 spire-1.2.1/pkg/server/ca/upstream_client.go 19:11:23 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:11:23 spire-1.2.1/pkg/server/ca/validation.go 19:11:23 spire-1.2.1/pkg/server/cache/ 19:11:23 spire-1.2.1/pkg/server/cache/dscache/ 19:11:23 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:11:23 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:11:23 spire-1.2.1/pkg/server/cache/entrycache/ 19:11:23 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:11:23 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:11:23 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:11:23 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:11:23 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:11:23 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:11:23 spire-1.2.1/pkg/server/catalog/ 19:11:23 spire-1.2.1/pkg/server/catalog/catalog.go 19:11:23 spire-1.2.1/pkg/server/catalog/keymanager.go 19:11:23 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:11:23 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:11:23 spire-1.2.1/pkg/server/catalog/notifier.go 19:11:23 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:11:23 spire-1.2.1/pkg/server/config.go 19:11:23 spire-1.2.1/pkg/server/datastore/ 19:11:23 spire-1.2.1/pkg/server/datastore/datastore.go 19:11:23 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:11:23 spire-1.2.1/pkg/server/datastore/repository.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:11:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:11:23 spire-1.2.1/pkg/server/endpoints/ 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/ 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:11:23 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:11:23 spire-1.2.1/pkg/server/endpoints/config.go 19:11:23 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:11:23 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:11:23 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:11:23 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:11:23 spire-1.2.1/pkg/server/endpoints/middleware.go 19:11:23 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:11:23 spire-1.2.1/pkg/server/hostservice/ 19:11:23 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:11:23 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:11:23 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:11:23 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:11:23 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:11:23 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:11:23 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:11:23 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/ 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/ 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:11:23 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:11:23 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:11:23 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:11:23 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:11:23 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:11:23 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:11:23 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:11:23 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:11:23 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/ 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:11:23 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:11:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:11:23 spire-1.2.1/pkg/server/registration/ 19:11:23 spire-1.2.1/pkg/server/registration/manager.go 19:11:23 spire-1.2.1/pkg/server/registration/manager_test.go 19:11:23 spire-1.2.1/pkg/server/scanentries.go 19:11:23 spire-1.2.1/pkg/server/scanentries_test.go 19:11:23 spire-1.2.1/pkg/server/server.go 19:11:23 spire-1.2.1/pkg/server/server_test.go 19:11:23 spire-1.2.1/pkg/server/svid/ 19:11:23 spire-1.2.1/pkg/server/svid/observer.go 19:11:23 spire-1.2.1/pkg/server/svid/observer_test.go 19:11:23 spire-1.2.1/pkg/server/svid/rotator.go 19:11:23 spire-1.2.1/pkg/server/svid/rotator_config.go 19:11:23 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:11:23 spire-1.2.1/pkg/server/svid/rotator_test.go 19:11:23 spire-1.2.1/proto/ 19:11:23 spire-1.2.1/proto/private/ 19:11:23 spire-1.2.1/proto/private/server/ 19:11:23 spire-1.2.1/proto/private/server/journal/ 19:11:23 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:11:23 spire-1.2.1/proto/private/server/journal/journal.proto 19:11:23 spire-1.2.1/proto/spire/ 19:11:23 spire-1.2.1/proto/spire/common/ 19:11:23 spire-1.2.1/proto/spire/common/common.pb.go 19:11:23 spire-1.2.1/proto/spire/common/common.proto 19:11:23 spire-1.2.1/proto/spire/common/plugin/ 19:11:23 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:11:23 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:11:23 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:11:23 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:11:23 spire-1.2.1/proto/spire/plugin/ 19:11:23 spire-1.2.1/proto/spire/plugin/agent/ 19:11:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:11:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:11:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:11:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:11:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:11:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:11:23 spire-1.2.1/release/ 19:11:23 spire-1.2.1/release/spire-extras/ 19:11:23 spire-1.2.1/release/spire-extras/README.md 19:11:23 spire-1.2.1/release/spire-extras/conf/ 19:11:23 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:11:23 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:11:23 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:11:23 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:11:23 spire-1.2.1/release/spire/ 19:11:23 spire-1.2.1/release/spire/README.md 19:11:23 spire-1.2.1/release/spire/conf/ 19:11:23 spire-1.2.1/release/spire/conf/agent/ 19:11:23 spire-1.2.1/release/spire/conf/agent/agent.conf 19:11:23 spire-1.2.1/release/spire/conf/server/ 19:11:23 spire-1.2.1/release/spire/conf/server/server.conf 19:11:23 spire-1.2.1/script/ 19:11:23 spire-1.2.1/script/build-artifact.sh 19:11:23 spire-1.2.1/script/generate_dummy_ca.sh 19:11:23 spire-1.2.1/support/ 19:11:23 spire-1.2.1/support/k8s/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:11:23 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/ 19:11:23 spire-1.2.1/support/oidc-discovery-provider/README.md 19:11:23 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/config.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/main.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:11:23 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:11:23 spire-1.2.1/test/ 19:11:23 spire-1.2.1/test/clock/ 19:11:23 spire-1.2.1/test/clock/clock.go 19:11:23 spire-1.2.1/test/fakes/ 19:11:23 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:11:23 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:11:23 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:11:23 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:11:23 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:11:23 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:11:23 spire-1.2.1/test/fakes/fakeagentstore/ 19:11:23 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:11:23 spire-1.2.1/test/fakes/fakedatastore/ 19:11:23 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:11:23 spire-1.2.1/test/fakes/fakeentryclient/ 19:11:23 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:11:23 spire-1.2.1/test/fakes/fakehealthchecker/ 19:11:23 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:11:23 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:11:23 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:11:23 spire-1.2.1/test/fakes/fakemetrics/ 19:11:23 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:11:23 spire-1.2.1/test/fakes/fakenoderesolver/ 19:11:23 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:11:23 spire-1.2.1/test/fakes/fakenotifier/ 19:11:23 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:11:23 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:11:23 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:11:23 spire-1.2.1/test/fakes/fakeserverca/ 19:11:23 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:11:23 spire-1.2.1/test/fakes/fakeservercatalog/ 19:11:23 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:11:23 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:11:23 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:11:23 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:11:23 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:11:23 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:11:23 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:11:23 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:11:23 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:11:23 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:11:23 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:11:23 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:11:23 spire-1.2.1/test/fixture/ 19:11:23 spire-1.2.1/test/fixture/certs/ 19:11:23 spire-1.2.1/test/fixture/certs/agent_svid.der 19:11:23 spire-1.2.1/test/fixture/certs/base_cert.pem 19:11:23 spire-1.2.1/test/fixture/certs/base_csr.pem 19:11:23 spire-1.2.1/test/fixture/certs/base_key.pem 19:11:23 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:11:23 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:11:23 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:11:23 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:11:23 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:11:23 spire-1.2.1/test/fixture/certs/blog_key.pem 19:11:23 spire-1.2.1/test/fixture/certs/bundle.der 19:11:23 spire-1.2.1/test/fixture/certs/ca.pem 19:11:23 spire-1.2.1/test/fixture/certs/ca_key.pem 19:11:23 spire-1.2.1/test/fixture/certs/database_cert.pem 19:11:23 spire-1.2.1/test/fixture/certs/database_csr.pem 19:11:23 spire-1.2.1/test/fixture/certs/database_key.pem 19:11:23 spire-1.2.1/test/fixture/certs/node_cert.pem 19:11:23 spire-1.2.1/test/fixture/certs/node_csr.pem 19:11:23 spire-1.2.1/test/fixture/certs/node_key.pem 19:11:23 spire-1.2.1/test/fixture/certs/svid.pem 19:11:23 spire-1.2.1/test/fixture/certs/svid_key.pem 19:11:23 spire-1.2.1/test/fixture/config/ 19:11:23 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:11:23 spire-1.2.1/test/fixture/config/agent_good.conf 19:11:23 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:11:23 spire-1.2.1/test/fixture/config/plugin_good.conf 19:11:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:11:23 spire-1.2.1/test/fixture/config/server_good.conf 19:11:23 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:11:23 spire-1.2.1/test/fixture/fixture.go 19:11:23 spire-1.2.1/test/fixture/nodeattestor/ 19:11:23 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:11:23 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:11:23 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:11:23 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:11:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:11:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:11:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:11:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:11:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:11:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:11:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:11:23 spire-1.2.1/test/fixture/registration/ 19:11:23 spire-1.2.1/test/fixture/registration/entries.json 19:11:23 spire-1.2.1/test/fixture/registration/good-for-update.json 19:11:23 spire-1.2.1/test/fixture/registration/good.json 19:11:23 spire-1.2.1/test/fixture/registration/invalid.json 19:11:23 spire-1.2.1/test/fixture/registration/invalid_json.json 19:11:23 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:11:23 spire-1.2.1/test/integration/ 19:11:23 spire-1.2.1/test/integration/README.md 19:11:23 spire-1.2.1/test/integration/common 19:11:23 spire-1.2.1/test/integration/setup/ 19:11:23 spire-1.2.1/test/integration/setup/adminclient/ 19:11:23 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:11:23 spire-1.2.1/test/integration/setup/adminclient/client.go 19:11:23 spire-1.2.1/test/integration/setup/debugagent/ 19:11:23 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:11:23 spire-1.2.1/test/integration/setup/debugagent/main.go 19:11:23 spire-1.2.1/test/integration/setup/debugserver/ 19:11:23 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:11:23 spire-1.2.1/test/integration/setup/debugserver/main.go 19:11:23 spire-1.2.1/test/integration/setup/downstreamclient/ 19:11:23 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:11:23 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:11:23 spire-1.2.1/test/integration/setup/itclient/ 19:11:23 spire-1.2.1/test/integration/setup/itclient/client.go 19:11:23 spire-1.2.1/test/integration/setup/node-attestation/ 19:11:23 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:11:23 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:11:23 spire-1.2.1/test/integration/setup/x509pop/ 19:11:23 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:11:23 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:11:23 spire-1.2.1/test/integration/suites/ 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:11:23 spire-1.2.1/test/integration/suites/join-token/ 19:11:23 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:11:23 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:11:23 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:11:23 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:11:23 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:11:23 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:11:23 spire-1.2.1/test/integration/suites/join-token/README.md 19:11:23 spire-1.2.1/test/integration/suites/join-token/conf/ 19:11:23 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/join-token/teardown 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:11:23 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:11:23 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:11:23 spire-1.2.1/test/integration/suites/k8s/ 19:11:23 spire-1.2.1/test/integration/suites/k8s/00-setup 19:11:23 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:11:23 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:11:23 spire-1.2.1/test/integration/suites/k8s/README.md 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/ 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:11:23 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:11:23 spire-1.2.1/test/integration/suites/k8s/teardown 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/ 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:11:23 spire-1.2.1/test/integration/suites/rotation/ 19:11:23 spire-1.2.1/test/integration/suites/rotation/00-setup 19:11:23 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:11:23 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:11:23 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:11:23 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:11:23 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:11:23 spire-1.2.1/test/integration/suites/rotation/README.md 19:11:23 spire-1.2.1/test/integration/suites/rotation/conf/ 19:11:23 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/rotation/teardown 19:11:23 spire-1.2.1/test/integration/suites/self-test/ 19:11:23 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:11:23 spire-1.2.1/test/integration/suites/self-test/README.md 19:11:23 spire-1.2.1/test/integration/suites/self-test/teardown 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:11:23 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:11:23 spire-1.2.1/test/integration/suites/upgrade/ 19:11:23 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:11:23 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:11:23 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:11:23 spire-1.2.1/test/integration/suites/upgrade/README.md 19:11:23 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:11:23 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:11:23 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:11:23 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:11:23 spire-1.2.1/test/integration/suites/upgrade/teardown 19:11:23 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:11:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:11:23 spire-1.2.1/test/integration/test-one.sh 19:11:23 spire-1.2.1/test/integration/test.sh 19:11:23 spire-1.2.1/test/plugintest/ 19:11:23 spire-1.2.1/test/plugintest/config.go 19:11:23 spire-1.2.1/test/plugintest/load.go 19:11:23 spire-1.2.1/test/plugintest/option.go 19:11:23 spire-1.2.1/test/spiretest/ 19:11:23 spire-1.2.1/test/spiretest/apiserver.go 19:11:23 spire-1.2.1/test/spiretest/assertions.go 19:11:23 spire-1.2.1/test/spiretest/dir.go 19:11:23 spire-1.2.1/test/spiretest/errors_posix.go 19:11:23 spire-1.2.1/test/spiretest/errors_windows.go 19:11:23 spire-1.2.1/test/spiretest/logs.go 19:11:23 spire-1.2.1/test/spiretest/socketapi.go 19:11:23 spire-1.2.1/test/spiretest/suite.go 19:11:23 spire-1.2.1/test/spiretest/x509.go 19:11:23 spire-1.2.1/test/testca/ 19:11:23 spire-1.2.1/test/testca/ca.go 19:11:23 spire-1.2.1/test/testkey/ 19:11:23 spire-1.2.1/test/testkey/generate.sh 19:11:23 spire-1.2.1/test/testkey/genkeys.go 19:11:23 spire-1.2.1/test/testkey/keys.go 19:11:23 spire-1.2.1/test/testkey/new.go 19:11:23 spire-1.2.1/test/tpmsimulator/ 19:11:23 spire-1.2.1/test/tpmsimulator/simulator.go 19:11:23 spire-1.2.1/test/util/ 19:11:23 spire-1.2.1/test/util/cert_fixtures.go 19:11:23 spire-1.2.1/test/util/cert_generation.go 19:11:23 spire-1.2.1/test/util/io_redirection.go 19:11:23 spire-1.2.1/test/util/race.go 19:11:23 spire-1.2.1/test/util/util.go 19:11:23 building spire from source... 19:11:23 Installing go1.17.7... 19:11:29 Building bin/spire-server... 19:11:29 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:11:29 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:11:29 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:11:29 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:11:29 go: downloading github.com/mitchellh/cli v1.1.2 19:11:29 go: downloading github.com/imdario/mergo v0.3.12 19:11:29 go: downloading github.com/sirupsen/logrus v1.8.1 19:11:29 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:11:29 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:11:29 go: downloading google.golang.org/grpc v1.44.0 19:11:29 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:11:29 go: downloading github.com/fatih/color v1.13.0 19:11:30 go: downloading github.com/mattn/go-isatty v0.0.14 19:11:30 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:11:30 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:11:30 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:11:30 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:11:30 go: downloading github.com/armon/go-metrics v0.3.10 19:11:30 go: downloading github.com/prometheus/client_golang v1.12.1 19:11:30 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:11:30 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:11:30 go: downloading github.com/open-policy-agent/opa v0.38.0 19:11:30 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:11:30 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:11:30 go: downloading github.com/mattn/go-colorable v0.1.12 19:11:30 go: downloading github.com/Masterminds/goutils v1.1.0 19:11:30 go: downloading github.com/Masterminds/semver v1.5.0 19:11:30 go: downloading github.com/google/uuid v1.1.2 19:11:30 go: downloading github.com/huandu/xstrings v1.3.2 19:11:30 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:11:30 go: downloading github.com/oklog/run v1.0.0 19:11:30 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:11:30 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:11:30 go: downloading github.com/beorn7/perks v1.0.1 19:11:30 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:11:30 go: downloading github.com/prometheus/client_model v0.2.0 19:11:30 go: downloading github.com/prometheus/common v0.32.1 19:11:30 go: downloading github.com/prometheus/procfs v0.7.3 19:11:30 go: downloading go.uber.org/atomic v1.9.0 19:11:31 go: downloading github.com/imkira/go-observer v1.0.3 19:11:31 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:11:31 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:11:31 go: downloading github.com/hashicorp/errwrap v1.1.0 19:11:31 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:11:31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:11:31 go: downloading github.com/twmb/murmur3 v1.1.6 19:11:31 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:11:31 go: downloading github.com/blang/semver/v4 v4.0.0 19:11:31 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:11:31 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:11:31 go: downloading github.com/jinzhu/gorm v1.9.16 19:11:31 go: downloading github.com/lib/pq v1.10.4 19:11:31 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:11:31 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:11:31 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:11:31 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:11:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:33 Merging remotes/origin/main commit 8b0dec85218ed508cf19f063ec152f29e8927c81 into PR head commit d5098ec541f92ca7a29fea3280899e4f4e507633 19:11:33 Merge succeeded, producing d5098ec541f92ca7a29fea3280899e4f4e507633 19:11:33 Checking out Revision d5098ec541f92ca7a29fea3280899e4f4e507633 (PR-4002) 19:11:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4002/head:refs/remotes/origin/PR-4002 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:11:33 > git config core.sparsecheckout # timeout=10 19:11:33 > git checkout -f d5098ec541f92ca7a29fea3280899e4f4e507633 # timeout=10 19:11:33 > git remote # timeout=10 19:11:33 > git config --get remote.origin.url # timeout=10 19:11:33 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:33 > git merge 8b0dec85218ed508cf19f063ec152f29e8927c81 # timeout=10 19:11:33 > git rev-parse HEAD^{commit} # timeout=10 19:11:33 > git config core.sparsecheckout # timeout=10 19:11:33 > git checkout -f d5098ec541f92ca7a29fea3280899e4f4e507633 # timeout=10 19:11:35 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:11:35 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:11:35 go: downloading github.com/stretchr/testify v1.7.0 19:11:35 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:11:35 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:11:38 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 19:11:38 > git --version # timeout=10 19:11:38 > git --version # 'git version 2.25.1' 19:11:38 fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:11:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:11:39 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:39 Dload Upload Total Spent Left Speed 19:11:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 202k 0 --:--:-- --:--:-- --:--:-- 202k [Pipeline] sh 19:11:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:11:40 go: downloading google.golang.org/api v0.70.0 19:11:40 go: downloading k8s.io/client-go v0.23.4 19:11:40 go: downloading k8s.io/api v0.23.4 19:11:40 go: downloading github.com/google/go-tpm v0.3.3 19:11:40 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:11:40 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:11:40 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:11:40 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:11:40 go: downloading cloud.google.com/go/storage v1.21.0 19:11:40 go: downloading cloud.google.com/go v0.100.2 19:11:40 + sudo tee /etc/docker/daemon.new 19:11:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:11:40 { 19:11:40 "registry-mirrors": [ 19:11:40 "https://nexus3.edgexfoundry.org:10001" 19:11:40 ], 19:11:40 "bip": "10.250.0.254/24", 19:11:40 "hosts": [ 19:11:40 "tcp://0.0.0.0:5555", 19:11:40 "unix:///var/run/docker.sock" 19:11:40 ], 19:11:40 "mtu": 1458, 19:11:40 "selinux-enabled": true, 19:11:40 "seccomp-profile": "/etc/docker/seccomp.json" 19:11:40 } [Pipeline] sh 19:11:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:11:41 + sudo service docker restart 19:11:42 go: downloading k8s.io/apimachinery v0.23.4 19:11:42 go: downloading k8s.io/kube-aggregator v0.23.3 19:11:42 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:11:42 go: downloading cloud.google.com/go/security v1.3.0 19:11:42 go: downloading github.com/hashicorp/vault/api v1.4.1 19:11:42 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:11:43 go: downloading github.com/jinzhu/inflection v1.0.0 19:11:43 go: downloading github.com/aws/smithy-go v1.11.0 19:11:43 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:11:43 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:11:43 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:11:43 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:11:43 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:11:43 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:11:43 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:11:43 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:11:43 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:11:43 go: downloading github.com/dimchansky/utfbom v1.1.1 19:11:43 go: downloading cloud.google.com/go/compute v1.3.0 19:11:43 go: downloading cloud.google.com/go/iam v0.1.1 19:11:43 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:11:43 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:11:47 go: downloading github.com/gogo/protobuf v1.3.2 19:11:47 go: downloading k8s.io/klog/v2 v2.30.0 19:11:47 go: downloading github.com/google/gofuzz v1.1.0 19:11:47 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:11:47 go: downloading github.com/spf13/pflag v1.0.5 19:11:47 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:11:47 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:11:47 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:11:47 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:11:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:11:47 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:11:47 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:11:47 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:11:47 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:11:47 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:11:47 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:11:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:11:47 go: downloading gopkg.in/yaml.v2 v2.4.0 19:11:47 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:11:47 go: downloading github.com/gobwas/glob v0.2.3 19:11:47 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:11:47 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:11:47 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:11:47 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:11:47 go: downloading go.opencensus.io v0.23.0 19:11:47 go: downloading gopkg.in/inf.v0 v0.9.1 19:11:47 go: downloading github.com/google/go-cmp v0.5.7 19:11:47 go: downloading github.com/googleapis/gnostic v0.5.5 19:11:47 go: downloading github.com/go-logr/logr v1.2.2 19:11:47 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:11:47 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:11:47 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:11:47 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:11:47 go: downloading github.com/json-iterator/go v1.1.12 19:11:47 go: downloading go.uber.org/zap v1.21.0 19:11:48 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:11:48 go: downloading github.com/tklauser/numcpus v0.3.0 19:11:48 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:11:48 go: downloading sigs.k8s.io/yaml v1.3.0 19:11:48 go: downloading github.com/ryanuber/go-glob v1.0.0 19:11:48 go: downloading github.com/golang/snappy v0.0.4 19:11:48 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:11:48 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:11:48 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:11:48 go: downloading github.com/hashicorp/go-version v1.2.0 19:11:48 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:11:48 go: downloading github.com/modern-go/reflect2 v1.0.2 19:11:48 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:11:48 go: downloading go.uber.org/multierr v1.6.0 19:11:54 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:11:54 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:12:00 provisioning config files... 19:12:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9155185075609814523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:12:00 ---> docker-login.sh 19:12:00 nexus3.edgexfoundry.org:10001 19:12:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:01 Configure a credential helper to remove this warning. See 19:12:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:01 19:12:01 Login Succeeded 19:12:01 nexus3.edgexfoundry.org:10002 19:12:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:02 Configure a credential helper to remove this warning. See 19:12:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:02 19:12:02 Login Succeeded 19:12:02 nexus3.edgexfoundry.org:10003 19:12:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:02 Configure a credential helper to remove this warning. See 19:12:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:02 19:12:02 Login Succeeded 19:12:02 nexus3.edgexfoundry.org:10004 19:12:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:03 Configure a credential helper to remove this warning. See 19:12:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:03 19:12:03 Login Succeeded 19:12:03 docker.io 19:12:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:04 Configure a credential helper to remove this warning. See 19:12:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:04 19:12:04 Login Succeeded 19:12:04 ---> docker-login.sh ends [Pipeline] } 19:12:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:12:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:12:04 ========================================================= 19:12:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 19:12:04 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:12:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:12:05 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:12:05 9b3977197b4f: Pulling fs layer 19:12:05 1a89e8eeedd5: Pulling fs layer 19:12:05 94645a83ff95: Pulling fs layer 19:12:05 3f3a8bcf1eab: Pulling fs layer 19:12:05 0c92f367c5e7: Pulling fs layer 19:12:05 3096ccb668a1: Pulling fs layer 19:12:05 e8cf19c19ddd: Pulling fs layer 19:12:05 a4caa8a26152: Pulling fs layer 19:12:05 3096ccb668a1: Waiting 19:12:05 3f3a8bcf1eab: Waiting 19:12:05 e8cf19c19ddd: Waiting 19:12:05 0c92f367c5e7: Waiting 19:12:05 a4caa8a26152: Waiting 19:12:05 94645a83ff95: Verifying Checksum 19:12:05 94645a83ff95: Download complete 19:12:05 1a89e8eeedd5: Verifying Checksum 19:12:05 1a89e8eeedd5: Download complete 19:12:05 0c92f367c5e7: Download complete 19:12:05 3096ccb668a1: Verifying Checksum 19:12:05 3096ccb668a1: Download complete 19:12:05 e8cf19c19ddd: Verifying Checksum 19:12:05 e8cf19c19ddd: Download complete 19:12:06 9b3977197b4f: Pull complete 19:12:07 1a89e8eeedd5: Pull complete 19:12:07 94645a83ff95: Pull complete 19:12:07 a4caa8a26152: Download complete 19:12:08 3f3a8bcf1eab: Verifying Checksum 19:12:08 3f3a8bcf1eab: Download complete 19:12:12 Removing intermediate container f3bf6e4c814f 19:12:12 ---> b835247d627e 19:12:12 19:12:12 Step 10/31 : FROM alpine:3.14 19:12:12 Removing intermediate container b3da63b691e5 19:12:12 ---> ee1df5f6a898 19:12:12 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:12:12 Removing intermediate container 5de92d9831ed 19:12:12 ---> 566a5d9302f5 19:12:12 19:12:12 Step 10/22 : FROM alpine:3.14 19:12:12 Removing intermediate container 026c93f24da5 19:12:12 ---> 8b834b52d16b 19:12:12 19:12:12 Step 10/22 : FROM alpine:3.14 19:12:12 ---> Running in 8c101607f300 19:12:12 3.14: Pulling from library/alpine 19:12:12 3.14: Pulling from library/alpine 19:12:12 3.14: Pulling from library/alpine 19:12:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:12:12 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:12:12 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:12:12 Status: Downloaded newer image for alpine:3.14 19:12:12 Status: Image is up to date for alpine:3.14 19:12:12 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:12:12 Status: Image is up to date for alpine:3.14 19:12:12 ---> e04c818066af 19:12:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:12:12 ---> e04c818066af 19:12:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:12:12 ---> e04c818066af 19:12:12 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:12:13 ---> Running in 393110a96898 19:12:13 ---> Running in 665e968afae5 19:12:13 ---> Running in d5a880d715cc 19:12:13 Removing intermediate container d5a880d715cc 19:12:13 ---> 240e196461ca 19:12:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:12:13 ---> Running in 535c8ab39218 19:12:14 Removing intermediate container 8c101607f300 19:12:14 ---> d33e35617205 19:12:14 19:12:14 Step 11/23 : FROM docker:20.10.14 19:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:14 20.10.14: Pulling from library/docker 19:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:14 (1/2) Installing ca-certificates (20211220-r0) 19:12:14 (1/1) Installing dumb-init (1.2.5-r1) 19:12:14 Executing busybox-1.33.1-r7.trigger 19:12:14 (2/2) Installing dumb-init (1.2.5-r1) 19:12:14 OK: 6 MiB in 15 packages 19:12:14 Executing busybox-1.33.1-r7.trigger 19:12:14 Executing ca-certificates-20211220-r0.trigger 19:12:14 OK: 6 MiB in 16 packages 19:12:14 (1/2) Installing dumb-init (1.2.5-r1) 19:12:14 (2/2) Installing su-exec (0.2-r1) 19:12:14 Executing busybox-1.33.1-r7.trigger 19:12:14 OK: 6 MiB in 16 packages 19:12:16 Removing intermediate container 535c8ab39218 19:12:16 ---> 9877b8d72f67 19:12:16 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:12:16 Removing intermediate container 665e968afae5 19:12:16 ---> bd5f8fde292e 19:12:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:16 ---> Running in f88764fac80d 19:12:16 Removing intermediate container 393110a96898 19:12:16 ---> 6003a6fef4af 19:12:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:12:16 ---> Running in f4f1853a2b1e 19:12:17 ---> Running in a6fc82ebbf95 19:12:17 Removing intermediate container f88764fac80d 19:12:17 ---> efa007035d76 19:12:17 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:12:17 Removing intermediate container f4f1853a2b1e 19:12:17 ---> 2f820ab63978 19:12:17 Step 13/22 : ENV APP_PORT=59861 19:12:17 ---> Running in 8a4b3bbc4b86 19:12:17 Removing intermediate container a6fc82ebbf95 19:12:17 ---> 64f27eaf73e3 19:12:17 Step 13/22 : ENV APP_PORT=59860 19:12:17 ---> Running in 80f7c6493a71 19:12:17 ---> Running in b3ff70f54d74 19:12:17 Removing intermediate container 8a4b3bbc4b86 19:12:17 ---> 47a53027cef4 19:12:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:12:17 ---> Running in 73fbb9b6249d 19:12:18 Removing intermediate container b3ff70f54d74 19:12:18 ---> d5f9a3c9f9c3 19:12:18 Step 14/22 : EXPOSE $APP_PORT 19:12:18 Removing intermediate container 80f7c6493a71 19:12:18 ---> c08f53e74b0d 19:12:18 Step 14/22 : EXPOSE $APP_PORT 19:12:18 ---> Running in 64cb19cad798 19:12:18 ---> Running in 6d646266dbdd 19:12:18 Removing intermediate container 64cb19cad798 19:12:18 ---> 4d1ddba0badd 19:12:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:18 Removing intermediate container 6d646266dbdd 19:12:18 ---> 93f0b1303935 19:12:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:19 ---> a3a191a199fa 19:12:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:12:19 ---> 9ed1459a6016 19:12:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:12:19 Removing intermediate container 73fbb9b6249d 19:12:19 ---> c384ab806666 19:12:19 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:12:20 ---> Running in daccccd8c75f 19:12:20 3f3a8bcf1eab: Pull complete 19:12:20 0c92f367c5e7: Pull complete 19:12:20 3096ccb668a1: Pull complete 19:12:20 Removing intermediate container daccccd8c75f 19:12:20 ---> 50ceef235607 19:12:20 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:12:20 ---> 8245577cf53e 19:12:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:12:20 e8cf19c19ddd: Pull complete 19:12:21 ---> 7d0dfba20c42 19:12:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:12:21 ---> 651f99637dfb 19:12:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:12:21 ---> 2c17185febb7 19:12:21 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:12:21 ---> Running in cf6a9acc1ae6 19:12:21 ---> Running in d686720bd2ee 19:12:22 ---> 407880765543 19:12:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:12:22 ---> Running in 56387abe9c78 19:12:22 Removing intermediate container cf6a9acc1ae6 19:12:22 ---> e366846334fc 19:12:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:22 ---> Running in 81e8ad5aec2b 19:12:22 Removing intermediate container 56387abe9c78 19:12:22 ---> 5c172f4b6ec4 19:12:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:22 Removing intermediate container 81e8ad5aec2b 19:12:22 ---> a76602b60b41 19:12:22 Step 20/22 : LABEL arch=x86_64 19:12:23 ---> Running in 930bacc171af 19:12:23 ---> Running in 13d19d3e66cf 19:12:23 Removing intermediate container 930bacc171af 19:12:23 ---> 1dbf2e20b637 19:12:23 Step 20/22 : LABEL arch=x86_64 19:12:23 ---> Running in 2afec92a3d73 19:12:23 Removing intermediate container d686720bd2ee 19:12:23 ---> ae320df486b1 19:12:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:23 Removing intermediate container 13d19d3e66cf 19:12:23 ---> 46c29198fc0c 19:12:23 Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:12:24 Removing intermediate container 2afec92a3d73 19:12:24 ---> c6da1f006f4b 19:12:24 Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:12:24 ---> Running in 07faf8f13614 19:12:24 ---> Running in 57518045c5a5 19:12:24 ---> 7039d60c083d 19:12:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:12:24 Removing intermediate container 07faf8f13614 19:12:24 ---> 06218e3af770 19:12:24 Step 22/22 : LABEL version=0.0.0 19:12:24 ---> Running in d7f740b596dc 19:12:24 Removing intermediate container 57518045c5a5 19:12:24 ---> fb5206d72476 19:12:24 Step 22/22 : LABEL version=0.0.0 19:12:25 ---> Running in 924d2a2dd24c 19:12:25 Removing intermediate container d7f740b596dc 19:12:25 ---> 7ee87f5e6717 19:12:25 19:12:25 Successfully built 7ee87f5e6717 19:12:25 Successfully tagged support-notifications:latest 19:12:25  Building support-notifications ... done Building security-proxy-setup 19:12:25 Removing intermediate container 924d2a2dd24c 19:12:25 ---> 105913ea7622 19:12:25 19:12:25 Successfully built 105913ea7622 19:12:25 Successfully tagged support-scheduler:latest 19:12:25 Building core-command 19:12:27 a4caa8a26152: Pull complete 19:12:27 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 19:12:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:12:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:12:28 + + echodocker build -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:12:28 WORKDIR /edgex 19:12:28 COPY go.mod . 19:12:28 RUN go mod download ci-base-image-arm64 19:12:28 -f - . 19:12:29  Building support-scheduler ... done  ---> c058f20e7d1b 19:12:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:12:30 Sending build context to Docker daemon 169.3MB 19:12:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:12:30 ---> 725f1c02e7f9 19:12:30 Step 2/4 : WORKDIR /edgex 19:12:30 ---> 4d998c34fc4f 19:12:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:12:31 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:12:31 Status: Downloaded newer image for docker:20.10.14 19:12:31 ---> 7417809fdb73 19:12:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:12:32 ---> Running in 1acdfe39784f 19:12:32 ---> f420907a6943 19:12:32 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:12:32 ---> Running in 0c1e4e2e58d2 19:12:32 Removing intermediate container 0c1e4e2e58d2 19:12:32 ---> 76da1cbbd5e4 19:12:32 Step 3/4 : COPY go.mod . 19:12:33 Removing intermediate container 1acdfe39784f 19:12:33 ---> 7b9a8c327244 19:12:33 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:12:33 ---> b1c36b475fcc 19:12:33 Step 4/4 : RUN go mod download 19:12:33 ---> Running in 89d9f737132c 19:12:34 ---> Running in b9262c04e2ec 19:12:34 ---> b82decfffe94 19:12:34 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:12:34 ---> Running in 40dfae54baab 19:12:35 Removing intermediate container 40dfae54baab 19:12:35 ---> d16fea8c4c52 19:12:35 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:12:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:35 (1/43) Installing readline (8.1.1-r0) 19:12:35 (2/43) Installing bash (5.1.16-r0) 19:12:35 Executing bash-5.1.16-r0.post-install 19:12:35 (3/43) Installing brotli-libs (1.0.9-r5) 19:12:35 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:12:35 (5/43) Installing libcurl (7.80.0-r1) 19:12:35 (6/43) Installing curl (7.80.0-r1) 19:12:35 (7/43) Installing dumb-init (1.2.5-r1) 19:12:35 (8/43) Installing libbz2 (1.0.8-r1) 19:12:35 (9/43) Installing expat (2.4.7-r0) 19:12:35 (10/43) Installing libffi (3.4.2-r1) 19:12:35 (11/43) Installing gdbm (1.22-r0) 19:12:35 (12/43) Installing xz-libs (5.2.5-r1) 19:12:35 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:12:35 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:12:35 (15/43) Installing mpdecimal (2.5.1-r1) 19:12:35 (16/43) Installing sqlite-libs (3.36.0-r0) 19:12:35 (17/43) Installing python3 (3.9.7-r4) 19:12:36 (18/43) Installing py3-appdirs (1.4.4-r2) 19:12:36 (19/43) Installing py3-certifi (2020.12.5-r1) 19:12:36 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:12:36 (21/43) Installing py3-idna (3.3-r0) 19:12:36 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:12:36 (23/43) Installing py3-requests (2.26.0-r1) 19:12:36 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:36 ---> a5a7e5cc93ce 19:12:36 Step 3/22 : WORKDIR /edgex-go 19:12:36 ---> Using cache 19:12:36 ---> 070c8e3459cb 19:12:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:36 ---> Using cache 19:12:36 ---> 9ab9674cd02e 19:12:36 Step 5/22 : RUN apk add --update --no-cache make git 19:12:36 (24/43) Installing py3-msgpack (1.0.2-r1) 19:12:36 (25/43) Installing py3-lockfile (0.12.2-r4) 19:12:36 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:12:36 (27/43) Installing py3-colorama (0.4.4-r1) 19:12:36 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:12:36 (29/43) Installing py3-distlib (0.3.3-r0) 19:12:36 (30/43) Installing py3-distro (1.6.0-r0) 19:12:36 (31/43) Installing py3-six (1.16.0-r0) 19:12:36 (32/43) Installing py3-webencodings (0.5.1-r4) 19:12:36 (33/43) Installing py3-html5lib (1.1-r1) 19:12:36 (34/43) Installing py3-parsing (2.4.7-r2) 19:12:36 (35/43) Installing py3-packaging (20.9-r1) 19:12:36 (36/43) Installing py3-tomli (1.2.2-r0) 19:12:36 (37/43) Installing py3-pep517 (0.12.0-r0) 19:12:36 (38/43) Installing py3-progress (1.6-r0) 19:12:36 (39/43) Installing py3-retrying (1.3.3-r2) 19:12:36 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:12:36 (41/43) Installing py3-setuptools (52.0.0-r4) 19:12:36 (42/43) Installing py3-toml (0.10.2-r2) 19:12:36 (43/43) Installing py3-pip (20.3.4-r1) 19:12:36 Executing busybox-1.34.1-r5.trigger 19:12:36 OK: 83 MiB in 65 packages 19:12:36 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:36 ---> a5a7e5cc93ce 19:12:36 Step 3/23 : WORKDIR /edgex-go 19:12:36 ---> Using cache 19:12:36 ---> 070c8e3459cb 19:12:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:36 ---> Using cache 19:12:36 ---> 9ab9674cd02e 19:12:36 Step 5/23 : RUN apk add --update --no-cache make git 19:12:37 Collecting docker-compose==1.23.2 19:12:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:12:38 Collecting docopt<0.7,>=0.6.1 19:12:38 Downloading docopt-0.6.2.tar.gz (25 kB) 19:12:38 ---> ca3921b54054 19:12:38 Step 26/31 : RUN chmod +x /entrypoint.sh 19:12:38 ---> Running in 894b68b2f410 19:12:38 ---> Running in cb3cb9a8ee6a 19:12:38 ---> Running in d953dc9e95f1 19:12:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:12:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:12:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:12:38 Collecting jsonschema<3,>=2.5.1 19:12:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:12:38 Collecting dockerpty<0.5,>=0.4.1 19:12:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:12:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:39 Collecting PyYAML<4,>=3.10 19:12:39 Downloading PyYAML-3.13.tar.gz (270 kB) 19:12:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:39 Collecting cached-property<2,>=1.2.0 19:12:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:12:40 Collecting docker<4.0,>=3.6.0 19:12:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:12:40 Removing intermediate container d953dc9e95f1 19:12:40 ---> f089e4664c88 19:12:40 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:12:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:40 Collecting websocket-client<1.0,>=0.32.0 19:12:40 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:12:40 ---> Running in 2202bf3efd4a 19:12:40 Collecting texttable<0.10,>=0.9.0 19:12:40 Downloading texttable-0.9.1.tar.gz (11 kB) 19:12:40 Removing intermediate container 2202bf3efd4a 19:12:40 ---> 1bad322340b8 19:12:40 Step 28/31 : CMD ["gate"] 19:12:40 OK: 221 MiB in 52 packages 19:12:40 ---> Running in 71f0c4ab5b67 19:12:40 OK: 221 MiB in 52 packages 19:12:41 Collecting docker-pycreds>=0.4.0 19:12:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:12:41 Removing intermediate container 71f0c4ab5b67 19:12:41 ---> 8517638f6bbf 19:12:41 Step 29/31 : LABEL arch=x86_64 19:12:41 Collecting idna<2.8,>=2.5 19:12:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:12:41 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 19:12:41 ---> Running in 64043a359cf6 19:12:41 Collecting urllib3<1.25,>=1.21.1 19:12:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:12:41 Collecting chardet<3.1.0,>=3.0.2 19:12:41 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:12:41 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:12:41 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:12:41 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:12:41 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:12:41 Removing intermediate container cb3cb9a8ee6a 19:12:41 ---> ea8bd841146f 19:12:41 Step 6/22 : COPY go.mod vendor* ./ 19:12:41 Removing intermediate container 64043a359cf6 19:12:41 ---> 81b09197b7cf 19:12:41 Step 30/31 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:12:41 Removing intermediate container 894b68b2f410 19:12:41 ---> 496f01021541 19:12:41 Step 6/23 : COPY go.mod vendor* ./ 19:12:41 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:12:41 Attempting uninstall: urllib3 19:12:41 Found existing installation: urllib3 1.26.7 19:12:41 Uninstalling urllib3-1.26.7: 19:12:41 Successfully uninstalled urllib3-1.26.7 19:12:41 ---> Running in 3bdbe4f40ad5 19:12:41 Attempting uninstall: idna 19:12:41 Found existing installation: idna 3.3 19:12:41 Uninstalling idna-3.3: 19:12:41 Successfully uninstalled idna-3.3 19:12:41 Removing intermediate container 3bdbe4f40ad5 19:12:41 ---> 4b43160e7002 19:12:41 Step 31/31 : LABEL version=0.0.0 19:12:41 ---> be4cbd58cb83 19:12:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:41 ---> c266cd16febc 19:12:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:42 ---> Running in f375b21f5817 19:12:42 ---> Running in 90e5ebee88ca 19:12:42 ---> Running in 8a07c69dc2aa 19:12:42 Removing intermediate container f375b21f5817 19:12:42 ---> cd251dc174e5 19:12:42 19:12:42 Successfully built cd251dc174e5 19:12:42 Attempting uninstall: requests 19:12:42 Found existing installation: requests 2.26.0 19:12:42 Uninstalling requests-2.26.0: 19:12:42 Successfully tagged security-bootstrapper:latest 19:12:42  Building security-bootstrapper ... done Building security-spiffe-token-provider 19:12:42 Successfully uninstalled requests-2.26.0 19:12:42 Running setup.py install for texttable: started 19:12:42 Running setup.py install for texttable: finished with status 'done' 19:12:42 Running setup.py install for PyYAML: started 19:12:43 Running setup.py install for PyYAML: finished with status 'done' 19:12:43 Running setup.py install for docopt: started 19:12:44 Running setup.py install for docopt: finished with status 'done' 19:12:44 Running setup.py install for dockerpty: started 19:12:44 Running setup.py install for dockerpty: finished with status 'done' 19:12:47 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:47 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:12:47 ---> a5a7e5cc93ce 19:12:47 Step 3/20 : WORKDIR /edgex-go 19:12:47 ---> Using cache 19:12:47 ---> 070c8e3459cb 19:12:47 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:12:48 ---> Running in fedf2455627d 19:12:48 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:12:49 Removing intermediate container 8a07c69dc2aa 19:12:49 ---> 01af416fbf83 19:12:49 Step 8/22 : COPY . . 19:12:49 Removing intermediate container 90e5ebee88ca 19:12:49 ---> 9be7b8cde6d1 19:12:49 Step 8/23 : COPY . . 19:12:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:50 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:50 v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:12:50 v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:12:50 OK: 15864 distinct packages available 19:12:50 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:51 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:51 OK: 221 MiB in 52 packages 19:12:58 Removing intermediate container b9262c04e2ec 19:12:58 ---> 91d740b7a121 19:12:58 Step 14/23 : ENV APP_PORT=58890 19:12:58 ---> 8fda6f134027 19:12:58 Step 9/23 : RUN make cmd/core-command/core-command 19:12:58 Removing intermediate container fedf2455627d 19:12:58 ---> 4115f97d41e3 19:12:58 Step 5/20 : COPY go.mod vendor* ./ 19:12:58 ---> Running in b718a586f8ea 19:12:58 ---> Running in a6bf110aca0c 19:12:58 ---> de343705e1eb 19:12:58 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:12:58 Removing intermediate container b718a586f8ea 19:12:58 ---> cd63f5445780 19:12:58 Step 15/23 : EXPOSE $APP_PORT 19:12:58 ---> Running in bc0ab7c48197 19:12:58 ---> Running in 08d9d27e0133 19:12:58 ---> dd2e59b202af 19:12:58 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:58 ---> Running in 4a1c3fbccafc 19:12:58 Removing intermediate container 08d9d27e0133 19:12:58 ---> b03fc376e587 19:12:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:12:58 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:12:58 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:12:58 ---> 770ac7f3a705 19:12:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:12:58 ---> c7136954741a 19:12:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:12:59 ---> f5374e96e2bf 19:12:59 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:12:59 ---> Running in 602ef70f737a 19:12:59 Removing intermediate container 4a1c3fbccafc 19:12:59 ---> 4c4ff2c90b39 19:12:59 Step 7/20 : COPY . . 19:12:59 Removing intermediate container 602ef70f737a 19:12:59 ---> f9ed7e6e94d7 19:12:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:59 ---> Running in e558f7b348f0 19:13:00 Removing intermediate container e558f7b348f0 19:13:00 ---> 06d1dea40674 19:13:00 Step 21/23 : LABEL arch=x86_64 19:13:01 ---> Running in a396ec3cb4f2 19:13:01 Removing intermediate container a396ec3cb4f2 19:13:01 ---> bef9948ba691 19:13:01 Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:13:01 ---> Running in 68a43851aae2 19:13:01 Removing intermediate container 68a43851aae2 19:13:01 ---> d291444c6dbd 19:13:01 Step 23/23 : LABEL version=0.0.0 19:13:02 ---> Running in 24bc8dd678d4 19:13:02 Removing intermediate container 24bc8dd678d4 19:13:02 ---> f77479ea013a 19:13:02 19:13:02 Successfully built f77479ea013a 19:13:02 Successfully tagged sys-mgmt-agent:latest 19:13:02  Building sys-mgmt-agent ... done Building security-secretstore-setup 19:13:10 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:13:10 ---> a5a7e5cc93ce 19:13:10 Step 3/25 : WORKDIR /edgex-go 19:13:10 ---> Using cache 19:13:10 ---> 070c8e3459cb 19:13:10 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:10 ---> Using cache 19:13:10 ---> 9ab9674cd02e 19:13:10 Step 5/25 : RUN apk add --update --no-cache make git 19:13:10 ---> Using cache 19:13:10 ---> 496f01021541 19:13:10 Step 6/25 : COPY go.mod vendor* ./ 19:13:10 ---> Using cache 19:13:10 ---> be4cbd58cb83 19:13:10 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:10 ---> Using cache 19:13:10 ---> 9be7b8cde6d1 19:13:10 Step 8/25 : COPY . . 19:13:10 ---> Using cache 19:13:10 ---> 8fda6f134027 19:13:10 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:13:12 ---> Running in 5321290d1526 19:13:12 ---> febfdbbca697 19:13:12 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:13:12 ---> Running in 44ecb36ff328 19:13:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:13:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:13:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:13:19 Removing intermediate container a6bf110aca0c 19:13:19 ---> d38e0f01d8a0 19:13:19 19:13:19 Step 10/23 : FROM alpine:3.14 19:13:19 ---> e04c818066af 19:13:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:13:19 ---> Using cache 19:13:19 ---> bd5f8fde292e 19:13:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:19 ---> Using cache 19:13:19 ---> 2f820ab63978 19:13:19 Step 13/23 : ENV APP_PORT=59882 19:13:19 ---> Running in c3a8e15b008d 19:13:19 Removing intermediate container c3a8e15b008d 19:13:19 ---> 08dd18d28245 19:13:19 Step 14/23 : EXPOSE $APP_PORT 19:13:20 ---> Running in 47b2f0219f6c 19:13:20 Removing intermediate container 89d9f737132c 19:13:20 ---> 52193ea0f6f5 19:13:20 Successfully built 52193ea0f6f5 19:13:20 Successfully tagged ci-base-image-arm64:latest 19:13:20 Removing intermediate container 47b2f0219f6c 19:13:20 ---> f60e2cc9411f 19:13:20 Step 15/23 : WORKDIR / 19:13:20 ---> Running in fae5f8eb6553 [Pipeline] isUnix [Pipeline] sh 19:13:20 Removing intermediate container bc0ab7c48197 19:13:20 ---> e9ddd7aba682 19:13:20 19:13:20 Step 10/22 : FROM alpine:3.14 19:13:20 ---> e04c818066af 19:13:20 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:13:20 ---> Running in b9667cb03c90 19:13:20 Removing intermediate container fae5f8eb6553 19:13:20 ---> cda5cd5ff657 19:13:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:20 + docker inspect -f . ci-base-image-arm64 19:13:20 . [Pipeline] withDockerContainer 19:13:21 prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container 19:13:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:13:21 ---> c3b0aebf2dda 19:13:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:13:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:22 (1/6) Installing ca-certificates (20211220-r0) 19:13:22 ---> d085277bc4fe 19:13:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:13:22 (2/6) Installing brotli-libs (1.0.9-r5) 19:13:22 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:13:22 (4/6) Installing libcurl (7.79.1-r1) 19:13:22 (5/6) Installing curl (7.79.1-r1) 19:13:22 (6/6) Installing dumb-init (1.2.5-r1) 19:13:22 Executing busybox-1.33.1-r7.trigger 19:13:22 Executing ca-certificates-20211220-r0.trigger 19:13:22 OK: 8 MiB in 20 packages 19:13:22 $ docker top 3eb73b2a824bc96b4252ef6654bf18129dd1a8d1d8104e824a3c42b9ec3ff518 -eo pid,comm 19:13:22 ---> c2ebc89ba151 19:13:22 Step 19/23 : ENTRYPOINT ["/core-command"] 19:13:22 ---> Running in de4df58ba89f [Pipeline] { 19:13:22 Removing intermediate container de4df58ba89f 19:13:22 ---> 01de42fdeded 19:13:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:22 Removing intermediate container b9667cb03c90 19:13:22 ---> 85ed8fc95f55 19:13:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] sh 19:13:23 ---> Running in c7e2b93ba815 19:13:23 ---> Running in 30afff7f2d3f 19:13:23 Removing intermediate container c7e2b93ba815 19:13:23 ---> 291af9d789bf 19:13:23 Step 21/23 : LABEL arch=x86_64 19:13:23 + go version 19:13:23 go version go1.17.6 linux/arm64 [Pipeline] } 19:13:23 $ docker stop --time=1 3eb73b2a824bc96b4252ef6654bf18129dd1a8d1d8104e824a3c42b9ec3ff518 19:13:23 Removing intermediate container 30afff7f2d3f 19:13:23 ---> cba2eb6eddc5 19:13:23 Step 13/22 : WORKDIR /edgex 19:13:23 ---> Running in 8ead133e14e5 19:13:23 ---> Running in 76744cdde53b 19:13:24 Removing intermediate container 8ead133e14e5 19:13:24 ---> 105f7ad40222 19:13:24 Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:13:24 ---> Running in 5c1e42cab3e1 19:13:24 Removing intermediate container 76744cdde53b 19:13:24 ---> 419cdd6bf103 19:13:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:13:24 Removing intermediate container 5c1e42cab3e1 19:13:24 ---> 22e883c005c0 19:13:24 Step 23/23 : LABEL version=0.0.0 19:13:24 ---> Running in fe446113c9ee 19:13:24 ---> 0af4896f95e5 19:13:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:13:24 Removing intermediate container fe446113c9ee 19:13:24 ---> c91cf70f9194 19:13:24 19:13:24 Successfully built c91cf70f9194 19:13:24 Successfully tagged core-command:latest 19:13:24 Building core-metadata 19:13:25 $ docker rm -f 3eb73b2a824bc96b4252ef6654bf18129dd1a8d1d8104e824a3c42b9ec3ff518 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:13:26 + docker inspect -f . ci-base-image-arm64 19:13:26 . [Pipeline] withDockerContainer 19:13:26 prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container 19:13:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:13:26  Building core-command ... done  ---> 2072f95e4da4 19:13:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:28 $ docker top 1803f012d01b311eb7d1594da0caab462c709465c0a9fd59d97bdd0cd34cac1c -eo pid,comm [Pipeline] { [Pipeline] echo 19:13:28 ========================================================= 19:13:28 [edgeXBuildGoParallel] Running Tests and Build... 19:13:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:13:28 ---> 334ce756caa3 19:13:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:13:29 + make test 19:13:29 go mod tidy -compat=1.17 19:13:29 ---> 9d959f125db4 19:13:29 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:29 ---> Running in 87297bb2da75 19:13:29 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:29 ---> a5a7e5cc93ce 19:13:29 Step 3/23 : WORKDIR /edgex-go 19:13:29 ---> Using cache 19:13:29 ---> 070c8e3459cb 19:13:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:29 ---> Using cache 19:13:29 ---> 9ab9674cd02e 19:13:29 Step 5/23 : RUN apk add --update --no-cache make git 19:13:29 ---> Using cache 19:13:29 ---> 496f01021541 19:13:29 Step 6/23 : COPY go.mod vendor* ./ 19:13:29 ---> Using cache 19:13:29 ---> be4cbd58cb83 19:13:29 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:29 ---> Using cache 19:13:29 ---> 9be7b8cde6d1 19:13:29 Step 8/23 : COPY . . 19:13:29 ---> Using cache 19:13:29 ---> 8fda6f134027 19:13:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:13:29 ---> Running in e2c61a5f765c 19:13:30 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:13:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:13:31 Removing intermediate container 87297bb2da75 19:13:31 ---> 62f181c0a087 19:13:31 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:13:31 ---> Running in bc1e663d37d4 19:13:31 Removing intermediate container bc1e663d37d4 19:13:31 ---> 7953b29029d9 19:13:31 Step 20/22 : LABEL arch=x86_64 19:13:31 ---> Running in 291764f8bf07 19:13:31 Removing intermediate container 291764f8bf07 19:13:31 ---> f63a6dcadedb 19:13:31 Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:13:31 ---> Running in f71fafa07f69 19:13:31 Removing intermediate container f71fafa07f69 19:13:31 ---> 92b7ca66f8ea 19:13:31 Step 22/22 : LABEL version=0.0.0 19:13:31 ---> Running in 2d1c952a520d 19:13:31 Removing intermediate container 2d1c952a520d 19:13:31 ---> d41421f00401 19:13:31 19:13:32 Successfully built d41421f00401 19:13:32 Successfully tagged security-proxy-setup:latest 19:13:32 Building security-spire-server 19:13:33  Building security-proxy-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:13:36 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:36 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:13:36 ---> a5a7e5cc93ce 19:13:36 Step 3/25 : WORKDIR /edgex-go 19:13:36 ---> Using cache 19:13:36 ---> 070c8e3459cb 19:13:36 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:36 ---> Using cache 19:13:36 ---> 9ab9674cd02e 19:13:36 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:13:37 ---> Running in df76d9435c0d 19:13:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:39 OK: 221 MiB in 52 packages 19:13:39 Removing intermediate container 5321290d1526 19:13:39 ---> a6faa0a5f542 19:13:39 19:13:39 Step 10/25 : FROM alpine:3.14 19:13:39 ---> e04c818066af 19:13:39 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:13:39 ---> Running in d1ddd3253454 19:13:40 Removing intermediate container df76d9435c0d 19:13:40 ---> 0ac25fb009c6 19:13:40 Step 6/25 : COPY go.mod vendor* ./ 19:13:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:40 ---> dca81c425273 19:13:40 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:40 (1/3) Installing ca-certificates (20211220-r0) 19:13:40 ---> Running in 49a2f5d1f4fd 19:13:40 (2/3) Installing dumb-init (1.2.5-r1) 19:13:40 (3/3) Installing su-exec (0.2-r1) 19:13:40 Executing busybox-1.33.1-r7.trigger 19:13:40 Executing ca-certificates-20211220-r0.trigger 19:13:40 OK: 6 MiB in 17 packages 19:13:41 Removing intermediate container d1ddd3253454 19:13:41 ---> ff45381b6033 19:13:41 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:42 ---> Running in bc7cd4c3d5b3 19:13:42 Removing intermediate container 44ecb36ff328 19:13:42 ---> 71779d1daba1 19:13:42 19:13:42 Step 9/20 : FROM alpine:3.15 19:13:43 Removing intermediate container bc7cd4c3d5b3 19:13:43 ---> b487fca907b3 19:13:43 Step 13/25 : WORKDIR / 19:13:43 3.15: Pulling from library/alpine 19:13:43 Removing intermediate container 49a2f5d1f4fd 19:13:43 ---> 9ce1a7efc30d 19:13:43 Step 8/25 : COPY . . 19:13:44 ---> Running in 1142df2d386d 19:13:44 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:13:44 Status: Downloaded newer image for alpine:3.15 19:13:44 ---> 0ac33e5f5afa 19:13:44 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:13:48 ---> Running in 220359856be6 19:13:48 Removing intermediate container 1142df2d386d 19:13:48 ---> 05999116b99f 19:13:48 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:13:48 ---> 99c1341c6019 19:13:48 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:13:48 Removing intermediate container 220359856be6 19:13:48 ---> 5ecaf197cc8d 19:13:48 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:49 ---> Running in cc6728c51985 19:13:49 ---> 34f843454352 19:13:49 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:13:49 ---> ae359f284026 19:13:49 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:13:49 Removing intermediate container e2c61a5f765c 19:13:49 ---> e14e6a7a72f6 19:13:49 19:13:49 Step 10/23 : FROM alpine:3.14 19:13:49 ---> e04c818066af 19:13:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:13:49 ---> Using cache 19:13:49 ---> bd5f8fde292e 19:13:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:49 ---> Using cache 19:13:49 ---> 2f820ab63978 19:13:49 Step 13/23 : ENV APP_PORT=59881 19:13:49 ---> 865d33728e22 19:13:49 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:13:49 ---> Running in da1a65ea6cab 19:13:49 ---> Running in a0ac78d93b23 19:13:49 ---> f06d9458052d 19:13:49 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:13:50 Removing intermediate container a0ac78d93b23 19:13:50 ---> accdabb95692 19:13:50 Step 10/25 : RUN mkdir -p spire-build 19:13:50 Removing intermediate container cc6728c51985 19:13:50 ---> df0d23d8bd1e 19:13:50 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:13:50 Removing intermediate container da1a65ea6cab 19:13:50 ---> ff12f3266667 19:13:50 Step 14/23 : EXPOSE $APP_PORT 19:13:50 ---> Running in b8e46f89c420 19:13:50 ---> Running in 4e030af39fe5 19:13:50 ---> Running in 487ac90f2b29 19:13:50 Removing intermediate container 487ac90f2b29 19:13:50 ---> 6f1b76c6dd88 19:13:50 Step 15/23 : WORKDIR / 19:13:50 ---> b912aba9bd5c 19:13:50 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:13:50 ---> Running in bed34b3a7ac6 19:13:50 Removing intermediate container bed34b3a7ac6 19:13:50 ---> 66d895763142 19:13:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:50 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:50 ---> febd168d0ec0 19:13:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:50 ---> ade8a4239720 19:13:50 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:13:50 ---> c660efa1386e 19:13:50 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:13:50 ---> Running in 38bf01f74885 19:13:51 Removing intermediate container 4e030af39fe5 19:13:51 ---> e977994827df 19:13:51 Step 11/25 : WORKDIR /edgex-go/spire-build 19:13:51 ---> 265a138a777e 19:13:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:13:51 ---> Running in 3570eced8b98 19:13:51 Removing intermediate container 3570eced8b98 19:13:51 ---> f10bfc89a76d 19:13:51 Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:13:51 ---> 4141e321497e 19:13:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:13:51 ---> Running in 818b22704863 19:13:51 ---> Running in ebd71976c5c2 19:13:51 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:51 Removing intermediate container ebd71976c5c2 19:13:51 ---> 427ad3433dcc 19:13:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:52 ---> Running in 8bbff0601f1c 19:13:52 v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:13:52 v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:13:52 OK: 15855 distinct packages available 19:13:52 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:52 Removing intermediate container 8bbff0601f1c 19:13:52 ---> 7dbea2b0b7a8 19:13:52 Step 21/23 : LABEL arch=x86_64 19:13:52 Removing intermediate container 38bf01f74885 19:13:52 ---> 94eae09af50e 19:13:52 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:13:52 ---> Running in fb33ff5d75f5 19:13:52 ---> Running in 6471015e55d8 19:13:52 Removing intermediate container fb33ff5d75f5 19:13:52 ---> d1d4a297af49 19:13:52 Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:13:52 spire-1.2.1/ 19:13:52 spire-1.2.1/.data/ 19:13:52 spire-1.2.1/.data/.file 19:13:52 spire-1.2.1/.dockerignore 19:13:52 spire-1.2.1/.gitattributes 19:13:52 spire-1.2.1/.githooks/ 19:13:52 spire-1.2.1/.githooks/pre-commit 19:13:52 spire-1.2.1/.github/ 19:13:52 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:13:52 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:13:52 spire-1.2.1/.github/dependabot.yml 19:13:52 spire-1.2.1/.github/workflows/ 19:13:52 spire-1.2.1/.github/workflows/nightly_build.yaml 19:13:52 spire-1.2.1/.github/workflows/pr_build.yaml 19:13:52 spire-1.2.1/.github/workflows/release_build.yaml 19:13:52 spire-1.2.1/.github/workflows/scripts/ 19:13:52 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:13:52 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:13:52 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:13:52 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:13:52 spire-1.2.1/.github/workflows/scripts/split.sh 19:13:52 spire-1.2.1/.gitignore 19:13:52 spire-1.2.1/.go-version 19:13:52 spire-1.2.1/.golangci.yml 19:13:52 spire-1.2.1/ADOPTERS.md 19:13:52 spire-1.2.1/CHANGELOG.md 19:13:52 spire-1.2.1/CODE-OF-CONDUCT.md 19:13:52 spire-1.2.1/CODEOWNERS 19:13:52 spire-1.2.1/CONTRIBUTING.md 19:13:52 spire-1.2.1/Dockerfile 19:13:52 spire-1.2.1/Dockerfile.dev 19:13:52 spire-1.2.1/Dockerfile.scratch 19:13:52 spire-1.2.1/LICENSE 19:13:52 spire-1.2.1/MAINTAINERS.md 19:13:52 spire-1.2.1/Makefile 19:13:52 spire-1.2.1/README.md 19:13:52 spire-1.2.1/ROADMAP.md 19:13:52 spire-1.2.1/SECURITY.md 19:13:52 spire-1.2.1/cmd/ 19:13:52 spire-1.2.1/cmd/spire-agent/ 19:13:52 spire-1.2.1/cmd/spire-agent/cli/ 19:13:52 spire-1.2.1/cmd/spire-agent/cli/api/ 19:13:52 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/common/ 19:13:52 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:13:52 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/run/ 19:13:52 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:13:52 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:13:52 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:13:52 spire-1.2.1/cmd/spire-agent/main.go 19:13:52 spire-1.2.1/cmd/spire-server/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/agent/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/cli.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/run/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/token/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/validate/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/x509/ 19:13:52 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:13:52 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:13:52 spire-1.2.1/cmd/spire-server/main.go 19:13:52 spire-1.2.1/cmd/spire-server/util/ 19:13:52 spire-1.2.1/cmd/spire-server/util/util.go 19:13:52 spire-1.2.1/conf/ 19:13:52 spire-1.2.1/conf/agent/ 19:13:52 spire-1.2.1/conf/agent/agent.conf 19:13:52 spire-1.2.1/conf/agent/agent_full.conf 19:13:52 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:13:52 spire-1.2.1/conf/server/ 19:13:52 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:13:52 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:13:52 spire-1.2.1/conf/server/server.conf 19:13:52 spire-1.2.1/conf/server/server_full.conf 19:13:52 spire-1.2.1/doc/ 19:13:52 spire-1.2.1/doc/SPIRE101.md 19:13:52 spire-1.2.1/doc/auditlog.md 19:13:52 spire-1.2.1/doc/authorization_policy_engine.md 19:13:52 spire-1.2.1/doc/changelog_guidelines.md 19:13:52 spire-1.2.1/doc/cure53-report.pdf 19:13:52 spire-1.2.1/doc/images/ 19:13:52 spire-1.2.1/doc/images/2019_roadmap.png 19:13:52 spire-1.2.1/doc/images/SPIRE101.png 19:13:52 spire-1.2.1/doc/images/SPIRE_agent.png 19:13:52 spire-1.2.1/doc/images/SPIRE_server.png 19:13:52 spire-1.2.1/doc/images/cache_mgr.png 19:13:52 spire-1.2.1/doc/images/cache_mgr_components.png 19:13:52 spire-1.2.1/doc/images/federated_spire.png 19:13:52 spire-1.2.1/doc/images/ha_mode.png 19:13:52 spire-1.2.1/doc/images/nested_spire.png 19:13:52 spire-1.2.1/doc/images/oidc_federation.png 19:13:52 spire-1.2.1/doc/images/single_trust_domain.png 19:13:52 spire-1.2.1/doc/images/spiffe_compatible.png 19:13:52 spire-1.2.1/doc/images/spire_logo.png 19:13:52 spire-1.2.1/doc/migrating_registration_api_clients.md 19:13:52 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:13:52 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:13:52 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:13:52 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:13:52 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:13:52 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:13:52 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:13:52 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:13:52 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:13:52 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:13:52 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:13:52 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:13:52 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:13:52 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:13:52 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:13:52 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:13:52 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:13:52 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:13:52 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:13:52 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:13:52 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:13:52 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:13:52 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:13:52 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:13:52 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:13:52 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:13:52 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:13:52 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:13:52 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:13:52 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:13:52 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:13:52 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:13:52 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:13:52 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:13:52 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:13:52 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:13:52 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:13:52 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:13:52 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:13:52 spire-1.2.1/doc/scaling_spire.md 19:13:52 spire-1.2.1/doc/spire_agent.md 19:13:52 spire-1.2.1/doc/spire_server.md 19:13:52 spire-1.2.1/doc/supported_integrations.md 19:13:52 spire-1.2.1/doc/telemetry.md 19:13:52 spire-1.2.1/doc/telemetry_config.md 19:13:52 spire-1.2.1/doc/upgrading.md 19:13:52 spire-1.2.1/doc/using_spire.md 19:13:52 spire-1.2.1/examples/ 19:13:52 spire-1.2.1/examples/README.md 19:13:52 spire-1.2.1/go.mod 19:13:52 spire-1.2.1/go.sum 19:13:52 spire-1.2.1/pkg/ 19:13:52 spire-1.2.1/pkg/agent/ 19:13:52 spire-1.2.1/pkg/agent/agent.go 19:13:52 spire-1.2.1/pkg/agent/api/ 19:13:52 spire-1.2.1/pkg/agent/api/config.go 19:13:52 spire-1.2.1/pkg/agent/api/debug/ 19:13:52 spire-1.2.1/pkg/agent/api/debug/v1/ 19:13:52 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:13:52 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:13:52 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:13:52 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:13:52 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:13:52 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:13:52 spire-1.2.1/pkg/agent/api/endpoints.go 19:13:52 spire-1.2.1/pkg/agent/api/health/ 19:13:52 spire-1.2.1/pkg/agent/api/health/v1/ 19:13:52 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:13:52 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:13:52 spire-1.2.1/pkg/agent/api/rpccontext/ 19:13:52 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:13:52 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:13:52 spire-1.2.1/pkg/agent/attestor/ 19:13:52 spire-1.2.1/pkg/agent/attestor/node/ 19:13:52 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:13:52 spire-1.2.1/pkg/agent/attestor/node/node.go 19:13:52 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:13:52 spire-1.2.1/pkg/agent/attestor/workload/ 19:13:52 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:13:52 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:13:52 spire-1.2.1/pkg/agent/catalog/ 19:13:52 spire-1.2.1/pkg/agent/catalog/catalog.go 19:13:52 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:13:52 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:13:52 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:13:52 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:13:52 spire-1.2.1/pkg/agent/client/ 19:13:52 spire-1.2.1/pkg/agent/client/client.go 19:13:52 spire-1.2.1/pkg/agent/client/client_test.go 19:13:52 spire-1.2.1/pkg/agent/client/dial.go 19:13:52 spire-1.2.1/pkg/agent/client/nodeconn.go 19:13:52 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:13:52 spire-1.2.1/pkg/agent/client/update.go 19:13:52 spire-1.2.1/pkg/agent/client/util.go 19:13:52 spire-1.2.1/pkg/agent/common/ 19:13:52 spire-1.2.1/pkg/agent/common/backoff/ 19:13:52 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:13:52 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:13:52 spire-1.2.1/pkg/agent/common/cgroups/ 19:13:52 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:13:52 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:13:52 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:13:52 spire-1.2.1/pkg/agent/config.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/ 19:13:52 spire-1.2.1/pkg/agent/endpoints/config.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:13:52 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:13:52 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/workload/ 19:13:52 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:13:52 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:13:52 spire-1.2.1/pkg/agent/manager/ 19:13:52 spire-1.2.1/pkg/agent/manager/cache/ 19:13:52 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:13:52 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:13:52 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:13:52 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:13:52 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:13:52 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:13:52 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:13:52 spire-1.2.1/pkg/agent/manager/config.go 19:13:52 spire-1.2.1/pkg/agent/manager/manager.go 19:13:52 spire-1.2.1/pkg/agent/manager/manager_test.go 19:13:52 spire-1.2.1/pkg/agent/manager/storage.go 19:13:52 spire-1.2.1/pkg/agent/manager/storage_test.go 19:13:52 spire-1.2.1/pkg/agent/manager/storecache/ 19:13:52 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:13:52 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:13:52 spire-1.2.1/pkg/agent/manager/sync.go 19:13:52 spire-1.2.1/pkg/agent/plugin/ 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:13:52 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:13:52 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:13:52 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:13:52 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:13:52 spire-1.2.1/pkg/agent/svid/ 19:13:52 spire-1.2.1/pkg/agent/svid/rotator.go 19:13:52 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:13:52 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:13:52 spire-1.2.1/pkg/agent/svid/store/ 19:13:52 spire-1.2.1/pkg/agent/svid/store/service.go 19:13:52 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:13:52 spire-1.2.1/pkg/common/ 19:13:52 spire-1.2.1/pkg/common/agentpathtemplate/ 19:13:52 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:13:52 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:13:52 spire-1.2.1/pkg/common/api/ 19:13:52 spire-1.2.1/pkg/common/api/metrics.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/ 19:13:52 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/logger.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/names.go 19:13:52 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:13:52 spire-1.2.1/pkg/common/api/names.go 19:13:52 spire-1.2.1/pkg/common/api/ratelimit.go 19:13:52 spire-1.2.1/pkg/common/api/rpccontext/ 19:13:52 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:13:52 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:13:52 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:13:52 spire-1.2.1/pkg/common/auth/ 19:13:52 spire-1.2.1/pkg/common/auth/interceptors.go 19:13:52 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:13:52 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/ 19:13:52 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/types.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:13:52 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:13:52 spire-1.2.1/pkg/common/catalog/ 19:13:52 spire-1.2.1/pkg/common/catalog/bind.go 19:13:52 spire-1.2.1/pkg/common/catalog/builtin.go 19:13:52 spire-1.2.1/pkg/common/catalog/catalog.go 19:13:52 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:13:52 spire-1.2.1/pkg/common/catalog/closers.go 19:13:52 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:13:52 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:13:52 spire-1.2.1/pkg/common/catalog/config.go 19:13:52 spire-1.2.1/pkg/common/catalog/config_test.go 19:13:52 spire-1.2.1/pkg/common/catalog/configure.go 19:13:52 spire-1.2.1/pkg/common/catalog/constraints.go 19:13:52 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:13:52 spire-1.2.1/pkg/common/catalog/context.go 19:13:52 spire-1.2.1/pkg/common/catalog/external.go 19:13:52 spire-1.2.1/pkg/common/catalog/host.go 19:13:52 spire-1.2.1/pkg/common/catalog/pipenet.go 19:13:52 spire-1.2.1/pkg/common/catalog/plugin.go 19:13:52 spire-1.2.1/pkg/common/catalog/testplugin/ 19:13:52 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:13:52 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:13:52 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:13:52 spire-1.2.1/pkg/common/cli/ 19:13:52 spire-1.2.1/pkg/common/cli/env.go 19:13:52 spire-1.2.1/pkg/common/cli/flags.go 19:13:52 spire-1.2.1/pkg/common/cli/trust_domain.go 19:13:52 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:13:52 spire-1.2.1/pkg/common/cli/umask.go 19:13:52 spire-1.2.1/pkg/common/cli/umask_posix.go 19:13:52 spire-1.2.1/pkg/common/cli/umask_test.go 19:13:52 spire-1.2.1/pkg/common/cli/umask_windows.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/ 19:13:52 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/flag.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/format.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/ 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:13:52 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:13:52 spire-1.2.1/pkg/common/coretypes/ 19:13:52 spire-1.2.1/pkg/common/coretypes/bundle/ 19:13:52 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:13:52 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:13:52 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:13:52 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:13:52 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:13:52 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:13:52 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:13:52 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:13:52 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:13:52 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:13:52 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:13:52 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:13:52 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:13:52 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:13:52 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:13:52 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:13:52 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:13:52 spire-1.2.1/pkg/common/cryptoutil/ 19:13:52 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:13:52 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:13:52 spire-1.2.1/pkg/common/diskutil/ 19:13:52 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:13:52 spire-1.2.1/pkg/common/diskutil/file_test.go 19:13:52 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:13:52 spire-1.2.1/pkg/common/errorutil/ 19:13:52 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:13:52 spire-1.2.1/pkg/common/health/ 19:13:52 spire-1.2.1/pkg/common/health/config.go 19:13:52 spire-1.2.1/pkg/common/health/context.go 19:13:52 spire-1.2.1/pkg/common/health/context_test.go 19:13:52 spire-1.2.1/pkg/common/health/health.go 19:13:52 spire-1.2.1/pkg/common/health/health_test.go 19:13:52 spire-1.2.1/pkg/common/health/logger.go 19:13:52 spire-1.2.1/pkg/common/hostservice/ 19:13:52 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:13:52 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:13:52 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:13:52 spire-1.2.1/pkg/common/idutil/ 19:13:52 spire-1.2.1/pkg/common/idutil/require.go 19:13:52 spire-1.2.1/pkg/common/idutil/require_test.go 19:13:52 spire-1.2.1/pkg/common/idutil/safety.go 19:13:52 spire-1.2.1/pkg/common/idutil/safety_test.go 19:13:52 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:13:52 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:13:52 spire-1.2.1/pkg/common/jwtsvid/ 19:13:52 spire-1.2.1/pkg/common/jwtsvid/common.go 19:13:52 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:13:52 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:13:52 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:13:52 spire-1.2.1/pkg/common/jwtutil/ 19:13:52 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:13:52 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:13:52 spire-1.2.1/pkg/common/log/ 19:13:52 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:13:52 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:13:52 spire-1.2.1/pkg/common/log/log.go 19:13:52 spire-1.2.1/pkg/common/log/log_test.go 19:13:52 spire-1.2.1/pkg/common/log/options.go 19:13:52 spire-1.2.1/pkg/common/nodeutil/ 19:13:52 spire-1.2.1/pkg/common/nodeutil/node.go 19:13:52 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:13:52 spire-1.2.1/pkg/common/peertracker/ 19:13:52 spire-1.2.1/pkg/common/peertracker/conn.goRemoving intermediate container 6471015e55d8 19:13:52 ---> 3d8809c1f882 19:13:52 Step 23/25 : LABEL arch=x86_64 19:13:52 19:13:52 spire-1.2.1/pkg/common/peertracker/credentials.go 19:13:52 spire-1.2.1/pkg/common/peertracker/errors.go 19:13:52 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:13:52 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:13:52 spire-1.2.1/pkg/common/peertracker/info.go 19:13:52 spire-1.2.1/pkg/common/peertracker/listener.go 19:13:52 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:13:52 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:13:52 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:13:52 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:13:52 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:13:52 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:13:52 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:13:52 spire-1.2.1/pkg/common/peertracker/tcp.go 19:13:52 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:13:52 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:13:52 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:13:52 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:13:52 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:13:52 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:13:52 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:13:52 spire-1.2.1/pkg/common/peertracker/uds.go 19:13:52 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:13:52 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:13:52 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:13:52 spire-1.2.1/pkg/common/pemutil/ 19:13:52 spire-1.2.1/pkg/common/pemutil/block.go 19:13:52 spire-1.2.1/pkg/common/pemutil/certs.go 19:13:52 spire-1.2.1/pkg/common/pemutil/common.go 19:13:52 spire-1.2.1/pkg/common/pemutil/csr.go 19:13:52 spire-1.2.1/pkg/common/pemutil/keys.go 19:13:52 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/ 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:13:52 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:13:52 spire-1.2.1/pkg/common/plugin/ 19:13:52 spire-1.2.1/pkg/common/plugin/aws/ 19:13:52 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:13:52 spire-1.2.1/pkg/common/plugin/azure/ 19:13:52 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:13:52 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:13:52 spire-1.2.1/pkg/common/plugin/facade.go 19:13:52 spire-1.2.1/pkg/common/plugin/facade_test.go 19:13:52 spire-1.2.1/pkg/common/plugin/gcp/ 19:13:52 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:13:52 spire-1.2.1/pkg/common/plugin/k8s/ 19:13:52 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:13:52 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:13:52 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:13:52 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:13:52 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:13:52 spire-1.2.1/pkg/common/plugin/log.go 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/ 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:13:52 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:13:52 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:13:52 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:13:52 spire-1.2.1/pkg/common/plugin/x509pop/ 19:13:52 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:13:52 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:13:52 spire-1.2.1/pkg/common/profiling/ 19:13:52 spire-1.2.1/pkg/common/profiling/dumpers.go 19:13:52 spire-1.2.1/pkg/common/profiling/profiling.go 19:13:52 spire-1.2.1/pkg/common/protoutil/ 19:13:52 spire-1.2.1/pkg/common/protoutil/masks.go 19:13:52 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:13:52 spire-1.2.1/pkg/common/rotationutil/ 19:13:52 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:13:52 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:13:52 spire-1.2.1/pkg/common/selector/ 19:13:52 spire-1.2.1/pkg/common/selector/selector.go 19:13:52 spire-1.2.1/pkg/common/selector/selector_test.go 19:13:52 spire-1.2.1/pkg/common/selector/set.go 19:13:52 spire-1.2.1/pkg/common/selector/set_utils.go 19:13:52 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/ 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/ 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:13:52 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:13:52 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:13:52 spire-1.2.1/pkg/common/telemetry/call.go 19:13:52 spire-1.2.1/pkg/common/telemetry/common/ 19:13:52 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:13:52 spire-1.2.1/pkg/common/telemetry/config.go 19:13:52 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:13:52 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/inmem.go 19:13:52 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/m3.go 19:13:52 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/metrics.go 19:13:52 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/names.go 19:13:52 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:13:52 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:13:52 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/ 19:13:52 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:13:52 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go ---> Running in 9e4e3b146764 19:13:52 19:13:52 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:13:52 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:13:52 spire-1.2.1/pkg/common/telemetry/server/server.go 19:13:52 spire-1.2.1/pkg/common/telemetry/sink.go 19:13:52 spire-1.2.1/pkg/common/telemetry/statsd.go 19:13:52 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:13:52 spire-1.2.1/pkg/common/telemetry/uptime.go 19:13:52 spire-1.2.1/pkg/common/telemetry/version.go 19:13:52 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:13:52 spire-1.2.1/pkg/common/uptime/ 19:13:52 spire-1.2.1/pkg/common/uptime/uptime.go 19:13:52 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:13:52 spire-1.2.1/pkg/common/util/ 19:13:52 spire-1.2.1/pkg/common/util/certs.go 19:13:52 spire-1.2.1/pkg/common/util/certs_test.go 19:13:52 spire-1.2.1/pkg/common/util/csr.go 19:13:52 spire-1.2.1/pkg/common/util/hash.go 19:13:52 spire-1.2.1/pkg/common/util/selectors.go 19:13:52 spire-1.2.1/pkg/common/util/selectors_test.go 19:13:52 spire-1.2.1/pkg/common/util/signals.go 19:13:52 spire-1.2.1/pkg/common/util/sort.go 19:13:52 spire-1.2.1/pkg/common/util/sort_test.go 19:13:52 spire-1.2.1/pkg/common/util/task.go 19:13:52 spire-1.2.1/pkg/common/util/task_test.go 19:13:52 spire-1.2.1/pkg/common/util/testdata/ 19:13:52 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:13:52 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:13:52 spire-1.2.1/pkg/common/version/ 19:13:52 spire-1.2.1/pkg/common/version/version.go 19:13:52 spire-1.2.1/pkg/common/x509svid/ 19:13:52 spire-1.2.1/pkg/common/x509svid/common_test.go 19:13:52 spire-1.2.1/pkg/common/x509svid/csr.go 19:13:52 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:13:52 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:13:52 spire-1.2.1/pkg/common/x509util/ 19:13:52 spire-1.2.1/pkg/common/x509util/cert.go 19:13:52 spire-1.2.1/pkg/common/x509util/dns.go 19:13:52 spire-1.2.1/pkg/common/x509util/dns_test.go 19:13:52 spire-1.2.1/pkg/common/x509util/keyid.go 19:13:52 spire-1.2.1/pkg/common/x509util/keypair.go 19:13:52 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:13:52 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:13:52 spire-1.2.1/pkg/server/ 19:13:52 spire-1.2.1/pkg/server/api/ 19:13:52 spire-1.2.1/pkg/server/api/agent.go 19:13:52 spire-1.2.1/pkg/server/api/agent/ 19:13:52 spire-1.2.1/pkg/server/api/agent/v1/ 19:13:52 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:13:52 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:13:52 spire-1.2.1/pkg/server/api/agent_test.go 19:13:52 spire-1.2.1/pkg/server/api/api.go 19:13:52 spire-1.2.1/pkg/server/api/audit/ 19:13:52 spire-1.2.1/pkg/server/api/audit/audit.go 19:13:52 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:13:52 spire-1.2.1/pkg/server/api/bundle.go 19:13:52 spire-1.2.1/pkg/server/api/bundle/ 19:13:52 spire-1.2.1/pkg/server/api/bundle/v1/ 19:13:52 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:13:52 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:13:52 spire-1.2.1/pkg/server/api/bundle_test.go 19:13:52 spire-1.2.1/pkg/server/api/debug/ 19:13:52 spire-1.2.1/pkg/server/api/debug/v1/ 19:13:52 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:13:52 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:13:52 spire-1.2.1/pkg/server/api/entry.go 19:13:52 spire-1.2.1/pkg/server/api/entry/ 19:13:52 spire-1.2.1/pkg/server/api/entry/v1/ 19:13:52 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:13:52 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:13:52 spire-1.2.1/pkg/server/api/entry_test.go 19:13:52 spire-1.2.1/pkg/server/api/health/ 19:13:52 spire-1.2.1/pkg/server/api/health/v1/ 19:13:52 spire-1.2.1/pkg/server/api/health/v1/service.go 19:13:52 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:13:52 spire-1.2.1/pkg/server/api/id.go 19:13:52 spire-1.2.1/pkg/server/api/id_test.go 19:13:52 spire-1.2.1/pkg/server/api/limits/ 19:13:52 spire-1.2.1/pkg/server/api/limits/limits.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/ 19:13:52 spire-1.2.1/pkg/server/api/middleware/alias.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/audit.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/caller.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/common.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/entries.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:13:52 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:13:52 spire-1.2.1/pkg/server/api/ratelimit.go 19:13:52 spire-1.2.1/pkg/server/api/rpccontext/ 19:13:52 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:13:52 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:13:52 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:13:52 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:13:52 spire-1.2.1/pkg/server/api/selector.go 19:13:52 spire-1.2.1/pkg/server/api/selector_test.go 19:13:52 spire-1.2.1/pkg/server/api/status.go 19:13:52 spire-1.2.1/pkg/server/api/status_test.go 19:13:52 spire-1.2.1/pkg/server/api/svid/ 19:13:52 spire-1.2.1/pkg/server/api/svid/v1/ 19:13:52 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:13:52 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:13:52 spire-1.2.1/pkg/server/api/trustdomain.go 19:13:52 spire-1.2.1/pkg/server/api/trustdomain/ 19:13:52 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:13:52 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:13:52 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:13:52 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:13:52 spire-1.2.1/pkg/server/authpolicy/ 19:13:52 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:13:52 spire-1.2.1/pkg/server/authpolicy/policy.go 19:13:52 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:13:52 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:13:52 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:13:52 spire-1.2.1/pkg/server/authpolicy/validate.go 19:13:52 spire-1.2.1/pkg/server/bundle/ 19:13:52 spire-1.2.1/pkg/server/bundle/client/ 19:13:52 spire-1.2.1/pkg/server/bundle/client/client.go 19:13:52 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:13:52 spire-1.2.1/pkg/server/bundle/client/manager.go 19:13:52 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:13:52 spire-1.2.1/pkg/server/bundle/client/sources.go 19:13:52 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:13:52 spire-1.2.1/pkg/server/bundle/client/updater.go 19:13:52 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:13:52 spire-1.2.1/pkg/server/ca/ 19:13:52 spire-1.2.1/pkg/server/ca/ca.go 19:13:52 spire-1.2.1/pkg/server/ca/ca_health.go 19:13:52 spire-1.2.1/pkg/server/ca/ca_test.go 19:13:52 spire-1.2.1/pkg/server/ca/journal.go 19:13:52 spire-1.2.1/pkg/server/ca/journal_test.go 19:13:52 spire-1.2.1/pkg/server/ca/manager.go 19:13:52 spire-1.2.1/pkg/server/ca/manager_health.go 19:13:52 spire-1.2.1/pkg/server/ca/manager_test.go 19:13:52 spire-1.2.1/pkg/server/ca/templates.go 19:13:52 spire-1.2.1/pkg/server/ca/upstream_client.go 19:13:52 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:13:52 spire-1.2.1/pkg/server/ca/validation.go 19:13:52 spire-1.2.1/pkg/server/cache/ 19:13:52 spire-1.2.1/pkg/server/cache/dscache/ 19:13:52 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:13:52 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:13:52 spire-1.2.1/pkg/server/cache/entrycache/ 19:13:52 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:13:52 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:13:52 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:13:52 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:13:52 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:13:52 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:13:52 spire-1.2.1/pkg/server/catalog/ 19:13:52 spire-1.2.1/pkg/server/catalog/catalog.go 19:13:52 spire-1.2.1/pkg/server/catalog/keymanager.go 19:13:52 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:13:52 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:13:52 spire-1.2.1/pkg/server/catalog/notifier.go 19:13:52 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:13:52 spire-1.2.1/pkg/server/config.go 19:13:52 spire-1.2.1/pkg/server/datastore/ 19:13:52 spire-1.2.1/pkg/server/datastore/datastore.go 19:13:52 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:13:52 spire-1.2.1/pkg/server/datastore/repository.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:13:52 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:13:52 spire-1.2.1/pkg/server/endpoints/ 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/ 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:13:52 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:13:52 spire-1.2.1/pkg/server/endpoints/config.go 19:13:52 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:13:52 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:13:52 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:13:52 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:13:52 spire-1.2.1/pkg/server/endpoints/middleware.go 19:13:52 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:13:52 spire-1.2.1/pkg/server/hostservice/ 19:13:52 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:13:52 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:13:52 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:13:52 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:13:52 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go ---> Running in 2ac1b6c0cdb3 19:13:52 19:13:52 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:13:52 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:13:52 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/ 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/ 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:13:52 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:13:52 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:13:52 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:13:52 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:13:52 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:13:52 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:13:52 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:13:52 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:13:52 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/ 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:13:52 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:13:52 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:13:52 spire-1.2.1/pkg/server/registration/ 19:13:52 spire-1.2.1/pkg/server/registration/manager.go 19:13:52 spire-1.2.1/pkg/server/registration/manager_test.go 19:13:52 spire-1.2.1/pkg/server/scanentries.go 19:13:52 spire-1.2.1/pkg/server/scanentries_test.go 19:13:52 spire-1.2.1/pkg/server/server.go 19:13:52 spire-1.2.1/pkg/server/server_test.go 19:13:52 spire-1.2.1/pkg/server/svid/ 19:13:52 spire-1.2.1/pkg/server/svid/observer.go 19:13:52 spire-1.2.1/pkg/server/svid/observer_test.go 19:13:52 spire-1.2.1/pkg/server/svid/rotator.go 19:13:52 spire-1.2.1/pkg/server/svid/rotator_config.go 19:13:52 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:13:52 spire-1.2.1/pkg/server/svid/rotator_test.go 19:13:52 spire-1.2.1/proto/ 19:13:52 spire-1.2.1/proto/private/ 19:13:52 spire-1.2.1/proto/private/server/ 19:13:52 spire-1.2.1/proto/private/server/journal/ 19:13:52 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:13:52 spire-1.2.1/proto/private/server/journal/journal.proto 19:13:52 spire-1.2.1/proto/spire/ 19:13:52 spire-1.2.1/proto/spire/common/ 19:13:52 spire-1.2.1/proto/spire/common/common.pb.go 19:13:52 spire-1.2.1/proto/spire/common/common.proto 19:13:52 spire-1.2.1/proto/spire/common/plugin/ 19:13:52 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:13:52 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:13:52 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:13:52 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:13:52 spire-1.2.1/proto/spire/plugin/ 19:13:52 spire-1.2.1/proto/spire/plugin/agent/ 19:13:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:13:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:13:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:13:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:13:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:13:52 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:13:52 spire-1.2.1/release/ 19:13:52 spire-1.2.1/release/spire-extras/ 19:13:52 spire-1.2.1/release/spire-extras/README.md 19:13:52 spire-1.2.1/release/spire-extras/conf/ 19:13:52 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:13:52 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:13:52 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:13:52 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:13:52 spire-1.2.1/release/spire/ 19:13:52 spire-1.2.1/release/spire/README.md 19:13:52 spire-1.2.1/release/spire/conf/ 19:13:52 spire-1.2.1/release/spire/conf/agent/ 19:13:52 spire-1.2.1/release/spire/conf/agent/agent.conf 19:13:52 spire-1.2.1/release/spire/conf/server/ 19:13:52 spire-1.2.1/release/spire/conf/server/server.conf 19:13:52 spire-1.2.1/script/ 19:13:52 spire-1.2.1/script/build-artifact.sh 19:13:52 spire-1.2.1/script/generate_dummy_ca.sh 19:13:52 spire-1.2.1/support/ 19:13:52 spire-1.2.1/support/k8s/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:13:52 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/ 19:13:52 spire-1.2.1/support/oidc-discovery-provider/README.md 19:13:52 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/config.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/main.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:13:52 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:13:52 spire-1.2.1/test/ 19:13:52 spire-1.2.1/test/clock/ 19:13:52 spire-1.2.1/test/clock/clock.go 19:13:52 spire-1.2.1/test/fakes/ 19:13:52 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:13:52 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:13:52 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:13:52 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:13:52 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:13:52 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:13:52 spire-1.2.1/test/fakes/fakeagentstore/ 19:13:52 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:13:52 spire-1.2.1/test/fakes/fakedatastore/ 19:13:52 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:13:52 spire-1.2.1/test/fakes/fakeentryclient/ 19:13:52 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:13:52 spire-1.2.1/test/fakes/fakehealthchecker/ 19:13:52 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:13:52 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:13:52 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:13:52 spire-1.2.1/test/fakes/fakemetrics/ 19:13:52 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:13:52 spire-1.2.1/test/fakes/fakenoderesolver/ 19:13:52 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:13:52 spire-1.2.1/test/fakes/fakenotifier/ 19:13:52 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:13:52 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:13:52 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:13:52 spire-1.2.1/test/fakes/fakeserverca/ 19:13:52 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:13:52 spire-1.2.1/test/fakes/fakeservercatalog/ 19:13:52 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:13:52 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:13:52 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:13:52 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:13:52 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:13:52 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:13:52 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:13:52 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:13:52 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:13:52 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:13:52 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:13:52 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:13:52 spire-1.2.1/test/fixture/ 19:13:52 spire-1.2.1/test/fixture/certs/ 19:13:52 spire-1.2.1/test/fixture/certs/agent_svid.der 19:13:52 spire-1.2.1/test/fixture/certs/base_cert.pem 19:13:52 spire-1.2.1/test/fixture/certs/base_csr.pem 19:13:52 spire-1.2.1/test/fixture/certs/base_key.pem 19:13:52 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:13:52 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:13:52 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:13:52 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:13:52 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:13:52 spire-1.2.1/test/fixture/certs/blog_key.pem 19:13:52 spire-1.2.1/test/fixture/certs/bundle.der 19:13:52 spire-1.2.1/test/fixture/certs/ca.pem 19:13:52 spire-1.2.1/test/fixture/certs/ca_key.pem 19:13:52 spire-1.2.1/test/fixture/certs/database_cert.pem 19:13:52 spire-1.2.1/test/fixture/certs/database_csr.pem 19:13:52 spire-1.2.1/test/fixture/certs/database_key.pem 19:13:52 spire-1.2.1/test/fixture/certs/node_cert.pem 19:13:52 spire-1.2.1/test/fixture/certs/node_csr.pem 19:13:52 spire-1.2.1/test/fixture/certs/node_key.pem 19:13:52 spire-1.2.1/test/fixture/certs/svid.pem 19:13:52 spire-1.2.1/test/fixture/certs/svid_key.pem 19:13:52 spire-1.2.1/test/fixture/config/ 19:13:52 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:13:52 spire-1.2.1/test/fixture/config/agent_good.conf 19:13:52 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:13:52 spire-1.2.1/test/fixture/config/plugin_good.conf 19:13:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:13:52 spire-1.2.1/test/fixture/config/server_good.conf 19:13:52 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:13:52 spire-1.2.1/test/fixture/fixture.go 19:13:52 spire-1.2.1/test/fixture/nodeattestor/ 19:13:52 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:13:52 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:13:52 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:13:52 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:13:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:13:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:13:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:13:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:13:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:13:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:13:52 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:13:52 spire-1.2.1/test/fixture/registration/ 19:13:52 spire-1.2.1/test/fixture/registration/entries.json 19:13:52 spire-1.2.1/test/fixture/registration/good-for-update.json 19:13:52 spire-1.2.1/test/fixture/registration/good.json 19:13:52 spire-1.2.1/test/fixture/registration/invalid.json 19:13:52 spire-1.2.1/test/fixture/registration/invalid_json.json 19:13:52 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:13:52 spire-1.2.1/test/integration/ 19:13:52 spire-1.2.1/test/integration/README.md 19:13:52 spire-1.2.1/test/integration/common 19:13:52 spire-1.2.1/test/integration/setup/ 19:13:52 spire-1.2.1/test/integration/setup/adminclient/ 19:13:52 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:13:52 spire-1.2.1/test/integration/setup/adminclient/client.go 19:13:52 spire-1.2.1/test/integration/setup/debugagent/ 19:13:52 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:13:52 spire-1.2.1/test/integration/setup/debugagent/main.go 19:13:52 spire-1.2.1/test/integration/setup/debugserver/ 19:13:52 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:13:52 spire-1.2.1/test/integration/setup/debugserver/main.go 19:13:52 spire-1.2.1/test/integration/setup/downstreamclient/ 19:13:52 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:13:52 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:13:52 spire-1.2.1/test/integration/setup/itclient/ 19:13:52 spire-1.2.1/test/integration/setup/itclient/client.go 19:13:52 spire-1.2.1/test/integration/setup/node-attestation/ 19:13:52 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:13:52 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:13:52 spire-1.2.1/test/integration/setup/x509pop/ 19:13:52 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:13:52 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:13:52 spire-1.2.1/test/integration/suites/ 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:13:52 spire-1.2.1/test/integration/suites/join-token/ 19:13:52 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:13:52 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:13:52 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:13:52 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:13:52 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:13:52 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:13:52 spire-1.2.1/test/integration/suites/join-token/README.md 19:13:52 spire-1.2.1/test/integration/suites/join-token/conf/ 19:13:52 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/join-token/teardown 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:13:52 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:13:52 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:13:52 spire-1.2.1/test/integration/suites/k8s/ 19:13:52 spire-1.2.1/test/integration/suites/k8s/00-setup 19:13:52 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:13:52 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:13:52 spire-1.2.1/test/integration/suites/k8s/README.md 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/ 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:13:52 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:13:52 spire-1.2.1/test/integration/suites/k8s/teardown 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/ 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:13:52 spire-1.2.1/test/integration/suites/rotation/ 19:13:52 spire-1.2.1/test/integration/suites/rotation/00-setup 19:13:52 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:13:52 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:13:52 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:13:52 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:13:52 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:13:52 spire-1.2.1/test/integration/suites/rotation/README.md 19:13:52 spire-1.2.1/test/integration/suites/rotation/conf/ 19:13:52 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/rotation/teardown 19:13:52 spire-1.2.1/test/integration/suites/self-test/ 19:13:52 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:13:52 spire-1.2.1/test/integration/suites/self-test/README.md 19:13:52 spire-1.2.1/test/integration/suites/self-test/teardown 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:13:52 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:13:52 spire-1.2.1/test/integration/suites/upgrade/ 19:13:52 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:13:52 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:13:52 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:13:52 spire-1.2.1/test/integration/suites/upgrade/README.md 19:13:52 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:13:52 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:13:52 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:13:52 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:13:52 spire-1.2.1/test/integration/suites/upgrade/teardown 19:13:52 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:13:52 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:13:52 spire-1.2.1/test/integration/test-one.sh 19:13:52 spire-1.2.1/test/integration/test.sh 19:13:52 spire-1.2.1/test/plugintest/ 19:13:52 spire-1.2.1/test/plugintest/config.go 19:13:52 spire-1.2.1/test/plugintest/load.go 19:13:52 spire-1.2.1/test/plugintest/option.go 19:13:52 spire-1.2.1/test/spiretest/ 19:13:52 spire-1.2.1/test/spiretest/apiserver.go 19:13:52 spire-1.2.1/test/spiretest/assertions.go 19:13:52 spire-1.2.1/test/spiretest/dir.go 19:13:52 spire-1.2.1/test/spiretest/errors_posix.go 19:13:52 spire-1.2.1/test/spiretest/errors_windows.go 19:13:52 spire-1.2.1/test/spiretest/logs.go 19:13:52 spire-1.2.1/test/spiretest/socketapi.go 19:13:52 spire-1.2.1/test/spiretest/suite.go 19:13:52 spire-1.2.1/test/spiretest/x509.go 19:13:52 spire-1.2.1/test/testca/ 19:13:52 spire-1.2.1/test/testca/ca.go 19:13:52 spire-1.2.1/test/testkey/ 19:13:52 spire-1.2.1/test/testkey/generate.sh 19:13:52 spire-1.2.1/test/testkey/genkeys.go 19:13:52 spire-1.2.1/test/testkey/keys.go 19:13:52 spire-1.2.1/test/testkey/new.go 19:13:52 spire-1.2.1/test/tpmsimulator/ 19:13:52 spire-1.2.1/test/tpmsimulator/simulator.go 19:13:52 spire-1.2.1/test/util/ 19:13:52 spire-1.2.1/test/util/cert_fixtures.go 19:13:52 spire-1.2.1/test/util/cert_generation.go 19:13:52 spire-1.2.1/test/util/io_redirection.go 19:13:52 spire-1.2.1/test/util/race.go 19:13:52 spire-1.2.1/test/util/util.go 19:13:52 building spire from source... 19:13:52 Removing intermediate container 9e4e3b146764 19:13:52 ---> c1f967767c67 19:13:52 Step 23/23 : LABEL version=0.0.0 19:13:52 Installing go1.17.7... 19:13:52 Removing intermediate container 2ac1b6c0cdb3 19:13:52 ---> 2b0ea19dcc49 19:13:52 Step 24/25 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:13:52 ---> Running in db47e6c41a11 19:13:52 ---> Running in 7f3baec9fba2 19:13:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:52 Removing intermediate container db47e6c41a11 19:13:52 ---> 697a058a73a0 19:13:52 19:13:52 Removing intermediate container 7f3baec9fba2 19:13:52 ---> a32dc56b4a4f 19:13:52 Step 25/25 : LABEL version=0.0.0 19:13:52 ---> Running in fec88e90cd93 19:13:52 Successfully built 697a058a73a0 19:13:52 Successfully tagged core-metadata:latest 19:13:52  Building core-metadata ... done Building core-data 19:13:53 Removing intermediate container fec88e90cd93 19:13:53 ---> 206ea375baff 19:13:53 19:13:53 Successfully built 206ea375baff 19:13:53 Successfully tagged security-secretstore-setup:latest 19:13:53  Building security-secretstore-setup ... done Building security-spire-agent 19:13:53 (1/9) Installing ca-certificates (20211220-r0) 19:13:53 (2/9) Installing brotli-libs (1.0.9-r5) 19:13:53 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:13:53 (4/9) Installing libcurl (7.80.0-r1) 19:13:53 (5/9) Installing curl (7.80.0-r1) 19:13:53 (6/9) Installing dumb-init (1.2.5-r1) 19:13:53 Building bin/spire-agent... 19:13:53 (7/9) Installing musl-obstack (1.2.3-r0) 19:13:53 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:13:53 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:13:53 go: downloading github.com/docker/docker v20.10.12+incompatible 19:13:53 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:13:53 (8/9) Installing libucontext (1.1-r0) 19:13:53 (9/9) Installing gcompat (1.0.0-r4) 19:13:54 Executing busybox-1.34.1-r5.trigger 19:13:54 Executing ca-certificates-20211220-r0.trigger 19:13:54 OK: 8 MiB in 23 packages 19:13:54 go: downloading github.com/google/go-tpm-tools v0.3.3 19:13:54 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:13:54 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:13:55 go: downloading github.com/docker/go-connections v0.4.0 19:13:55 go: downloading github.com/opencontainers/image-spec v1.0.1 19:13:55 go: downloading github.com/docker/go-units v0.4.0 19:13:55 go: downloading github.com/containerd/containerd v1.3.4 19:13:55 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:13:55 go: downloading github.com/opencontainers/go-digest v1.0.0 19:13:59 Building bin/spire-server... 19:13:59 go: downloading github.com/mitchellh/cli v1.1.2 19:13:59 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:13:59 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:13:59 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:13:59 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:13:59 go: downloading github.com/imdario/mergo v0.3.12 19:13:59 go: downloading github.com/sirupsen/logrus v1.8.1 19:13:59 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:13:59 go: downloading google.golang.org/grpc v1.44.0 19:13:59 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:13:59 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:13:59 ---> a5a7e5cc93ce 19:13:59 Step 3/26 : WORKDIR /edgex-go 19:13:59 ---> Using cache 19:13:59 ---> 070c8e3459cb 19:13:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:59 ---> Using cache 19:13:59 ---> 9ab9674cd02e 19:13:59 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:13:59 ---> Using cache 19:13:59 ---> 0ac25fb009c6 19:13:59 Step 6/26 : COPY go.mod vendor* ./ 19:13:59 ---> Using cache 19:13:59 ---> dca81c425273 19:13:59 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:59 ---> Using cache 19:13:59 ---> 9ce1a7efc30d 19:13:59 Step 8/26 : COPY . . 19:13:59 ---> Using cache 19:13:59 ---> 865d33728e22 19:13:59 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:13:59 ---> Using cache 19:13:59 ---> accdabb95692 19:13:59 Step 10/26 : RUN mkdir -p spire-build 19:13:59 ---> Using cache 19:13:59 ---> e977994827df 19:13:59 Step 11/26 : WORKDIR /edgex-go/spire-build 19:13:59 ---> Using cache 19:13:59 ---> f10bfc89a76d 19:13:59 Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:13:59 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:59 ---> a5a7e5cc93ce 19:13:59 Step 3/23 : WORKDIR /edgex-go 19:13:59 ---> Using cache 19:13:59 ---> 070c8e3459cb 19:13:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:59 ---> Using cache 19:13:59 ---> 9ab9674cd02e 19:13:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:13:59 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:13:59 go: downloading github.com/fatih/color v1.13.0 19:13:59 go: downloading github.com/mattn/go-isatty v0.0.14 19:13:59 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:13:59 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:13:59 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:13:59 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:13:59 go: downloading github.com/armon/go-metrics v0.3.10 19:13:59 go: downloading github.com/prometheus/client_golang v1.12.1 19:13:59 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:13:59 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:13:59 go: downloading github.com/open-policy-agent/opa v0.38.0 19:13:59 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:13:59 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:13:59 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:14:00 go: downloading github.com/mattn/go-colorable v0.1.12 19:14:00 go: downloading github.com/Masterminds/goutils v1.1.0 19:14:00 go: downloading github.com/Masterminds/semver v1.5.0 19:14:00 go: downloading github.com/google/uuid v1.1.2 19:14:00 go: downloading github.com/huandu/xstrings v1.3.2 19:14:00 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:14:00 go: downloading github.com/oklog/run v1.0.0 19:14:00 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:14:00 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:14:00 go: downloading github.com/imkira/go-observer v1.0.3 19:14:00 go: downloading github.com/prometheus/client_model v0.2.0 19:14:00 go: downloading github.com/prometheus/common v0.32.1 19:14:00 go: downloading go.uber.org/atomic v1.9.0 19:14:00 go: downloading github.com/beorn7/perks v1.0.1 19:14:00 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:14:00 go: downloading github.com/prometheus/procfs v0.7.3 19:14:00 go: downloading github.com/hashicorp/errwrap v1.1.0 19:14:00 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:14:00 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:14:00 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:14:00 go: downloading github.com/blang/semver/v4 v4.0.0 19:14:00 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:14:00 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:14:00 go: downloading github.com/jinzhu/gorm v1.9.16 19:14:01 go: downloading github.com/lib/pq v1.10.4 19:14:01 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:14:01 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:14:01 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:14:01 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:14:02 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:14:02 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:14:02 go: downloading github.com/stretchr/testify v1.7.0 19:14:02 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:14:02 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:14:03  ---> Running in 04d402976026 19:14:03 Removing intermediate container b8e46f89c420 19:14:03 ---> 6138f9e4de1b 19:14:03 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:03 ---> Running in 26624b932228 19:14:03 ---> 6821276e7e50 19:14:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:14:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:04 spire-1.2.1/ 19:14:04 spire-1.2.1/.data/ 19:14:04 spire-1.2.1/.data/.file 19:14:04 spire-1.2.1/.dockerignore 19:14:04 spire-1.2.1/.gitattributes 19:14:04 spire-1.2.1/.githooks/ 19:14:04 spire-1.2.1/.githooks/pre-commit 19:14:04 spire-1.2.1/.github/ 19:14:04 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:14:04 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:14:04 spire-1.2.1/.github/dependabot.yml 19:14:04 spire-1.2.1/.github/workflows/ 19:14:04 spire-1.2.1/.github/workflows/nightly_build.yaml 19:14:04 spire-1.2.1/.github/workflows/pr_build.yaml 19:14:04 spire-1.2.1/.github/workflows/release_build.yaml 19:14:04 spire-1.2.1/.github/workflows/scripts/ 19:14:04 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:14:04 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:14:04 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:14:04 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:14:04 spire-1.2.1/.github/workflows/scripts/split.sh 19:14:04 spire-1.2.1/.gitignore 19:14:04 spire-1.2.1/.go-version 19:14:04 spire-1.2.1/.golangci.yml 19:14:04 spire-1.2.1/ADOPTERS.md 19:14:04 spire-1.2.1/CHANGELOG.md 19:14:04 spire-1.2.1/CODE-OF-CONDUCT.md 19:14:04 spire-1.2.1/CODEOWNERS 19:14:04 spire-1.2.1/CONTRIBUTING.md 19:14:04 spire-1.2.1/Dockerfile 19:14:04 spire-1.2.1/Dockerfile.dev 19:14:04 spire-1.2.1/Dockerfile.scratch 19:14:04 spire-1.2.1/LICENSE 19:14:04 spire-1.2.1/MAINTAINERS.md 19:14:04 spire-1.2.1/Makefile 19:14:04 spire-1.2.1/README.md 19:14:04 spire-1.2.1/ROADMAP.md 19:14:04 spire-1.2.1/SECURITY.md 19:14:04 spire-1.2.1/cmd/ 19:14:04 spire-1.2.1/cmd/spire-agent/ 19:14:04 spire-1.2.1/cmd/spire-agent/cli/ 19:14:04 spire-1.2.1/cmd/spire-agent/cli/api/ 19:14:04 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/common/ 19:14:04 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:14:04 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/run/ 19:14:04 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:14:04 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:14:04 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:14:04 spire-1.2.1/cmd/spire-agent/main.go 19:14:04 spire-1.2.1/cmd/spire-server/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/agent/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/cli.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/run/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/token/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/validate/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/validate/validate.go ---> bae0c9bdf0e5 19:14:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:14:04 19:14:04 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/x509/ 19:14:04 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:14:04 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:14:04 spire-1.2.1/cmd/spire-server/main.go 19:14:04 spire-1.2.1/cmd/spire-server/util/ 19:14:04 spire-1.2.1/cmd/spire-server/util/util.go 19:14:04 spire-1.2.1/conf/ 19:14:04 spire-1.2.1/conf/agent/ 19:14:04 spire-1.2.1/conf/agent/agent.conf 19:14:04 spire-1.2.1/conf/agent/agent_full.conf 19:14:04 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:14:04 spire-1.2.1/conf/server/ 19:14:04 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:14:04 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:14:04 spire-1.2.1/conf/server/server.conf 19:14:04 spire-1.2.1/conf/server/server_full.conf 19:14:04 spire-1.2.1/doc/ 19:14:04 spire-1.2.1/doc/SPIRE101.md 19:14:04 spire-1.2.1/doc/auditlog.md 19:14:04 spire-1.2.1/doc/authorization_policy_engine.md 19:14:04 spire-1.2.1/doc/changelog_guidelines.md 19:14:04 spire-1.2.1/doc/cure53-report.pdf 19:14:04 spire-1.2.1/doc/images/ 19:14:04 spire-1.2.1/doc/images/2019_roadmap.png 19:14:04 spire-1.2.1/doc/images/SPIRE101.png 19:14:04 spire-1.2.1/doc/images/SPIRE_agent.png 19:14:04 spire-1.2.1/doc/images/SPIRE_server.png 19:14:04 spire-1.2.1/doc/images/cache_mgr.png 19:14:04 spire-1.2.1/doc/images/cache_mgr_components.png 19:14:04 spire-1.2.1/doc/images/federated_spire.png 19:14:04 spire-1.2.1/doc/images/ha_mode.png 19:14:04 spire-1.2.1/doc/images/nested_spire.png 19:14:04 spire-1.2.1/doc/images/oidc_federation.png 19:14:04 spire-1.2.1/doc/images/single_trust_domain.png 19:14:04 spire-1.2.1/doc/images/spiffe_compatible.png 19:14:04 spire-1.2.1/doc/images/spire_logo.png 19:14:04 spire-1.2.1/doc/migrating_registration_api_clients.md 19:14:04 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:14:04 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:14:04 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:14:04 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:14:04 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:14:04 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:14:04 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:14:04 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:14:04 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:14:04 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:14:04 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:14:04 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:14:04 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:14:04 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:14:04 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:14:04 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:14:04 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:14:04 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:14:04 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:14:04 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:14:04 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:14:04 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:14:04 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:14:04 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:14:04 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:14:04 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:14:04 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:14:04 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:14:04 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:14:04 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:14:04 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:14:04 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:14:04 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:14:04 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:14:04 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:14:04 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:14:04 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:14:04 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:14:04 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:14:04 spire-1.2.1/doc/scaling_spire.md 19:14:04 spire-1.2.1/doc/spire_agent.md 19:14:04 spire-1.2.1/doc/spire_server.md 19:14:04 spire-1.2.1/doc/supported_integrations.md 19:14:04 spire-1.2.1/doc/telemetry.md 19:14:04 spire-1.2.1/doc/telemetry_config.md 19:14:04 spire-1.2.1/doc/upgrading.md 19:14:04 spire-1.2.1/doc/using_spire.md 19:14:04 spire-1.2.1/examples/ 19:14:04 spire-1.2.1/examples/README.md 19:14:04 spire-1.2.1/go.mod 19:14:04 spire-1.2.1/go.sum 19:14:04 spire-1.2.1/pkg/ 19:14:04 spire-1.2.1/pkg/agent/ 19:14:04 spire-1.2.1/pkg/agent/agent.go 19:14:04 spire-1.2.1/pkg/agent/api/ 19:14:04 spire-1.2.1/pkg/agent/api/config.go 19:14:04 spire-1.2.1/pkg/agent/api/debug/ 19:14:04 spire-1.2.1/pkg/agent/api/debug/v1/ 19:14:04 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:14:04 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:14:04 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:14:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:14:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:14:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:14:04 spire-1.2.1/pkg/agent/api/endpoints.go 19:14:04 spire-1.2.1/pkg/agent/api/health/ 19:14:04 spire-1.2.1/pkg/agent/api/health/v1/ 19:14:04 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:14:04 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:14:04 spire-1.2.1/pkg/agent/api/rpccontext/ 19:14:04 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:14:04 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:14:04 spire-1.2.1/pkg/agent/attestor/ 19:14:04 spire-1.2.1/pkg/agent/attestor/node/ 19:14:04 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:14:04 spire-1.2.1/pkg/agent/attestor/node/node.go 19:14:04 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:14:04 spire-1.2.1/pkg/agent/attestor/workload/ 19:14:04 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:14:04 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:14:04 spire-1.2.1/pkg/agent/catalog/ 19:14:04 spire-1.2.1/pkg/agent/catalog/catalog.go 19:14:04 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:14:04 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:14:04 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:14:04 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:14:04 spire-1.2.1/pkg/agent/client/ 19:14:04 spire-1.2.1/pkg/agent/client/client.go 19:14:04 spire-1.2.1/pkg/agent/client/client_test.go 19:14:04 spire-1.2.1/pkg/agent/client/dial.go 19:14:04 spire-1.2.1/pkg/agent/client/nodeconn.go 19:14:04 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:14:04 spire-1.2.1/pkg/agent/client/update.go 19:14:04 spire-1.2.1/pkg/agent/client/util.go 19:14:04 spire-1.2.1/pkg/agent/common/ 19:14:04 spire-1.2.1/pkg/agent/common/backoff/ 19:14:04 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:14:04 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:14:04 spire-1.2.1/pkg/agent/common/cgroups/ 19:14:04 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:14:04 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:14:04 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:14:04 spire-1.2.1/pkg/agent/config.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/ 19:14:04 spire-1.2.1/pkg/agent/endpoints/config.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:14:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:14:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/workload/ 19:14:04 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:14:04 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:14:04 spire-1.2.1/pkg/agent/manager/ 19:14:04 spire-1.2.1/pkg/agent/manager/cache/ 19:14:04 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:14:04 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:14:04 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:14:04 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:14:04 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:14:04 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:14:04 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:14:04 spire-1.2.1/pkg/agent/manager/config.go 19:14:04 spire-1.2.1/pkg/agent/manager/manager.go 19:14:04 spire-1.2.1/pkg/agent/manager/manager_test.go 19:14:04 spire-1.2.1/pkg/agent/manager/storage.go 19:14:04 spire-1.2.1/pkg/agent/manager/storage_test.go 19:14:04 spire-1.2.1/pkg/agent/manager/storecache/ 19:14:04 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:14:04 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:14:04 spire-1.2.1/pkg/agent/manager/sync.go 19:14:04 spire-1.2.1/pkg/agent/plugin/ 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:14:04 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:14:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:14:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:14:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:14:04 spire-1.2.1/pkg/agent/svid/ 19:14:04 spire-1.2.1/pkg/agent/svid/rotator.go 19:14:04 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:14:04 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:14:04 spire-1.2.1/pkg/agent/svid/store/ 19:14:04 spire-1.2.1/pkg/agent/svid/store/service.go 19:14:04 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:14:04 spire-1.2.1/pkg/common/ 19:14:04 spire-1.2.1/pkg/common/agentpathtemplate/ 19:14:04 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:14:04 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:14:04 spire-1.2.1/pkg/common/api/ 19:14:04 spire-1.2.1/pkg/common/api/metrics.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/ 19:14:04 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/logger.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/names.go 19:14:04 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:14:04 spire-1.2.1/pkg/common/api/names.go 19:14:04 spire-1.2.1/pkg/common/api/ratelimit.go 19:14:04 spire-1.2.1/pkg/common/api/rpccontext/ 19:14:04 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:14:04 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:14:04 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:14:04 spire-1.2.1/pkg/common/auth/ 19:14:04 spire-1.2.1/pkg/common/auth/interceptors.go 19:14:04 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:14:04 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/ 19:14:04 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/types.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:14:04 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:14:04 spire-1.2.1/pkg/common/catalog/ 19:14:04 spire-1.2.1/pkg/common/catalog/bind.go 19:14:04 spire-1.2.1/pkg/common/catalog/builtin.go 19:14:04 spire-1.2.1/pkg/common/catalog/catalog.go 19:14:04 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:14:04 spire-1.2.1/pkg/common/catalog/closers.go 19:14:04 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:14:04 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:14:04 spire-1.2.1/pkg/common/catalog/config.go 19:14:04 spire-1.2.1/pkg/common/catalog/config_test.go 19:14:04 spire-1.2.1/pkg/common/catalog/configure.go 19:14:04 spire-1.2.1/pkg/common/catalog/constraints.go 19:14:04 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:14:04 spire-1.2.1/pkg/common/catalog/context.go 19:14:04 spire-1.2.1/pkg/common/catalog/external.go 19:14:04 spire-1.2.1/pkg/common/catalog/host.go 19:14:04 spire-1.2.1/pkg/common/catalog/pipenet.go 19:14:04 spire-1.2.1/pkg/common/catalog/plugin.go 19:14:04 spire-1.2.1/pkg/common/catalog/testplugin/ 19:14:04 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:14:04 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:14:04 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:14:04 spire-1.2.1/pkg/common/cli/ 19:14:04 spire-1.2.1/pkg/common/cli/env.go 19:14:04 spire-1.2.1/pkg/common/cli/flags.go 19:14:04 spire-1.2.1/pkg/common/cli/trust_domain.go 19:14:04 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:14:04 spire-1.2.1/pkg/common/cli/umask.go 19:14:04 spire-1.2.1/pkg/common/cli/umask_posix.go 19:14:04 spire-1.2.1/pkg/common/cli/umask_test.go 19:14:04 spire-1.2.1/pkg/common/cli/umask_windows.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/ 19:14:04 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/flag.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/format.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/ 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:14:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:14:04 spire-1.2.1/pkg/common/coretypes/ 19:14:04 spire-1.2.1/pkg/common/coretypes/bundle/ 19:14:04 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:14:04 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:14:04 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:14:04 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:14:04 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:14:04 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:14:04 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:14:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:14:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:14:04 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:14:04 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:14:04 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:14:04 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:14:04 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:14:04 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:14:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:14:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:14:04 spire-1.2.1/pkg/common/cryptoutil/ 19:14:04 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:14:04 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:14:04 spire-1.2.1/pkg/common/diskutil/ 19:14:04 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:14:04 spire-1.2.1/pkg/common/diskutil/file_test.go 19:14:04 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:14:04 spire-1.2.1/pkg/common/errorutil/ 19:14:04 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:14:04 spire-1.2.1/pkg/common/health/ 19:14:04 spire-1.2.1/pkg/common/health/config.go 19:14:04 spire-1.2.1/pkg/common/health/context.go 19:14:04 spire-1.2.1/pkg/common/health/context_test.go 19:14:04 spire-1.2.1/pkg/common/health/health.go 19:14:04 spire-1.2.1/pkg/common/health/health_test.go 19:14:04 spire-1.2.1/pkg/common/health/logger.go 19:14:04 spire-1.2.1/pkg/common/hostservice/ 19:14:04 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:14:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:14:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:14:04 spire-1.2.1/pkg/common/idutil/ 19:14:04 spire-1.2.1/pkg/common/idutil/require.go 19:14:04 spire-1.2.1/pkg/common/idutil/require_test.go 19:14:04 spire-1.2.1/pkg/common/idutil/safety.go 19:14:04 spire-1.2.1/pkg/common/idutil/safety_test.go 19:14:04 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:14:04 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:14:04 spire-1.2.1/pkg/common/jwtsvid/ 19:14:04 spire-1.2.1/pkg/common/jwtsvid/common.go 19:14:04 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:14:04 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:14:04 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:14:04 spire-1.2.1/pkg/common/jwtutil/ 19:14:04 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:14:04 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:14:04 spire-1.2.1/pkg/common/log/ 19:14:04 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:14:04 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:14:04 spire-1.2.1/pkg/common/log/log.go 19:14:04 spire-1.2.1/pkg/common/log/log_test.go 19:14:04 spire-1.2.1/pkg/common/log/options.go 19:14:04 spire-1.2.1/pkg/common/nodeutil/ 19:14:04 spire-1.2.1/pkg/common/nodeutil/node.go 19:14:04 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:14:04 spire-1.2.1/pkg/common/peertracker/ 19:14:04 spire-1.2.1/pkg/common/peertracker/conn.go 19:14:04 spire-1.2.1/pkg/common/peertracker/credentials.go 19:14:04 spire-1.2.1/pkg/common/peertracker/errors.go 19:14:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:14:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:14:04 spire-1.2.1/pkg/common/peertracker/info.go 19:14:04 spire-1.2.1/pkg/common/peertracker/listener.go 19:14:04 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:14:04 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:14:04 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:14:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:14:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:14:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:14:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:14:04 spire-1.2.1/pkg/common/peertracker/tcp.go 19:14:04 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:14:04 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:14:04 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:14:04 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:14:04 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:14:04 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:14:04 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:14:04 spire-1.2.1/pkg/common/peertracker/uds.go 19:14:04 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:14:04 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:14:04 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:14:04 spire-1.2.1/pkg/common/pemutil/ 19:14:04 spire-1.2.1/pkg/common/pemutil/block.go 19:14:04 spire-1.2.1/pkg/common/pemutil/certs.go 19:14:04 spire-1.2.1/pkg/common/pemutil/common.go 19:14:04 spire-1.2.1/pkg/common/pemutil/csr.go 19:14:04 spire-1.2.1/pkg/common/pemutil/keys.go 19:14:04 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/ 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:14:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:14:04 spire-1.2.1/pkg/common/plugin/ 19:14:04 spire-1.2.1/pkg/common/plugin/aws/ 19:14:04 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:14:04 spire-1.2.1/pkg/common/plugin/azure/ 19:14:04 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:14:04 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:14:04 spire-1.2.1/pkg/common/plugin/facade.go 19:14:04 spire-1.2.1/pkg/common/plugin/facade_test.go 19:14:04 spire-1.2.1/pkg/common/plugin/gcp/ 19:14:04 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:14:04 spire-1.2.1/pkg/common/plugin/k8s/ 19:14:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:14:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:14:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:14:04 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:14:04 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:14:04 spire-1.2.1/pkg/common/plugin/log.go 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/ 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:14:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:14:04 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:14:04 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:14:04 spire-1.2.1/pkg/common/plugin/x509pop/ 19:14:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:14:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:14:04 spire-1.2.1/pkg/common/profiling/ 19:14:04 spire-1.2.1/pkg/common/profiling/dumpers.go 19:14:04 spire-1.2.1/pkg/common/profiling/profiling.go 19:14:04 spire-1.2.1/pkg/common/protoutil/ 19:14:04 spire-1.2.1/pkg/common/protoutil/masks.go 19:14:04 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:14:04 spire-1.2.1/pkg/common/rotationutil/ 19:14:04 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:14:04 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:14:04 spire-1.2.1/pkg/common/selector/ 19:14:04 spire-1.2.1/pkg/common/selector/selector.go 19:14:04 spire-1.2.1/pkg/common/selector/selector_test.go 19:14:04 spire-1.2.1/pkg/common/selector/set.go 19:14:04 spire-1.2.1/pkg/common/selector/set_utils.go 19:14:04 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/ 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/ 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:14:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:14:04 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:14:04 spire-1.2.1/pkg/common/telemetry/call.go 19:14:04 spire-1.2.1/pkg/common/telemetry/common/ 19:14:04 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:14:04 spire-1.2.1/pkg/common/telemetry/config.go 19:14:04 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:14:04 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/inmem.go 19:14:04 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/m3.go 19:14:04 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/metrics.go 19:14:04 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/names.go 19:14:04 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:14:04 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:14:04 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/ 19:14:04 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:14:04 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:14:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:14:04 spire-1.2.1/pkg/common/telemetry/server/server.go 19:14:04 spire-1.2.1/pkg/common/telemetry/sink.go 19:14:04 spire-1.2.1/pkg/common/telemetry/statsd.go 19:14:04 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:14:04 spire-1.2.1/pkg/common/telemetry/uptime.go 19:14:04 spire-1.2.1/pkg/common/telemetry/version.go 19:14:04 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:14:04 spire-1.2.1/pkg/common/uptime/ 19:14:04 spire-1.2.1/pkg/common/uptime/uptime.go 19:14:04 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:14:04 spire-1.2.1/pkg/common/util/ 19:14:04 spire-1.2.1/pkg/common/util/certs.go 19:14:04 spire-1.2.1/pkg/common/util/certs_test.go 19:14:04 spire-1.2.1/pkg/common/util/csr.go 19:14:04 spire-1.2.1/pkg/common/util/hash.go 19:14:04 spire-1.2.1/pkg/common/util/selectors.go 19:14:04 spire-1.2.1/pkg/common/util/selectors_test.go 19:14:04 spire-1.2.1/pkg/common/util/signals.go 19:14:04 spire-1.2.1/pkg/common/util/sort.go 19:14:04 spire-1.2.1/pkg/common/util/sort_test.go 19:14:04 spire-1.2.1/pkg/common/util/task.go 19:14:04 spire-1.2.1/pkg/common/util/task_test.go 19:14:04 spire-1.2.1/pkg/common/util/testdata/ 19:14:04 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:14:04 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:14:04 spire-1.2.1/pkg/common/version/ 19:14:04 spire-1.2.1/pkg/common/version/version.go 19:14:04 spire-1.2.1/pkg/common/x509svid/ 19:14:04 spire-1.2.1/pkg/common/x509svid/common_test.go 19:14:04 spire-1.2.1/pkg/common/x509svid/csr.go 19:14:04 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:14:04 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:14:04 spire-1.2.1/pkg/common/x509util/ 19:14:04 spire-1.2.1/pkg/common/x509util/cert.go 19:14:04 spire-1.2.1/pkg/common/x509util/dns.go 19:14:04 spire-1.2.1/pkg/common/x509util/dns_test.go 19:14:04 spire-1.2.1/pkg/common/x509util/keyid.go 19:14:04 spire-1.2.1/pkg/common/x509util/keypair.go 19:14:04 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:14:04 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:14:04 spire-1.2.1/pkg/server/ 19:14:04 spire-1.2.1/pkg/server/api/ 19:14:04 spire-1.2.1/pkg/server/api/agent.go 19:14:04 spire-1.2.1/pkg/server/api/agent/ 19:14:04 spire-1.2.1/pkg/server/api/agent/v1/ 19:14:04 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:14:04 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:14:04 spire-1.2.1/pkg/server/api/agent_test.go 19:14:04 spire-1.2.1/pkg/server/api/api.go 19:14:04 spire-1.2.1/pkg/server/api/audit/ 19:14:04 spire-1.2.1/pkg/server/api/audit/audit.go 19:14:04 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:14:04 spire-1.2.1/pkg/server/api/bundle.go 19:14:04 spire-1.2.1/pkg/server/api/bundle/ 19:14:04 spire-1.2.1/pkg/server/api/bundle/v1/ 19:14:04 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:14:04 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:14:04 spire-1.2.1/pkg/server/api/bundle_test.go 19:14:04 spire-1.2.1/pkg/server/api/debug/ 19:14:04 spire-1.2.1/pkg/server/api/debug/v1/ 19:14:04 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:14:04 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:14:04 spire-1.2.1/pkg/server/api/entry.go 19:14:04 spire-1.2.1/pkg/server/api/entry/ 19:14:04 spire-1.2.1/pkg/server/api/entry/v1/ 19:14:04 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:14:04 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:14:04 spire-1.2.1/pkg/server/api/entry_test.go 19:14:04 spire-1.2.1/pkg/server/api/health/ 19:14:04 spire-1.2.1/pkg/server/api/health/v1/ 19:14:04 spire-1.2.1/pkg/server/api/health/v1/service.go 19:14:04 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:14:04 spire-1.2.1/pkg/server/api/id.go 19:14:04 spire-1.2.1/pkg/server/api/id_test.go 19:14:04 spire-1.2.1/pkg/server/api/limits/ 19:14:04 spire-1.2.1/pkg/server/api/limits/limits.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/ 19:14:04 spire-1.2.1/pkg/server/api/middleware/alias.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/audit.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/caller.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/common.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/entries.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:14:04 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:14:04 spire-1.2.1/pkg/server/api/ratelimit.go 19:14:04 spire-1.2.1/pkg/server/api/rpccontext/ 19:14:04 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:14:04 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:14:04 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:14:04 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:14:04 spire-1.2.1/pkg/server/api/selector.go 19:14:04 spire-1.2.1/pkg/server/api/selector_test.go 19:14:04 spire-1.2.1/pkg/server/api/status.go 19:14:04 spire-1.2.1/pkg/server/api/status_test.go 19:14:04 spire-1.2.1/pkg/server/api/svid/ 19:14:04 spire-1.2.1/pkg/server/api/svid/v1/ 19:14:04 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:14:04 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:14:04 spire-1.2.1/pkg/server/api/trustdomain.go 19:14:04 spire-1.2.1/pkg/server/api/trustdomain/ 19:14:04 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:14:04 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:14:04 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:14:04 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:14:04 spire-1.2.1/pkg/server/authpolicy/ 19:14:04 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:14:04 spire-1.2.1/pkg/server/authpolicy/policy.go 19:14:04 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:14:04 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:14:04 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:14:04 spire-1.2.1/pkg/server/authpolicy/validate.go 19:14:04 spire-1.2.1/pkg/server/bundle/ 19:14:04 spire-1.2.1/pkg/server/bundle/client/ 19:14:04 spire-1.2.1/pkg/server/bundle/client/client.go 19:14:04 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:14:04 spire-1.2.1/pkg/server/bundle/client/manager.go 19:14:04 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:14:04 spire-1.2.1/pkg/server/bundle/client/sources.go 19:14:04 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:14:04 spire-1.2.1/pkg/server/bundle/client/updater.go 19:14:04 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:14:04 spire-1.2.1/pkg/server/ca/ 19:14:04 spire-1.2.1/pkg/server/ca/ca.go 19:14:04 spire-1.2.1/pkg/server/ca/ca_health.go 19:14:04 spire-1.2.1/pkg/server/ca/ca_test.go 19:14:04 spire-1.2.1/pkg/server/ca/journal.go 19:14:04 spire-1.2.1/pkg/server/ca/journal_test.go 19:14:04 spire-1.2.1/pkg/server/ca/manager.go 19:14:04 spire-1.2.1/pkg/server/ca/manager_health.go 19:14:04 spire-1.2.1/pkg/server/ca/manager_test.go 19:14:04 spire-1.2.1/pkg/server/ca/templates.go 19:14:04 spire-1.2.1/pkg/server/ca/upstream_client.go 19:14:04 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:14:04 spire-1.2.1/pkg/server/ca/validation.go 19:14:04 spire-1.2.1/pkg/server/cache/ 19:14:04 spire-1.2.1/pkg/server/cache/dscache/ 19:14:04 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:14:04 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:14:04 spire-1.2.1/pkg/server/cache/entrycache/ 19:14:04 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:14:04 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:14:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:14:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:14:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:14:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:14:04 spire-1.2.1/pkg/server/catalog/ 19:14:04 spire-1.2.1/pkg/server/catalog/catalog.go 19:14:04 spire-1.2.1/pkg/server/catalog/keymanager.go 19:14:04 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:14:04 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:14:04 spire-1.2.1/pkg/server/catalog/notifier.go 19:14:04 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:14:04 spire-1.2.1/pkg/server/config.go 19:14:04 spire-1.2.1/pkg/server/datastore/ 19:14:04 spire-1.2.1/pkg/server/datastore/datastore.go 19:14:04 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:14:04 spire-1.2.1/pkg/server/datastore/repository.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:14:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:14:04 spire-1.2.1/pkg/server/endpoints/ 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/ 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:14:04 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:14:04 spire-1.2.1/pkg/server/endpoints/config.go 19:14:04 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:14:04 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:14:04 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:14:04 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:14:04 spire-1.2.1/pkg/server/endpoints/middleware.go 19:14:04 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:14:04 spire-1.2.1/pkg/server/hostservice/ 19:14:04 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:14:04 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:14:04 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:14:04 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:14:04 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:14:04 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:14:04 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:14:04 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/ 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/ 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:14:04 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:14:04 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:14:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:14:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:14:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:14:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:14:04 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:14:04 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:14:04 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/ 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:14:04 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:14:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:14:04 spire-1.2.1/pkg/server/registration/ 19:14:04 spire-1.2.1/pkg/server/registration/manager.go 19:14:04 spire-1.2.1/pkg/server/registration/manager_test.go 19:14:04 spire-1.2.1/pkg/server/scanentries.go 19:14:04 spire-1.2.1/pkg/server/scanentries_test.go 19:14:04 spire-1.2.1/pkg/server/server.go 19:14:04 spire-1.2.1/pkg/server/server_test.go 19:14:04 spire-1.2.1/pkg/server/svid/ 19:14:04 spire-1.2.1/pkg/server/svid/observer.go 19:14:04 spire-1.2.1/pkg/server/svid/observer_test.go 19:14:04 spire-1.2.1/pkg/server/svid/rotator.go 19:14:04 spire-1.2.1/pkg/server/svid/rotator_config.go 19:14:04 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:14:04 spire-1.2.1/pkg/server/svid/rotator_test.go 19:14:04 spire-1.2.1/proto/ 19:14:04 spire-1.2.1/proto/private/ 19:14:04 spire-1.2.1/proto/private/server/ 19:14:04 spire-1.2.1/proto/private/server/journal/ 19:14:04 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:14:04 spire-1.2.1/proto/private/server/journal/journal.proto 19:14:04 spire-1.2.1/proto/spire/ 19:14:04 spire-1.2.1/proto/spire/common/ 19:14:04 spire-1.2.1/proto/spire/common/common.pb.go 19:14:04 spire-1.2.1/proto/spire/common/common.proto 19:14:04 spire-1.2.1/proto/spire/common/plugin/ 19:14:04 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:14:04 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:14:04 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:14:04 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:14:04 spire-1.2.1/proto/spire/plugin/ 19:14:04 spire-1.2.1/proto/spire/plugin/agent/ 19:14:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:14:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:14:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:14:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:14:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:14:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:14:04 spire-1.2.1/release/ 19:14:04 spire-1.2.1/release/spire-extras/ 19:14:04 spire-1.2.1/release/spire-extras/README.md 19:14:04 spire-1.2.1/release/spire-extras/conf/ 19:14:04 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:14:04 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:14:04 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:14:04 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:14:04 spire-1.2.1/release/spire/ 19:14:04 spire-1.2.1/release/spire/README.md 19:14:04 spire-1.2.1/release/spire/conf/ 19:14:04 spire-1.2.1/release/spire/conf/agent/ 19:14:04 spire-1.2.1/release/spire/conf/agent/agent.conf 19:14:04 spire-1.2.1/release/spire/conf/server/ 19:14:04 spire-1.2.1/release/spire/conf/server/server.conf 19:14:04 spire-1.2.1/script/ 19:14:04 spire-1.2.1/script/build-artifact.sh 19:14:04 spire-1.2.1/script/generate_dummy_ca.sh 19:14:04 spire-1.2.1/support/ 19:14:04 spire-1.2.1/support/k8s/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:14:04 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/ 19:14:04 spire-1.2.1/support/oidc-discovery-provider/README.md 19:14:04 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/config.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/main.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:14:04 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:14:04 spire-1.2.1/test/ 19:14:04 spire-1.2.1/test/clock/ 19:14:04 spire-1.2.1/test/clock/clock.go 19:14:04 spire-1.2.1/test/fakes/ 19:14:04 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:14:04 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:14:04 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:14:04 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:14:04 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:14:04 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:14:04 spire-1.2.1/test/fakes/fakeagentstore/ 19:14:04 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:14:04 spire-1.2.1/test/fakes/fakedatastore/ 19:14:04 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:14:04 spire-1.2.1/test/fakes/fakeentryclient/ 19:14:04 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:14:04 spire-1.2.1/test/fakes/fakehealthchecker/ 19:14:04 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:14:04 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:14:04 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:14:04 spire-1.2.1/test/fakes/fakemetrics/ 19:14:04 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:14:04 spire-1.2.1/test/fakes/fakenoderesolver/ 19:14:04 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:14:04 spire-1.2.1/test/fakes/fakenotifier/ 19:14:04 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:14:04 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:14:04 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:14:04 spire-1.2.1/test/fakes/fakeserverca/ 19:14:04 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:14:04 spire-1.2.1/test/fakes/fakeservercatalog/ 19:14:04 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:14:04 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:14:04 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:14:04 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:14:04 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:14:04 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:14:04 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:14:04 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:14:04 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:14:04 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:14:04 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:14:04 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:14:04 spire-1.2.1/test/fixture/ 19:14:04 spire-1.2.1/test/fixture/certs/ 19:14:04 spire-1.2.1/test/fixture/certs/agent_svid.der 19:14:04 spire-1.2.1/test/fixture/certs/base_cert.pem 19:14:04 spire-1.2.1/test/fixture/certs/base_csr.pem 19:14:04 spire-1.2.1/test/fixture/certs/base_key.pem 19:14:04 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:14:04 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:14:04 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:14:04 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:14:04 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:14:04 spire-1.2.1/test/fixture/certs/blog_key.pem 19:14:04 spire-1.2.1/test/fixture/certs/bundle.der 19:14:04 spire-1.2.1/test/fixture/certs/ca.pem 19:14:04 spire-1.2.1/test/fixture/certs/ca_key.pem 19:14:04 spire-1.2.1/test/fixture/certs/database_cert.pem 19:14:04 spire-1.2.1/test/fixture/certs/database_csr.pem 19:14:04 spire-1.2.1/test/fixture/certs/database_key.pem 19:14:04 spire-1.2.1/test/fixture/certs/node_cert.pem 19:14:04 spire-1.2.1/test/fixture/certs/node_csr.pem 19:14:04 spire-1.2.1/test/fixture/certs/node_key.pem 19:14:04 spire-1.2.1/test/fixture/certs/svid.pem 19:14:04 spire-1.2.1/test/fixture/certs/svid_key.pem 19:14:04 spire-1.2.1/test/fixture/config/ 19:14:04 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:14:04 spire-1.2.1/test/fixture/config/agent_good.conf 19:14:04 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:14:04 spire-1.2.1/test/fixture/config/plugin_good.conf 19:14:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:14:04 spire-1.2.1/test/fixture/config/server_good.conf 19:14:04 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:14:04 spire-1.2.1/test/fixture/fixture.go 19:14:04 spire-1.2.1/test/fixture/nodeattestor/ 19:14:04 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:14:04 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:14:04 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:14:04 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:14:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:14:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:14:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:14:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:14:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:14:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:14:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:14:04 spire-1.2.1/test/fixture/registration/ 19:14:04 spire-1.2.1/test/fixture/registration/entries.json 19:14:04 spire-1.2.1/test/fixture/registration/good-for-update.json 19:14:04 spire-1.2.1/test/fixture/registration/good.json 19:14:04 spire-1.2.1/test/fixture/registration/invalid.json 19:14:04 spire-1.2.1/test/fixture/registration/invalid_json.json 19:14:04 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:14:04 spire-1.2.1/test/integration/ 19:14:04 spire-1.2.1/test/integration/README.md 19:14:04 spire-1.2.1/test/integration/common 19:14:04 spire-1.2.1/test/integration/setup/ 19:14:04 spire-1.2.1/test/integration/setup/adminclient/ 19:14:04 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:14:04 spire-1.2.1/test/integration/setup/adminclient/client.go 19:14:04 spire-1.2.1/test/integration/setup/debugagent/ 19:14:04 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:14:04 spire-1.2.1/test/integration/setup/debugagent/main.go 19:14:04 spire-1.2.1/test/integration/setup/debugserver/ 19:14:04 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:14:04 spire-1.2.1/test/integration/setup/debugserver/main.go 19:14:04 spire-1.2.1/test/integration/setup/downstreamclient/ 19:14:04 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:14:04 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:14:04 spire-1.2.1/test/integration/setup/itclient/ 19:14:04 spire-1.2.1/test/integration/setup/itclient/client.go 19:14:04 spire-1.2.1/test/integration/setup/node-attestation/ 19:14:04 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:14:04 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:14:04 spire-1.2.1/test/integration/setup/x509pop/ 19:14:04 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:14:04 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:14:04 spire-1.2.1/test/integration/suites/ 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:14:04 spire-1.2.1/test/integration/suites/join-token/ 19:14:04 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:14:04 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:14:04 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:14:04 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:14:04 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:14:04 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:14:04 spire-1.2.1/test/integration/suites/join-token/README.md 19:14:04 spire-1.2.1/test/integration/suites/join-token/conf/ 19:14:04 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/join-token/teardown 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:14:04 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:14:04 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:14:04 spire-1.2.1/test/integration/suites/k8s/ 19:14:04 spire-1.2.1/test/integration/suites/k8s/00-setup 19:14:04 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:14:04 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:14:04 spire-1.2.1/test/integration/suites/k8s/README.md 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/ 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:14:04 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:14:04 spire-1.2.1/test/integration/suites/k8s/teardown 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/ 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:14:04 spire-1.2.1/test/integration/suites/rotation/ 19:14:04 spire-1.2.1/test/integration/suites/rotation/00-setup 19:14:04 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:14:04 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:14:04 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:14:04 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:14:04 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:14:04 spire-1.2.1/test/integration/suites/rotation/README.md 19:14:04 spire-1.2.1/test/integration/suites/rotation/conf/ 19:14:04 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/rotation/teardown 19:14:04 spire-1.2.1/test/integration/suites/self-test/ 19:14:04 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:14:04 spire-1.2.1/test/integration/suites/self-test/README.md 19:14:04 spire-1.2.1/test/integration/suites/self-test/teardown 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:14:04 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:14:04 spire-1.2.1/test/integration/suites/upgrade/ 19:14:04 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:14:04 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:14:04 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:14:04 spire-1.2.1/test/integration/suites/upgrade/README.md 19:14:04 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:14:04 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:14:04 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:14:04 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:14:04 spire-1.2.1/test/integration/suites/upgrade/teardown 19:14:04 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:14:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:14:04 spire-1.2.1/test/integration/test-one.sh 19:14:04 spire-1.2.1/test/integration/test.sh 19:14:04 spire-1.2.1/test/plugintest/ 19:14:04 spire-1.2.1/test/plugintest/config.go 19:14:04 spire-1.2.1/test/plugintest/load.go 19:14:04 spire-1.2.1/test/plugintest/option.go 19:14:04 spire-1.2.1/test/spiretest/ 19:14:04 spire-1.2.1/test/spiretest/apiserver.go 19:14:04 spire-1.2.1/test/spiretest/assertions.go 19:14:04 spire-1.2.1/test/spiretest/dir.go 19:14:04 spire-1.2.1/test/spiretest/errors_posix.go 19:14:04 spire-1.2.1/test/spiretest/errors_windows.go 19:14:04 spire-1.2.1/test/spiretest/logs.go 19:14:04 spire-1.2.1/test/spiretest/socketapi.go 19:14:04 spire-1.2.1/test/spiretest/suite.go 19:14:04 spire-1.2.1/test/spiretest/x509.go 19:14:04 spire-1.2.1/test/testca/ 19:14:04 spire-1.2.1/test/testca/ca.go 19:14:04 spire-1.2.1/test/testkey/ 19:14:04 spire-1.2.1/test/testkey/generate.sh 19:14:04 spire-1.2.1/test/testkey/genkeys.go 19:14:04 spire-1.2.1/test/testkey/keys.go 19:14:04 spire-1.2.1/test/testkey/new.go 19:14:04 spire-1.2.1/test/tpmsimulator/ 19:14:04 spire-1.2.1/test/tpmsimulator/simulator.go 19:14:04 spire-1.2.1/test/util/ 19:14:04 spire-1.2.1/test/util/cert_fixtures.go 19:14:04 spire-1.2.1/test/util/cert_generation.go 19:14:04 spire-1.2.1/test/util/io_redirection.go 19:14:04 spire-1.2.1/test/util/race.go 19:14:04 spire-1.2.1/test/util/util.go 19:14:04 building spire from source... 19:14:04 Installing go1.17.7... 19:14:04 ---> f23bb243eb83 19:14:04 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:14:04 ---> Running in b15200d2c61f 19:14:04 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:04 Removing intermediate container b15200d2c61f 19:14:04 ---> 14be8c99b981 19:14:04 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:04 ---> Running in 34cf92bd1561 19:14:04 Removing intermediate container 34cf92bd1561 19:14:04 ---> a945f8e75bbc 19:14:04 Step 18/20 : LABEL arch=x86_64 19:14:04 ---> Running in e0afd64a51ff 19:14:04 OK: 221 MiB in 52 packages 19:14:05 Removing intermediate container e0afd64a51ff 19:14:05 ---> 7b228a899469 19:14:05 Step 19/20 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:14:05 ---> Running in a2ed323742ba 19:14:05 Removing intermediate container a2ed323742ba 19:14:05 ---> 8a40da86c69f 19:14:05 Step 20/20 : LABEL version=0.0.0 19:14:05 Removing intermediate container 26624b932228 19:14:05 ---> 449b996e3221 19:14:05 Step 6/23 : COPY go.mod vendor* ./ 19:14:05 ---> Running in ca8f85fc16a2 19:14:05 Removing intermediate container ca8f85fc16a2 19:14:05 ---> 00694344cb49 19:14:05 19:14:06 Successfully built 00694344cb49 19:14:06 ---> 81a309f2000c 19:14:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:06 Successfully tagged security-spiffe-token-provider:latest 19:14:06  Building security-spiffe-token-provider ... done go: downloading google.golang.org/api v0.70.0 19:14:06 go: downloading k8s.io/api v0.23.4 19:14:06 go: downloading k8s.io/client-go v0.23.4 19:14:06 go: downloading github.com/google/go-tpm v0.3.3 19:14:06 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:14:06 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:14:06 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:14:06 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:14:06  ---> Running in 91c751f9696f 19:14:06 go: downloading cloud.google.com/go/storage v1.21.0 19:14:06 go: downloading cloud.google.com/go v0.100.2 19:14:07 go: downloading k8s.io/apimachinery v0.23.4 19:14:07 go: downloading k8s.io/kube-aggregator v0.23.3 19:14:07 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:14:07 go: downloading cloud.google.com/go/security v1.3.0 19:14:07 go: downloading github.com/hashicorp/vault/api v1.4.1 19:14:07 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:14:08 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:14:08 go: downloading github.com/twmb/murmur3 v1.1.6 19:14:08 go: downloading github.com/jinzhu/inflection v1.0.0 19:14:08 go: downloading github.com/aws/smithy-go v1.11.0 19:14:08 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:14:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:14:08 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:14:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:14:08 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:14:08 Removing intermediate container 91c751f9696f 19:14:08 ---> 71a29e0a0c6b 19:14:08 Step 8/23 : COPY . . 19:14:08 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:14:08 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:14:08 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:14:08 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:14:08 go: downloading github.com/dimchansky/utfbom v1.1.1 19:14:08 go: downloading cloud.google.com/go/compute v1.3.0 19:14:08 go: downloading cloud.google.com/go/iam v0.1.1 19:14:08 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:14:08 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:14:09 ? github.com/edgexfoundry/edgex-go [no test files] 19:14:09 go: downloading github.com/gogo/protobuf v1.3.2 19:14:09 go: downloading k8s.io/klog/v2 v2.30.0 19:14:09 go: downloading github.com/google/gofuzz v1.1.0 19:14:09 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:14:09 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:14:09 go: downloading github.com/spf13/pflag v1.0.5 19:14:09 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:14:09 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:14:09 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:14:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:14:09 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:14:09 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:14:09 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:14:09 Building bin/spire-server... 19:14:09 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:14:09 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:14:09 go: downloading github.com/mitchellh/cli v1.1.2 19:14:09 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:14:09 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:14:09 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:14:09 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:14:09 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:14:09 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:14:09 go: downloading gopkg.in/yaml.v2 v2.4.0 19:14:09 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:14:10 go: downloading github.com/gobwas/glob v0.2.3 19:14:10 go: downloading github.com/imdario/mergo v0.3.12 19:14:10 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:14:10 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:14:10 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:14:10 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:14:10 go: downloading go.opencensus.io v0.23.0 19:14:10 go: downloading github.com/sirupsen/logrus v1.8.1 19:14:10 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:14:10 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:14:10 go: downloading google.golang.org/grpc v1.44.0 19:14:10 go: downloading gopkg.in/inf.v0 v0.9.1 19:14:10 go: downloading github.com/google/go-cmp v0.5.7 19:14:10 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:14:10 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:14:10 go: downloading github.com/googleapis/gnostic v0.5.5 19:14:10 go: downloading github.com/fatih/color v1.13.0 19:14:10 go: downloading github.com/mattn/go-isatty v0.0.14 19:14:10 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:14:10 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:14:10 go: downloading github.com/go-logr/logr v1.2.2 19:14:10 go: downloading github.com/json-iterator/go v1.1.12 19:14:10 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:14:10 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:14:10 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:14:10 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:14:10 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:14:10 go: downloading go.uber.org/zap v1.21.0 19:14:10 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:14:10 go: downloading github.com/tklauser/numcpus v0.3.0 19:14:10 go: downloading github.com/armon/go-metrics v0.3.10 19:14:10 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:14:10 go: downloading sigs.k8s.io/yaml v1.3.0 19:14:10 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:14:10 go: downloading github.com/prometheus/client_golang v1.12.1 19:14:10 go: downloading github.com/modern-go/reflect2 v1.0.2 19:14:10 go: downloading github.com/ryanuber/go-glob v1.0.0 19:14:10 go: downloading github.com/golang/snappy v0.0.4 19:14:10 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:14:10 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:14:10 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:14:10 go: downloading github.com/hashicorp/go-version v1.2.0 19:14:10 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:14:10 go: downloading go.uber.org/multierr v1.6.0 19:14:10 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:14:10 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:14:10 go: downloading github.com/open-policy-agent/opa v0.38.0 19:14:10 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:14:10 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:14:10 go: downloading github.com/mattn/go-colorable v0.1.12 19:14:10 go: downloading github.com/Masterminds/goutils v1.1.0 19:14:10 go: downloading github.com/Masterminds/semver v1.5.0 19:14:10 go: downloading github.com/google/uuid v1.1.2 19:14:10 go: downloading github.com/huandu/xstrings v1.3.2 19:14:10 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:14:10 go: downloading github.com/oklog/run v1.0.0 19:14:10 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:14:10 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:14:10 go: downloading github.com/prometheus/client_model v0.2.0 19:14:10 go: downloading github.com/prometheus/common v0.32.1 19:14:10 go: downloading github.com/beorn7/perks v1.0.1 19:14:10 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:14:10 go: downloading github.com/prometheus/procfs v0.7.3 19:14:10 go: downloading go.uber.org/atomic v1.9.0 19:14:10 go: downloading github.com/imkira/go-observer v1.0.3 19:14:10 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:14:10 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:14:10 go: downloading github.com/hashicorp/errwrap v1.1.0 19:14:10 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:14:10 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:14:10 go: downloading github.com/twmb/murmur3 v1.1.6 19:14:11 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:14:11 go: downloading github.com/blang/semver/v4 v4.0.0 19:14:11 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:14:11 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:14:11 go: downloading github.com/jinzhu/gorm v1.9.16 19:14:11 go: downloading github.com/lib/pq v1.10.4 19:14:11 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:14:11 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:14:11 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:14:11 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:14:12 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:14:12 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:14:12 go: downloading github.com/stretchr/testify v1.7.0 19:14:12 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:14:12 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:14:16 go: downloading google.golang.org/api v0.70.0 19:14:16 go: downloading k8s.io/api v0.23.4 19:14:16 go: downloading k8s.io/client-go v0.23.4 19:14:16 go: downloading github.com/google/go-tpm v0.3.3 19:14:16 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:14:16 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:14:16 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:14:16 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:14:16 go: downloading cloud.google.com/go/storage v1.21.0 19:14:16 go: downloading cloud.google.com/go v0.100.2 19:14:16 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:14:16 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:14:17 go: downloading k8s.io/apimachinery v0.23.4 19:14:17 go: downloading k8s.io/kube-aggregator v0.23.3 19:14:17 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:14:17 go: downloading cloud.google.com/go/security v1.3.0 19:14:18 go: downloading github.com/hashicorp/vault/api v1.4.1 19:14:18 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:14:18 go: downloading github.com/jinzhu/inflection v1.0.0 19:14:18 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:14:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:14:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:14:18 go: downloading github.com/aws/smithy-go v1.11.0 19:14:19 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:14:19 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:14:19 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:14:19 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:14:19 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:14:19 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:14:19 go: downloading github.com/dimchansky/utfbom v1.1.1 19:14:19 go: downloading cloud.google.com/go/compute v1.3.0 19:14:19 go: downloading cloud.google.com/go/iam v0.1.1 19:14:19 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:14:19 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:14:19 go: downloading github.com/gogo/protobuf v1.3.2 19:14:19 go: downloading github.com/google/gofuzz v1.1.0 19:14:19 go: downloading k8s.io/klog/v2 v2.30.0 19:14:19 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:14:19 go: downloading github.com/spf13/pflag v1.0.5 19:14:19 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:14:19 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:14:19 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:14:19 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:14:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:14:20 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:14:20 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:14:20 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:14:20 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:14:20 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:14:20 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:14:20 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:14:20 go: downloading gopkg.in/yaml.v2 v2.4.0 19:14:20 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:14:20 go: downloading github.com/gobwas/glob v0.2.3 19:14:20 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:14:20 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:14:20 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:14:20 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:14:20 go: downloading go.opencensus.io v0.23.0 19:14:20 go: downloading gopkg.in/inf.v0 v0.9.1 19:14:20 go: downloading github.com/google/go-cmp v0.5.7 19:14:20 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:14:20 go: downloading github.com/googleapis/gnostic v0.5.5 19:14:20 go: downloading github.com/go-logr/logr v1.2.2 19:14:20 go: downloading github.com/json-iterator/go v1.1.12 19:14:20 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:14:20 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:14:20 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:14:20 go: downloading go.uber.org/zap v1.21.0 19:14:20 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:14:20 go: downloading github.com/tklauser/numcpus v0.3.0 19:14:20 go: downloading sigs.k8s.io/yaml v1.3.0 19:14:20 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:14:20 go: downloading github.com/ryanuber/go-glob v1.0.0 19:14:20 go: downloading github.com/golang/snappy v0.0.4 19:14:20 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:14:20 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:14:20 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:14:20 go: downloading github.com/hashicorp/go-version v1.2.0 19:14:20 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:14:20 go: downloading github.com/modern-go/reflect2 v1.0.2 19:14:20 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:14:20 go: downloading go.uber.org/multierr v1.6.0 19:14:27  ---> a46653c6a2f8 19:14:27 Step 9/23 : RUN make cmd/core-data/core-data 19:14:27 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:14:27 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:14:33  ---> Running in d890250f294c 19:14:33 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:15:12 Removing intermediate container 112aefaaa903 19:15:12 ---> ebea7ccc9daf 19:15:12 19:15:12 Step 13/26 : FROM alpine:3.15 19:15:12 ---> 0ac33e5f5afa 19:15:12 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:15:12 ---> Using cache 19:15:12 ---> 5ecaf197cc8d 19:15:12 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:12 ---> Using cache 19:15:12 ---> df0d23d8bd1e 19:15:12 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:15:12 ---> Running in f3f824700bdb 19:15:12 Removing intermediate container d890250f294c 19:15:12 ---> 49c2ccfba17c 19:15:12 19:15:12 Step 10/23 : FROM alpine:3.14 19:15:12 ---> e04c818066af 19:15:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:15:12 ---> Running in af84d601a648 19:15:12 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:12 Removing intermediate container af84d601a648 19:15:12 ---> 38e54820f5b6 19:15:12 Step 12/23 : ENV APP_PORT=59880 19:15:12 ---> Running in ca4cddb958b5 19:15:12 Removing intermediate container ca4cddb958b5 19:15:12 ---> dce3c1e71a9a 19:15:12 Step 13/23 : EXPOSE $APP_PORT 19:15:12 ---> Running in 1fbd0f24aa70 19:15:12 Removing intermediate container 1fbd0f24aa70 19:15:12 ---> 04fb4cbe49d0 19:15:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:12 ---> Running in 6cb513462f50 19:15:12 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:12 v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:15:12 v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:15:12 OK: 15855 distinct packages available 19:15:12 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:13 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:13 (1/4) Installing dumb-init (1.2.5-r1) 19:15:13 (2/4) Installing musl-obstack (1.2.3-r0) 19:15:13 (3/4) Installing libucontext (1.1-r0) 19:15:13 Removing intermediate container 6cb513462f50 19:15:13 ---> 6815b24e7ee5 19:15:13 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:15:13 (4/4) Installing gcompat (1.0.0-r4) 19:15:13 ---> Running in 1bceca21a713 19:15:13 Executing busybox-1.34.1-r5.trigger 19:15:13 OK: 6 MiB in 18 packages 19:15:14 Removing intermediate container f3f824700bdb 19:15:14 ---> 816dfb91b5f2 19:15:14 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:15:14 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:15:15 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:15:16 (1/6) Installing dumb-init (1.2.5-r1) 19:15:16 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:15:16 (3/6) Installing libsodium (1.0.18-r0) 19:15:16 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:15:16 (5/6) Installing libzmq (4.3.4-r0) 19:15:16 (6/6) Installing zeromq (4.3.4-r0) 19:15:16 Executing busybox-1.33.1-r7.trigger 19:15:16 OK: 8 MiB in 20 packages 19:15:17 ---> 33ab04f7ea90 19:15:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:15:17 ---> 644a8a7450b4 19:15:17 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:15:17 ---> Running in 70380bef56dc 19:15:17 Removing intermediate container 1bceca21a713 19:15:17 ---> 7be7c617cfda 19:15:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:17 Removing intermediate container 70380bef56dc 19:15:17 ---> 500be6f94ba1 19:15:17 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:15:18 ---> 653e9f48c4b1 19:15:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:15:18 ---> 704bc4d14c68 19:15:18 Step 21/26 : WORKDIR / 19:15:18 ---> Running in 2b55a4749f0f 19:15:19 Removing intermediate container 2b55a4749f0f 19:15:19 ---> c4c32c7f0da9 19:15:19 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:15:19 ---> Running in 9d719ab27c85 19:15:19 ---> e284795a6cd1 19:15:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:15:19 Removing intermediate container 9d719ab27c85 19:15:19 ---> b46d17793cd0 19:15:19 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:15:19 ---> Running in 071e8eb15b43 19:15:20 ---> 731647f190d0 19:15:20 Step 19/23 : ENTRYPOINT ["/core-data"] 19:15:20 Removing intermediate container 071e8eb15b43 19:15:20 ---> 3ee6d919b567 19:15:20 Step 24/26 : LABEL arch=x86_64 19:15:20 ---> Running in 5c090fc06f48 19:15:20 ---> Running in b3ef8fbaa603 19:15:20 Removing intermediate container b3ef8fbaa603 19:15:20 ---> e099afe76153 19:15:20 Step 25/26 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:15:20 ---> Running in 42092cfb5727 19:15:20 Removing intermediate container 5c090fc06f48 19:15:20 ---> 0df73d6bac21 19:15:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:20 ---> Running in b55dd4fbf409 19:15:20 Removing intermediate container 42092cfb5727 19:15:20 ---> 20146b66f076 19:15:20 Step 26/26 : LABEL version=0.0.0 19:15:20 ---> Running in 388608ce1b7a 19:15:21 Removing intermediate container b55dd4fbf409 19:15:21 ---> cad841aa549b 19:15:21 Step 21/23 : LABEL arch=x86_64 19:15:21 Removing intermediate container 388608ce1b7a 19:15:21 ---> 068bd989a42a 19:15:21 19:15:21 ---> Running in 8bfcd3e50571 19:15:21 Successfully built 068bd989a42a 19:15:21 Successfully tagged security-spire-config:latest 19:15:21  Building security-spire-config ... done Removing intermediate container 8bfcd3e50571 19:15:21 ---> b875b3809c0d 19:15:21 Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:15:21 ---> Running in 91e8a6d9a68e 19:15:22 Removing intermediate container 91e8a6d9a68e 19:15:22 ---> cf64ad3d1f06 19:15:22 Step 23/23 : LABEL version=0.0.0 19:15:22 ---> Running in 8098ad908720 19:15:22 Removing intermediate container 8098ad908720 19:15:22 ---> 2a8e63c90660 19:15:22 19:15:22 Successfully built 2a8e63c90660 19:15:22 Successfully tagged core-data:latest 19:16:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:16:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:16:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:16:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:16:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.302s coverage: 28.7% of statements 19:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:16:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.739s coverage: 98.5% of statements 19:16:26 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:16:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.467s coverage: 53.4% of statements 19:16:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:16:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:16:44  Building core-data ... done Building bin/spire-agent... 19:16:44 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:16:44 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:16:44 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:16:44 go: downloading github.com/docker/docker v20.10.12+incompatible 19:16:44 go: downloading github.com/google/go-tpm-tools v0.3.3 19:16:44 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:16:44 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:16:44 go: downloading github.com/docker/go-units v0.4.0 19:16:44 go: downloading github.com/docker/go-connections v0.4.0 19:16:44 go: downloading github.com/opencontainers/image-spec v1.0.1 19:16:44 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:16:44 go: downloading github.com/containerd/containerd v1.3.4 19:16:44 go: downloading github.com/opencontainers/go-digest v1.0.0 19:16:47 Building bin/spire-agent... 19:16:47 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:16:47 go: downloading github.com/docker/docker v20.10.12+incompatible 19:16:47 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:16:47 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:16:48 go: downloading github.com/google/go-tpm-tools v0.3.3 19:16:48 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:16:48 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:16:48 go: downloading github.com/docker/go-units v0.4.0 19:16:48 go: downloading github.com/docker/go-connections v0.4.0 19:16:48 go: downloading github.com/opencontainers/image-spec v1.0.1 19:16:48 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:16:48 go: downloading github.com/containerd/containerd v1.3.4 19:16:48 go: downloading github.com/opencontainers/go-digest v1.0.0 19:16:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.618s coverage: 89.2% of statements 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:16:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.428s coverage: 84.4% of statements 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.560s coverage: 95.6% of statements 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/io 0.448s coverage: 72.2% of statements 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.315s coverage: 60.0% of statements 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.444s coverage: 0.9% of statements 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.480s coverage: 58.8% of statements 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.273s coverage: 29.6% of statements 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.298s coverage: 47.1% of statements 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.288s coverage: 79.5% of statements 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.208s coverage: 94.1% of statements 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.289s coverage: 96.3% of statements 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.241s coverage: 87.5% of statements 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.232s coverage: 94.4% of statements 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.200s coverage: 44.8% of statements 19:17:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.771s coverage: 82.5% of statements 19:17:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.331s coverage: 92.9% of statements 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.230s coverage: 87.2% of statements 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.288s coverage: 58.8% of statements 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.309s coverage: 80.0% of statements 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.264s coverage: 87.2% of statements 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.331s coverage: 85.4% of statements 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.766s coverage: 91.2% of statements 19:17:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:17:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.044s coverage: 64.4% of statements 19:17:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:17:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:17:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.364s coverage: 100.0% of statements 19:17:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.187s coverage: 89.4% of statements 19:17:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements 19:17:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 19:17:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 19:17:34 Removing intermediate container 818b22704863 19:17:34 ---> 19a07617b486 19:17:34 19:17:34 Step 13/25 : FROM alpine:3.15 19:17:34 ---> 0ac33e5f5afa 19:17:34 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:17:34 ---> Using cache 19:17:34 ---> 5ecaf197cc8d 19:17:34 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:34 ---> Using cache 19:17:34 ---> df0d23d8bd1e 19:17:34 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:17:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.586s coverage: 65.4% of statements 19:17:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:17:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:17:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:17:35 ---> Running in 3268e26f7d39 19:17:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:17:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.829s coverage: 43.8% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.369s coverage: 89.5% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.489s coverage: 84.8% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:17:37 v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:17:37 v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:17:37 OK: 15855 distinct packages available 19:17:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:17:37 Removing intermediate container 04d402976026 19:17:37 ---> 8d574a7a5a00 19:17:37 19:17:37 Step 13/26 : FROM alpine:3.15 19:17:37 ---> 0ac33e5f5afa 19:17:37 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:17:37 ---> Using cache 19:17:37 ---> 5ecaf197cc8d 19:17:37 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:37 ---> Using cache 19:17:37 ---> df0d23d8bd1e 19:17:37 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:17:38 ---> Running in 71694422b982 19:17:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:17:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:17:38 (1/5) Installing dumb-init (1.2.5-r1) 19:17:38 (2/5) Installing musl-obstack (1.2.3-r0) 19:17:38 (3/5) Installing libucontext (1.1-r0) 19:17:38 (4/5) Installing gcompat (1.0.0-r4) 19:17:39 (5/5) Installing openssl (1.1.1n-r0) 19:17:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:17:39 Executing busybox-1.34.1-r5.trigger 19:17:39 OK: 6 MiB in 19 packages 19:17:39 v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:17:39 v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:17:39 OK: 15855 distinct packages available 19:17:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:17:39 Removing intermediate container 3268e26f7d39 19:17:39 ---> 2d8b84f355e0 19:17:39 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:17:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:17:40 (1/5) Installing dumb-init (1.2.5-r1) 19:17:40 (2/5) Installing musl-obstack (1.2.3-r0) 19:17:40 (3/5) Installing libucontext (1.1-r0) 19:17:40 ---> bb54a2287298 19:17:40 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:17:40 (4/5) Installing gcompat (1.0.0-r4) 19:17:41 (5/5) Installing openssl (1.1.1n-r0) 19:17:41 ---> b2033069345a 19:17:41 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:17:41 Executing busybox-1.34.1-r5.trigger 19:17:41 OK: 6 MiB in 19 packages 19:17:41 ---> e913e79424e5 19:17:41 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:17:41 ---> 1fb3e8805d5e 19:17:41 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:17:41 ---> Running in aa23b2bb3042 19:17:41 Removing intermediate container 71694422b982 19:17:41 ---> 1660126d0fdd 19:17:41 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 19:17:41 Removing intermediate container aa23b2bb3042 19:17:41 ---> afd2351cc27a 19:17:41 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:17:41 ---> Running in 5941f0facf1f 19:17:41 Removing intermediate container 5941f0facf1f 19:17:41 ---> a295f49e890d 19:17:41 Step 23/25 : LABEL arch=x86_64 19:17:41 ---> Running in 689ea110133f 19:17:42 Removing intermediate container 689ea110133f 19:17:42 ---> 0f33946dcb86 19:17:42 Step 24/25 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:17:42 ---> Running in b3cd87212984 19:17:42 ---> 8a51f3de6e65 19:17:42 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:17:42 Removing intermediate container b3cd87212984 19:17:42 ---> dc00cbfea5a9 19:17:42 Step 25/25 : LABEL version=0.0.0 19:17:42 ---> Running in ad7fcaf85971 19:17:42 Removing intermediate container ad7fcaf85971 19:17:42 ---> fe94c0918bc5 19:17:42 19:17:42 Successfully built fe94c0918bc5 19:17:42 Successfully tagged security-spire-server:latest 19:17:43  Building security-spire-server ... done  ---> 0ca16c58348a 19:17:43 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:17:43 ---> 7790fe50b94e 19:17:43 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:17:43 ---> 4dc9afdafbe6 19:17:43 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:17:43 ---> 1488f72ba5e6 19:17:43 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:17:43 ---> Running in 2e373495cf4b 19:17:43 Removing intermediate container 2e373495cf4b 19:17:43 ---> b4846563b372 19:17:43 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:17:44 ---> Running in 038ed1095800 19:17:44 Removing intermediate container 038ed1095800 19:17:44 ---> 108eddfa4e2c 19:17:44 Step 24/26 : LABEL arch=x86_64 19:17:44 ---> Running in 3bc74a1b3353 19:17:44 Removing intermediate container 3bc74a1b3353 19:17:44 ---> e57f3bf3a709 19:17:44 Step 25/26 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:17:44 ---> Running in 3b3c2e5b61f8 19:17:44 Removing intermediate container 3b3c2e5b61f8 19:17:44 ---> 8933498521ff 19:17:44 Step 26/26 : LABEL version=0.0.0 19:17:44 ---> Running in 9e1ef5f1d3c3 19:17:44 Removing intermediate container 9e1ef5f1d3c3 19:17:44 ---> 1449843e271b 19:17:44 19:17:44 Successfully built 1449843e271b 19:17:44 Successfully tagged security-spire-agent:latest 19:17:44  Building security-spire-agent ... done  [Pipeline] } 19:17:44 $ docker stop --time=1 cc06b8e559949395e985e67699de6acf7c2e0bdfad3ca46f651742e5f225f999 19:17:45 $ docker rm -f cc06b8e559949395e985e67699de6acf7c2e0bdfad3ca46f651742e5f225f999 [Pipeline] // withDockerContainer [Pipeline] sh 19:17:46 + docker images 19:17:46 REPOSITORY TAG IMAGE ID CREATED SIZE 19:17:46 security-spire-agent latest 1449843e271b 2 seconds ago 127MB 19:17:46 security-spire-server latest fe94c0918bc5 4 seconds ago 87.3MB 19:17:46 8d574a7a5a00 11 seconds ago 4.43GB 19:17:46 19a07617b486 19 seconds ago 4.43GB 19:17:46 core-data latest 2a8e63c90660 2 minutes ago 22.5MB 19:17:46 security-spire-config latest 068bd989a42a 2 minutes ago 86.7MB 19:17:46 49c2ccfba17c 2 minutes ago 1.52GB 19:17:46 ebea7ccc9daf 2 minutes ago 4.43GB 19:17:46 security-spiffe-token-provider latest 00694344cb49 3 minutes ago 28.8MB 19:17:46 core-metadata latest 697a058a73a0 3 minutes ago 17MB 19:17:46 security-secretstore-setup latest 206ea375baff 3 minutes ago 28.5MB 19:17:46 e14e6a7a72f6 3 minutes ago 1.5GB 19:17:46 71779d1daba1 4 minutes ago 1.54GB 19:17:46 a6faa0a5f542 4 minutes ago 1.5GB 19:17:46 security-proxy-setup latest d41421f00401 4 minutes ago 26.9MB 19:17:46 core-command latest c91cf70f9194 4 minutes ago 16.1MB 19:17:46 e9ddd7aba682 4 minutes ago 1.5GB 19:17:46 d38e0f01d8a0 4 minutes ago 1.49GB 19:17:46 sys-mgmt-agent latest f77479ea013a 4 minutes ago 299MB 19:17:46 security-bootstrapper latest cd251dc174e5 5 minutes ago 19.1MB 19:17:46 support-scheduler latest 105913ea7622 5 minutes ago 26.3MB 19:17:46 support-notifications latest 7ee87f5e6717 5 minutes ago 26.9MB 19:17:46 d33e35617205 5 minutes ago 1.49GB 19:17:46 566a5d9302f5 5 minutes ago 1.55GB 19:17:46 8b834b52d16b 5 minutes ago 1.55GB 19:17:46 b835247d627e 5 minutes ago 1.5GB 19:17:46 ci-base-image-x86_64 latest a5a7e5cc93ce 9 minutes ago 895MB 19:17:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine f018257e8ee9 10 days ago 562MB 19:17:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest a97f223af7a3 11 days ago 254MB 19:17:46 docker 20.10.14 7417809fdb73 3 weeks ago 218MB 19:17:46 alpine 3.14 e04c818066af 3 weeks ago 5.59MB 19:17:46 alpine 3.15 0ac33e5f5afa 3 weeks ago 5.57MB 19:17:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 22 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.351s coverage: 17.7% of statements 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.749s coverage: 92.3% of statements 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.302s coverage: 63.2% of statements 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.450s coverage: 97.7% of statements 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:17:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.205s coverage: 28.9% of statements 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:17:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:17:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.199s coverage: 100.0% of statements 19:17:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 96.9% of statements 19:17:47 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:17:47 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:17:47 GO111MODULE=on go vet ./... 19:19:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:19:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:19:39 ./bin/test-attribution-txt.sh [Pipeline] echo 19:19:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:19:40 + ls -al . 19:19:40 total 668 19:19:40 drwxrwxr-x 9 1001 1001 4096 May 2 19:19 . 19:19:40 drwxr-xr-x 4 root root 4096 May 2 19:13 .. 19:19:40 -rw-rw-r-- 1 1001 1001 11 May 2 19:11 .dockerignore 19:19:40 drwxrwxr-x 8 1001 1001 4096 May 2 19:11 .git 19:19:40 drwxrwxr-x 3 1001 1001 4096 May 2 19:11 .github 19:19:40 -rw-rw-r-- 1 1001 1001 879 May 2 19:11 .gitignore 19:19:40 -rw-rw-r-- 1 1001 1001 42 May 2 19:11 .golangci.yml 19:19:40 -rw-rw-r-- 1 1001 1001 87 May 2 19:11 .hadolint.yml 19:19:40 -rw-rw-r-- 1 1001 1001 166 May 2 19:11 .sonarcloud.properties 19:19:40 -rw-rw-r-- 1 1001 1001 1171 May 2 19:11 ADOPTERS.md 19:19:40 -rw-rw-r-- 1 1001 1001 10086 May 2 19:11 Attribution.txt 19:19:40 -rw-rw-r-- 1 1001 1001 51732 May 2 19:11 CHANGELOG.md 19:19:40 -rw-rw-r-- 1 1001 1001 3804 May 2 19:11 CONTRIBUTING.md 19:19:40 -rw-rw-r-- 1 1001 1001 677 May 2 19:11 GOVERNANCE.md 19:19:40 -rw-rw-r-- 1 1001 1001 850 May 2 19:11 Jenkinsfile 19:19:40 -rw-rw-r-- 1 1001 1001 10775 May 2 19:11 LICENSE 19:19:40 -rw-rw-r-- 1 1001 1001 10389 May 2 19:11 Makefile 19:19:40 -rw-rw-r-- 1 1001 1001 582 May 2 19:11 OWNERS.md 19:19:40 -rw-rw-r-- 1 1001 1001 9120 May 2 19:11 README.md 19:19:40 -rw-rw-r-- 1 1001 1001 6912 May 2 19:11 SECURITY.md 19:19:40 -rw-rw-r-- 1 1001 1001 5 May 2 19:07 VERSION 19:19:40 -rw-rw-r-- 1 1001 1001 4131 May 2 19:11 ZMQWindows.md 19:19:40 drwxrwxr-x 2 1001 1001 4096 May 2 19:11 bin 19:19:40 drwxrwxr-x 18 1001 1001 4096 May 2 19:11 cmd 19:19:40 -rw-r--r-- 1 root root 435134 May 2 19:17 coverage.out 19:19:40 -rw-rw-r-- 1 1001 1001 3256 May 2 19:11 go.mod 19:19:40 -rw-rw-r-- 1 1001 1001 35162 May 2 19:13 go.sum 19:19:40 drwxrwxr-x 8 1001 1001 4096 May 2 19:11 internal 19:19:40 drwxrwxr-x 3 1001 1001 4096 May 2 19:11 openapi 19:19:40 drwxrwxr-x 4 1001 1001 4096 May 2 19:11 snap 19:19:40 -rw-rw-r-- 1 1001 1001 204 May 2 19:11 version.go [Pipeline] sh 19:19:41 + '[' -e coverage.out ] 19:19:41 + chown 1001:1001 coverage.out [Pipeline] stash 19:19:41 Warning: overwriting stash ‘coverage-report’ 19:19:41 Stashed 1 file(s) [Pipeline] sh 19:19:42 + make build 19:19:42 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:21:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:22:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:22:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:22:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:22:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:22:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:22:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:22:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:23:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:23:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:23:07 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:23:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:23:20 $ docker stop --time=1 1803f012d01b311eb7d1594da0caab462c709465c0a9fd59d97bdd0cd34cac1c 19:23:22 $ docker rm -f 1803f012d01b311eb7d1594da0caab462c709465c0a9fd59d97bdd0cd34cac1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:24 19:23:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:23:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:25 latest: Pulling from edgex-devops/edgex-compose-arm64 19:23:25 29e5d40040c1: Pulling fs layer 19:23:25 1ce36da41761: Pulling fs layer 19:23:25 25b303627fd3: Pulling fs layer 19:23:25 29e5d40040c1: Download complete 19:23:25 1ce36da41761: Verifying Checksum 19:23:25 1ce36da41761: Download complete 19:23:26 29e5d40040c1: Pull complete 19:23:27 25b303627fd3: Verifying Checksum 19:23:27 1ce36da41761: Pull complete 19:23:39 25b303627fd3: Pull complete 19:23:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:23:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:23:40 prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container 19:23:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:23:42 $ docker top b818bf7d9105f1f1dd5bc061ff1e46bfd7cc35a7032aeeb32338e7e1b3882385 -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:43 + docker-compose build --help 19:23:43 + grep parallel 19:23:49 --parallel Build images in parallel. [Pipeline] } 19:23:49 $ docker stop --time=1 b818bf7d9105f1f1dd5bc061ff1e46bfd7cc35a7032aeeb32338e7e1b3882385 19:23:50 $ docker rm -f b818bf7d9105f1f1dd5bc061ff1e46bfd7cc35a7032aeeb32338e7e1b3882385 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:51 . [Pipeline] withDockerContainer 19:23:51 prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container 19:23:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:23:53 $ docker top 09dbfb64bfb055867aa7dcaf0e22fa7e80b7a65302d40fd4dfe523083bb06eea -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:54 + docker-compose -f ./docker-compose-build.yml build --parallel 19:24:01 Building core-command ... 19:24:01 Building core-data ... 19:24:01 Building core-metadata ... 19:24:01 Building security-bootstrapper ... 19:24:01 Building security-proxy-setup ... 19:24:01 Building security-secretstore-setup ... 19:24:01 Building security-spiffe-token-provider ... 19:24:01 Building security-spire-agent ... 19:24:01 Building security-spire-config ... 19:24:01 Building security-spire-server ... 19:24:01 Building support-notifications ... 19:24:01 Building support-scheduler ... 19:24:01 Building sys-mgmt-agent ... 19:24:01 Building security-proxy-setup 19:24:01 Building security-spiffe-token-provider 19:24:01 Building core-data 19:24:01 Building security-spire-agent 19:24:01 Building security-bootstrapper 19:25:37 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:25:37 ---> 52193ea0f6f5 19:25:37 Step 3/23 : WORKDIR /edgex-go 19:25:37 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:37 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:25:37 ---> 52193ea0f6f5 19:25:37 Step 3/31 : WORKDIR /edgex-go 19:25:37 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:25:37 ---> 52193ea0f6f5 19:25:37 Step 3/22 : WORKDIR /edgex-go 19:25:37 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:25:37 ---> 52193ea0f6f5 19:25:37 Step 3/26 : WORKDIR /edgex-go 19:25:37 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:37 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:25:37 ---> 52193ea0f6f5 19:25:37 Step 3/20 : WORKDIR /edgex-go 19:25:37 ---> Running in e448ceb3cedd 19:25:37 ---> Running in 1c3abe7d942c 19:25:37 ---> Running in 5ce8611d8f3a 19:25:37 ---> Running in dc38399eeaad 19:25:37 ---> Running in b1692d6ed6be 19:25:37 Removing intermediate container 5ce8611d8f3a 19:25:37 ---> 905e26223fba 19:25:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:37 Removing intermediate container 1c3abe7d942c 19:25:37 ---> cbbfbe0bdd56 19:25:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:37 Removing intermediate container b1692d6ed6be 19:25:37 ---> Running in 81f3ca036f3c 19:25:37 ---> de128724f665 19:25:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:37 Removing intermediate container e448ceb3cedd 19:25:37 ---> 1d177f1f098c 19:25:37 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:25:37 ---> Running in ab8433ee9e83 19:25:37 Removing intermediate container dc38399eeaad 19:25:37 ---> 51c185136b1b 19:25:37 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:37 ---> Running in ad61ce2aa760 19:25:37 ---> Running in c58329165664 19:25:37 ---> Running in cc1593b78fa7 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:37 Removing intermediate container ab8433ee9e83 19:25:37 ---> 50167eaab883 19:25:37 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:25:37 ---> Running in bd7c4e1d02fb 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:37 Removing intermediate container cc1593b78fa7 19:25:37 ---> 5290579e23ac 19:25:37 Step 5/31 : RUN apk add --update --no-cache make git 19:25:37 Removing intermediate container ad61ce2aa760 19:25:37 ---> 6eb5a1826e4c 19:25:37 Step 5/22 : RUN apk add --update --no-cache make git 19:25:37 Removing intermediate container 81f3ca036f3c 19:25:37 ---> 0571f3dac06c 19:25:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:25:37 ---> Running in 1ba3e1398472 19:25:37 ---> Running in 4c19303a049f 19:25:37 ---> Running in fd66913b9ed8 19:25:37 v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:25:37 v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:25:37 OK: 15739 distinct packages available 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:37 OK: 220 MiB in 52 packages 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:37 OK: 220 MiB in 52 packages 19:25:37 OK: 220 MiB in 52 packages 19:25:38 OK: 220 MiB in 52 packages 19:25:38 Removing intermediate container c58329165664 19:25:38 ---> 035362124be8 19:25:38 Step 5/20 : COPY go.mod vendor* ./ 19:25:38 OK: 220 MiB in 52 packages 19:25:39 Removing intermediate container bd7c4e1d02fb 19:25:39 ---> adfe04c3132f 19:25:39 Step 6/26 : COPY go.mod vendor* ./ 19:25:39 ---> 152eb18ae68f 19:25:39 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:39 Removing intermediate container 1ba3e1398472 19:25:39 ---> 3f564159516f 19:25:39 Step 6/31 : COPY go.mod vendor* ./ 19:25:39 ---> Running in 6e9725b947b7 19:25:39 Removing intermediate container fd66913b9ed8 19:25:39 ---> 1142f89e144a 19:25:39 Step 6/23 : COPY go.mod vendor* ./ 19:25:39 Removing intermediate container 4c19303a049f 19:25:39 ---> ff1790acbe37 19:25:39 Step 6/22 : COPY go.mod vendor* ./ 19:25:40 ---> 71376e934b5a 19:25:40 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:40 ---> Running in c9c1adef334e 19:25:41 ---> 924a3b65572c 19:25:41 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:41 ---> Running in ce56ff15ba1e 19:25:41 ---> 6f68ac3cc4be 19:25:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:41 ---> b2fff682100f 19:25:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:41 ---> Running in 2c8f087bf056 19:25:41 ---> Running in dee32d9ffba1 19:25:45 Removing intermediate container 6e9725b947b7 19:25:45 ---> c44a9c2355b3 19:25:45 Step 7/20 : COPY . . 19:25:45 Removing intermediate container c9c1adef334e 19:25:45 ---> 37e13a93366f 19:25:45 Step 8/26 : COPY . . 19:25:47 Removing intermediate container ce56ff15ba1e 19:25:47 ---> a484451c7855 19:25:47 Step 8/31 : COPY . . 19:25:47 Removing intermediate container 2c8f087bf056 19:25:47 ---> 2d89f530e78f 19:25:47 Step 8/23 : COPY . . 19:25:47 Removing intermediate container dee32d9ffba1 19:25:47 ---> 1574beda8117 19:25:47 Step 8/22 : COPY . . 19:26:20 ---> e49df700df5c 19:26:20 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:26:20 ---> Running in 3e7d792d69b0 19:26:20 ---> ca7eacdbf1ac 19:26:20 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:26:20 ---> f1cc63a34a7c 19:26:20 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:26:20 ---> 1c9f88751a20 19:26:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:26:20 ---> f2b3c87ed561 19:26:20 Step 9/23 : RUN make cmd/core-data/core-data 19:26:20 ---> Running in ac2c9a9d21af 19:26:20 ---> Running in 9422f2dd8eeb 19:26:20 ---> Running in fe68bed76dce 19:26:20 ---> Running in f55cbf5de5f8 19:26:20 Removing intermediate container ac2c9a9d21af 19:26:20 ---> 55c91a834ccc 19:26:20 Step 10/26 : RUN mkdir -p spire-build 19:26:20 ---> Running in 34a5281c0ab2 19:26:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:26:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:26:20 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:26:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:26:20 Removing intermediate container 34a5281c0ab2 19:26:20 ---> 322078cfd5a5 19:26:20 Step 11/26 : WORKDIR /edgex-go/spire-build 19:26:20 ---> Running in 8fa09c0c60d9 19:26:20 Removing intermediate container 8fa09c0c60d9 19:26:20 ---> 9a2ee168a4dc 19:26:20 Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:26:20 ---> Running in 278672c962a4 19:26:23 spire-1.2.1/ 19:26:23 spire-1.2.1/.data/ 19:26:23 spire-1.2.1/.data/.file 19:26:23 spire-1.2.1/.dockerignore 19:26:23 spire-1.2.1/.gitattributes 19:26:23 spire-1.2.1/.githooks/ 19:26:23 spire-1.2.1/.githooks/pre-commit 19:26:23 spire-1.2.1/.github/ 19:26:23 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:26:23 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:26:23 spire-1.2.1/.github/dependabot.yml 19:26:23 spire-1.2.1/.github/workflows/ 19:26:23 spire-1.2.1/.github/workflows/nightly_build.yaml 19:26:23 spire-1.2.1/.github/workflows/pr_build.yaml 19:26:23 spire-1.2.1/.github/workflows/release_build.yaml 19:26:23 spire-1.2.1/.github/workflows/scripts/ 19:26:23 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:26:23 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:26:23 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:26:23 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:26:23 spire-1.2.1/.github/workflows/scripts/split.sh 19:26:23 spire-1.2.1/.gitignore 19:26:23 spire-1.2.1/.go-version 19:26:23 spire-1.2.1/.golangci.yml 19:26:23 spire-1.2.1/ADOPTERS.md 19:26:23 spire-1.2.1/CHANGELOG.md 19:26:23 spire-1.2.1/CODE-OF-CONDUCT.md 19:26:23 spire-1.2.1/CODEOWNERS 19:26:23 spire-1.2.1/CONTRIBUTING.md 19:26:23 spire-1.2.1/Dockerfile 19:26:23 spire-1.2.1/Dockerfile.dev 19:26:23 spire-1.2.1/Dockerfile.scratch 19:26:23 spire-1.2.1/LICENSE 19:26:23 spire-1.2.1/MAINTAINERS.md 19:26:23 spire-1.2.1/Makefile 19:26:23 spire-1.2.1/README.md 19:26:23 spire-1.2.1/ROADMAP.md 19:26:23 spire-1.2.1/SECURITY.md 19:26:23 spire-1.2.1/cmd/ 19:26:23 spire-1.2.1/cmd/spire-agent/ 19:26:23 spire-1.2.1/cmd/spire-agent/cli/ 19:26:23 spire-1.2.1/cmd/spire-agent/cli/api/ 19:26:23 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/common/ 19:26:23 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:26:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/run/ 19:26:23 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:26:23 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:26:23 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:26:23 spire-1.2.1/cmd/spire-agent/main.go 19:26:23 spire-1.2.1/cmd/spire-server/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/agent/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/cli.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/run/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/token/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/validate/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/x509/ 19:26:23 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:26:23 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:26:23 spire-1.2.1/cmd/spire-server/main.go 19:26:23 spire-1.2.1/cmd/spire-server/util/ 19:26:23 spire-1.2.1/cmd/spire-server/util/util.go 19:26:23 spire-1.2.1/conf/ 19:26:23 spire-1.2.1/conf/agent/ 19:26:23 spire-1.2.1/conf/agent/agent.conf 19:26:23 spire-1.2.1/conf/agent/agent_full.conf 19:26:23 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:26:23 spire-1.2.1/conf/server/ 19:26:23 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:26:23 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:26:23 spire-1.2.1/conf/server/server.conf 19:26:23 spire-1.2.1/conf/server/server_full.conf 19:26:23 spire-1.2.1/doc/ 19:26:23 spire-1.2.1/doc/SPIRE101.md 19:26:23 spire-1.2.1/doc/auditlog.md 19:26:23 spire-1.2.1/doc/authorization_policy_engine.md 19:26:23 spire-1.2.1/doc/changelog_guidelines.md 19:26:23 spire-1.2.1/doc/cure53-report.pdf 19:26:23 spire-1.2.1/doc/images/ 19:26:23 spire-1.2.1/doc/images/2019_roadmap.png 19:26:23 spire-1.2.1/doc/images/SPIRE101.png 19:26:23 spire-1.2.1/doc/images/SPIRE_agent.png 19:26:23 spire-1.2.1/doc/images/SPIRE_server.png 19:26:23 spire-1.2.1/doc/images/cache_mgr.png 19:26:23 spire-1.2.1/doc/images/cache_mgr_components.png 19:26:23 spire-1.2.1/doc/images/federated_spire.png 19:26:23 spire-1.2.1/doc/images/ha_mode.png 19:26:23 spire-1.2.1/doc/images/nested_spire.png 19:26:23 spire-1.2.1/doc/images/oidc_federation.png 19:26:23 spire-1.2.1/doc/images/single_trust_domain.png 19:26:23 spire-1.2.1/doc/images/spiffe_compatible.png 19:26:23 spire-1.2.1/doc/images/spire_logo.png 19:26:23 spire-1.2.1/doc/migrating_registration_api_clients.md 19:26:23 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:26:23 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:26:23 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:26:23 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:26:23 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:26:23 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:26:23 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:26:23 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:26:23 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:26:23 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:26:23 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:26:23 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:26:23 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:26:23 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:26:23 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:26:23 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:26:23 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:26:23 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:26:23 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:26:23 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:26:23 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:26:23 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:26:23 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:26:23 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:26:23 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:26:23 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:26:23 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:26:23 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:26:23 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:26:23 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:26:23 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:26:23 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:26:23 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:26:23 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:26:23 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:26:23 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:26:23 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:26:23 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:26:23 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:26:23 spire-1.2.1/doc/scaling_spire.md 19:26:23 spire-1.2.1/doc/spire_agent.md 19:26:23 spire-1.2.1/doc/spire_server.md 19:26:23 spire-1.2.1/doc/supported_integrations.md 19:26:23 spire-1.2.1/doc/telemetry.md 19:26:23 spire-1.2.1/doc/telemetry_config.md 19:26:23 spire-1.2.1/doc/upgrading.md 19:26:23 spire-1.2.1/doc/using_spire.md 19:26:23 spire-1.2.1/examples/ 19:26:23 spire-1.2.1/examples/README.md 19:26:23 spire-1.2.1/go.mod 19:26:23 spire-1.2.1/go.sum 19:26:23 spire-1.2.1/pkg/ 19:26:23 spire-1.2.1/pkg/agent/ 19:26:23 spire-1.2.1/pkg/agent/agent.go 19:26:23 spire-1.2.1/pkg/agent/api/ 19:26:23 spire-1.2.1/pkg/agent/api/config.go 19:26:23 spire-1.2.1/pkg/agent/api/debug/ 19:26:23 spire-1.2.1/pkg/agent/api/debug/v1/ 19:26:23 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:26:23 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:26:23 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:26:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:26:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:26:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:26:23 spire-1.2.1/pkg/agent/api/endpoints.go 19:26:23 spire-1.2.1/pkg/agent/api/health/ 19:26:23 spire-1.2.1/pkg/agent/api/health/v1/ 19:26:23 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:26:23 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:26:23 spire-1.2.1/pkg/agent/api/rpccontext/ 19:26:23 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:26:23 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:26:23 spire-1.2.1/pkg/agent/attestor/ 19:26:23 spire-1.2.1/pkg/agent/attestor/node/ 19:26:23 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:26:23 spire-1.2.1/pkg/agent/attestor/node/node.go 19:26:23 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:26:23 spire-1.2.1/pkg/agent/attestor/workload/ 19:26:23 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:26:23 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:26:23 spire-1.2.1/pkg/agent/catalog/ 19:26:23 spire-1.2.1/pkg/agent/catalog/catalog.go 19:26:23 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:26:23 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:26:23 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:26:23 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:26:23 spire-1.2.1/pkg/agent/client/ 19:26:23 spire-1.2.1/pkg/agent/client/client.go 19:26:23 spire-1.2.1/pkg/agent/client/client_test.go 19:26:23 spire-1.2.1/pkg/agent/client/dial.go 19:26:23 spire-1.2.1/pkg/agent/client/nodeconn.go 19:26:23 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:26:23 spire-1.2.1/pkg/agent/client/update.go 19:26:23 spire-1.2.1/pkg/agent/client/util.go 19:26:23 spire-1.2.1/pkg/agent/common/ 19:26:23 spire-1.2.1/pkg/agent/common/backoff/ 19:26:23 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:26:23 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:26:23 spire-1.2.1/pkg/agent/common/cgroups/ 19:26:23 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:26:23 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:26:23 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:26:23 spire-1.2.1/pkg/agent/config.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/ 19:26:23 spire-1.2.1/pkg/agent/endpoints/config.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:26:23 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:26:23 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/workload/ 19:26:23 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:26:23 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:26:23 spire-1.2.1/pkg/agent/manager/ 19:26:23 spire-1.2.1/pkg/agent/manager/cache/ 19:26:23 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:26:23 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:26:23 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:26:23 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:26:23 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:26:23 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:26:23 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:26:24 spire-1.2.1/pkg/agent/manager/config.go 19:26:24 spire-1.2.1/pkg/agent/manager/manager.go 19:26:24 spire-1.2.1/pkg/agent/manager/manager_test.go 19:26:24 spire-1.2.1/pkg/agent/manager/storage.go 19:26:24 spire-1.2.1/pkg/agent/manager/storage_test.go 19:26:24 spire-1.2.1/pkg/agent/manager/storecache/ 19:26:24 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:26:24 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:26:24 spire-1.2.1/pkg/agent/manager/sync.go 19:26:24 spire-1.2.1/pkg/agent/plugin/ 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:26:24 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:26:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:26:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:26:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:26:24 spire-1.2.1/pkg/agent/svid/ 19:26:24 spire-1.2.1/pkg/agent/svid/rotator.go 19:26:24 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:26:24 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:26:24 spire-1.2.1/pkg/agent/svid/store/ 19:26:24 spire-1.2.1/pkg/agent/svid/store/service.go 19:26:24 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:26:24 spire-1.2.1/pkg/common/ 19:26:24 spire-1.2.1/pkg/common/agentpathtemplate/ 19:26:24 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:26:24 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:26:24 spire-1.2.1/pkg/common/api/ 19:26:24 spire-1.2.1/pkg/common/api/metrics.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/ 19:26:24 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/logger.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/names.go 19:26:24 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:26:24 spire-1.2.1/pkg/common/api/names.go 19:26:24 spire-1.2.1/pkg/common/api/ratelimit.go 19:26:24 spire-1.2.1/pkg/common/api/rpccontext/ 19:26:24 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:26:24 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:26:24 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:26:24 spire-1.2.1/pkg/common/auth/ 19:26:24 spire-1.2.1/pkg/common/auth/interceptors.go 19:26:24 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:26:24 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/ 19:26:24 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/types.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:26:24 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:26:24 spire-1.2.1/pkg/common/catalog/ 19:26:24 spire-1.2.1/pkg/common/catalog/bind.go 19:26:24 spire-1.2.1/pkg/common/catalog/builtin.go 19:26:24 spire-1.2.1/pkg/common/catalog/catalog.go 19:26:24 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:26:24 spire-1.2.1/pkg/common/catalog/closers.go 19:26:24 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:26:24 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:26:24 spire-1.2.1/pkg/common/catalog/config.go 19:26:24 spire-1.2.1/pkg/common/catalog/config_test.go 19:26:24 spire-1.2.1/pkg/common/catalog/configure.go 19:26:24 spire-1.2.1/pkg/common/catalog/constraints.go 19:26:24 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:26:24 spire-1.2.1/pkg/common/catalog/context.go 19:26:24 spire-1.2.1/pkg/common/catalog/external.go 19:26:24 spire-1.2.1/pkg/common/catalog/host.go 19:26:24 spire-1.2.1/pkg/common/catalog/pipenet.go 19:26:24 spire-1.2.1/pkg/common/catalog/plugin.go 19:26:24 spire-1.2.1/pkg/common/catalog/testplugin/ 19:26:24 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:26:24 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:26:24 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:26:24 spire-1.2.1/pkg/common/cli/ 19:26:24 spire-1.2.1/pkg/common/cli/env.go 19:26:24 spire-1.2.1/pkg/common/cli/flags.go 19:26:24 spire-1.2.1/pkg/common/cli/trust_domain.go 19:26:24 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:26:24 spire-1.2.1/pkg/common/cli/umask.go 19:26:24 spire-1.2.1/pkg/common/cli/umask_posix.go 19:26:24 spire-1.2.1/pkg/common/cli/umask_test.go 19:26:24 spire-1.2.1/pkg/common/cli/umask_windows.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/ 19:26:24 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/flag.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/format.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/ 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:26:24 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:26:24 spire-1.2.1/pkg/common/coretypes/ 19:26:24 spire-1.2.1/pkg/common/coretypes/bundle/ 19:26:24 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:26:24 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:26:24 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:26:24 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:26:24 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:26:24 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:26:24 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:26:24 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:26:24 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:26:24 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:26:24 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:26:24 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:26:24 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:26:24 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:26:24 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:26:24 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:26:24 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:26:24 spire-1.2.1/pkg/common/cryptoutil/ 19:26:24 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:26:24 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:26:24 spire-1.2.1/pkg/common/diskutil/ 19:26:24 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:26:24 spire-1.2.1/pkg/common/diskutil/file_test.go 19:26:24 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:26:24 spire-1.2.1/pkg/common/errorutil/ 19:26:24 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:26:24 spire-1.2.1/pkg/common/health/ 19:26:24 spire-1.2.1/pkg/common/health/config.go 19:26:24 spire-1.2.1/pkg/common/health/context.go 19:26:24 spire-1.2.1/pkg/common/health/context_test.go 19:26:24 spire-1.2.1/pkg/common/health/health.go 19:26:24 spire-1.2.1/pkg/common/health/health_test.go 19:26:24 spire-1.2.1/pkg/common/health/logger.go 19:26:24 spire-1.2.1/pkg/common/hostservice/ 19:26:24 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:26:24 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:26:24 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:26:24 spire-1.2.1/pkg/common/idutil/ 19:26:24 spire-1.2.1/pkg/common/idutil/require.go 19:26:24 spire-1.2.1/pkg/common/idutil/require_test.go 19:26:24 spire-1.2.1/pkg/common/idutil/safety.go 19:26:24 spire-1.2.1/pkg/common/idutil/safety_test.go 19:26:24 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:26:24 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:26:24 spire-1.2.1/pkg/common/jwtsvid/ 19:26:24 spire-1.2.1/pkg/common/jwtsvid/common.go 19:26:24 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:26:24 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:26:24 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:26:24 spire-1.2.1/pkg/common/jwtutil/ 19:26:24 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:26:24 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:26:24 spire-1.2.1/pkg/common/log/ 19:26:24 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:26:24 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:26:24 spire-1.2.1/pkg/common/log/log.go 19:26:24 spire-1.2.1/pkg/common/log/log_test.go 19:26:24 spire-1.2.1/pkg/common/log/options.go 19:26:24 spire-1.2.1/pkg/common/nodeutil/ 19:26:24 spire-1.2.1/pkg/common/nodeutil/node.go 19:26:24 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:26:24 spire-1.2.1/pkg/common/peertracker/ 19:26:24 spire-1.2.1/pkg/common/peertracker/conn.go 19:26:24 spire-1.2.1/pkg/common/peertracker/credentials.go 19:26:24 spire-1.2.1/pkg/common/peertracker/errors.go 19:26:24 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:26:24 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:26:24 spire-1.2.1/pkg/common/peertracker/info.go 19:26:24 spire-1.2.1/pkg/common/peertracker/listener.go 19:26:24 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:26:24 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:26:24 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:26:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:26:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:26:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:26:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:26:24 spire-1.2.1/pkg/common/peertracker/tcp.go 19:26:24 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:26:24 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:26:24 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:26:24 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:26:24 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:26:24 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:26:24 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:26:24 spire-1.2.1/pkg/common/peertracker/uds.go 19:26:24 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:26:24 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:26:24 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:26:24 spire-1.2.1/pkg/common/pemutil/ 19:26:24 spire-1.2.1/pkg/common/pemutil/block.go 19:26:24 spire-1.2.1/pkg/common/pemutil/certs.go 19:26:24 spire-1.2.1/pkg/common/pemutil/common.go 19:26:24 spire-1.2.1/pkg/common/pemutil/csr.go 19:26:24 spire-1.2.1/pkg/common/pemutil/keys.go 19:26:24 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/ 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:26:24 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:26:24 spire-1.2.1/pkg/common/plugin/ 19:26:24 spire-1.2.1/pkg/common/plugin/aws/ 19:26:24 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:26:24 spire-1.2.1/pkg/common/plugin/azure/ 19:26:24 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:26:24 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:26:24 spire-1.2.1/pkg/common/plugin/facade.go 19:26:24 spire-1.2.1/pkg/common/plugin/facade_test.go 19:26:24 spire-1.2.1/pkg/common/plugin/gcp/ 19:26:24 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:26:24 spire-1.2.1/pkg/common/plugin/k8s/ 19:26:24 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:26:24 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:26:24 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:26:24 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:26:24 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:26:24 spire-1.2.1/pkg/common/plugin/log.go 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/ 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:26:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:26:24 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:26:24 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:26:24 spire-1.2.1/pkg/common/plugin/x509pop/ 19:26:24 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:26:24 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:26:24 spire-1.2.1/pkg/common/profiling/ 19:26:24 spire-1.2.1/pkg/common/profiling/dumpers.go 19:26:24 spire-1.2.1/pkg/common/profiling/profiling.go 19:26:24 spire-1.2.1/pkg/common/protoutil/ 19:26:24 spire-1.2.1/pkg/common/protoutil/masks.go 19:26:24 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:26:24 spire-1.2.1/pkg/common/rotationutil/ 19:26:24 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:26:24 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:26:24 spire-1.2.1/pkg/common/selector/ 19:26:24 spire-1.2.1/pkg/common/selector/selector.go 19:26:24 spire-1.2.1/pkg/common/selector/selector_test.go 19:26:24 spire-1.2.1/pkg/common/selector/set.go 19:26:24 spire-1.2.1/pkg/common/selector/set_utils.go 19:26:24 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/ 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/ 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:26:24 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:26:24 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:26:24 spire-1.2.1/pkg/common/telemetry/call.go 19:26:24 spire-1.2.1/pkg/common/telemetry/common/ 19:26:24 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:26:24 spire-1.2.1/pkg/common/telemetry/config.go 19:26:24 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:26:24 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/inmem.go 19:26:24 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/m3.go 19:26:24 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/metrics.go 19:26:24 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/names.go 19:26:24 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:26:24 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:26:24 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/ 19:26:24 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:26:24 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:26:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:26:24 spire-1.2.1/pkg/common/telemetry/server/server.go 19:26:24 spire-1.2.1/pkg/common/telemetry/sink.go 19:26:24 spire-1.2.1/pkg/common/telemetry/statsd.go 19:26:24 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:26:24 spire-1.2.1/pkg/common/telemetry/uptime.go 19:26:24 spire-1.2.1/pkg/common/telemetry/version.go 19:26:24 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:26:24 spire-1.2.1/pkg/common/uptime/ 19:26:24 spire-1.2.1/pkg/common/uptime/uptime.go 19:26:24 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:26:24 spire-1.2.1/pkg/common/util/ 19:26:24 spire-1.2.1/pkg/common/util/certs.go 19:26:24 spire-1.2.1/pkg/common/util/certs_test.go 19:26:24 spire-1.2.1/pkg/common/util/csr.go 19:26:24 spire-1.2.1/pkg/common/util/hash.go 19:26:24 spire-1.2.1/pkg/common/util/selectors.go 19:26:24 spire-1.2.1/pkg/common/util/selectors_test.go 19:26:24 spire-1.2.1/pkg/common/util/signals.go 19:26:24 spire-1.2.1/pkg/common/util/sort.go 19:26:24 spire-1.2.1/pkg/common/util/sort_test.go 19:26:24 spire-1.2.1/pkg/common/util/task.go 19:26:24 spire-1.2.1/pkg/common/util/task_test.go 19:26:24 spire-1.2.1/pkg/common/util/testdata/ 19:26:24 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:26:24 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:26:24 spire-1.2.1/pkg/common/version/ 19:26:24 spire-1.2.1/pkg/common/version/version.go 19:26:24 spire-1.2.1/pkg/common/x509svid/ 19:26:24 spire-1.2.1/pkg/common/x509svid/common_test.go 19:26:24 spire-1.2.1/pkg/common/x509svid/csr.go 19:26:24 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:26:24 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:26:24 spire-1.2.1/pkg/common/x509util/ 19:26:24 spire-1.2.1/pkg/common/x509util/cert.go 19:26:24 spire-1.2.1/pkg/common/x509util/dns.go 19:26:24 spire-1.2.1/pkg/common/x509util/dns_test.go 19:26:24 spire-1.2.1/pkg/common/x509util/keyid.go 19:26:24 spire-1.2.1/pkg/common/x509util/keypair.go 19:26:24 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:26:24 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:26:24 spire-1.2.1/pkg/server/ 19:26:24 spire-1.2.1/pkg/server/api/ 19:26:24 spire-1.2.1/pkg/server/api/agent.go 19:26:24 spire-1.2.1/pkg/server/api/agent/ 19:26:24 spire-1.2.1/pkg/server/api/agent/v1/ 19:26:24 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:26:24 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:26:24 spire-1.2.1/pkg/server/api/agent_test.go 19:26:24 spire-1.2.1/pkg/server/api/api.go 19:26:24 spire-1.2.1/pkg/server/api/audit/ 19:26:24 spire-1.2.1/pkg/server/api/audit/audit.go 19:26:24 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:26:24 spire-1.2.1/pkg/server/api/bundle.go 19:26:24 spire-1.2.1/pkg/server/api/bundle/ 19:26:24 spire-1.2.1/pkg/server/api/bundle/v1/ 19:26:24 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:26:24 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:26:24 spire-1.2.1/pkg/server/api/bundle_test.go 19:26:24 spire-1.2.1/pkg/server/api/debug/ 19:26:24 spire-1.2.1/pkg/server/api/debug/v1/ 19:26:24 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:26:24 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:26:24 spire-1.2.1/pkg/server/api/entry.go 19:26:24 spire-1.2.1/pkg/server/api/entry/ 19:26:24 spire-1.2.1/pkg/server/api/entry/v1/ 19:26:24 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:26:24 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:26:24 spire-1.2.1/pkg/server/api/entry_test.go 19:26:24 spire-1.2.1/pkg/server/api/health/ 19:26:24 spire-1.2.1/pkg/server/api/health/v1/ 19:26:24 spire-1.2.1/pkg/server/api/health/v1/service.go 19:26:24 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:26:24 spire-1.2.1/pkg/server/api/id.go 19:26:24 spire-1.2.1/pkg/server/api/id_test.go 19:26:24 spire-1.2.1/pkg/server/api/limits/ 19:26:24 spire-1.2.1/pkg/server/api/limits/limits.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/ 19:26:24 spire-1.2.1/pkg/server/api/middleware/alias.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/audit.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/caller.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/common.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/entries.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:26:24 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:26:24 spire-1.2.1/pkg/server/api/ratelimit.go 19:26:24 spire-1.2.1/pkg/server/api/rpccontext/ 19:26:24 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:26:24 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:26:24 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:26:24 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:26:24 spire-1.2.1/pkg/server/api/selector.go 19:26:24 spire-1.2.1/pkg/server/api/selector_test.go 19:26:24 spire-1.2.1/pkg/server/api/status.go 19:26:24 spire-1.2.1/pkg/server/api/status_test.go 19:26:24 spire-1.2.1/pkg/server/api/svid/ 19:26:24 spire-1.2.1/pkg/server/api/svid/v1/ 19:26:24 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:26:24 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:26:24 spire-1.2.1/pkg/server/api/trustdomain.go 19:26:24 spire-1.2.1/pkg/server/api/trustdomain/ 19:26:24 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:26:24 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:26:24 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:26:24 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:26:24 spire-1.2.1/pkg/server/authpolicy/ 19:26:24 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:26:24 spire-1.2.1/pkg/server/authpolicy/policy.go 19:26:24 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:26:24 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:26:24 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:26:24 spire-1.2.1/pkg/server/authpolicy/validate.go 19:26:24 spire-1.2.1/pkg/server/bundle/ 19:26:24 spire-1.2.1/pkg/server/bundle/client/ 19:26:24 spire-1.2.1/pkg/server/bundle/client/client.go 19:26:24 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:26:24 spire-1.2.1/pkg/server/bundle/client/manager.go 19:26:24 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:26:24 spire-1.2.1/pkg/server/bundle/client/sources.go 19:26:24 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:26:24 spire-1.2.1/pkg/server/bundle/client/updater.go 19:26:24 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:26:24 spire-1.2.1/pkg/server/ca/ 19:26:24 spire-1.2.1/pkg/server/ca/ca.go 19:26:24 spire-1.2.1/pkg/server/ca/ca_health.go 19:26:24 spire-1.2.1/pkg/server/ca/ca_test.go 19:26:24 spire-1.2.1/pkg/server/ca/journal.go 19:26:24 spire-1.2.1/pkg/server/ca/journal_test.go 19:26:24 spire-1.2.1/pkg/server/ca/manager.go 19:26:24 spire-1.2.1/pkg/server/ca/manager_health.go 19:26:24 spire-1.2.1/pkg/server/ca/manager_test.go 19:26:24 spire-1.2.1/pkg/server/ca/templates.go 19:26:24 spire-1.2.1/pkg/server/ca/upstream_client.go 19:26:24 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:26:24 spire-1.2.1/pkg/server/ca/validation.go 19:26:24 spire-1.2.1/pkg/server/cache/ 19:26:24 spire-1.2.1/pkg/server/cache/dscache/ 19:26:24 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:26:24 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:26:24 spire-1.2.1/pkg/server/cache/entrycache/ 19:26:24 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:26:24 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:26:24 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:26:24 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:26:24 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:26:24 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:26:24 spire-1.2.1/pkg/server/catalog/ 19:26:24 spire-1.2.1/pkg/server/catalog/catalog.go 19:26:24 spire-1.2.1/pkg/server/catalog/keymanager.go 19:26:24 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:26:24 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:26:24 spire-1.2.1/pkg/server/catalog/notifier.go 19:26:24 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:26:24 spire-1.2.1/pkg/server/config.go 19:26:24 spire-1.2.1/pkg/server/datastore/ 19:26:24 spire-1.2.1/pkg/server/datastore/datastore.go 19:26:24 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:26:24 spire-1.2.1/pkg/server/datastore/repository.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:26:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:26:24 spire-1.2.1/pkg/server/endpoints/ 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/ 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:26:24 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:26:24 spire-1.2.1/pkg/server/endpoints/config.go 19:26:24 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:26:24 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:26:24 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:26:24 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:26:24 spire-1.2.1/pkg/server/endpoints/middleware.go 19:26:24 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:26:24 spire-1.2.1/pkg/server/hostservice/ 19:26:24 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:26:24 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:26:24 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:26:24 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:26:24 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:26:24 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:26:24 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:26:24 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/ 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/ 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:26:24 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:26:24 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:26:24 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:26:24 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:26:24 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:26:24 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:26:24 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:26:24 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:26:24 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/ 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:26:24 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:26:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:26:24 spire-1.2.1/pkg/server/registration/ 19:26:24 spire-1.2.1/pkg/server/registration/manager.go 19:26:24 spire-1.2.1/pkg/server/registration/manager_test.go 19:26:24 spire-1.2.1/pkg/server/scanentries.go 19:26:24 spire-1.2.1/pkg/server/scanentries_test.go 19:26:24 spire-1.2.1/pkg/server/server.go 19:26:24 spire-1.2.1/pkg/server/server_test.go 19:26:24 spire-1.2.1/pkg/server/svid/ 19:26:24 spire-1.2.1/pkg/server/svid/observer.go 19:26:24 spire-1.2.1/pkg/server/svid/observer_test.go 19:26:24 spire-1.2.1/pkg/server/svid/rotator.go 19:26:24 spire-1.2.1/pkg/server/svid/rotator_config.go 19:26:24 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:26:24 spire-1.2.1/pkg/server/svid/rotator_test.go 19:26:24 spire-1.2.1/proto/ 19:26:24 spire-1.2.1/proto/private/ 19:26:24 spire-1.2.1/proto/private/server/ 19:26:24 spire-1.2.1/proto/private/server/journal/ 19:26:24 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:26:24 spire-1.2.1/proto/private/server/journal/journal.proto 19:26:24 spire-1.2.1/proto/spire/ 19:26:24 spire-1.2.1/proto/spire/common/ 19:26:24 spire-1.2.1/proto/spire/common/common.pb.go 19:26:24 spire-1.2.1/proto/spire/common/common.proto 19:26:24 spire-1.2.1/proto/spire/common/plugin/ 19:26:24 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:26:24 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:26:24 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:26:24 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:26:24 spire-1.2.1/proto/spire/plugin/ 19:26:24 spire-1.2.1/proto/spire/plugin/agent/ 19:26:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:26:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:26:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:26:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:26:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:26:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:26:24 spire-1.2.1/release/ 19:26:24 spire-1.2.1/release/spire-extras/ 19:26:24 spire-1.2.1/release/spire-extras/README.md 19:26:24 spire-1.2.1/release/spire-extras/conf/ 19:26:24 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:26:24 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:26:24 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:26:24 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:26:24 spire-1.2.1/release/spire/ 19:26:24 spire-1.2.1/release/spire/README.md 19:26:24 spire-1.2.1/release/spire/conf/ 19:26:24 spire-1.2.1/release/spire/conf/agent/ 19:26:24 spire-1.2.1/release/spire/conf/agent/agent.conf 19:26:24 spire-1.2.1/release/spire/conf/server/ 19:26:24 spire-1.2.1/release/spire/conf/server/server.conf 19:26:24 spire-1.2.1/script/ 19:26:24 spire-1.2.1/script/build-artifact.sh 19:26:24 spire-1.2.1/script/generate_dummy_ca.sh 19:26:24 spire-1.2.1/support/ 19:26:24 spire-1.2.1/support/k8s/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:26:24 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/ 19:26:24 spire-1.2.1/support/oidc-discovery-provider/README.md 19:26:24 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/config.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/main.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:26:24 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:26:24 spire-1.2.1/test/ 19:26:24 spire-1.2.1/test/clock/ 19:26:24 spire-1.2.1/test/clock/clock.go 19:26:24 spire-1.2.1/test/fakes/ 19:26:24 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:26:24 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:26:24 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:26:24 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:26:24 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:26:24 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:26:24 spire-1.2.1/test/fakes/fakeagentstore/ 19:26:24 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:26:24 spire-1.2.1/test/fakes/fakedatastore/ 19:26:24 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:26:24 spire-1.2.1/test/fakes/fakeentryclient/ 19:26:24 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:26:24 spire-1.2.1/test/fakes/fakehealthchecker/ 19:26:24 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:26:24 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:26:24 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:26:24 spire-1.2.1/test/fakes/fakemetrics/ 19:26:24 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:26:24 spire-1.2.1/test/fakes/fakenoderesolver/ 19:26:24 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:26:24 spire-1.2.1/test/fakes/fakenotifier/ 19:26:24 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:26:24 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:26:24 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:26:24 spire-1.2.1/test/fakes/fakeserverca/ 19:26:24 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:26:24 spire-1.2.1/test/fakes/fakeservercatalog/ 19:26:24 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:26:24 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:26:24 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:26:24 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:26:24 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:26:24 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:26:24 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:26:24 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:26:24 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:26:24 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:26:24 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:26:24 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:26:24 spire-1.2.1/test/fixture/ 19:26:24 spire-1.2.1/test/fixture/certs/ 19:26:24 spire-1.2.1/test/fixture/certs/agent_svid.der 19:26:24 spire-1.2.1/test/fixture/certs/base_cert.pem 19:26:24 spire-1.2.1/test/fixture/certs/base_csr.pem 19:26:24 spire-1.2.1/test/fixture/certs/base_key.pem 19:26:24 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:26:24 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:26:24 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:26:24 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:26:24 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:26:24 spire-1.2.1/test/fixture/certs/blog_key.pem 19:26:24 spire-1.2.1/test/fixture/certs/bundle.der 19:26:24 spire-1.2.1/test/fixture/certs/ca.pem 19:26:24 spire-1.2.1/test/fixture/certs/ca_key.pem 19:26:24 spire-1.2.1/test/fixture/certs/database_cert.pem 19:26:24 spire-1.2.1/test/fixture/certs/database_csr.pem 19:26:24 spire-1.2.1/test/fixture/certs/database_key.pem 19:26:24 spire-1.2.1/test/fixture/certs/node_cert.pem 19:26:24 spire-1.2.1/test/fixture/certs/node_csr.pem 19:26:24 spire-1.2.1/test/fixture/certs/node_key.pem 19:26:24 spire-1.2.1/test/fixture/certs/svid.pem 19:26:24 spire-1.2.1/test/fixture/certs/svid_key.pem 19:26:24 spire-1.2.1/test/fixture/config/ 19:26:24 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:26:24 spire-1.2.1/test/fixture/config/agent_good.conf 19:26:24 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:26:24 spire-1.2.1/test/fixture/config/plugin_good.conf 19:26:24 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:26:24 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:26:24 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:26:24 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:26:25 spire-1.2.1/test/fixture/config/server_good.conf 19:26:25 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:26:25 spire-1.2.1/test/fixture/fixture.go 19:26:25 spire-1.2.1/test/fixture/nodeattestor/ 19:26:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:26:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:26:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:26:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:26:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:26:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:26:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:26:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:26:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:26:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:26:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:26:25 spire-1.2.1/test/fixture/registration/ 19:26:25 spire-1.2.1/test/fixture/registration/entries.json 19:26:25 spire-1.2.1/test/fixture/registration/good-for-update.json 19:26:25 spire-1.2.1/test/fixture/registration/good.json 19:26:25 spire-1.2.1/test/fixture/registration/invalid.json 19:26:25 spire-1.2.1/test/fixture/registration/invalid_json.json 19:26:25 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:26:25 spire-1.2.1/test/integration/ 19:26:25 spire-1.2.1/test/integration/README.md 19:26:25 spire-1.2.1/test/integration/common 19:26:25 spire-1.2.1/test/integration/setup/ 19:26:25 spire-1.2.1/test/integration/setup/adminclient/ 19:26:25 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:26:25 spire-1.2.1/test/integration/setup/adminclient/client.go 19:26:25 spire-1.2.1/test/integration/setup/debugagent/ 19:26:25 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:26:25 spire-1.2.1/test/integration/setup/debugagent/main.go 19:26:25 spire-1.2.1/test/integration/setup/debugserver/ 19:26:25 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:26:25 spire-1.2.1/test/integration/setup/debugserver/main.go 19:26:25 spire-1.2.1/test/integration/setup/downstreamclient/ 19:26:25 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:26:25 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:26:25 spire-1.2.1/test/integration/setup/itclient/ 19:26:25 spire-1.2.1/test/integration/setup/itclient/client.go 19:26:25 spire-1.2.1/test/integration/setup/node-attestation/ 19:26:25 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:26:25 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:26:25 spire-1.2.1/test/integration/setup/x509pop/ 19:26:25 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:26:25 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:26:25 spire-1.2.1/test/integration/suites/ 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:26:25 spire-1.2.1/test/integration/suites/join-token/ 19:26:25 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:26:25 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:26:25 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:26:25 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:26:25 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:26:25 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:26:25 spire-1.2.1/test/integration/suites/join-token/README.md 19:26:25 spire-1.2.1/test/integration/suites/join-token/conf/ 19:26:25 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/join-token/teardown 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:26:25 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:26:25 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:26:25 spire-1.2.1/test/integration/suites/k8s/ 19:26:25 spire-1.2.1/test/integration/suites/k8s/00-setup 19:26:25 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:26:25 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:26:25 spire-1.2.1/test/integration/suites/k8s/README.md 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/ 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:26:25 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:26:25 spire-1.2.1/test/integration/suites/k8s/teardown 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/ 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:26:25 spire-1.2.1/test/integration/suites/rotation/ 19:26:25 spire-1.2.1/test/integration/suites/rotation/00-setup 19:26:25 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:26:25 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:26:25 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:26:25 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:26:25 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:26:25 spire-1.2.1/test/integration/suites/rotation/README.md 19:26:25 spire-1.2.1/test/integration/suites/rotation/conf/ 19:26:25 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/rotation/teardown 19:26:25 spire-1.2.1/test/integration/suites/self-test/ 19:26:25 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:26:25 spire-1.2.1/test/integration/suites/self-test/README.md 19:26:25 spire-1.2.1/test/integration/suites/self-test/teardown 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:26:25 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:26:25 spire-1.2.1/test/integration/suites/upgrade/ 19:26:25 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:26:25 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:26:25 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:26:25 spire-1.2.1/test/integration/suites/upgrade/README.md 19:26:25 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:26:25 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:26:25 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:26:25 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:26:25 spire-1.2.1/test/integration/suites/upgrade/teardown 19:26:25 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:26:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:26:25 spire-1.2.1/test/integration/test-one.sh 19:26:25 spire-1.2.1/test/integration/test.sh 19:26:25 spire-1.2.1/test/plugintest/ 19:26:25 spire-1.2.1/test/plugintest/config.go 19:26:25 spire-1.2.1/test/plugintest/load.go 19:26:25 spire-1.2.1/test/plugintest/option.go 19:26:25 spire-1.2.1/test/spiretest/ 19:26:25 spire-1.2.1/test/spiretest/apiserver.go 19:26:25 spire-1.2.1/test/spiretest/assertions.go 19:26:25 spire-1.2.1/test/spiretest/dir.go 19:26:25 spire-1.2.1/test/spiretest/errors_posix.go 19:26:25 spire-1.2.1/test/spiretest/errors_windows.go 19:26:25 spire-1.2.1/test/spiretest/logs.go 19:26:25 spire-1.2.1/test/spiretest/socketapi.go 19:26:25 spire-1.2.1/test/spiretest/suite.go 19:26:25 spire-1.2.1/test/spiretest/x509.go 19:26:25 spire-1.2.1/test/testca/ 19:26:25 spire-1.2.1/test/testca/ca.go 19:26:25 spire-1.2.1/test/testkey/ 19:26:25 spire-1.2.1/test/testkey/generate.sh 19:26:25 spire-1.2.1/test/testkey/genkeys.go 19:26:25 spire-1.2.1/test/testkey/keys.go 19:26:25 spire-1.2.1/test/testkey/new.go 19:26:25 spire-1.2.1/test/tpmsimulator/ 19:26:25 spire-1.2.1/test/tpmsimulator/simulator.go 19:26:25 spire-1.2.1/test/util/ 19:26:25 spire-1.2.1/test/util/cert_fixtures.go 19:26:25 spire-1.2.1/test/util/cert_generation.go 19:26:25 spire-1.2.1/test/util/io_redirection.go 19:26:25 spire-1.2.1/test/util/race.go 19:26:25 spire-1.2.1/test/util/util.go 19:26:25 building spire from source... 19:26:26 Installing go1.17.7... 19:26:53 Building bin/spire-server... 19:26:53 go: downloading github.com/mitchellh/cli v1.1.2 19:26:53 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:26:53 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:26:53 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:26:53 go: downloading google.golang.org/grpc v1.44.0 19:26:54 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:26:54 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:26:55 go: downloading github.com/imdario/mergo v0.3.12 19:26:55 go: downloading github.com/sirupsen/logrus v1.8.1 19:26:55 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:26:56 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:26:56 go: downloading github.com/fatih/color v1.13.0 19:26:56 go: downloading github.com/mattn/go-isatty v0.0.14 19:26:56 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:26:56 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:26:56 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:26:56 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:26:57 go: downloading github.com/armon/go-metrics v0.3.10 19:26:57 go: downloading github.com/prometheus/client_golang v1.12.1 19:26:57 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:26:58 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:26:58 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:26:58 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:26:59 go: downloading github.com/open-policy-agent/opa v0.38.0 19:27:25 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:27:25 go: downloading github.com/mattn/go-colorable v0.1.12 19:27:25 go: downloading github.com/Masterminds/goutils v1.1.0 19:27:25 go: downloading github.com/Masterminds/semver v1.5.0 19:27:25 go: downloading github.com/google/uuid v1.1.2 19:27:25 go: downloading github.com/huandu/xstrings v1.3.2 19:27:25 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:27:25 go: downloading github.com/oklog/run v1.0.0 19:27:25 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:27:25 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:27:25 go: downloading github.com/prometheus/client_model v0.2.0 19:27:25 go: downloading github.com/prometheus/common v0.32.1 19:27:25 go: downloading github.com/beorn7/perks v1.0.1 19:27:25 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:27:25 go: downloading github.com/prometheus/procfs v0.7.3 19:27:25 go: downloading go.uber.org/atomic v1.9.0 19:27:26 go: downloading github.com/imkira/go-observer v1.0.3 19:27:26 go: downloading github.com/hashicorp/errwrap v1.1.0 19:27:26 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:27:26 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:27:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:27:26 go: downloading github.com/twmb/murmur3 v1.1.6 19:27:27 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:27:27 go: downloading github.com/blang/semver/v4 v4.0.0 19:27:27 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:27:27 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:27:27 go: downloading github.com/jinzhu/gorm v1.9.16 19:27:28 go: downloading github.com/lib/pq v1.10.4 19:27:28 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:27:28 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:27:29 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:27:30 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:27:32 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:27:37 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:27:37 go: downloading github.com/stretchr/testify v1.7.0 19:27:37 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:27:37 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:28:00 go: downloading google.golang.org/api v0.70.0 19:28:00 go: downloading k8s.io/client-go v0.23.4 19:28:00 go: downloading k8s.io/api v0.23.4 19:28:12 go: downloading github.com/google/go-tpm v0.3.3 19:28:13 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:28:45 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:28:45 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:28:45 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:28:45 go: downloading cloud.google.com/go/storage v1.21.0 19:28:45 go: downloading cloud.google.com/go v0.100.2 19:28:46 go: downloading k8s.io/apimachinery v0.23.4 19:28:48 go: downloading k8s.io/kube-aggregator v0.23.3 19:28:48 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:28:50 go: downloading cloud.google.com/go/security v1.3.0 19:28:51 go: downloading github.com/hashicorp/vault/api v1.4.1 19:28:51 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:28:52 go: downloading gopkg.in/yaml.v2 v2.4.0 19:28:52 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:28:52 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:28:53 go: downloading github.com/gobwas/glob v0.2.3 19:28:53 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:28:53 go: downloading github.com/jinzhu/inflection v1.0.0 19:28:53 go: downloading github.com/aws/smithy-go v1.11.0 19:28:54 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:28:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:28:55 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:28:55 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:28:55 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:28:55 go: downloading github.com/gogo/protobuf v1.3.2 19:29:02 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:29:02 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:29:02 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:29:02 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:29:02 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:29:02 go: downloading github.com/dimchansky/utfbom v1.1.1 19:29:02 go: downloading cloud.google.com/go/compute v1.3.0 19:29:04 go: downloading cloud.google.com/go/iam v0.1.1 19:29:04 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:29:04 go: downloading k8s.io/klog/v2 v2.30.0 19:29:04 go: downloading github.com/google/gofuzz v1.1.0 19:29:04 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:29:05 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:29:06 go: downloading github.com/spf13/pflag v1.0.5 19:29:06 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:29:06 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:29:07 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:29:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:29:07 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:29:07 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:29:07 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:29:08 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:29:08 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:29:08 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:29:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:29:08 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:29:10 go: downloading go.opencensus.io v0.23.0 19:29:11 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:29:11 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:29:12 go: downloading gopkg.in/inf.v0 v0.9.1 19:29:12 go: downloading github.com/go-logr/logr v1.2.2 19:29:12 go: downloading github.com/google/go-cmp v0.5.7 19:29:12 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:29:12 go: downloading github.com/json-iterator/go v1.1.12 19:29:13 go: downloading github.com/googleapis/gnostic v0.5.5 19:29:16 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:29:18 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:29:18 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:29:19 go: downloading github.com/tklauser/numcpus v0.3.0 19:29:19 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:29:19 go: downloading go.uber.org/zap v1.21.0 19:29:20 go: downloading sigs.k8s.io/yaml v1.3.0 19:29:20 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:29:20 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:29:20 go: downloading github.com/modern-go/reflect2 v1.0.2 19:29:20 go: downloading github.com/ryanuber/go-glob v1.0.0 19:29:20 go: downloading github.com/golang/snappy v0.0.4 19:29:20 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:29:31 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:29:31 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:29:31 go: downloading github.com/hashicorp/go-version v1.2.0 19:29:31 go: downloading go.uber.org/multierr v1.6.0 19:29:57 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:29:57 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:31:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:31:28 Removing intermediate container 3e7d792d69b0 19:31:28 ---> c4c0cac4dce3 19:31:28 19:31:28 Step 10/22 : FROM alpine:3.14 19:31:28 3.14: Pulling from library/alpine 19:31:29 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:31:29 Status: Downloaded newer image for alpine:3.14 19:31:29 ---> ac73e934f311 19:31:29 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:31:30 ---> Running in 382f0956ce72 19:31:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:31:33 Removing intermediate container 9422f2dd8eeb 19:31:33 ---> 8493666cfe7e 19:31:33 19:31:33 Step 10/31 : FROM alpine:3.14 19:31:33 ---> ac73e934f311 19:31:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:31:33 ---> Running in 9c9c415e6182 19:31:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:31:33 Removing intermediate container 9c9c415e6182 19:31:33 ---> ae70c5834208 19:31:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:31:33 ---> Running in f018a851b141 19:31:35 (1/6) Installing ca-certificates (20211220-r0) 19:31:35 (2/6) Installing brotli-libs (1.0.9-r5) 19:31:35 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:31:35 (4/6) Installing libcurl (7.79.1-r1) 19:31:35 (5/6) Installing curl (7.79.1-r1) 19:31:35 (6/6) Installing dumb-init (1.2.5-r1) 19:31:35 Executing busybox-1.33.1-r7.trigger 19:31:35 Executing ca-certificates-20211220-r0.trigger 19:31:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:31:35 OK: 8 MiB in 20 packages 19:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:31:37 (1/2) Installing dumb-init (1.2.5-r1) 19:31:37 (2/2) Installing su-exec (0.2-r1) 19:31:37 Executing busybox-1.33.1-r7.trigger 19:31:37 OK: 6 MiB in 16 packages 19:31:37 Removing intermediate container 382f0956ce72 19:31:38 ---> bf8233cfea6b 19:31:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:31:38 ---> Running in a52db12c6b9e 19:31:39 Removing intermediate container a52db12c6b9e 19:31:39 ---> 00237e065d94 19:31:39 Step 13/22 : WORKDIR /edgex 19:31:39 ---> Running in 78fc13f1c772 19:31:39 Removing intermediate container f018a851b141 19:31:39 ---> 79f06880c7c8 19:31:39 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:31:39 ---> Running in 8b5517759c12 19:31:40 Removing intermediate container 78fc13f1c772 19:31:40 ---> 04d28c6088c8 19:31:40 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:31:40 Removing intermediate container 8b5517759c12 19:31:40 ---> 5976513cd1cd 19:31:40 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:31:40 ---> Running in e2a778158fce 19:31:41 Removing intermediate container e2a778158fce 19:31:41 ---> 2fb9142899e3 19:31:41 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:31:41 ---> e2bf8d67ef4e 19:31:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:31:41 ---> Running in 16ff3f8cf014 19:31:44 ---> 49806022fae8 19:31:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:31:44 Removing intermediate container 16ff3f8cf014 19:31:44 ---> 4af287c7fd2a 19:31:44 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:31:45 ---> Running in 0db11b470588 19:31:46 Removing intermediate container 0db11b470588 19:31:46 ---> 281369f09239 19:31:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:31:46 ---> a2894a14358f 19:31:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:31:47 ---> 9cad7c45a8e4 19:31:47 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:31:47 ---> Running in 8bd1b9aa2df5 19:31:47 ---> b5a872433ae0 19:31:47 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:31:48 ---> Running in 9eb3c2752f8e 19:31:52 Removing intermediate container 8bd1b9aa2df5 19:31:52 ---> 66441f9014e7 19:31:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:52 Removing intermediate container 9eb3c2752f8e 19:31:52 ---> 6b74a9ea36da 19:31:52 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:31:52 ---> Running in 625bc11a683f 19:31:53 ---> 40685a245ecc 19:31:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:31:53 Removing intermediate container 625bc11a683f 19:31:53 ---> 7e231e6d09f8 19:31:53 Step 20/22 : LABEL arch=arm64 19:31:53 ---> Running in 0fd9681d281f 19:31:53 Removing intermediate container 0fd9681d281f 19:31:53 ---> 0cf585e64622 19:31:53 Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:31:54 ---> Running in 748cbecd249c 19:31:55 Removing intermediate container 748cbecd249c 19:31:55 ---> 80831cc7b09b 19:31:55 Step 22/22 : LABEL version=0.0.0 19:31:55 ---> Running in f9e2c5c29862 19:31:56 ---> f1d044aab2cd 19:31:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:31:56 Removing intermediate container f9e2c5c29862 19:31:56 ---> c3cb01957602 19:31:56 19:31:57 ---> 53f3d11f591f 19:31:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:31:57 Successfully built c3cb01957602 19:31:57 Successfully tagged security-proxy-setup-arm64:latest 19:31:57  Building security-proxy-setup ... done Building security-spire-config 19:31:57 ---> bbd3270bb403 19:31:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:31:58 ---> 9e23282422e4 19:31:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:31:59 ---> Running in b627b0c5c02d 19:32:00 Removing intermediate container b627b0c5c02d 19:32:00 ---> 97cf07cbb082 19:32:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:32:01 ---> 7cd62cd6876f 19:32:01 Step 26/31 : RUN chmod +x /entrypoint.sh 19:32:01 ---> Running in 9ec744d4b07f 19:32:04 Removing intermediate container 9ec744d4b07f 19:32:04 ---> 508c27d49136 19:32:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:32:05 ---> Running in 7a963c28f648 19:32:05 Removing intermediate container 7a963c28f648 19:32:05 ---> e299fe6827db 19:32:05 Step 28/31 : CMD ["gate"] 19:32:06 ---> Running in 2e07de3bf7c7 19:32:06 Removing intermediate container 2e07de3bf7c7 19:32:06 ---> 21539a9d1b20 19:32:06 Step 29/31 : LABEL arch=arm64 19:32:07 ---> Running in 1d153741660b 19:32:07 Removing intermediate container 1d153741660b 19:32:07 ---> 63790affe8d7 19:32:07 Step 30/31 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:32:08 ---> Running in e7ad158400b0 19:32:08 Removing intermediate container e7ad158400b0 19:32:08 ---> 042cee4e1cb0 19:32:08 Step 31/31 : LABEL version=0.0.0 19:32:08 ---> Running in a77ae00bdb17 19:32:09 Removing intermediate container a77ae00bdb17 19:32:09 ---> d5006f94ded7 19:32:09 19:32:10 Successfully built d5006f94ded7 19:32:10 Successfully tagged security-bootstrapper-arm64:latest 19:32:10  Building security-bootstrapper ... done Building security-spire-server 19:32:42 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:32:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:32:42 ---> 52193ea0f6f5 19:32:42 Step 3/26 : WORKDIR /edgex-go 19:32:42 ---> Using cache 19:32:42 ---> 51c185136b1b 19:32:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:42 ---> Using cache 19:32:42 ---> 5290579e23ac 19:32:42 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:32:42 ---> Running in 28787d5a46ef 19:32:43 Removing intermediate container f55cbf5de5f8 19:32:43 ---> 667dc6ce1b20 19:32:43 19:32:43 Step 10/23 : FROM alpine:3.14 19:32:43 ---> ac73e934f311 19:32:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:32:43 ---> Running in 4fb784e405e2 19:32:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:32:44 Removing intermediate container 4fb784e405e2 19:32:44 ---> 5d8f58f402f3 19:32:44 Step 12/23 : ENV APP_PORT=59880 19:32:45 ---> Running in fc8aa3542de2 19:32:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:32:45 Removing intermediate container fc8aa3542de2 19:32:45 ---> b768156a1aea 19:32:45 Step 13/23 : EXPOSE $APP_PORT 19:32:45 ---> Running in 66aaecdee6ec 19:32:46 Removing intermediate container 66aaecdee6ec 19:32:46 ---> c57b624a1846 19:32:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:46 OK: 220 MiB in 52 packages 19:32:46 ---> Running in 8706f039a2da 19:32:48 Removing intermediate container 28787d5a46ef 19:32:48 ---> 34fa08f695fb 19:32:48 Step 6/26 : COPY go.mod vendor* ./ 19:32:51 ---> 6fb0374e1fc3 19:32:51 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:51 ---> Running in 19dd99896e7b 19:32:51 Removing intermediate container 8706f039a2da 19:32:51 ---> 80cb010f3a23 19:32:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:32:52 ---> Running in ef90b69bde89 19:32:55 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:32:55 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:32:55 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:32:55 ---> 52193ea0f6f5 19:32:55 Step 3/25 : WORKDIR /edgex-go 19:32:55 ---> Using cache 19:32:55 ---> 51c185136b1b 19:32:55 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:55 ---> Using cache 19:32:55 ---> 5290579e23ac 19:32:55 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:32:55 ---> Using cache 19:32:55 ---> 34fa08f695fb 19:32:55 Step 6/25 : COPY go.mod vendor* ./ 19:32:55 ---> Using cache 19:32:55 ---> 6fb0374e1fc3 19:32:55 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:55 ---> Running in 2659a445512c 19:32:56 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:32:57 (1/6) Installing dumb-init (1.2.5-r1) 19:32:57 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:32:57 (3/6) Installing libsodium (1.0.18-r0) 19:32:57 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:32:57 (5/6) Installing libzmq (4.3.4-r0) 19:32:58 (6/6) Installing zeromq (4.3.4-r0) 19:32:58 Executing busybox-1.33.1-r7.trigger 19:32:58 OK: 8 MiB in 20 packages 19:32:58 Removing intermediate container 19dd99896e7b 19:32:58 ---> 8b6aba584a42 19:32:58 Step 8/26 : COPY . . 19:33:00 Removing intermediate container ef90b69bde89 19:33:00 ---> ccec404f70c8 19:33:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:01 Removing intermediate container 2659a445512c 19:33:01 ---> 5315e5fcf5e6 19:33:01 Step 8/25 : COPY . . 19:33:02 ---> 987d840bd227 19:33:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:33:06 ---> 9bc47beb9b51 19:33:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:33:07 ---> 5fb115352979 19:33:07 Step 19/23 : ENTRYPOINT ["/core-data"] 19:33:08 ---> Running in d2cd56dcfc96 19:33:09 Removing intermediate container d2cd56dcfc96 19:33:09 ---> 08e7d714ab44 19:33:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:09 ---> Running in 19a5897be9e3 19:33:10 Removing intermediate container 19a5897be9e3 19:33:10 ---> 3e94387bccad 19:33:10 Step 21/23 : LABEL arch=arm64 19:33:10 ---> Running in 46781ecc0861 19:33:12 Removing intermediate container 46781ecc0861 19:33:12 ---> e6d91b1de545 19:33:12 Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:33:12 ---> Running in 1ba46a0cf427 19:33:13 Removing intermediate container 1ba46a0cf427 19:33:13 ---> 9c4aa1ba7ff7 19:33:13 Step 23/23 : LABEL version=0.0.0 19:33:13 ---> Running in 0ce64f085f87 19:33:15 Removing intermediate container 0ce64f085f87 19:33:15 ---> 50541f640c93 19:33:15 19:33:17 Successfully built 50541f640c93 19:33:17 Successfully tagged core-data-arm64:latest 19:33:17  Building core-data ... done Building security-secretstore-setup 19:33:35 Removing intermediate container fe68bed76dce 19:33:35 ---> 92ed2495a960 19:33:35 19:33:35 Step 9/20 : FROM alpine:3.15 19:33:35 3.15: Pulling from library/alpine 19:33:39 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:33:39 Status: Downloaded newer image for alpine:3.15 19:33:39 ---> 3fb3c9af89a9 19:33:39 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:33:39 ---> Running in 1f96454f4abf 19:33:41 Removing intermediate container 1f96454f4abf 19:33:41 ---> d47293ec083a 19:33:41 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:41 ---> Running in 5d55f5fef209 19:33:45 Removing intermediate container 5d55f5fef209 19:33:45 ---> 5bddd34322fc 19:33:45 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:33:45 ---> Running in 87507e74a5dc 19:33:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:33:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:33:49 ---> d5afa8e223a5 19:33:49 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:33:49 ---> Running in cd7d69164b1d 19:33:50 Removing intermediate container cd7d69164b1d 19:33:50 ---> 14c00657109a 19:33:50 Step 10/26 : RUN mkdir -p spire-build 19:33:50 v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:33:50 v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:33:50 OK: 15730 distinct packages available 19:33:51 ---> Running in 578d5e880cfe 19:33:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:33:52 ---> 7e2193cc8336 19:33:52 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:33:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:33:52 ---> Running in eb4323cf4cb9 19:33:53 Removing intermediate container eb4323cf4cb9 19:33:53 ---> 049c63edc1d2 19:33:53 Step 10/25 : RUN mkdir -p spire-build 19:33:53 (1/9) Installing ca-certificates (20211220-r0) 19:33:53 ---> Running in c0b34477054e 19:33:53 (2/9) Installing brotli-libs (1.0.9-r5) 19:33:53 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:33:53 (4/9) Installing libcurl (7.80.0-r1) 19:33:54 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:33:54 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:33:54 ---> 52193ea0f6f5 19:33:54 Step 3/25 : WORKDIR /edgex-go 19:33:54 ---> Using cache 19:33:54 ---> 51c185136b1b 19:33:54 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:54 ---> Using cache 19:33:54 ---> 5290579e23ac 19:33:54 Step 5/25 : RUN apk add --update --no-cache make git 19:33:54 ---> Using cache 19:33:54 ---> 3f564159516f 19:33:54 Step 6/25 : COPY go.mod vendor* ./ 19:33:54 ---> Using cache 19:33:54 ---> 924a3b65572c 19:33:54 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:54 ---> Using cache 19:33:54 ---> a484451c7855 19:33:54 Step 8/25 : COPY . . 19:33:54 (5/9) Installing curl (7.80.0-r1) 19:33:54 (6/9) Installing dumb-init (1.2.5-r1) 19:33:54 (7/9) Installing musl-obstack (1.2.3-r0) 19:33:54 (8/9) Installing libucontext (1.1-r0) 19:33:54 (9/9) Installing gcompat (1.0.0-r4) 19:33:54 Executing busybox-1.34.1-r5.trigger 19:33:54 Executing ca-certificates-20211220-r0.trigger 19:33:54 ---> Using cache 19:33:54 ---> 1c9f88751a20 19:33:54 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:33:54 ---> Running in e9bf3d3bc6ca 19:33:54 OK: 8 MiB in 23 packages 19:33:55 Removing intermediate container 578d5e880cfe 19:33:55 ---> 82471f38f747 19:33:55 Step 11/26 : WORKDIR /edgex-go/spire-build 19:33:55 ---> Running in ca990817cdce 19:33:57 Removing intermediate container ca990817cdce 19:33:57 ---> b6c3d4853d52 19:33:57 Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:33:57 ---> Running in ed7cf3ed72cc 19:33:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:33:58 Removing intermediate container c0b34477054e 19:33:58 ---> bf516adf1ab3 19:33:58 Step 11/25 : WORKDIR /edgex-go/spire-build 19:33:58 ---> Running in c9b8767ed6c0 19:33:59 Removing intermediate container 87507e74a5dc 19:33:59 ---> 529863a05d46 19:33:59 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:59 Removing intermediate container c9b8767ed6c0 19:33:59 ---> c7f1d10459c2 19:33:59 Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:34:00 ---> Running in 3d4a13a29b04 19:34:01 ---> c609eaee99f3 19:34:01 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:34:01 spire-1.2.1/ 19:34:01 spire-1.2.1/.data/ 19:34:01 spire-1.2.1/.data/.file 19:34:01 spire-1.2.1/.dockerignore 19:34:01 spire-1.2.1/.gitattributes 19:34:01 spire-1.2.1/.githooks/ 19:34:01 spire-1.2.1/.githooks/pre-commit 19:34:01 spire-1.2.1/.github/ 19:34:01 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:34:01 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:34:01 spire-1.2.1/.github/dependabot.yml 19:34:01 spire-1.2.1/.github/workflows/ 19:34:01 spire-1.2.1/.github/workflows/nightly_build.yaml 19:34:01 spire-1.2.1/.github/workflows/pr_build.yaml 19:34:01 spire-1.2.1/.github/workflows/release_build.yaml 19:34:01 spire-1.2.1/.github/workflows/scripts/ 19:34:01 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:34:01 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:34:01 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:34:01 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:34:01 spire-1.2.1/.github/workflows/scripts/split.sh 19:34:01 spire-1.2.1/.gitignore 19:34:01 spire-1.2.1/.go-version 19:34:01 spire-1.2.1/.golangci.yml 19:34:01 spire-1.2.1/ADOPTERS.md 19:34:01 spire-1.2.1/CHANGELOG.md 19:34:01 spire-1.2.1/CODE-OF-CONDUCT.md 19:34:01 spire-1.2.1/CODEOWNERS 19:34:01 spire-1.2.1/CONTRIBUTING.md 19:34:01 spire-1.2.1/Dockerfile 19:34:01 spire-1.2.1/Dockerfile.dev 19:34:01 spire-1.2.1/Dockerfile.scratch 19:34:01 spire-1.2.1/LICENSE 19:34:01 spire-1.2.1/MAINTAINERS.md 19:34:01 spire-1.2.1/Makefile 19:34:01 spire-1.2.1/README.md 19:34:01 spire-1.2.1/ROADMAP.md 19:34:01 spire-1.2.1/SECURITY.md 19:34:01 spire-1.2.1/cmd/ 19:34:01 spire-1.2.1/cmd/spire-agent/ 19:34:01 spire-1.2.1/cmd/spire-agent/cli/ 19:34:01 spire-1.2.1/cmd/spire-agent/cli/api/ 19:34:01 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/common/ 19:34:01 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:34:01 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/run/ 19:34:01 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:34:01 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:34:01 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:34:01 spire-1.2.1/cmd/spire-agent/main.go 19:34:01 spire-1.2.1/cmd/spire-server/ 19:34:01 spire-1.2.1/cmd/spire-server/cli/ 19:34:01 spire-1.2.1/cmd/spire-server/cli/agent/ 19:34:01 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:34:01 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/cli.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/ 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/federation/ 19:34:01 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:34:01 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:34:02 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:34:02 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/run/ 19:34:02 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/token/ 19:34:02 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/validate/ 19:34:02 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/x509/ 19:34:02 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:34:02 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:34:02 spire-1.2.1/cmd/spire-server/main.go 19:34:02 spire-1.2.1/cmd/spire-server/util/ 19:34:02 spire-1.2.1/cmd/spire-server/util/util.go 19:34:02 spire-1.2.1/conf/ 19:34:02 spire-1.2.1/conf/agent/ 19:34:02 spire-1.2.1/conf/agent/agent.conf 19:34:02 spire-1.2.1/conf/agent/agent_full.conf 19:34:02 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:34:02 spire-1.2.1/conf/server/ 19:34:02 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:34:02 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:34:02 spire-1.2.1/conf/server/server.conf 19:34:02 spire-1.2.1/conf/server/server_full.conf 19:34:02 spire-1.2.1/doc/ 19:34:02 spire-1.2.1/doc/SPIRE101.md 19:34:02 spire-1.2.1/doc/auditlog.md 19:34:02 spire-1.2.1/doc/authorization_policy_engine.md 19:34:02 spire-1.2.1/doc/changelog_guidelines.md 19:34:02 spire-1.2.1/doc/cure53-report.pdf 19:34:02 spire-1.2.1/doc/images/ 19:34:02 spire-1.2.1/doc/images/2019_roadmap.png 19:34:02 spire-1.2.1/doc/images/SPIRE101.png 19:34:02 spire-1.2.1/doc/images/SPIRE_agent.png 19:34:02 spire-1.2.1/doc/images/SPIRE_server.png 19:34:02 spire-1.2.1/doc/images/cache_mgr.png 19:34:02 spire-1.2.1/doc/images/cache_mgr_components.png 19:34:02 spire-1.2.1/doc/images/federated_spire.png 19:34:02 spire-1.2.1/doc/images/ha_mode.png 19:34:02 spire-1.2.1/doc/images/nested_spire.png 19:34:02 spire-1.2.1/doc/images/oidc_federation.png 19:34:02 spire-1.2.1/doc/images/single_trust_domain.png 19:34:02 spire-1.2.1/doc/images/spiffe_compatible.png 19:34:02 spire-1.2.1/doc/images/spire_logo.png 19:34:02 spire-1.2.1/doc/migrating_registration_api_clients.md 19:34:02 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:34:02 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:34:02 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:34:02 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:34:02 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:34:02 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:34:02 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:34:02 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:34:02 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:34:02 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:34:02 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:34:02 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:34:02 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:34:02 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:34:02 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:34:02 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:34:02 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:34:02 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:34:02 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:34:02 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:34:02 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:34:02 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:34:02 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:34:02 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:34:02 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:34:02 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:34:02 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:34:02 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:34:02 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:34:02 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:34:02 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:34:02 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:34:02 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:34:02 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:34:02 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:34:02 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:34:02 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:34:02 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:34:02 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:34:02 spire-1.2.1/doc/scaling_spire.md 19:34:02 spire-1.2.1/doc/spire_agent.md 19:34:02 spire-1.2.1/doc/spire_server.md 19:34:02 spire-1.2.1/doc/supported_integrations.md 19:34:02 spire-1.2.1/doc/telemetry.md 19:34:02 spire-1.2.1/doc/telemetry_config.md 19:34:02 spire-1.2.1/doc/upgrading.md 19:34:02 spire-1.2.1/doc/using_spire.md 19:34:02 spire-1.2.1/examples/ 19:34:02 spire-1.2.1/examples/README.md 19:34:02 spire-1.2.1/go.mod 19:34:02 spire-1.2.1/go.sum 19:34:02 spire-1.2.1/pkg/ 19:34:02 spire-1.2.1/pkg/agent/ 19:34:02 spire-1.2.1/pkg/agent/agent.go 19:34:02 spire-1.2.1/pkg/agent/api/ 19:34:02 spire-1.2.1/pkg/agent/api/config.go 19:34:02 spire-1.2.1/pkg/agent/api/debug/ 19:34:02 spire-1.2.1/pkg/agent/api/debug/v1/ 19:34:02 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:34:02 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:34:02 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:34:02 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:34:02 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:34:02 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:34:02 spire-1.2.1/pkg/agent/api/endpoints.go 19:34:02 spire-1.2.1/pkg/agent/api/health/ 19:34:02 spire-1.2.1/pkg/agent/api/health/v1/ 19:34:02 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:34:02 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:34:02 spire-1.2.1/pkg/agent/api/rpccontext/ 19:34:02 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:34:02 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:34:02 spire-1.2.1/pkg/agent/attestor/ 19:34:02 spire-1.2.1/pkg/agent/attestor/node/ 19:34:02 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:34:02 spire-1.2.1/pkg/agent/attestor/node/node.go 19:34:02 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:34:02 spire-1.2.1/pkg/agent/attestor/workload/ 19:34:02 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:34:02 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:34:02 spire-1.2.1/pkg/agent/catalog/ 19:34:02 spire-1.2.1/pkg/agent/catalog/catalog.go 19:34:02 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:34:02 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:34:02 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:34:02 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:34:02 spire-1.2.1/pkg/agent/client/ 19:34:02 spire-1.2.1/pkg/agent/client/client.go 19:34:02 spire-1.2.1/pkg/agent/client/client_test.go 19:34:02 spire-1.2.1/pkg/agent/client/dial.go 19:34:02 spire-1.2.1/pkg/agent/client/nodeconn.go 19:34:02 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:34:02 spire-1.2.1/pkg/agent/client/update.go 19:34:02 spire-1.2.1/pkg/agent/client/util.go 19:34:02 spire-1.2.1/pkg/agent/common/ 19:34:02 spire-1.2.1/pkg/agent/common/backoff/ 19:34:02 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:34:02 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:34:02 spire-1.2.1/pkg/agent/common/cgroups/ 19:34:02 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:34:02 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:34:02 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:34:02 spire-1.2.1/pkg/agent/config.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/ 19:34:02 spire-1.2.1/pkg/agent/endpoints/config.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:34:02 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:34:02 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/workload/ 19:34:02 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:34:02 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:34:02 spire-1.2.1/pkg/agent/manager/ 19:34:02 spire-1.2.1/pkg/agent/manager/cache/ 19:34:02 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:34:02 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:34:02 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:34:02 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:34:02 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:34:02 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:34:02 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:34:02 spire-1.2.1/pkg/agent/manager/config.go 19:34:02 spire-1.2.1/pkg/agent/manager/manager.go 19:34:02 spire-1.2.1/pkg/agent/manager/manager_test.go 19:34:02 spire-1.2.1/pkg/agent/manager/storage.go 19:34:02 spire-1.2.1/pkg/agent/manager/storage_test.go 19:34:02 spire-1.2.1/pkg/agent/manager/storecache/ 19:34:02 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:34:02 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:34:02 spire-1.2.1/pkg/agent/manager/sync.go 19:34:02 spire-1.2.1/pkg/agent/plugin/ 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:34:02 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:34:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:34:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:34:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:34:02 spire-1.2.1/pkg/agent/svid/ 19:34:02 spire-1.2.1/pkg/agent/svid/rotator.go 19:34:02 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:34:02 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:34:02 spire-1.2.1/pkg/agent/svid/store/ 19:34:02 spire-1.2.1/pkg/agent/svid/store/service.go 19:34:02 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:34:02 spire-1.2.1/pkg/common/ 19:34:02 spire-1.2.1/pkg/common/agentpathtemplate/ 19:34:02 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:34:02 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:34:02 spire-1.2.1/pkg/common/api/ 19:34:02 spire-1.2.1/pkg/common/api/metrics.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/ 19:34:02 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/logger.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/names.go 19:34:02 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:34:02 spire-1.2.1/pkg/common/api/names.go 19:34:02 spire-1.2.1/pkg/common/api/ratelimit.go 19:34:02 spire-1.2.1/pkg/common/api/rpccontext/ 19:34:02 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:34:02 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:34:02 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:34:02 spire-1.2.1/pkg/common/auth/ 19:34:02 spire-1.2.1/pkg/common/auth/interceptors.go 19:34:02 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:34:02 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/ 19:34:02 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/types.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:34:02 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:34:02 spire-1.2.1/pkg/common/catalog/ 19:34:02 spire-1.2.1/pkg/common/catalog/bind.go 19:34:02 spire-1.2.1/pkg/common/catalog/builtin.go 19:34:02 spire-1.2.1/pkg/common/catalog/catalog.go 19:34:02 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:34:02 spire-1.2.1/pkg/common/catalog/closers.go 19:34:02 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:34:02 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:34:02 spire-1.2.1/pkg/common/catalog/config.go 19:34:02 spire-1.2.1/pkg/common/catalog/config_test.go 19:34:02 spire-1.2.1/pkg/common/catalog/configure.go 19:34:02 spire-1.2.1/pkg/common/catalog/constraints.go 19:34:02 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:34:02 spire-1.2.1/pkg/common/catalog/context.go 19:34:02 spire-1.2.1/pkg/common/catalog/external.go 19:34:02 spire-1.2.1/pkg/common/catalog/host.go 19:34:02 spire-1.2.1/pkg/common/catalog/pipenet.go 19:34:02 spire-1.2.1/pkg/common/catalog/plugin.go 19:34:02 spire-1.2.1/pkg/common/catalog/testplugin/ 19:34:02 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:34:02 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:34:02 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:34:02 spire-1.2.1/pkg/common/cli/ 19:34:02 spire-1.2.1/pkg/common/cli/env.go 19:34:02 spire-1.2.1/pkg/common/cli/flags.go 19:34:02 spire-1.2.1/pkg/common/cli/trust_domain.go 19:34:02 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:34:02 spire-1.2.1/pkg/common/cli/umask.go 19:34:02 spire-1.2.1/pkg/common/cli/umask_posix.go 19:34:02 spire-1.2.1/pkg/common/cli/umask_test.go 19:34:02 spire-1.2.1/pkg/common/cli/umask_windows.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/ 19:34:02 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/flag.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/format.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/ 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:34:02 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:34:02 spire-1.2.1/pkg/common/coretypes/ 19:34:02 spire-1.2.1/pkg/common/coretypes/bundle/ 19:34:02 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:34:02 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:34:02 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:34:02 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:34:02 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:34:02 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:34:02 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:34:02 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:34:02 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:34:02 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:34:02 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:34:02 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:34:02 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:34:02 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:34:02 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:34:02 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:34:02 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:34:02 spire-1.2.1/pkg/common/cryptoutil/ 19:34:02 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:34:02 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:34:02 spire-1.2.1/pkg/common/diskutil/ 19:34:02 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:34:02 spire-1.2.1/pkg/common/diskutil/file_test.go 19:34:02 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:34:02 spire-1.2.1/pkg/common/errorutil/ 19:34:02 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:34:02 spire-1.2.1/pkg/common/health/ 19:34:02 spire-1.2.1/pkg/common/health/config.go 19:34:02 spire-1.2.1/pkg/common/health/context.go 19:34:02 spire-1.2.1/pkg/common/health/context_test.go 19:34:02 spire-1.2.1/pkg/common/health/health.go 19:34:02 spire-1.2.1/pkg/common/health/health_test.go 19:34:02 spire-1.2.1/pkg/common/health/logger.go 19:34:02 spire-1.2.1/pkg/common/hostservice/ 19:34:02 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:34:02 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:34:02 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:34:02 spire-1.2.1/pkg/common/idutil/ 19:34:02 spire-1.2.1/pkg/common/idutil/require.go 19:34:02 spire-1.2.1/pkg/common/idutil/require_test.go 19:34:02 spire-1.2.1/pkg/common/idutil/safety.go 19:34:02 spire-1.2.1/pkg/common/idutil/safety_test.go 19:34:02 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:34:02 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:34:02 spire-1.2.1/pkg/common/jwtsvid/ 19:34:02 spire-1.2.1/pkg/common/jwtsvid/common.go 19:34:02 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:34:02 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:34:02 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:34:02 spire-1.2.1/pkg/common/jwtutil/ 19:34:02 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:34:02 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:34:02 spire-1.2.1/pkg/common/log/ 19:34:02 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:34:02 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:34:02 spire-1.2.1/pkg/common/log/log.go 19:34:02 spire-1.2.1/pkg/common/log/log_test.go 19:34:02 spire-1.2.1/pkg/common/log/options.go 19:34:02 spire-1.2.1/pkg/common/nodeutil/ 19:34:02 spire-1.2.1/pkg/common/nodeutil/node.go 19:34:02 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:34:02 spire-1.2.1/pkg/common/peertracker/ 19:34:02 spire-1.2.1/pkg/common/peertracker/conn.go 19:34:02 spire-1.2.1/pkg/common/peertracker/credentials.go 19:34:02 spire-1.2.1/pkg/common/peertracker/errors.go 19:34:02 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:34:02 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:34:02 spire-1.2.1/pkg/common/peertracker/info.go 19:34:02 spire-1.2.1/pkg/common/peertracker/listener.go 19:34:02 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:34:02 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:34:02 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:34:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:34:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:34:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:34:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:34:02 spire-1.2.1/pkg/common/peertracker/tcp.go 19:34:02 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:34:02 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:34:02 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:34:02 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:34:02 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:34:02 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:34:02 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:34:02 spire-1.2.1/pkg/common/peertracker/uds.go 19:34:02 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:34:02 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:34:02 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:34:02 spire-1.2.1/pkg/common/pemutil/ 19:34:02 spire-1.2.1/pkg/common/pemutil/block.go 19:34:02 spire-1.2.1/pkg/common/pemutil/certs.go 19:34:02 spire-1.2.1/pkg/common/pemutil/common.go 19:34:02 spire-1.2.1/pkg/common/pemutil/csr.go 19:34:02 spire-1.2.1/pkg/common/pemutil/keys.go 19:34:02 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/ 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:34:02 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:34:02 spire-1.2.1/pkg/common/plugin/ 19:34:02 spire-1.2.1/pkg/common/plugin/aws/ 19:34:02 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:34:02 spire-1.2.1/pkg/common/plugin/azure/ 19:34:02 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:34:02 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:34:02 spire-1.2.1/pkg/common/plugin/facade.go 19:34:02 spire-1.2.1/pkg/common/plugin/facade_test.go 19:34:02 spire-1.2.1/pkg/common/plugin/gcp/ 19:34:02 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:34:02 spire-1.2.1/pkg/common/plugin/k8s/ 19:34:02 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:34:02 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:34:02 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:34:02 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:34:02 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:34:02 spire-1.2.1/pkg/common/plugin/log.go 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/ 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:34:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:34:02 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:34:02 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:34:02 spire-1.2.1/pkg/common/plugin/x509pop/ 19:34:02 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:34:02 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:34:02 spire-1.2.1/pkg/common/profiling/ 19:34:02 spire-1.2.1/pkg/common/profiling/dumpers.go 19:34:02 spire-1.2.1/pkg/common/profiling/profiling.go 19:34:02 spire-1.2.1/pkg/common/protoutil/ 19:34:02 spire-1.2.1/pkg/common/protoutil/masks.go 19:34:02 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:34:02 spire-1.2.1/pkg/common/rotationutil/ 19:34:02 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:34:02 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:34:02 spire-1.2.1/pkg/common/selector/ 19:34:02 spire-1.2.1/pkg/common/selector/selector.go 19:34:02 spire-1.2.1/pkg/common/selector/selector_test.go 19:34:02 spire-1.2.1/pkg/common/selector/set.go 19:34:02 spire-1.2.1/pkg/common/selector/set_utils.go 19:34:02 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/ 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/ 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:34:02 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:34:02 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:34:02 spire-1.2.1/pkg/common/telemetry/call.go 19:34:02 spire-1.2.1/pkg/common/telemetry/common/ 19:34:02 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:34:02 spire-1.2.1/pkg/common/telemetry/config.go 19:34:02 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:34:02 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/inmem.go 19:34:02 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/m3.go 19:34:02 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/metrics.go 19:34:02 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/names.go 19:34:02 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:34:02 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:34:02 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/ 19:34:02 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:34:02 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:34:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:34:02 spire-1.2.1/pkg/common/telemetry/server/server.go 19:34:02 spire-1.2.1/pkg/common/telemetry/sink.go 19:34:02 spire-1.2.1/pkg/common/telemetry/statsd.go 19:34:02 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:34:02 spire-1.2.1/pkg/common/telemetry/uptime.go 19:34:02 spire-1.2.1/pkg/common/telemetry/version.go 19:34:02 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:34:02 spire-1.2.1/pkg/common/uptime/ 19:34:02 spire-1.2.1/pkg/common/uptime/uptime.go 19:34:02 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:34:02 spire-1.2.1/pkg/common/util/ 19:34:02 spire-1.2.1/pkg/common/util/certs.go 19:34:02 spire-1.2.1/pkg/common/util/certs_test.go 19:34:02 spire-1.2.1/pkg/common/util/csr.go 19:34:02 spire-1.2.1/pkg/common/util/hash.go 19:34:02 spire-1.2.1/pkg/common/util/selectors.go 19:34:02 spire-1.2.1/pkg/common/util/selectors_test.go 19:34:02 spire-1.2.1/pkg/common/util/signals.go 19:34:02 spire-1.2.1/pkg/common/util/sort.go 19:34:02 spire-1.2.1/pkg/common/util/sort_test.go 19:34:02 spire-1.2.1/pkg/common/util/task.go 19:34:02 spire-1.2.1/pkg/common/util/task_test.go 19:34:02 spire-1.2.1/pkg/common/util/testdata/ 19:34:02 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:34:02 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:34:02 spire-1.2.1/pkg/common/version/ 19:34:02 spire-1.2.1/pkg/common/version/version.go 19:34:02 spire-1.2.1/pkg/common/x509svid/ 19:34:02 spire-1.2.1/pkg/common/x509svid/common_test.go 19:34:02 spire-1.2.1/pkg/common/x509svid/csr.go 19:34:02 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:34:02 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:34:02 spire-1.2.1/pkg/common/x509util/ 19:34:02 spire-1.2.1/pkg/common/x509util/cert.go 19:34:02 spire-1.2.1/pkg/common/x509util/dns.go 19:34:02 spire-1.2.1/pkg/common/x509util/dns_test.go 19:34:02 spire-1.2.1/pkg/common/x509util/keyid.go 19:34:02 spire-1.2.1/pkg/common/x509util/keypair.go 19:34:02 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:34:02 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:34:02 spire-1.2.1/pkg/server/ 19:34:02 spire-1.2.1/pkg/server/api/ 19:34:02 spire-1.2.1/pkg/server/api/agent.go 19:34:02 spire-1.2.1/pkg/server/api/agent/ 19:34:02 spire-1.2.1/pkg/server/api/agent/v1/ 19:34:02 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:34:02 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:34:02 spire-1.2.1/pkg/server/api/agent_test.go 19:34:02 spire-1.2.1/pkg/server/api/api.go 19:34:02 spire-1.2.1/pkg/server/api/audit/ 19:34:02 spire-1.2.1/pkg/server/api/audit/audit.go 19:34:02 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:34:02 spire-1.2.1/pkg/server/api/bundle.go 19:34:02 spire-1.2.1/pkg/server/api/bundle/ 19:34:02 spire-1.2.1/pkg/server/api/bundle/v1/ 19:34:02 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:34:02 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:34:02 spire-1.2.1/pkg/server/api/bundle_test.go 19:34:02 spire-1.2.1/pkg/server/api/debug/ 19:34:02 spire-1.2.1/pkg/server/api/debug/v1/ 19:34:02 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:34:02 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:34:02 spire-1.2.1/pkg/server/api/entry.go 19:34:02 spire-1.2.1/pkg/server/api/entry/ 19:34:02 spire-1.2.1/pkg/server/api/entry/v1/ 19:34:02 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:34:02 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:34:02 spire-1.2.1/pkg/server/api/entry_test.go 19:34:02 spire-1.2.1/pkg/server/api/health/ 19:34:02 spire-1.2.1/pkg/server/api/health/v1/ 19:34:02 spire-1.2.1/pkg/server/api/health/v1/service.go 19:34:02 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:34:02 spire-1.2.1/pkg/server/api/id.go 19:34:02 spire-1.2.1/pkg/server/api/id_test.go 19:34:02 spire-1.2.1/pkg/server/api/limits/ 19:34:02 spire-1.2.1/pkg/server/api/limits/limits.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/ 19:34:02 spire-1.2.1/pkg/server/api/middleware/alias.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/audit.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/caller.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/common.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/entries.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:34:02 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:34:02 spire-1.2.1/pkg/server/api/ratelimit.go 19:34:02 spire-1.2.1/pkg/server/api/rpccontext/ 19:34:02 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:34:02 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:34:02 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:34:02 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:34:02 spire-1.2.1/pkg/server/api/selector.go 19:34:02 spire-1.2.1/pkg/server/api/selector_test.go 19:34:02 spire-1.2.1/pkg/server/api/status.go 19:34:02 spire-1.2.1/pkg/server/api/status_test.go 19:34:02 spire-1.2.1/pkg/server/api/svid/ 19:34:02 spire-1.2.1/pkg/server/api/svid/v1/ 19:34:02 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:34:02 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:34:02 spire-1.2.1/pkg/server/api/trustdomain.go 19:34:02 spire-1.2.1/pkg/server/api/trustdomain/ 19:34:02 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:34:02 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:34:02 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:34:02 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:34:02 spire-1.2.1/pkg/server/authpolicy/ 19:34:02 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:34:02 spire-1.2.1/pkg/server/authpolicy/policy.go 19:34:02 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:34:02 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:34:02 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:34:02 spire-1.2.1/pkg/server/authpolicy/validate.go 19:34:02 spire-1.2.1/pkg/server/bundle/ 19:34:02 spire-1.2.1/pkg/server/bundle/client/ 19:34:02 spire-1.2.1/pkg/server/bundle/client/client.go 19:34:02 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:34:02 spire-1.2.1/pkg/server/bundle/client/manager.go 19:34:02 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:34:02 spire-1.2.1/pkg/server/bundle/client/sources.go 19:34:02 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:34:02 spire-1.2.1/pkg/server/bundle/client/updater.go 19:34:02 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:34:02 spire-1.2.1/pkg/server/ca/ 19:34:02 spire-1.2.1/pkg/server/ca/ca.go 19:34:02 spire-1.2.1/pkg/server/ca/ca_health.go 19:34:02 spire-1.2.1/pkg/server/ca/ca_test.go 19:34:02 spire-1.2.1/pkg/server/ca/journal.go 19:34:02 spire-1.2.1/pkg/server/ca/journal_test.go 19:34:02 spire-1.2.1/pkg/server/ca/manager.go 19:34:02 spire-1.2.1/pkg/server/ca/manager_health.go 19:34:02 spire-1.2.1/pkg/server/ca/manager_test.go 19:34:02 spire-1.2.1/pkg/server/ca/templates.go 19:34:02 spire-1.2.1/pkg/server/ca/upstream_client.go 19:34:02 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:34:02 spire-1.2.1/pkg/server/ca/validation.go 19:34:02 spire-1.2.1/pkg/server/cache/ 19:34:02 spire-1.2.1/pkg/server/cache/dscache/ 19:34:02 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:34:02 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:34:02 spire-1.2.1/pkg/server/cache/entrycache/ 19:34:02 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:34:02 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:34:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:34:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:34:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:34:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:34:02 spire-1.2.1/pkg/server/catalog/ 19:34:02 spire-1.2.1/pkg/server/catalog/catalog.go 19:34:02 spire-1.2.1/pkg/server/catalog/keymanager.go 19:34:02 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:34:02 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:34:02 spire-1.2.1/pkg/server/catalog/notifier.go 19:34:02 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:34:02 spire-1.2.1/pkg/server/config.go 19:34:02 spire-1.2.1/pkg/server/datastore/ 19:34:02 spire-1.2.1/pkg/server/datastore/datastore.go 19:34:02 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:34:02 spire-1.2.1/pkg/server/datastore/repository.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:34:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:34:02 spire-1.2.1/pkg/server/endpoints/ 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/ 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:34:02 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:34:02 spire-1.2.1/pkg/server/endpoints/config.go 19:34:02 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:34:02 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:34:02 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:34:02 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:34:02 spire-1.2.1/pkg/server/endpoints/middleware.go 19:34:02 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:34:02 spire-1.2.1/pkg/server/hostservice/ 19:34:02 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:34:02 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:34:02 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:34:02 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:34:02 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:34:02 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:34:02 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:34:02 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/ 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/ 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:34:02 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:34:02 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:34:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:34:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:34:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:34:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:34:02 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:34:02 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:34:02 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/ 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:34:02 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:34:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:34:03 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:34:03 spire-1.2.1/pkg/server/registration/ 19:34:03 spire-1.2.1/pkg/server/registration/manager.go 19:34:03 spire-1.2.1/pkg/server/registration/manager_test.go 19:34:03 spire-1.2.1/pkg/server/scanentries.go 19:34:03 spire-1.2.1/pkg/server/scanentries_test.go 19:34:03 spire-1.2.1/pkg/server/server.go 19:34:03 spire-1.2.1/pkg/server/server_test.go 19:34:03 spire-1.2.1/pkg/server/svid/ 19:34:03 spire-1.2.1/pkg/server/svid/observer.go 19:34:03 spire-1.2.1/pkg/server/svid/observer_test.go 19:34:03 spire-1.2.1/pkg/server/svid/rotator.go 19:34:03 spire-1.2.1/pkg/server/svid/rotator_config.go 19:34:03 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:34:03 spire-1.2.1/pkg/server/svid/rotator_test.go 19:34:03 spire-1.2.1/proto/ 19:34:03 spire-1.2.1/proto/private/ 19:34:03 spire-1.2.1/proto/private/server/ 19:34:03 spire-1.2.1/proto/private/server/journal/ 19:34:03 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:34:03 spire-1.2.1/proto/private/server/journal/journal.proto 19:34:03 spire-1.2.1/proto/spire/ 19:34:03 spire-1.2.1/proto/spire/common/ 19:34:03 spire-1.2.1/proto/spire/common/common.pb.go 19:34:03 spire-1.2.1/proto/spire/common/common.proto 19:34:03 spire-1.2.1/proto/spire/common/plugin/ 19:34:03 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:34:03 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:34:03 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:34:03 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:34:03 spire-1.2.1/proto/spire/plugin/ 19:34:03 spire-1.2.1/proto/spire/plugin/agent/ 19:34:03 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:34:03 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:34:03 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:34:03 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:34:03 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:34:03 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:34:03 spire-1.2.1/release/ 19:34:03 spire-1.2.1/release/spire-extras/ 19:34:03 spire-1.2.1/release/spire-extras/README.md 19:34:03 spire-1.2.1/release/spire-extras/conf/ 19:34:03 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:34:03 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:34:03 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:34:03 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:34:03 spire-1.2.1/release/spire/ 19:34:03 spire-1.2.1/release/spire/README.md 19:34:03 spire-1.2.1/release/spire/conf/ 19:34:03 spire-1.2.1/release/spire/conf/agent/ 19:34:03 spire-1.2.1/release/spire/conf/agent/agent.conf 19:34:03 spire-1.2.1/release/spire/conf/server/ 19:34:03 spire-1.2.1/release/spire/conf/server/server.conf 19:34:03 spire-1.2.1/script/ 19:34:03 spire-1.2.1/script/build-artifact.sh 19:34:03 spire-1.2.1/script/generate_dummy_ca.sh 19:34:03 spire-1.2.1/support/ 19:34:03 spire-1.2.1/support/k8s/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:34:03 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/ 19:34:03 spire-1.2.1/support/oidc-discovery-provider/README.md 19:34:03 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/config.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/main.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:34:03 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:34:03 spire-1.2.1/test/ 19:34:03 spire-1.2.1/test/clock/ 19:34:03 spire-1.2.1/test/clock/clock.go 19:34:03 spire-1.2.1/test/fakes/ 19:34:03 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:34:03 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:34:03 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:34:03 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:34:03 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:34:03 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:34:03 spire-1.2.1/test/fakes/fakeagentstore/ 19:34:03 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:34:03 spire-1.2.1/test/fakes/fakedatastore/ 19:34:03 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:34:03 spire-1.2.1/test/fakes/fakeentryclient/ 19:34:03 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:34:03 spire-1.2.1/test/fakes/fakehealthchecker/ 19:34:03 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:34:03 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:34:03 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:34:03 spire-1.2.1/test/fakes/fakemetrics/ 19:34:03 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:34:03 spire-1.2.1/test/fakes/fakenoderesolver/ 19:34:03 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:34:03 spire-1.2.1/test/fakes/fakenotifier/ 19:34:03 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:34:03 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:34:03 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:34:03 spire-1.2.1/test/fakes/fakeserverca/ 19:34:03 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:34:03 spire-1.2.1/test/fakes/fakeservercatalog/ 19:34:03 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:34:03 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:34:03 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.gospire-1.2.1/ 19:34:03 19:34:03 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:34:03 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:34:03 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:34:03 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:34:03 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:34:03 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:34:03 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:34:03 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:34:03 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:34:03 spire-1.2.1/test/fixture/ 19:34:03 spire-1.2.1/test/fixture/certs/ 19:34:03 spire-1.2.1/test/fixture/certs/agent_svid.der 19:34:03 spire-1.2.1/test/fixture/certs/base_cert.pem 19:34:03 spire-1.2.1/test/fixture/certs/base_csr.pem 19:34:03 spire-1.2.1/test/fixture/certs/base_key.pem 19:34:03 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:34:03 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:34:03 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:34:03 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:34:03 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:34:03 spire-1.2.1/test/fixture/certs/blog_key.pem 19:34:03 spire-1.2.1/test/fixture/certs/bundle.der 19:34:03 spire-1.2.1/test/fixture/certs/ca.pem 19:34:03 spire-1.2.1/test/fixture/certs/ca_key.pem 19:34:03 spire-1.2.1/test/fixture/certs/database_cert.pem 19:34:03 spire-1.2.1/test/fixture/certs/database_csr.pem 19:34:03 spire-1.2.1/test/fixture/certs/database_key.pem 19:34:03 spire-1.2.1/test/fixture/certs/node_cert.pem 19:34:03 spire-1.2.1/test/fixture/certs/node_csr.pem 19:34:03 spire-1.2.1/test/fixture/certs/node_key.pem 19:34:03 spire-1.2.1/test/fixture/certs/svid.pem 19:34:03 spire-1.2.1/test/fixture/certs/svid_key.pem 19:34:03 spire-1.2.1/test/fixture/config/ 19:34:03 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:34:03 spire-1.2.1/test/fixture/config/agent_good.conf 19:34:03 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:34:03 spire-1.2.1/test/fixture/config/plugin_good.conf 19:34:03 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.confspire-1.2.1/.data/ 19:34:03 spire-1.2.1/.data/.file 19:34:03 spire-1.2.1/.dockerignore 19:34:03 spire-1.2.1/.gitattributes 19:34:03 spire-1.2.1/.githooks/ 19:34:03 spire-1.2.1/.githooks/pre-commit 19:34:03 spire-1.2.1/.github/ 19:34:03 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:34:03 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:34:03 spire-1.2.1/.github/dependabot.yml 19:34:03 spire-1.2.1/.github/workflows/ 19:34:03 spire-1.2.1/.github/workflows/nightly_build.yaml 19:34:03 spire-1.2.1/.github/workflows/pr_build.yaml 19:34:03 spire-1.2.1/.github/workflows/release_build.yaml 19:34:03 spire-1.2.1/.github/workflows/scripts/ 19:34:03 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:34:03 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:34:03 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:34:03 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:34:03 spire-1.2.1/.github/workflows/scripts/split.sh 19:34:03 spire-1.2.1/.gitignore 19:34:03 spire-1.2.1/.go-version 19:34:03 spire-1.2.1/.golangci.yml 19:34:03 spire-1.2.1/ADOPTERS.md 19:34:03 spire-1.2.1/CHANGELOG.md 19:34:03 spire-1.2.1/CODE-OF-CONDUCT.md 19:34:03 spire-1.2.1/CODEOWNERS 19:34:03 spire-1.2.1/CONTRIBUTING.md 19:34:03 spire-1.2.1/Dockerfile 19:34:03 spire-1.2.1/Dockerfile.dev 19:34:03 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:34:03 spire-1.2.1/test/fixture/config/server_good.conf 19:34:03 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:34:03 spire-1.2.1/test/fixture/fixture.go 19:34:03 spire-1.2.1/test/fixture/nodeattestor/ 19:34:03 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:34:03 spire-1.2.1/Dockerfile.scratch 19:34:03 spire-1.2.1/LICENSE 19:34:03 spire-1.2.1/MAINTAINERS.md 19:34:03 spire-1.2.1/Makefile 19:34:03 spire-1.2.1/README.md 19:34:03 spire-1.2.1/ROADMAP.md 19:34:03 spire-1.2.1/SECURITY.md 19:34:03 spire-1.2.1/cmd/ 19:34:03 spire-1.2.1/cmd/spire-agent/ 19:34:03 spire-1.2.1/cmd/spire-agent/cli/ 19:34:03 spire-1.2.1/cmd/spire-agent/cli/api/ 19:34:03 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/common/ 19:34:03 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:34:03 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/run/ 19:34:03 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:34:03 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:34:03 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:34:03 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:34:03 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:34:03 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:34:03 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:34:03 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:34:03 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:34:03 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:34:03 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:34:03 spire-1.2.1/test/fixture/registration/ 19:34:03 spire-1.2.1/test/fixture/registration/entries.json 19:34:03 spire-1.2.1/test/fixture/registration/good-for-update.json 19:34:03 spire-1.2.1/test/fixture/registration/good.json 19:34:03 spire-1.2.1/test/fixture/registration/invalid.json 19:34:03 spire-1.2.1/test/fixture/registration/invalid_json.json 19:34:03 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:34:03 spire-1.2.1/test/integration/ 19:34:03 spire-1.2.1/test/integration/README.md 19:34:03 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:34:03 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:34:03 spire-1.2.1/cmd/spire-agent/main.go 19:34:03 spire-1.2.1/cmd/spire-server/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/agent/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/cli.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/ 19:34:03 spire-1.2.1/test/integration/common 19:34:03 spire-1.2.1/test/integration/setup/ 19:34:03 spire-1.2.1/test/integration/setup/adminclient/ 19:34:03 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:34:03 spire-1.2.1/test/integration/setup/adminclient/client.go 19:34:03 spire-1.2.1/test/integration/setup/debugagent/ 19:34:03 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:34:03 spire-1.2.1/test/integration/setup/debugagent/main.go 19:34:03 spire-1.2.1/test/integration/setup/debugserver/ 19:34:03 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:34:03 spire-1.2.1/test/integration/setup/debugserver/main.go 19:34:03 spire-1.2.1/test/integration/setup/downstreamclient/ 19:34:03 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:34:03 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:34:03 spire-1.2.1/test/integration/setup/itclient/ 19:34:03 spire-1.2.1/test/integration/setup/itclient/client.go 19:34:03 spire-1.2.1/test/integration/setup/node-attestation/ 19:34:03 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:34:03 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:34:03 spire-1.2.1/test/integration/setup/x509pop/ 19:34:03 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:34:03 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:34:03 spire-1.2.1/test/integration/suites/ 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:34:03 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/run/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/token/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/validate/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:34:03 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/x509/ 19:34:03 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:34:03 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:34:03 spire-1.2.1/cmd/spire-server/main.go 19:34:03 spire-1.2.1/cmd/spire-server/util/ 19:34:03 spire-1.2.1/cmd/spire-server/util/util.go 19:34:03 spire-1.2.1/conf/ 19:34:03 spire-1.2.1/conf/agent/ 19:34:03 spire-1.2.1/conf/agent/agent.conf 19:34:03 spire-1.2.1/conf/agent/agent_full.conf 19:34:03 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:34:03 spire-1.2.1/conf/server/ 19:34:03 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:34:03 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:34:03 spire-1.2.1/conf/server/server.conf 19:34:03 spire-1.2.1/conf/server/server_full.conf 19:34:03 spire-1.2.1/doc/ 19:34:03 spire-1.2.1/doc/SPIRE101.md 19:34:03 spire-1.2.1/doc/auditlog.md 19:34:03 spire-1.2.1/doc/authorization_policy_engine.md 19:34:03 spire-1.2.1/doc/changelog_guidelines.md 19:34:03 spire-1.2.1/doc/cure53-report.pdf 19:34:03 spire-1.2.1/doc/images/ 19:34:03 spire-1.2.1/doc/images/2019_roadmap.png 19:34:03 spire-1.2.1/doc/images/SPIRE101.png 19:34:03 spire-1.2.1/doc/images/SPIRE_agent.png 19:34:03 spire-1.2.1/doc/images/SPIRE_server.png 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:34:03 spire-1.2.1/test/integration/suites/join-token/ 19:34:03 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:34:03 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:34:03 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:34:03 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:34:03 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:34:03 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:34:03 spire-1.2.1/test/integration/suites/join-token/README.md 19:34:03 spire-1.2.1/test/integration/suites/join-token/conf/ 19:34:03 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/join-token/teardown 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:34:03 spire-1.2.1/doc/images/cache_mgr.png 19:34:03 spire-1.2.1/doc/images/cache_mgr_components.png 19:34:03 spire-1.2.1/doc/images/federated_spire.png 19:34:03 spire-1.2.1/doc/images/ha_mode.png 19:34:03 spire-1.2.1/doc/images/nested_spire.png 19:34:03 spire-1.2.1/doc/images/oidc_federation.png 19:34:03 spire-1.2.1/doc/images/single_trust_domain.png 19:34:03 spire-1.2.1/doc/images/spiffe_compatible.png 19:34:03 spire-1.2.1/doc/images/spire_logo.png 19:34:03 spire-1.2.1/doc/migrating_registration_api_clients.md 19:34:03 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:34:03 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:34:03 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:34:03 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:34:03 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:34:03 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:34:03 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:34:03 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:34:03 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:34:03 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:34:03 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:34:03 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:34:03 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:34:03 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:34:03 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:34:03 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:34:03 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:34:03 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:34:03 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:34:03 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:34:03 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:34:03 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:34:03 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:34:03 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:34:03 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:34:03 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:34:03 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:34:03 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:34:03 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:34:03 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:34:03 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:34:03 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:34:03 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:34:03 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:34:03 spire-1.2.1/test/integration/suites/k8s/ 19:34:03 spire-1.2.1/test/integration/suites/k8s/00-setup 19:34:03 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:34:03 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:34:03 spire-1.2.1/test/integration/suites/k8s/README.md 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/ 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:34:03 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:34:03 spire-1.2.1/test/integration/suites/k8s/teardown 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:34:03 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:34:03 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:34:03 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:34:03 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:34:03 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:34:03 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:34:03 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:34:03 spire-1.2.1/doc/scaling_spire.md 19:34:03 spire-1.2.1/doc/spire_agent.md 19:34:03 spire-1.2.1/doc/spire_server.md 19:34:03 spire-1.2.1/doc/supported_integrations.md 19:34:03 spire-1.2.1/doc/telemetry.md 19:34:03 spire-1.2.1/doc/telemetry_config.md 19:34:03 spire-1.2.1/doc/upgrading.md 19:34:03 spire-1.2.1/doc/using_spire.md 19:34:03 spire-1.2.1/examples/ 19:34:03 spire-1.2.1/examples/README.md 19:34:03 spire-1.2.1/go.mod 19:34:03 spire-1.2.1/go.sum 19:34:03 spire-1.2.1/pkg/ 19:34:03 spire-1.2.1/pkg/agent/ 19:34:03 spire-1.2.1/pkg/agent/agent.go 19:34:03 spire-1.2.1/pkg/agent/api/ 19:34:03 spire-1.2.1/pkg/agent/api/config.go 19:34:03 spire-1.2.1/pkg/agent/api/debug/ 19:34:03 spire-1.2.1/pkg/agent/api/debug/v1/ 19:34:03 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:34:03 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:34:03 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:34:03 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:34:03 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:34:03 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:34:03 spire-1.2.1/pkg/agent/api/endpoints.go 19:34:03 spire-1.2.1/pkg/agent/api/health/ 19:34:03 spire-1.2.1/pkg/agent/api/health/v1/ 19:34:03 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:34:03 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:34:03 spire-1.2.1/pkg/agent/api/rpccontext/ 19:34:03 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:34:03 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:34:03 spire-1.2.1/pkg/agent/attestor/ 19:34:03 spire-1.2.1/pkg/agent/attestor/node/ 19:34:03 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:34:03 spire-1.2.1/pkg/agent/attestor/node/node.go 19:34:03 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:34:03 spire-1.2.1/pkg/agent/attestor/workload/ 19:34:03 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:34:03 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:34:03 spire-1.2.1/pkg/agent/catalog/ 19:34:03 spire-1.2.1/pkg/agent/catalog/catalog.go 19:34:03 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/ 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:34:03 spire-1.2.1/test/integration/suites/rotation/ 19:34:03 spire-1.2.1/test/integration/suites/rotation/00-setup 19:34:03 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:34:03 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:34:03 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:34:03 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:34:03 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:34:03 spire-1.2.1/test/integration/suites/rotation/README.md 19:34:03 spire-1.2.1/test/integration/suites/rotation/conf/ 19:34:03 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:34:03 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:34:03 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:34:03 spire-1.2.1/pkg/agent/client/ 19:34:03 spire-1.2.1/pkg/agent/client/client.go 19:34:03 spire-1.2.1/pkg/agent/client/client_test.go 19:34:03 spire-1.2.1/pkg/agent/client/dial.go 19:34:03 spire-1.2.1/pkg/agent/client/nodeconn.go 19:34:03 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:34:03 spire-1.2.1/pkg/agent/client/update.go 19:34:03 spire-1.2.1/pkg/agent/client/util.go 19:34:03 spire-1.2.1/pkg/agent/common/ 19:34:03 spire-1.2.1/pkg/agent/common/backoff/ 19:34:03 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:34:03 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:34:03 spire-1.2.1/pkg/agent/common/cgroups/ 19:34:03 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:34:03 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:34:03 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:34:03 spire-1.2.1/pkg/agent/config.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/ 19:34:03 spire-1.2.1/pkg/agent/endpoints/config.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:34:03 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/rotation/teardown 19:34:03 spire-1.2.1/test/integration/suites/self-test/ 19:34:03 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:34:03 spire-1.2.1/test/integration/suites/self-test/README.md 19:34:03 spire-1.2.1/test/integration/suites/self-test/teardown 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:34:03 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:34:03 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:34:03 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/workload/ 19:34:03 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:34:03 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:34:03 spire-1.2.1/pkg/agent/manager/ 19:34:03 spire-1.2.1/pkg/agent/manager/cache/ 19:34:03 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:34:03 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:34:03 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:34:03 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:34:03 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:34:03 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:34:03 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:34:03 spire-1.2.1/pkg/agent/manager/config.go 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:34:03 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:34:03 spire-1.2.1/test/integration/suites/upgrade/ 19:34:03 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:34:03 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:34:03 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:34:03 spire-1.2.1/test/integration/suites/upgrade/README.md 19:34:03 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:34:03 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:34:03 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:34:03 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:34:03 spire-1.2.1/test/integration/suites/upgrade/teardown 19:34:03 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:34:03 spire-1.2.1/pkg/agent/manager/manager.go 19:34:03 spire-1.2.1/pkg/agent/manager/manager_test.go 19:34:03 spire-1.2.1/pkg/agent/manager/storage.go 19:34:03 spire-1.2.1/pkg/agent/manager/storage_test.go 19:34:03 spire-1.2.1/pkg/agent/manager/storecache/ 19:34:03 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:34:03 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:34:03 spire-1.2.1/pkg/agent/manager/sync.go 19:34:03 spire-1.2.1/pkg/agent/plugin/ 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:34:03 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:34:03 spire-1.2.1/test/integration/test-one.sh 19:34:03 spire-1.2.1/test/integration/test.sh 19:34:03 spire-1.2.1/test/plugintest/ 19:34:03 spire-1.2.1/test/plugintest/config.go 19:34:03 spire-1.2.1/test/plugintest/load.go 19:34:03 spire-1.2.1/test/plugintest/option.go 19:34:03 spire-1.2.1/test/spiretest/ 19:34:03 spire-1.2.1/test/spiretest/apiserver.go 19:34:03 spire-1.2.1/test/spiretest/assertions.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:34:03 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:34:03 spire-1.2.1/test/spiretest/dir.go 19:34:03 spire-1.2.1/test/spiretest/errors_posix.go 19:34:03 spire-1.2.1/test/spiretest/errors_windows.go 19:34:03 spire-1.2.1/test/spiretest/logs.go 19:34:03 spire-1.2.1/test/spiretest/socketapi.go 19:34:03 spire-1.2.1/test/spiretest/suite.go 19:34:03 spire-1.2.1/test/spiretest/x509.go 19:34:03 spire-1.2.1/test/testca/ 19:34:03 spire-1.2.1/test/testca/ca.go 19:34:03 spire-1.2.1/test/testkey/ 19:34:03 spire-1.2.1/test/testkey/generate.sh 19:34:03 spire-1.2.1/test/testkey/genkeys.go 19:34:03 spire-1.2.1/test/testkey/keys.go 19:34:03 spire-1.2.1/test/testkey/new.go 19:34:03 spire-1.2.1/test/tpmsimulator/ 19:34:03 spire-1.2.1/test/tpmsimulator/simulator.go 19:34:03 spire-1.2.1/test/util/ 19:34:03 spire-1.2.1/test/util/cert_fixtures.go 19:34:03 spire-1.2.1/test/util/cert_generation.go 19:34:03 spire-1.2.1/test/util/io_redirection.go 19:34:03 spire-1.2.1/test/util/race.go 19:34:03 spire-1.2.1/test/util/util.go 19:34:03 building spire from source... 19:34:03 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:34:03 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:34:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:34:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:34:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:34:04 spire-1.2.1/pkg/agent/svid/ 19:34:04 spire-1.2.1/pkg/agent/svid/rotator.go 19:34:04 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:34:04 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:34:04 spire-1.2.1/pkg/agent/svid/store/ 19:34:04 spire-1.2.1/pkg/agent/svid/store/service.go 19:34:04 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:34:04 spire-1.2.1/pkg/common/ 19:34:04 spire-1.2.1/pkg/common/agentpathtemplate/ 19:34:04 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:34:04 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:34:04 spire-1.2.1/pkg/common/api/ 19:34:04 spire-1.2.1/pkg/common/api/metrics.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/ 19:34:04 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/logger.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/names.go 19:34:04 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:34:04 spire-1.2.1/pkg/common/api/names.go 19:34:04 spire-1.2.1/pkg/common/api/ratelimit.go 19:34:04 spire-1.2.1/pkg/common/api/rpccontext/ 19:34:04 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:34:04 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:34:04 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:34:04 spire-1.2.1/pkg/common/auth/ 19:34:04 spire-1.2.1/pkg/common/auth/interceptors.go 19:34:04 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:34:04 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/ 19:34:04 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/types.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:34:04 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:34:04 spire-1.2.1/pkg/common/catalog/ 19:34:04 spire-1.2.1/pkg/common/catalog/bind.go 19:34:04 spire-1.2.1/pkg/common/catalog/builtin.go 19:34:04 spire-1.2.1/pkg/common/catalog/catalog.go 19:34:04 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:34:04 spire-1.2.1/pkg/common/catalog/closers.go 19:34:04 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:34:04 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:34:04 spire-1.2.1/pkg/common/catalog/config.go 19:34:04 spire-1.2.1/pkg/common/catalog/config_test.go 19:34:04 spire-1.2.1/pkg/common/catalog/configure.go 19:34:04 spire-1.2.1/pkg/common/catalog/constraints.go 19:34:04 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:34:04 spire-1.2.1/pkg/common/catalog/context.go 19:34:04 spire-1.2.1/pkg/common/catalog/external.go 19:34:04 spire-1.2.1/pkg/common/catalog/host.go 19:34:04 spire-1.2.1/pkg/common/catalog/pipenet.go 19:34:04 spire-1.2.1/pkg/common/catalog/plugin.go 19:34:04 spire-1.2.1/pkg/common/catalog/testplugin/ 19:34:04 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:34:04 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:34:04 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:34:04 spire-1.2.1/pkg/common/cli/ 19:34:04 spire-1.2.1/pkg/common/cli/env.go 19:34:04 spire-1.2.1/pkg/common/cli/flags.go 19:34:04 spire-1.2.1/pkg/common/cli/trust_domain.go 19:34:04 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:34:04 spire-1.2.1/pkg/common/cli/umask.go 19:34:04 spire-1.2.1/pkg/common/cli/umask_posix.go 19:34:04 spire-1.2.1/pkg/common/cli/umask_test.go 19:34:04 spire-1.2.1/pkg/common/cli/umask_windows.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/ 19:34:04 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/flag.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/format.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/ 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:34:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:34:04 spire-1.2.1/pkg/common/coretypes/ 19:34:04 spire-1.2.1/pkg/common/coretypes/bundle/ 19:34:04 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:34:04 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:34:04 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:34:04 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:34:04 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:34:04 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:34:04 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:34:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:34:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:34:04 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:34:04 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:34:04 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:34:04 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:34:04 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:34:04 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:34:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:34:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:34:04 spire-1.2.1/pkg/common/cryptoutil/ 19:34:04 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:34:04 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:34:04 spire-1.2.1/pkg/common/diskutil/ 19:34:04 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:34:04 spire-1.2.1/pkg/common/diskutil/file_test.go 19:34:04 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:34:04 spire-1.2.1/pkg/common/errorutil/ 19:34:04 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:34:04 spire-1.2.1/pkg/common/health/ 19:34:04 spire-1.2.1/pkg/common/health/config.go 19:34:04 spire-1.2.1/pkg/common/health/context.go 19:34:04 spire-1.2.1/pkg/common/health/context_test.go 19:34:04 spire-1.2.1/pkg/common/health/health.go 19:34:04 spire-1.2.1/pkg/common/health/health_test.go 19:34:04 spire-1.2.1/pkg/common/health/logger.go 19:34:04 spire-1.2.1/pkg/common/hostservice/ 19:34:04 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:34:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:34:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:34:04 spire-1.2.1/pkg/common/idutil/ 19:34:04 spire-1.2.1/pkg/common/idutil/require.go 19:34:04 spire-1.2.1/pkg/common/idutil/require_test.go 19:34:04 spire-1.2.1/pkg/common/idutil/safety.go 19:34:04 spire-1.2.1/pkg/common/idutil/safety_test.go 19:34:04 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:34:04 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:34:04 spire-1.2.1/pkg/common/jwtsvid/ 19:34:04 spire-1.2.1/pkg/common/jwtsvid/common.go 19:34:04 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:34:04 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:34:04 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:34:04 spire-1.2.1/pkg/common/jwtutil/ 19:34:04 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:34:04 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:34:04 spire-1.2.1/pkg/common/log/ 19:34:04 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:34:04 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:34:04 spire-1.2.1/pkg/common/log/log.go 19:34:04 spire-1.2.1/pkg/common/log/log_test.go 19:34:04 spire-1.2.1/pkg/common/log/options.go 19:34:04 spire-1.2.1/pkg/common/nodeutil/ 19:34:04 spire-1.2.1/pkg/common/nodeutil/node.go 19:34:04 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:34:04 spire-1.2.1/pkg/common/peertracker/ 19:34:04 spire-1.2.1/pkg/common/peertracker/conn.go ---> 78d82693b60a 19:34:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:34:04 19:34:04 spire-1.2.1/pkg/common/peertracker/credentials.go 19:34:04 spire-1.2.1/pkg/common/peertracker/errors.go 19:34:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:34:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:34:04 spire-1.2.1/pkg/common/peertracker/info.go 19:34:04 spire-1.2.1/pkg/common/peertracker/listener.go 19:34:04 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:34:04 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:34:04 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:34:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:34:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:34:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:34:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:34:04 spire-1.2.1/pkg/common/peertracker/tcp.go 19:34:04 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:34:04 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:34:04 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:34:04 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:34:04 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:34:04 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:34:04 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:34:04 spire-1.2.1/pkg/common/peertracker/uds.go 19:34:04 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:34:04 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:34:04 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:34:04 spire-1.2.1/pkg/common/pemutil/ 19:34:04 spire-1.2.1/pkg/common/pemutil/block.go 19:34:04 spire-1.2.1/pkg/common/pemutil/certs.go 19:34:04 spire-1.2.1/pkg/common/pemutil/common.go 19:34:04 spire-1.2.1/pkg/common/pemutil/csr.go 19:34:04 spire-1.2.1/pkg/common/pemutil/keys.go 19:34:04 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/ 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:34:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:34:04 spire-1.2.1/pkg/common/plugin/ 19:34:04 spire-1.2.1/pkg/common/plugin/aws/ 19:34:04 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:34:04 spire-1.2.1/pkg/common/plugin/azure/ 19:34:04 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:34:04 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:34:04 spire-1.2.1/pkg/common/plugin/facade.go 19:34:04 spire-1.2.1/pkg/common/plugin/facade_test.go 19:34:04 spire-1.2.1/pkg/common/plugin/gcp/ 19:34:04 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:34:04 spire-1.2.1/pkg/common/plugin/k8s/ 19:34:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:34:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:34:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:34:04 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:34:04 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:34:04 spire-1.2.1/pkg/common/plugin/log.go 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/ 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:34:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:34:04 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:34:04 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:34:04 spire-1.2.1/pkg/common/plugin/x509pop/ 19:34:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:34:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:34:04 spire-1.2.1/pkg/common/profiling/ 19:34:04 spire-1.2.1/pkg/common/profiling/dumpers.go 19:34:04 spire-1.2.1/pkg/common/profiling/profiling.go 19:34:04 spire-1.2.1/pkg/common/protoutil/ 19:34:04 spire-1.2.1/pkg/common/protoutil/masks.go 19:34:04 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:34:04 spire-1.2.1/pkg/common/rotationutil/ 19:34:04 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:34:04 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:34:04 spire-1.2.1/pkg/common/selector/ 19:34:04 spire-1.2.1/pkg/common/selector/selector.go 19:34:04 spire-1.2.1/pkg/common/selector/selector_test.go 19:34:04 spire-1.2.1/pkg/common/selector/set.go 19:34:04 spire-1.2.1/pkg/common/selector/set_utils.go 19:34:04 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/ 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/ 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:34:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:34:04 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:34:04 spire-1.2.1/pkg/common/telemetry/call.go 19:34:04 spire-1.2.1/pkg/common/telemetry/common/ 19:34:04 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:34:04 spire-1.2.1/pkg/common/telemetry/config.go 19:34:04 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:34:04 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/inmem.go 19:34:04 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/m3.go 19:34:04 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/metrics.go 19:34:04 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/names.go 19:34:04 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:34:04 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:34:04 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/ 19:34:04 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:34:04 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:34:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:34:04 spire-1.2.1/pkg/common/telemetry/server/server.go 19:34:04 spire-1.2.1/pkg/common/telemetry/sink.go 19:34:04 spire-1.2.1/pkg/common/telemetry/statsd.go 19:34:04 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:34:04 spire-1.2.1/pkg/common/telemetry/uptime.go 19:34:04 spire-1.2.1/pkg/common/telemetry/version.go 19:34:04 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:34:04 spire-1.2.1/pkg/common/uptime/ 19:34:04 spire-1.2.1/pkg/common/uptime/uptime.go 19:34:04 spire-1.2.1/pkg/common/uptime/uptime_test.goInstalling go1.17.7... 19:34:04 19:34:04 spire-1.2.1/pkg/common/util/ 19:34:04 spire-1.2.1/pkg/common/util/certs.go 19:34:04 spire-1.2.1/pkg/common/util/certs_test.go 19:34:04 spire-1.2.1/pkg/common/util/csr.go 19:34:04 spire-1.2.1/pkg/common/util/hash.go 19:34:04 spire-1.2.1/pkg/common/util/selectors.go 19:34:04 spire-1.2.1/pkg/common/util/selectors_test.go 19:34:04 spire-1.2.1/pkg/common/util/signals.go 19:34:04 spire-1.2.1/pkg/common/util/sort.go 19:34:04 spire-1.2.1/pkg/common/util/sort_test.go 19:34:04 spire-1.2.1/pkg/common/util/task.go 19:34:04 spire-1.2.1/pkg/common/util/task_test.go 19:34:04 spire-1.2.1/pkg/common/util/testdata/ 19:34:04 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:34:04 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:34:04 spire-1.2.1/pkg/common/version/ 19:34:04 spire-1.2.1/pkg/common/version/version.go 19:34:04 spire-1.2.1/pkg/common/x509svid/ 19:34:04 spire-1.2.1/pkg/common/x509svid/common_test.go 19:34:04 spire-1.2.1/pkg/common/x509svid/csr.go 19:34:04 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:34:04 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:34:04 spire-1.2.1/pkg/common/x509util/ 19:34:04 spire-1.2.1/pkg/common/x509util/cert.go 19:34:04 spire-1.2.1/pkg/common/x509util/dns.go 19:34:04 spire-1.2.1/pkg/common/x509util/dns_test.go 19:34:04 spire-1.2.1/pkg/common/x509util/keyid.go 19:34:04 spire-1.2.1/pkg/common/x509util/keypair.go 19:34:04 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:34:04 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:34:04 spire-1.2.1/pkg/server/ 19:34:04 spire-1.2.1/pkg/server/api/ 19:34:04 spire-1.2.1/pkg/server/api/agent.go 19:34:04 spire-1.2.1/pkg/server/api/agent/ 19:34:04 spire-1.2.1/pkg/server/api/agent/v1/ 19:34:04 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:34:04 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:34:04 spire-1.2.1/pkg/server/api/agent_test.go 19:34:04 spire-1.2.1/pkg/server/api/api.go 19:34:04 spire-1.2.1/pkg/server/api/audit/ 19:34:04 spire-1.2.1/pkg/server/api/audit/audit.go 19:34:04 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:34:04 spire-1.2.1/pkg/server/api/bundle.go 19:34:04 spire-1.2.1/pkg/server/api/bundle/ 19:34:04 spire-1.2.1/pkg/server/api/bundle/v1/ 19:34:04 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:34:04 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:34:04 spire-1.2.1/pkg/server/api/bundle_test.go 19:34:04 spire-1.2.1/pkg/server/api/debug/ 19:34:04 spire-1.2.1/pkg/server/api/debug/v1/ 19:34:04 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:34:04 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:34:04 spire-1.2.1/pkg/server/api/entry.go 19:34:04 spire-1.2.1/pkg/server/api/entry/ 19:34:04 spire-1.2.1/pkg/server/api/entry/v1/ 19:34:04 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:34:04 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:34:04 spire-1.2.1/pkg/server/api/entry_test.go 19:34:04 spire-1.2.1/pkg/server/api/health/ 19:34:04 spire-1.2.1/pkg/server/api/health/v1/ 19:34:04 spire-1.2.1/pkg/server/api/health/v1/service.go 19:34:04 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:34:04 spire-1.2.1/pkg/server/api/id.go 19:34:04 spire-1.2.1/pkg/server/api/id_test.go 19:34:04 spire-1.2.1/pkg/server/api/limits/ 19:34:04 spire-1.2.1/pkg/server/api/limits/limits.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/ 19:34:04 spire-1.2.1/pkg/server/api/middleware/alias.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/audit.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/caller.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/common.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/entries.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:34:04 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:34:04 spire-1.2.1/pkg/server/api/ratelimit.go 19:34:04 spire-1.2.1/pkg/server/api/rpccontext/ 19:34:04 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:34:04 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:34:04 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:34:04 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:34:04 spire-1.2.1/pkg/server/api/selector.go 19:34:04 spire-1.2.1/pkg/server/api/selector_test.go 19:34:04 spire-1.2.1/pkg/server/api/status.go 19:34:04 spire-1.2.1/pkg/server/api/status_test.go 19:34:04 spire-1.2.1/pkg/server/api/svid/ 19:34:04 spire-1.2.1/pkg/server/api/svid/v1/ 19:34:04 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:34:04 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:34:04 spire-1.2.1/pkg/server/api/trustdomain.go 19:34:04 spire-1.2.1/pkg/server/api/trustdomain/ 19:34:04 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:34:04 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:34:04 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:34:04 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:34:04 spire-1.2.1/pkg/server/authpolicy/ 19:34:04 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:34:04 spire-1.2.1/pkg/server/authpolicy/policy.go 19:34:04 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:34:04 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:34:04 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:34:04 spire-1.2.1/pkg/server/authpolicy/validate.go 19:34:04 spire-1.2.1/pkg/server/bundle/ 19:34:04 spire-1.2.1/pkg/server/bundle/client/ 19:34:04 spire-1.2.1/pkg/server/bundle/client/client.go 19:34:04 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:34:04 spire-1.2.1/pkg/server/bundle/client/manager.go 19:34:04 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:34:04 spire-1.2.1/pkg/server/bundle/client/sources.go 19:34:04 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:34:04 spire-1.2.1/pkg/server/bundle/client/updater.go 19:34:04 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:34:04 spire-1.2.1/pkg/server/ca/ 19:34:04 spire-1.2.1/pkg/server/ca/ca.go 19:34:04 spire-1.2.1/pkg/server/ca/ca_health.go 19:34:04 spire-1.2.1/pkg/server/ca/ca_test.go 19:34:04 spire-1.2.1/pkg/server/ca/journal.go 19:34:04 spire-1.2.1/pkg/server/ca/journal_test.go 19:34:04 spire-1.2.1/pkg/server/ca/manager.go 19:34:04 spire-1.2.1/pkg/server/ca/manager_health.go 19:34:04 spire-1.2.1/pkg/server/ca/manager_test.go 19:34:04 spire-1.2.1/pkg/server/ca/templates.go 19:34:04 spire-1.2.1/pkg/server/ca/upstream_client.go 19:34:04 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:34:04 spire-1.2.1/pkg/server/ca/validation.go 19:34:04 spire-1.2.1/pkg/server/cache/ 19:34:04 spire-1.2.1/pkg/server/cache/dscache/ 19:34:04 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:34:04 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:34:04 spire-1.2.1/pkg/server/cache/entrycache/ 19:34:04 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:34:04 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:34:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:34:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:34:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:34:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:34:04 spire-1.2.1/pkg/server/catalog/ 19:34:04 spire-1.2.1/pkg/server/catalog/catalog.go 19:34:04 spire-1.2.1/pkg/server/catalog/keymanager.go 19:34:04 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:34:04 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:34:04 spire-1.2.1/pkg/server/catalog/notifier.go 19:34:04 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:34:04 spire-1.2.1/pkg/server/config.go 19:34:04 spire-1.2.1/pkg/server/datastore/ 19:34:04 spire-1.2.1/pkg/server/datastore/datastore.go 19:34:04 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:34:04 spire-1.2.1/pkg/server/datastore/repository.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:34:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:34:04 spire-1.2.1/pkg/server/endpoints/ 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/ 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:34:04 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:34:04 spire-1.2.1/pkg/server/endpoints/config.go 19:34:04 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:34:04 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:34:04 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:34:04 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:34:04 spire-1.2.1/pkg/server/endpoints/middleware.go 19:34:04 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:34:04 spire-1.2.1/pkg/server/hostservice/ 19:34:04 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:34:04 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:34:04 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:34:04 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:34:04 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:34:04 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:34:04 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:34:04 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/ 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/ 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:34:04 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:34:04 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:34:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:34:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:34:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:34:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:34:04 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:34:04 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:34:04 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/ 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:34:04 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:34:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:34:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:34:05 spire-1.2.1/pkg/server/registration/ 19:34:05 spire-1.2.1/pkg/server/registration/manager.go 19:34:05 spire-1.2.1/pkg/server/registration/manager_test.go 19:34:05 spire-1.2.1/pkg/server/scanentries.go 19:34:05 spire-1.2.1/pkg/server/scanentries_test.go 19:34:05 spire-1.2.1/pkg/server/server.go 19:34:05 spire-1.2.1/pkg/server/server_test.go 19:34:05 spire-1.2.1/pkg/server/svid/ 19:34:05 spire-1.2.1/pkg/server/svid/observer.go 19:34:05 spire-1.2.1/pkg/server/svid/observer_test.go 19:34:05 spire-1.2.1/pkg/server/svid/rotator.go 19:34:05 spire-1.2.1/pkg/server/svid/rotator_config.go 19:34:05 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:34:05 spire-1.2.1/pkg/server/svid/rotator_test.go 19:34:05 spire-1.2.1/proto/ 19:34:05 spire-1.2.1/proto/private/ 19:34:05 spire-1.2.1/proto/private/server/ 19:34:05 spire-1.2.1/proto/private/server/journal/ 19:34:05 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:34:05 spire-1.2.1/proto/private/server/journal/journal.proto 19:34:05 spire-1.2.1/proto/spire/ 19:34:05 spire-1.2.1/proto/spire/common/ 19:34:05 spire-1.2.1/proto/spire/common/common.pb.go 19:34:05 spire-1.2.1/proto/spire/common/common.proto 19:34:05 spire-1.2.1/proto/spire/common/plugin/ 19:34:05 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:34:05 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:34:05 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:34:05 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:34:05 spire-1.2.1/proto/spire/plugin/ 19:34:05 spire-1.2.1/proto/spire/plugin/agent/ 19:34:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:34:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:34:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:34:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:34:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:34:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:34:05 spire-1.2.1/release/ 19:34:05 spire-1.2.1/release/spire-extras/ 19:34:05 spire-1.2.1/release/spire-extras/README.md 19:34:05 spire-1.2.1/release/spire-extras/conf/ 19:34:05 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:34:05 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:34:05 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:34:05 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:34:05 spire-1.2.1/release/spire/ 19:34:05 spire-1.2.1/release/spire/README.md 19:34:05 spire-1.2.1/release/spire/conf/ 19:34:05 spire-1.2.1/release/spire/conf/agent/ 19:34:05 spire-1.2.1/release/spire/conf/agent/agent.conf 19:34:05 spire-1.2.1/release/spire/conf/server/ 19:34:05 spire-1.2.1/release/spire/conf/server/server.conf 19:34:05 spire-1.2.1/script/ 19:34:05 spire-1.2.1/script/build-artifact.sh 19:34:05 spire-1.2.1/script/generate_dummy_ca.sh 19:34:05 spire-1.2.1/support/ 19:34:05 spire-1.2.1/support/k8s/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:34:05 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/ 19:34:05 spire-1.2.1/support/oidc-discovery-provider/README.md 19:34:05 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/config.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/main.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:34:05 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:34:05 spire-1.2.1/test/ 19:34:05 spire-1.2.1/test/clock/ 19:34:05 spire-1.2.1/test/clock/clock.go 19:34:05 spire-1.2.1/test/fakes/ 19:34:05 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:34:05 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:34:05 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:34:05 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:34:05 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:34:05 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:34:05 spire-1.2.1/test/fakes/fakeagentstore/ 19:34:05 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:34:05 spire-1.2.1/test/fakes/fakedatastore/ 19:34:05 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:34:05 spire-1.2.1/test/fakes/fakeentryclient/ 19:34:05 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:34:05 spire-1.2.1/test/fakes/fakehealthchecker/ 19:34:05 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:34:05 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:34:05 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:34:05 spire-1.2.1/test/fakes/fakemetrics/ 19:34:05 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:34:05 spire-1.2.1/test/fakes/fakenoderesolver/ 19:34:05 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:34:05 spire-1.2.1/test/fakes/fakenotifier/ 19:34:05 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:34:05 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:34:05 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:34:05 spire-1.2.1/test/fakes/fakeserverca/ 19:34:05 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:34:05 spire-1.2.1/test/fakes/fakeservercatalog/ 19:34:05 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:34:05 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:34:05 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:34:05 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:34:05 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:34:05 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:34:05 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:34:05 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:34:05 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:34:05 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:34:05 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:34:05 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:34:05 spire-1.2.1/test/fixture/ 19:34:05 spire-1.2.1/test/fixture/certs/ 19:34:05 spire-1.2.1/test/fixture/certs/agent_svid.der 19:34:05 spire-1.2.1/test/fixture/certs/base_cert.pem 19:34:05 spire-1.2.1/test/fixture/certs/base_csr.pem 19:34:05 spire-1.2.1/test/fixture/certs/base_key.pem 19:34:05 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:34:05 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:34:05 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:34:05 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:34:05 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:34:05 spire-1.2.1/test/fixture/certs/blog_key.pem 19:34:05 spire-1.2.1/test/fixture/certs/bundle.der 19:34:05 spire-1.2.1/test/fixture/certs/ca.pem 19:34:05 spire-1.2.1/test/fixture/certs/ca_key.pem 19:34:05 spire-1.2.1/test/fixture/certs/database_cert.pem 19:34:05 spire-1.2.1/test/fixture/certs/database_csr.pem 19:34:05 spire-1.2.1/test/fixture/certs/database_key.pem 19:34:05 spire-1.2.1/test/fixture/certs/node_cert.pem 19:34:05 spire-1.2.1/test/fixture/certs/node_csr.pem 19:34:05 spire-1.2.1/test/fixture/certs/node_key.pem 19:34:05 spire-1.2.1/test/fixture/certs/svid.pem 19:34:05 spire-1.2.1/test/fixture/certs/svid_key.pem 19:34:05 spire-1.2.1/test/fixture/config/ 19:34:05 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:34:05 spire-1.2.1/test/fixture/config/agent_good.conf 19:34:05 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:34:05 spire-1.2.1/test/fixture/config/plugin_good.conf 19:34:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf ---> d95e48a3212f 19:34:05 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:34:05 19:34:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:34:05 spire-1.2.1/test/fixture/config/server_good.conf 19:34:05 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:34:05 spire-1.2.1/test/fixture/fixture.go 19:34:05 spire-1.2.1/test/fixture/nodeattestor/ 19:34:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:34:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:34:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:34:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:34:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:34:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:34:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:34:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:34:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:34:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:34:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:34:05 spire-1.2.1/test/fixture/registration/ 19:34:05 spire-1.2.1/test/fixture/registration/entries.json 19:34:05 spire-1.2.1/test/fixture/registration/good-for-update.json 19:34:05 spire-1.2.1/test/fixture/registration/good.json 19:34:05 spire-1.2.1/test/fixture/registration/invalid.json 19:34:05 spire-1.2.1/test/fixture/registration/invalid_json.json 19:34:05 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:34:05 spire-1.2.1/test/integration/ 19:34:05 spire-1.2.1/test/integration/README.md 19:34:05 spire-1.2.1/test/integration/common 19:34:05 spire-1.2.1/test/integration/setup/ 19:34:05 spire-1.2.1/test/integration/setup/adminclient/ 19:34:05 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:34:05 spire-1.2.1/test/integration/setup/adminclient/client.go 19:34:05 spire-1.2.1/test/integration/setup/debugagent/ 19:34:05 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:34:05 spire-1.2.1/test/integration/setup/debugagent/main.go 19:34:05 spire-1.2.1/test/integration/setup/debugserver/ 19:34:05 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:34:05 spire-1.2.1/test/integration/setup/debugserver/main.go 19:34:05 spire-1.2.1/test/integration/setup/downstreamclient/ 19:34:05 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:34:05 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:34:05 spire-1.2.1/test/integration/setup/itclient/ 19:34:05 spire-1.2.1/test/integration/setup/itclient/client.go 19:34:05 spire-1.2.1/test/integration/setup/node-attestation/ 19:34:05 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:34:05 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:34:05 spire-1.2.1/test/integration/setup/x509pop/ 19:34:05 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:34:05 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:34:05 spire-1.2.1/test/integration/suites/ 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml ---> Running in 3ec702d7d149 19:34:05 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:34:05 spire-1.2.1/test/integration/suites/join-token/ 19:34:05 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:34:05 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:34:05 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:34:05 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:34:05 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:34:05 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:34:05 spire-1.2.1/test/integration/suites/join-token/README.md 19:34:05 spire-1.2.1/test/integration/suites/join-token/conf/ 19:34:05 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/join-token/teardown 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:34:05 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:34:05 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:34:05 spire-1.2.1/test/integration/suites/k8s/ 19:34:05 spire-1.2.1/test/integration/suites/k8s/00-setup 19:34:05 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:34:05 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:34:05 spire-1.2.1/test/integration/suites/k8s/README.md 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/ 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:34:05 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:34:05 spire-1.2.1/test/integration/suites/k8s/teardown 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/ 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:34:05 spire-1.2.1/test/integration/suites/rotation/ 19:34:05 spire-1.2.1/test/integration/suites/rotation/00-setup 19:34:05 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:34:05 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:34:05 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:34:05 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:34:05 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:34:05 spire-1.2.1/test/integration/suites/rotation/README.md 19:34:05 spire-1.2.1/test/integration/suites/rotation/conf/ 19:34:05 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/rotation/teardown 19:34:05 spire-1.2.1/test/integration/suites/self-test/ 19:34:05 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:34:05 spire-1.2.1/test/integration/suites/self-test/README.md 19:34:05 spire-1.2.1/test/integration/suites/self-test/teardown 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:34:05 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:34:05 spire-1.2.1/test/integration/suites/upgrade/ 19:34:05 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:34:05 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:34:05 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:34:05 spire-1.2.1/test/integration/suites/upgrade/README.md 19:34:05 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:34:05 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:34:05 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:34:05 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:34:05 spire-1.2.1/test/integration/suites/upgrade/teardown 19:34:05 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:34:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:34:05 spire-1.2.1/test/integration/test-one.sh 19:34:05 spire-1.2.1/test/integration/test.sh 19:34:05 spire-1.2.1/test/plugintest/ 19:34:05 spire-1.2.1/test/plugintest/config.go 19:34:05 spire-1.2.1/test/plugintest/load.go 19:34:05 spire-1.2.1/test/plugintest/option.go 19:34:05 spire-1.2.1/test/spiretest/ 19:34:05 spire-1.2.1/test/spiretest/apiserver.go 19:34:05 spire-1.2.1/test/spiretest/assertions.go 19:34:05 spire-1.2.1/test/spiretest/dir.go 19:34:05 spire-1.2.1/test/spiretest/errors_posix.go 19:34:05 spire-1.2.1/test/spiretest/errors_windows.go 19:34:05 spire-1.2.1/test/spiretest/logs.go 19:34:05 spire-1.2.1/test/spiretest/socketapi.go 19:34:05 spire-1.2.1/test/spiretest/suite.go 19:34:05 spire-1.2.1/test/spiretest/x509.go 19:34:05 spire-1.2.1/test/testca/ 19:34:05 spire-1.2.1/test/testca/ca.go 19:34:05 spire-1.2.1/test/testkey/ 19:34:05 spire-1.2.1/test/testkey/generate.sh 19:34:05 spire-1.2.1/test/testkey/genkeys.go 19:34:05 spire-1.2.1/test/testkey/keys.go 19:34:05 spire-1.2.1/test/testkey/new.go 19:34:05 spire-1.2.1/test/tpmsimulator/ 19:34:05 spire-1.2.1/test/tpmsimulator/simulator.go 19:34:05 spire-1.2.1/test/util/ 19:34:05 spire-1.2.1/test/util/cert_fixtures.go 19:34:05 spire-1.2.1/test/util/cert_generation.go 19:34:05 spire-1.2.1/test/util/io_redirection.go 19:34:05 spire-1.2.1/test/util/race.go 19:34:05 spire-1.2.1/test/util/util.go 19:34:05 building spire from source... 19:34:06 Removing intermediate container 3ec702d7d149 19:34:06 ---> ebea8afffe89 19:34:06 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:34:06 ---> Running in 5fc41adc59a7 19:34:06 Installing go1.17.7... 19:34:06 Removing intermediate container 5fc41adc59a7 19:34:06 ---> 75b0280d4bda 19:34:06 Step 18/20 : LABEL arch=arm64 19:34:06 ---> Running in 59c2acfb61ea 19:34:07 Removing intermediate container 59c2acfb61ea 19:34:07 ---> b257ca0a289e 19:34:07 Step 19/20 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:34:07 ---> Running in 0dcb6918ec51 19:34:08 Removing intermediate container 0dcb6918ec51 19:34:08 ---> 204e4cb1d1b7 19:34:08 Step 20/20 : LABEL version=0.0.0 19:34:08 ---> Running in 13bf7b72ba83 19:34:08 Removing intermediate container 13bf7b72ba83 19:34:09 ---> b50b66358d1c 19:34:09 19:34:09 Successfully built b50b66358d1c 19:34:09 Successfully tagged security-spiffe-token-provider-arm64:latest 19:34:09 Building support-notifications 19:34:36  Building security-spiffe-token-provider ... done Building bin/spire-server... 19:34:36 go: downloading github.com/mitchellh/cli v1.1.2 19:34:36 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:34:36 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:34:36 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:34:36 go: downloading google.golang.org/grpc v1.44.0 19:34:40 Building bin/spire-server... 19:34:40 go: downloading github.com/mitchellh/cli v1.1.2 19:34:40 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:34:40 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:34:40 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:34:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:34:40 ---> 52193ea0f6f5 19:34:40 Step 3/22 : WORKDIR /edgex-go 19:34:40 ---> Using cache 19:34:40 ---> 51c185136b1b 19:34:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:40 ---> Using cache 19:34:40 ---> 5290579e23ac 19:34:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:34:40 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:34:40 go: downloading google.golang.org/grpc v1.44.0 19:34:41 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:34:41 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:34:42 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:34:42 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:34:42 go: downloading github.com/sirupsen/logrus v1.8.1 19:34:42 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:34:43 go: downloading github.com/imdario/mergo v0.3.12 19:34:43  ---> Running in 5b09300b513e 19:34:43 go: downloading github.com/imdario/mergo v0.3.12 19:34:43 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:34:43 go: downloading github.com/fatih/color v1.13.0 19:34:43 go: downloading github.com/mattn/go-isatty v0.0.14 19:34:43 go: downloading github.com/sirupsen/logrus v1.8.1 19:34:44 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:34:44 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:34:44 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:34:44 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:34:44 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:34:45 go: downloading github.com/open-policy-agent/opa v0.38.0 19:34:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:34:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:34:46 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:34:47 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:34:47 go: downloading github.com/fatih/color v1.13.0 19:34:47 go: downloading github.com/mattn/go-isatty v0.0.14 19:34:47 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:34:47 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:34:47 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:34:47 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:34:47 OK: 220 MiB in 52 packages 19:34:48 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:34:48 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:34:48 go: downloading github.com/armon/go-metrics v0.3.10 19:34:49 go: downloading github.com/prometheus/client_golang v1.12.1 19:34:49 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:34:49 Removing intermediate container 5b09300b513e 19:34:49 ---> 72a67f9c313c 19:34:49 Step 6/22 : COPY go.mod vendor* ./ 19:34:50 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:34:50 go: downloading github.com/open-policy-agent/opa v0.38.0 19:34:50  ---> da3a99c9558a 19:34:50 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:50 ---> Running in 2a8267dd21a9 19:34:55 Removing intermediate container 2a8267dd21a9 19:34:55 ---> 0bba5d52ade2 19:34:55 Step 8/22 : COPY . . 19:35:08 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:35:08 go: downloading github.com/mattn/go-colorable v0.1.12 19:35:08 go: downloading github.com/Masterminds/goutils v1.1.0 19:35:08 go: downloading github.com/google/uuid v1.1.2 19:35:08 go: downloading github.com/Masterminds/semver v1.5.0 19:35:08 go: downloading github.com/huandu/xstrings v1.3.2 19:35:08 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:35:08 go: downloading github.com/oklog/run v1.0.0 19:35:08 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:35:08 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:35:08 go: downloading go.uber.org/atomic v1.9.0 19:35:08 go: downloading github.com/prometheus/client_model v0.2.0 19:35:09 go: downloading github.com/prometheus/common v0.32.1 19:35:10 go: downloading github.com/imkira/go-observer v1.0.3 19:35:10 go: downloading github.com/beorn7/perks v1.0.1 19:35:10 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:35:10 go: downloading github.com/prometheus/procfs v0.7.3 19:35:11 go: downloading github.com/hashicorp/errwrap v1.1.0 19:35:11 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:35:12 go: downloading github.com/twmb/murmur3 v1.1.6 19:35:12 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:35:12 go: downloading github.com/stretchr/testify v1.7.0 19:35:12 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:35:13 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:35:13 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:35:14 go: downloading github.com/blang/semver/v4 v4.0.0 19:35:14 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:35:15 go: downloading github.com/jinzhu/gorm v1.9.16 19:35:15 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:35:15 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:35:15 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:35:15 go: downloading github.com/lib/pq v1.10.4 19:35:15 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:35:15 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:35:15 go: downloading github.com/armon/go-metrics v0.3.10 19:35:15 go: downloading github.com/prometheus/client_golang v1.12.1 19:35:16 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:35:16 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:35:16 go: downloading github.com/mattn/go-colorable v0.1.12 19:35:16 go: downloading github.com/Masterminds/goutils v1.1.0 19:35:17 go: downloading github.com/Masterminds/semver v1.5.0 19:35:17 go: downloading github.com/google/uuid v1.1.2 19:35:17 go: downloading github.com/huandu/xstrings v1.3.2 19:35:17  ---> ebccf0f63547 19:35:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:35:17 go: downloading github.com/imkira/go-observer v1.0.3 19:35:17 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:35:17  ---> Running in b0631ee63257 19:35:17 go: downloading github.com/oklog/run v1.0.0 19:35:18 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:35:18 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:35:18 go: downloading github.com/prometheus/client_model v0.2.0 19:35:18 go: downloading github.com/prometheus/common v0.32.1 19:35:18 go: downloading github.com/hashicorp/errwrap v1.1.0 19:35:18 go: downloading go.uber.org/atomic v1.9.0 19:35:18 go: downloading github.com/beorn7/perks v1.0.1 19:35:18 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:35:19 go: downloading github.com/prometheus/procfs v0.7.3 19:35:19 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:35:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:35:19 go: downloading gopkg.in/yaml.v2 v2.4.0 19:35:19 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:35:19 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:35:20 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:35:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:35:20 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:35:20 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:35:27 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:35:27 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:35:27 go: downloading github.com/stretchr/testify v1.7.0 19:35:27 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:35:27 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:35:30 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:35:30 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:35:30 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:35:31 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:35:49 go: downloading google.golang.org/api v0.70.0 19:35:49 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:35:49 go: downloading github.com/blang/semver/v4 v4.0.0 19:35:49 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:35:49 go: downloading github.com/jinzhu/gorm v1.9.16 19:35:49 go: downloading github.com/lib/pq v1.10.4 19:35:49 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:35:49 go: downloading k8s.io/client-go v0.23.4 19:35:53 go: downloading k8s.io/api v0.23.4 19:35:55 go: downloading google.golang.org/api v0.70.0 19:35:55 go: downloading k8s.io/api v0.23.4 19:35:55 go: downloading k8s.io/client-go v0.23.4 19:36:02 go: downloading cloud.google.com/go/storage v1.21.0 19:36:03 go: downloading cloud.google.com/go v0.100.2 19:36:07 go: downloading k8s.io/apimachinery v0.23.4 19:36:08 go: downloading github.com/google/go-tpm v0.3.3 19:36:09 go: downloading k8s.io/kube-aggregator v0.23.3 19:36:09 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:36:09 go: downloading github.com/google/go-tpm v0.3.3 19:36:10 go: downloading cloud.google.com/go/security v1.3.0 19:36:20 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:36:20 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:36:20 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:36:20 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:36:20 go: downloading github.com/hashicorp/vault/api v1.4.1 19:36:20 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:36:23 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:36:23 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:36:25 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:36:25 go: downloading github.com/gobwas/glob v0.2.3 19:36:25 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:36:25 go: downloading github.com/twmb/murmur3 v1.1.6 19:36:25 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:36:25 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:36:25 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:36:26 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:36:26 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:36:26 go: downloading github.com/aws/smithy-go v1.11.0 19:36:27 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:36:27 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:36:28 go: downloading github.com/jinzhu/inflection v1.0.0 19:36:28 go: downloading cloud.google.com/go/compute v1.3.0 19:36:29 go: downloading cloud.google.com/go/iam v0.1.1 19:36:29 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:36:29 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:36:30 go: downloading github.com/gogo/protobuf v1.3.2 19:36:35 go: downloading k8s.io/klog/v2 v2.30.0 19:36:35 go: downloading github.com/google/gofuzz v1.1.0 19:36:35 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:36:37 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:36:37 go: downloading github.com/spf13/pflag v1.0.5 19:36:38 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:36:38 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:36:38 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:36:38 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:36:38 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:36:38 go: downloading github.com/dimchansky/utfbom v1.1.1 19:36:38 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:36:38 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:36:39 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:36:39 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:36:39 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:36:40 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:36:40 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:36:40 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:36:40 go: downloading cloud.google.com/go/storage v1.21.0 19:36:40 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:36:40 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:36:40 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:36:41 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:36:41 go: downloading cloud.google.com/go v0.100.2 19:36:41 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:36:41 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:36:42 go: downloading k8s.io/apimachinery v0.23.4 19:36:43 go: downloading go.opencensus.io v0.23.0 19:36:44 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:36:44 go: downloading gopkg.in/inf.v0 v0.9.1 19:36:44 go: downloading github.com/go-logr/logr v1.2.2 19:36:44 go: downloading github.com/google/go-cmp v0.5.7 19:36:45 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:36:45 go: downloading github.com/json-iterator/go v1.1.12 19:36:45 go: downloading github.com/googleapis/gnostic v0.5.5 19:36:45 go: downloading cloud.google.com/go/security v1.3.0 19:36:46 go: downloading github.com/hashicorp/vault/api v1.4.1 19:36:46 go: downloading k8s.io/kube-aggregator v0.23.3 19:36:47 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:36:47 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:36:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:36:47 go: downloading gopkg.in/yaml.v2 v2.4.0 19:36:48 go: downloading github.com/gobwas/glob v0.2.3 19:36:48 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:36:48 go: downloading github.com/jinzhu/inflection v1.0.0 19:36:48 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:36:48 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:36:48 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:36:49 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:36:49 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:36:49 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:36:49 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:36:49 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:36:49 go: downloading github.com/aws/smithy-go v1.11.0 19:36:49 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:36:51 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:36:51 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:36:51 go: downloading github.com/gogo/protobuf v1.3.2 19:36:52 go: downloading github.com/tklauser/numcpus v0.3.0 19:36:52 go: downloading go.uber.org/zap v1.21.0 19:36:53 go: downloading sigs.k8s.io/yaml v1.3.0 19:36:53 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:36:53 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:36:53 go: downloading github.com/modern-go/reflect2 v1.0.2 19:36:53 go: downloading github.com/ryanuber/go-glob v1.0.0 19:36:54 go: downloading github.com/golang/snappy v0.0.4 19:36:54 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:36:57 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:36:57 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:36:57 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:36:57 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:36:57 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:36:58 go: downloading github.com/dimchansky/utfbom v1.1.1 19:36:58 go: downloading cloud.google.com/go/compute v1.3.0 19:36:59 go: downloading cloud.google.com/go/iam v0.1.1 19:36:59 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:36:59 go: downloading github.com/google/gofuzz v1.1.0 19:36:59 go: downloading k8s.io/klog/v2 v2.30.0 19:36:59 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:36:59 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:37:00 go: downloading github.com/spf13/pflag v1.0.5 19:37:01 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:37:01 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:37:01 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:37:01 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:37:01 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:37:01 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:37:01 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:37:02 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:37:03 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:37:03 go: downloading github.com/tklauser/numcpus v0.3.0 19:37:03 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:37:04 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:37:04 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:37:04 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:37:04 go: downloading github.com/hashicorp/go-version v1.2.0 19:37:04 go: downloading go.uber.org/multierr v1.6.0 19:37:06 go: downloading go.opencensus.io v0.23.0 19:37:07 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:37:07 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:37:07 go: downloading gopkg.in/inf.v0 v0.9.1 19:37:07 go: downloading github.com/google/go-cmp v0.5.7 19:37:08 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:37:08 go: downloading github.com/go-logr/logr v1.2.2 19:37:08 go: downloading github.com/json-iterator/go v1.1.12 19:37:09 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:37:12 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:37:12 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:37:12 go: downloading github.com/googleapis/gnostic v0.5.5 19:37:14 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:37:14 go: downloading go.uber.org/zap v1.21.0 19:37:15 go: downloading sigs.k8s.io/yaml v1.3.0 19:37:15 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:37:16 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:37:16 go: downloading github.com/modern-go/reflect2 v1.0.2 19:37:16 go: downloading github.com/ryanuber/go-glob v1.0.0 19:37:16 go: downloading github.com/golang/snappy v0.0.4 19:37:16 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:37:29 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:37:29 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:37:29 go: downloading github.com/hashicorp/go-version v1.2.0 19:37:29 go: downloading go.uber.org/multierr v1.6.0 19:37:51 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:37:51 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:37:55 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:37:55 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:39:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:39:14 Removing intermediate container e9bf3d3bc6ca 19:39:14 ---> 4c14283e350d 19:39:14 19:39:14 Step 10/25 : FROM alpine:3.14 19:39:14 ---> ac73e934f311 19:39:14 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:39:14 ---> Running in 5dbd4ab9a15f 19:39:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:39:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:39:17 (1/3) Installing ca-certificates (20211220-r0) 19:39:17 (2/3) Installing dumb-init (1.2.5-r1) 19:39:17 (3/3) Installing su-exec (0.2-r1) 19:39:17 Executing busybox-1.33.1-r7.trigger 19:39:17 Executing ca-certificates-20211220-r0.trigger 19:39:18 OK: 6 MiB in 17 packages 19:39:20 Removing intermediate container 5dbd4ab9a15f 19:39:20 ---> df482465280e 19:39:20 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:39:20 ---> Running in 68cb00b57886 19:39:20 Removing intermediate container 68cb00b57886 19:39:20 ---> 65c97fa56180 19:39:20 Step 13/25 : WORKDIR / 19:39:21 ---> Running in 91ee8d0816bb 19:39:21 Removing intermediate container 91ee8d0816bb 19:39:21 ---> 5d0c4c1fa4fd 19:39:21 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:39:22 ---> 228f8bea21e2 19:39:22 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:39:23 ---> 0a966c4ad0a3 19:39:23 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:39:24 ---> 2eb834a5bbc1 19:39:24 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:39:25 ---> b35faae57844 19:39:25 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:39:27 ---> a792f6e8d84d 19:39:27 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:39:29 ---> 4c3441968173 19:39:29 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:39:30 ---> fc1adcb4661a 19:39:30 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:39:30 ---> Running in 6cc5d4018e99 19:39:34 Removing intermediate container 6cc5d4018e99 19:39:34 ---> bceca237ce57 19:39:34 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:39:34 ---> Running in 9565d59fc075 19:39:34 Removing intermediate container 9565d59fc075 19:39:34 ---> 3f9ede6afdfb 19:39:34 Step 23/25 : LABEL arch=arm64 19:39:34 ---> Running in 1c34df3035a8 19:39:35 Removing intermediate container 1c34df3035a8 19:39:35 ---> 9d15826e5f1d 19:39:35 Step 24/25 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:39:35 ---> Running in bb7cced1c84d 19:39:36 Removing intermediate container bb7cced1c84d 19:39:36 ---> b60ae5cc1a54 19:39:36 Step 25/25 : LABEL version=0.0.0 19:39:36 ---> Running in 02a5a2c60b4d 19:39:36 Removing intermediate container 02a5a2c60b4d 19:39:36 ---> 503bde13da19 19:39:36 19:39:37 Successfully built 503bde13da19 19:39:37 Successfully tagged security-secretstore-setup-arm64:latest 19:39:37  Building security-secretstore-setup ... done Building core-metadata 19:40:09 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:40:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:40:09 ---> 52193ea0f6f5 19:40:09 Step 3/23 : WORKDIR /edgex-go 19:40:09 ---> Using cache 19:40:09 ---> 51c185136b1b 19:40:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:09 ---> Using cache 19:40:09 ---> 5290579e23ac 19:40:09 Step 5/23 : RUN apk add --update --no-cache make git 19:40:09 ---> Using cache 19:40:09 ---> 3f564159516f 19:40:09 Step 6/23 : COPY go.mod vendor* ./ 19:40:09 ---> Using cache 19:40:09 ---> 924a3b65572c 19:40:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:40:09 ---> Using cache 19:40:09 ---> a484451c7855 19:40:09 Step 8/23 : COPY . . 19:40:09 ---> Using cache 19:40:09 ---> 1c9f88751a20 19:40:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:40:09 ---> Running in e4b6c1a8b083 19:40:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:43:32 Removing intermediate container b0631ee63257 19:43:32 ---> 9a1167491f4a 19:43:32 19:43:32 Step 10/22 : FROM alpine:3.14 19:43:32 ---> ac73e934f311 19:43:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:43:32 ---> Running in db108c850957 19:43:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:43:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:43:32 (1/2) Installing ca-certificates (20211220-r0) 19:43:32 (2/2) Installing dumb-init (1.2.5-r1) 19:43:32 Executing busybox-1.33.1-r7.trigger 19:43:32 Executing ca-certificates-20211220-r0.trigger 19:43:32 OK: 6 MiB in 16 packages 19:43:32 Removing intermediate container db108c850957 19:43:32 ---> a721b2c61c8b 19:43:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:43:32 ---> Running in 1b659d90fff7 19:43:32 Removing intermediate container 1b659d90fff7 19:43:32 ---> c1d7a20e779e 19:43:32 Step 13/22 : ENV APP_PORT=59860 19:43:32 ---> Running in d6851adf5f3d 19:43:32 Removing intermediate container d6851adf5f3d 19:43:32 ---> 1d9d3e7764a6 19:43:32 Step 14/22 : EXPOSE $APP_PORT 19:43:32 ---> Running in dbb185db6383 19:43:32 Removing intermediate container dbb185db6383 19:43:32 ---> c44fb84cadfa 19:43:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:32 ---> b84335bcd51e 19:43:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:43:32 ---> 3f45893529b5 19:43:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:43:32 ---> 2ca87fd120b0 19:43:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:43:32 ---> Running in b8765c0a612a 19:43:33 Removing intermediate container b8765c0a612a 19:43:33 ---> 60d04bb77c53 19:43:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:33 ---> Running in 8562961e1c74 19:43:33 Removing intermediate container 8562961e1c74 19:43:33 ---> f6c517f57efd 19:43:33 Step 20/22 : LABEL arch=arm64 19:43:34 ---> Running in 04e8ac147885 19:43:34 Removing intermediate container 04e8ac147885 19:43:34 ---> ae28f693c505 19:43:34 Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:43:34 ---> Running in 95782ffd21de 19:43:35 Removing intermediate container 95782ffd21de 19:43:35 ---> d578c70abea9 19:43:35 Step 22/22 : LABEL version=0.0.0 19:43:35 ---> Running in 6dedd718bc94 19:43:35 Removing intermediate container 6dedd718bc94 19:43:35 ---> e1e10960a2f5 19:43:35 19:43:36 Successfully built e1e10960a2f5 19:43:36 Successfully tagged support-notifications-arm64:latest 19:43:36  Building support-notifications ... done Building core-command 19:44:08 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:44:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:44:08 ---> 52193ea0f6f5 19:44:08 Step 3/23 : WORKDIR /edgex-go 19:44:08 ---> Using cache 19:44:08 ---> 51c185136b1b 19:44:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:08 ---> Using cache 19:44:08 ---> 5290579e23ac 19:44:08 Step 5/23 : RUN apk add --update --no-cache make git 19:44:08 ---> Using cache 19:44:08 ---> 3f564159516f 19:44:08 Step 6/23 : COPY go.mod vendor* ./ 19:44:08 ---> Using cache 19:44:08 ---> 924a3b65572c 19:44:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:08 ---> Using cache 19:44:08 ---> a484451c7855 19:44:08 Step 8/23 : COPY . . 19:44:08 ---> Using cache 19:44:08 ---> 1c9f88751a20 19:44:08 Step 9/23 : RUN make cmd/core-command/core-command 19:44:08 ---> Running in 50a08a25b620 19:44:08 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:46:00 Removing intermediate container e4b6c1a8b083 19:46:00 ---> ac9bbb33ef83 19:46:00 19:46:00 Step 10/23 : FROM alpine:3.14 19:46:00 ---> ac73e934f311 19:46:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:46:00 ---> Running in 31df3606cd0e 19:46:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:46:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:46:00 (1/1) Installing dumb-init (1.2.5-r1) 19:46:00 Executing busybox-1.33.1-r7.trigger 19:46:00 OK: 5 MiB in 15 packages 19:46:00 Removing intermediate container 31df3606cd0e 19:46:00 ---> c8b7330bb25f 19:46:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:46:00 ---> Running in a1fc179f2859 19:46:00 Removing intermediate container a1fc179f2859 19:46:00 ---> becc5aff4070 19:46:00 Step 13/23 : ENV APP_PORT=59881 19:46:00 ---> Running in 337364cf618f 19:46:00 Removing intermediate container 337364cf618f 19:46:00 ---> a148f136fa4d 19:46:00 Step 14/23 : EXPOSE $APP_PORT 19:46:00 ---> Running in f0bf92f638ff 19:46:00 Removing intermediate container f0bf92f638ff 19:46:00 ---> fc583fd67054 19:46:00 Step 15/23 : WORKDIR / 19:46:00 ---> Running in 8588081bd738 19:46:00 Removing intermediate container 8588081bd738 19:46:00 ---> 3d0e14cdef51 19:46:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:46:00 ---> 334b77e0afed 19:46:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:46:00 ---> cbe9a0b0969d 19:46:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:46:00 ---> 80caa647609c 19:46:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:46:00 ---> Running in 33e1a5e2c9f3 19:46:00 Removing intermediate container 33e1a5e2c9f3 19:46:00 ---> 6535d925b347 19:46:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:46:00 ---> Running in a2dfe0c31191 19:46:00 Removing intermediate container a2dfe0c31191 19:46:00 ---> ae41b404fd1c 19:46:00 Step 21/23 : LABEL arch=arm64 19:46:00 ---> Running in eb827a5e1107 19:46:00 Removing intermediate container eb827a5e1107 19:46:00 ---> 9276a4f452bd 19:46:00 Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:46:00 ---> Running in 51263d343bbd 19:46:01 Removing intermediate container 51263d343bbd 19:46:01 ---> ffe6a385f8ed 19:46:01 Step 23/23 : LABEL version=0.0.0 19:46:01 ---> Running in fcb78b3b15fc 19:46:01 Removing intermediate container fcb78b3b15fc 19:46:01 ---> 750cbc638568 19:46:01 19:46:02 Successfully built 750cbc638568 19:46:02 Successfully tagged core-metadata-arm64:latest 19:46:02 Building support-scheduler 19:46:34  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:46:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:46:34 ---> 52193ea0f6f5 19:46:34 Step 3/22 : WORKDIR /edgex-go 19:46:34 ---> Using cache 19:46:34 ---> 51c185136b1b 19:46:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:34 ---> Using cache 19:46:34 ---> 5290579e23ac 19:46:34 Step 5/22 : RUN apk add --update --no-cache make git 19:46:34 ---> Using cache 19:46:34 ---> 3f564159516f 19:46:34 Step 6/22 : COPY go.mod vendor* ./ 19:46:34 ---> Using cache 19:46:34 ---> 924a3b65572c 19:46:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:34 ---> Using cache 19:46:34 ---> a484451c7855 19:46:34 Step 8/22 : COPY . . 19:46:34 ---> Using cache 19:46:34 ---> 1c9f88751a20 19:46:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:46:35 ---> Running in a4594e1cd80f 19:46:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:49:29 Removing intermediate container 50a08a25b620 19:49:29 ---> 8af937d16907 19:49:29 19:49:29 Step 10/23 : FROM alpine:3.14 19:49:29 ---> ac73e934f311 19:49:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:49:29 ---> Using cache 19:49:29 ---> c8b7330bb25f 19:49:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:49:29 ---> Using cache 19:49:29 ---> becc5aff4070 19:49:29 Step 13/23 : ENV APP_PORT=59882 19:49:29 ---> Running in d6f2770bacb4 19:49:29 Removing intermediate container d6f2770bacb4 19:49:29 ---> 3667ac731e6d 19:49:29 Step 14/23 : EXPOSE $APP_PORT 19:49:29 ---> Running in b9925154c2ad 19:49:29 Removing intermediate container b9925154c2ad 19:49:29 ---> dad660b9ccfb 19:49:29 Step 15/23 : WORKDIR / 19:49:29 ---> Running in 4ae81b4d34dd 19:49:29 Removing intermediate container 4ae81b4d34dd 19:49:29 ---> 0b8dbacbb93c 19:49:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:49:29 ---> 9fc15da4dfea 19:49:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:49:29 ---> 57d492de04c5 19:49:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:49:29 ---> cb0bf4bf696d 19:49:29 Step 19/23 : ENTRYPOINT ["/core-command"] 19:49:29 ---> Running in 44748a37c348 19:49:29 Removing intermediate container 44748a37c348 19:49:29 ---> f81211cbffd8 19:49:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:49:29 ---> Running in ac779cf03bcd 19:49:29 Removing intermediate container ac779cf03bcd 19:49:29 ---> 04b2936211d8 19:49:29 Step 21/23 : LABEL arch=arm64 19:49:29 ---> Running in 09eef6de8a0d 19:49:29 Removing intermediate container 09eef6de8a0d 19:49:29 ---> cad3474f32e9 19:49:29 Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:49:29 ---> Running in fd8282cfd054 19:49:30 Removing intermediate container fd8282cfd054 19:49:30 ---> b9b43db270ba 19:49:30 Step 23/23 : LABEL version=0.0.0 19:49:30 ---> Running in 5772b71329bc 19:49:30 Removing intermediate container 5772b71329bc 19:49:30 ---> 17ac3aeedbd0 19:49:30 19:49:31 Successfully built 17ac3aeedbd0 19:49:31 Successfully tagged core-command-arm64:latest 19:49:31  Building core-command ... done Building sys-mgmt-agent 19:50:03 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:50:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:50:03 ---> 52193ea0f6f5 19:50:03 Step 3/23 : WORKDIR /edgex-go 19:50:03 ---> Using cache 19:50:03 ---> 51c185136b1b 19:50:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:03 ---> Using cache 19:50:03 ---> 5290579e23ac 19:50:03 Step 5/23 : RUN apk add --update --no-cache make bash git 19:50:03 ---> Running in a423c0b527ec 19:50:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:50:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:50:04 OK: 220 MiB in 52 packages 19:50:06 Removing intermediate container a423c0b527ec 19:50:06 ---> 5ca822c78bbb 19:50:06 Step 6/23 : COPY go.mod vendor* ./ 19:50:07 ---> 3d25eb30ae13 19:50:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:50:07 ---> Running in 85c670512f4e 19:50:12 Removing intermediate container 85c670512f4e 19:50:12 ---> b90aa32f17e0 19:50:12 Step 8/23 : COPY . . 19:50:34 ---> 20bc253ed492 19:50:34 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:50:34 ---> Running in b322738d1e99 19:50:34 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:54:41 Removing intermediate container a4594e1cd80f 19:54:41 ---> dedf69be1d2c 19:54:41 19:54:41 Step 10/22 : FROM alpine:3.14 19:54:41 ---> ac73e934f311 19:54:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:54:41 ---> Using cache 19:54:41 ---> c8b7330bb25f 19:54:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:54:41 ---> Using cache 19:54:41 ---> becc5aff4070 19:54:41 Step 13/22 : ENV APP_PORT=59861 19:54:41 ---> Running in 4687445102b5 19:54:41 Removing intermediate container 4687445102b5 19:54:41 ---> acc524038753 19:54:41 Step 14/22 : EXPOSE $APP_PORT 19:54:41 ---> Running in 2fc1f0c9e68b 19:54:41 Removing intermediate container 2fc1f0c9e68b 19:54:41 ---> ec8b11e1b0d7 19:54:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:41 ---> 1fdccb56ab97 19:54:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:54:43 ---> 28399c998897 19:54:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:54:45 ---> 6fb8ccef8069 19:54:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:54:45 ---> Running in 28cf9f110dbd 19:54:46 Removing intermediate container 28cf9f110dbd 19:54:46 ---> 30518537e809 19:54:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:46 ---> Running in 55b9ef15523c 19:54:46 Removing intermediate container 55b9ef15523c 19:54:46 ---> a8d11451ce9e 19:54:46 Step 20/22 : LABEL arch=arm64 19:54:46 ---> Running in a34b4d917f03 19:54:47 Removing intermediate container a34b4d917f03 19:54:47 ---> 56ce906ff643 19:54:47 Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:54:47 ---> Running in c4d00ac9f612 19:54:47 Removing intermediate container c4d00ac9f612 19:54:47 ---> c6d879557171 19:54:47 Step 22/22 : LABEL version=0.0.0 19:54:48 ---> Running in 072b043e1a16 19:54:48 Removing intermediate container 072b043e1a16 19:54:48 ---> 7ea020b373e0 19:54:48 19:54:48 Successfully built 7ea020b373e0 19:54:48 Successfully tagged support-scheduler-arm64:latest 19:55:28  Building support-scheduler ... done Removing intermediate container b322738d1e99 19:55:28 ---> b483dbb188fd 19:55:28 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:55:28 ---> Running in 467672c14873 19:55:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:55:32 Removing intermediate container 467672c14873 19:55:32 ---> 6ac232ccf3a0 19:55:32 19:55:32 Step 11/23 : FROM docker:20.10.14 19:55:32 20.10.14: Pulling from library/docker 19:55:44 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:55:44 Status: Downloaded newer image for docker:20.10.14 19:55:44 ---> c346e9eafbab 19:55:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:55:45 ---> Running in 61f8ce35198d 19:55:46 Removing intermediate container 61f8ce35198d 19:55:46 ---> e91793fecf56 19:55:46 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:55:46 ---> Running in 3c9f8f6a5df7 19:55:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:55:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:55:49 (1/43) Installing readline (8.1.1-r0) 19:55:49 (2/43) Installing bash (5.1.16-r0) 19:55:49 Executing bash-5.1.16-r0.post-install 19:55:49 (3/43) Installing brotli-libs (1.0.9-r5) 19:55:49 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:55:49 (5/43) Installing libcurl (7.80.0-r1) 19:55:49 (6/43) Installing curl (7.80.0-r1) 19:55:49 (7/43) Installing dumb-init (1.2.5-r1) 19:55:49 (8/43) Installing libbz2 (1.0.8-r1) 19:55:49 (9/43) Installing expat (2.4.7-r0) 19:55:49 (10/43) Installing libffi (3.4.2-r1) 19:55:49 (11/43) Installing gdbm (1.22-r0) 19:55:49 (12/43) Installing xz-libs (5.2.5-r1) 19:55:49 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:55:49 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:55:49 (15/43) Installing mpdecimal (2.5.1-r1) 19:55:49 (16/43) Installing sqlite-libs (3.36.0-r0) 19:55:49 (17/43) Installing python3 (3.9.7-r4) 19:55:52 (18/43) Installing py3-appdirs (1.4.4-r2) 19:55:52 (19/43) Installing py3-certifi (2020.12.5-r1) 19:55:52 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:55:52 (21/43) Installing py3-idna (3.3-r0) 19:55:52 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:55:52 (23/43) Installing py3-requests (2.26.0-r1) 19:55:52 (24/43) Installing py3-msgpack (1.0.2-r1) 19:55:52 (25/43) Installing py3-lockfile (0.12.2-r4) 19:55:52 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:55:52 (27/43) Installing py3-colorama (0.4.4-r1) 19:55:52 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:55:52 (29/43) Installing py3-distlib (0.3.3-r0) 19:55:52 (30/43) Installing py3-distro (1.6.0-r0) 19:55:52 (31/43) Installing py3-six (1.16.0-r0) 19:55:52 (32/43) Installing py3-webencodings (0.5.1-r4) 19:55:52 (33/43) Installing py3-html5lib (1.1-r1) 19:55:52 (34/43) Installing py3-parsing (2.4.7-r2) 19:55:52 (35/43) Installing py3-packaging (20.9-r1) 19:55:52 (36/43) Installing py3-tomli (1.2.2-r0) 19:55:52 (37/43) Installing py3-pep517 (0.12.0-r0) 19:55:52 (38/43) Installing py3-progress (1.6-r0) 19:55:52 (39/43) Installing py3-retrying (1.3.3-r2) 19:55:52 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:55:52 (41/43) Installing py3-setuptools (52.0.0-r4) 19:55:52 (42/43) Installing py3-toml (0.10.2-r2) 19:55:52 (43/43) Installing py3-pip (20.3.4-r1) 19:55:53 Executing busybox-1.34.1-r5.trigger 19:55:53 OK: 82 MiB in 65 packages 19:55:58 Collecting docker-compose==1.23.2 19:55:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:55:59 Collecting websocket-client<1.0,>=0.32.0 19:55:59 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:55:59 Collecting jsonschema<3,>=2.5.1 19:55:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:56:00 Collecting texttable<0.10,>=0.9.0 19:56:00 Downloading texttable-0.9.1.tar.gz (11 kB) 19:56:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:56:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:56:04 Collecting docopt<0.7,>=0.6.1 19:56:04 Downloading docopt-0.6.2.tar.gz (25 kB) 19:56:07 Collecting PyYAML<4,>=3.10 19:56:07 Downloading PyYAML-3.13.tar.gz (270 kB) 19:56:11 Collecting docker<4.0,>=3.6.0 19:56:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:56:11 Collecting dockerpty<0.5,>=0.4.1 19:56:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:56:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:56:13 Collecting cached-property<2,>=1.2.0 19:56:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:56:14 Collecting docker-pycreds>=0.4.0 19:56:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:56:15 Collecting urllib3<1.25,>=1.21.1 19:56:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:56:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 19:56:15 Collecting chardet<3.1.0,>=3.0.2 19:56:15 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:56:16 Collecting idna<2.8,>=2.5 19:56:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:56:16 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:56:16 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:56:16 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:56:16 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:56:17 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:56:17 Attempting uninstall: urllib3 19:56:17 Found existing installation: urllib3 1.26.7 19:56:17 Uninstalling urllib3-1.26.7: 19:56:17 Successfully uninstalled urllib3-1.26.7 19:56:18 Attempting uninstall: idna 19:56:18 Found existing installation: idna 3.3 19:56:18 Uninstalling idna-3.3: 19:56:18 Successfully uninstalled idna-3.3 19:56:21 Attempting uninstall: requests 19:56:21 Found existing installation: requests 2.26.0 19:56:21 Uninstalling requests-2.26.0: 19:56:21 Successfully uninstalled requests-2.26.0 19:56:22 Running setup.py install for texttable: started 19:56:24 Running setup.py install for texttable: finished with status 'done' 19:56:24 Running setup.py install for PyYAML: started 19:56:27 Running setup.py install for PyYAML: finished with status 'done' 19:56:28 Running setup.py install for docopt: started 19:56:30 Running setup.py install for docopt: finished with status 'done' 19:56:30 Running setup.py install for dockerpty: started 19:56:32 Running setup.py install for dockerpty: finished with status 'done' 19:56:35 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:56:54 Removing intermediate container 3c9f8f6a5df7 19:56:54 ---> 4db812c148ac 19:56:54 Step 14/23 : ENV APP_PORT=58890 19:56:54 ---> Running in deb773f49273 19:56:54 Removing intermediate container deb773f49273 19:56:54 ---> 06a528a17d65 19:56:54 Step 15/23 : EXPOSE $APP_PORT 19:56:54 ---> Running in cfdae84ee4fc 19:56:54 Removing intermediate container cfdae84ee4fc 19:56:54 ---> 829adb5f8f5e 19:56:54 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:56:54 ---> 4d18983d70d7 19:56:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:56:55 ---> 42788f5b337c 19:56:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:56:56 ---> f0f6db1f233a 19:56:56 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:56:56 ---> Running in e59f641a8eba 19:56:57 Removing intermediate container e59f641a8eba 19:56:57 ---> 7759be58eca8 19:56:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:56:57 ---> Running in e9267bd86fef 19:56:58 Removing intermediate container e9267bd86fef 19:56:58 ---> 252b25c514ec 19:56:58 Step 21/23 : LABEL arch=arm64 19:56:58 ---> Running in 33cd8a4a1695 19:56:58 Removing intermediate container 33cd8a4a1695 19:56:58 ---> 919d205a04d3 19:56:58 Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 19:56:59 ---> Running in fa81288854da 19:56:59 Removing intermediate container fa81288854da 19:56:59 ---> bcd2d82134e4 19:56:59 Step 23/23 : LABEL version=0.0.0 19:56:59 ---> Running in a73c050dc896 19:57:00 Removing intermediate container a73c050dc896 19:57:00 ---> 153b785caaec 19:57:00 19:57:00 Successfully built 153b785caaec 19:57:00 Successfully tagged sys-mgmt-agent-arm64:latest 20:09:24  Building sys-mgmt-agent ... done Building bin/spire-agent... 20:09:24 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:09:24 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:09:24 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:09:24 go: downloading github.com/docker/docker v20.10.12+incompatible 20:09:24 go: downloading github.com/google/go-tpm-tools v0.3.3 20:09:24 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:09:24 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:09:24 go: downloading github.com/docker/go-connections v0.4.0 20:09:24 go: downloading github.com/docker/go-units v0.4.0 20:09:24 go: downloading github.com/opencontainers/image-spec v1.0.1 20:09:24 go: downloading github.com/containerd/containerd v1.3.4 20:09:24 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:09:24 go: downloading github.com/opencontainers/go-digest v1.0.0 20:14:16 Building bin/spire-agent... 20:14:16 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:14:16 Building bin/spire-agent... 20:14:16 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:14:16 go: downloading github.com/docker/docker v20.10.12+incompatible 20:14:17 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:14:17 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:14:18 go: downloading github.com/docker/docker v20.10.12+incompatible 20:14:21 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:14:21 go: downloading github.com/google/go-tpm-tools v0.3.3 20:14:22 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:14:22 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:14:22 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:14:22 go: downloading github.com/google/go-tpm-tools v0.3.3 20:14:23 go: downloading github.com/docker/go-connections v0.4.0 20:14:23 go: downloading github.com/docker/go-units v0.4.0 20:14:23 go: downloading github.com/opencontainers/image-spec v1.0.1 20:14:23 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:14:23 go: downloading github.com/containerd/containerd v1.3.4 20:14:23 go: downloading github.com/opencontainers/go-digest v1.0.0 20:14:24 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:14:24 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:14:24 go: downloading github.com/docker/go-connections v0.4.0 20:14:24 go: downloading github.com/docker/go-units v0.4.0 20:14:24 go: downloading github.com/opencontainers/image-spec v1.0.1 20:14:24 go: downloading github.com/containerd/containerd v1.3.4 20:14:25 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:14:25 go: downloading github.com/opencontainers/go-digest v1.0.0 20:14:51 Removing intermediate container 278672c962a4 20:14:51 ---> d8074d3be509 20:14:51 20:14:51 Step 13/26 : FROM alpine:3.15 20:14:51 ---> 3fb3c9af89a9 20:14:51 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:14:51 ---> Using cache 20:14:51 ---> d47293ec083a 20:14:51 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:14:51 ---> Using cache 20:14:51 ---> 5bddd34322fc 20:14:51 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:14:51 ---> Running in 7ff65a362ad5 20:14:52 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:14:53 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:14:55 v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] 20:14:55 v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] 20:14:55 OK: 15730 distinct packages available 20:14:55 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:14:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:14:57 (1/5) Installing dumb-init (1.2.5-r1) 20:14:57 (2/5) Installing musl-obstack (1.2.3-r0) 20:14:57 (3/5) Installing libucontext (1.1-r0) 20:14:57 (4/5) Installing gcompat (1.0.0-r4) 20:14:58 (5/5) Installing openssl (1.1.1n-r0) 20:14:58 Executing busybox-1.34.1-r5.trigger 20:14:58 OK: 6 MiB in 19 packages 20:15:00 Removing intermediate container 7ff65a362ad5 20:15:00 ---> 2e0e4420f687 20:15:00 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 20:15:03 ---> 1367c0bcaee2 20:15:03 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:15:10 ---> 1ff8af681ad2 20:15:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:15:10 ---> aac67b287d46 20:15:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:15:11 ---> 6ca1148c87cc 20:15:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:15:12 ---> a023d3191072 20:15:12 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:15:12 ---> Running in a25d3561bcc1 20:15:13 Removing intermediate container a25d3561bcc1 20:15:13 ---> f728cfe0f286 20:15:13 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:15:13 ---> Running in c26bc61caae8 20:15:13 Removing intermediate container c26bc61caae8 20:15:13 ---> e7b5a7697787 20:15:13 Step 24/26 : LABEL arch=arm64 20:15:13 ---> Running in 986b550cbee4 20:15:14 Removing intermediate container 986b550cbee4 20:15:14 ---> c4a6a0c4e50d 20:15:14 Step 25/26 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 20:15:14 ---> Running in 78e0b3ba290d 20:15:14 Removing intermediate container 78e0b3ba290d 20:15:14 ---> 90fb5db2f548 20:15:14 Step 26/26 : LABEL version=0.0.0 20:15:15 ---> Running in 0c424045213c 20:15:15 Removing intermediate container 0c424045213c 20:15:15 ---> 532d3560ecea 20:15:15 20:15:16 Successfully built 532d3560ecea 20:15:16 Successfully tagged security-spire-agent-arm64:latest 20:19:38  Building security-spire-agent ... done Removing intermediate container 3d4a13a29b04 20:19:38 ---> 7011a0a806e7 20:19:38 20:19:38 Step 13/25 : FROM alpine:3.15 20:19:38 ---> 3fb3c9af89a9 20:19:38 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:19:38 ---> Using cache 20:19:38 ---> d47293ec083a 20:19:38 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:19:38 ---> Using cache 20:19:38 ---> 5bddd34322fc 20:19:38 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:19:38 ---> Using cache 20:19:38 ---> 2e0e4420f687 20:19:38 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:19:38 Removing intermediate container ed7cf3ed72cc 20:19:38 ---> 0eccb30e5ec3 20:19:38 20:19:38 Step 13/26 : FROM alpine:3.15 20:19:38 ---> 3fb3c9af89a9 20:19:38 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:19:38 ---> Using cache 20:19:38 ---> d47293ec083a 20:19:38 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:19:38 ---> Using cache 20:19:38 ---> 5bddd34322fc 20:19:38 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:19:38 ---> Running in cf0794ef3453 20:19:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:19:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:19:38 ---> de19d58ab5d9 20:19:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:19:38 v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] 20:19:38 v3.15.4-79-gaf675e239c [https://nl.alpinelinux.org/alpine/v3.15/community] 20:19:38 OK: 15730 distinct packages available 20:19:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:19:38 ---> 30af8d6a1c97 20:19:38 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:19:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:19:38 ---> 38b6db0c8355 20:19:38 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:19:38 ---> f04b7a14f732 20:19:38 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:19:38 ---> Running in a8a45290a18f 20:19:38 (1/4) Installing dumb-init (1.2.5-r1) 20:19:38 (2/4) Installing musl-obstack (1.2.3-r0) 20:19:38 (3/4) Installing libucontext (1.1-r0) 20:19:38 Removing intermediate container a8a45290a18f 20:19:38 ---> 7829686dcf07 20:19:38 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:19:38 (4/4) Installing gcompat (1.0.0-r4) 20:19:38 ---> Running in f494c06fba5e 20:19:38 Executing busybox-1.34.1-r5.trigger 20:19:38 OK: 6 MiB in 18 packages 20:19:38 Removing intermediate container f494c06fba5e 20:19:38 ---> f3fac8a52dd4 20:19:38 Step 23/25 : LABEL arch=arm64 20:19:38 ---> Running in b0e52e793f33 20:19:38 Removing intermediate container b0e52e793f33 20:19:38 ---> ffd774d7b857 20:19:38 Step 24/25 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 20:19:38 ---> Running in ce135b3266ea 20:19:38 Removing intermediate container cf0794ef3453 20:19:38 ---> e2f233703497 20:19:38 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:19:38 Removing intermediate container ce135b3266ea 20:19:38 ---> cb33372aa0bf 20:19:38 Step 25/25 : LABEL version=0.0.0 20:19:38 ---> Running in ea1af231e3ad 20:19:38 Removing intermediate container ea1af231e3ad 20:19:38 ---> 6236145345b2 20:19:38 20:19:38 Successfully built 6236145345b2 20:19:38 Successfully tagged security-spire-server-arm64:latest 20:19:38  Building security-spire-server ... done  ---> 48312c9f0c64 20:19:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:19:39 ---> 06f0de3da19c 20:19:39 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:19:39 ---> Running in d267deecaff4 20:19:40 Removing intermediate container d267deecaff4 20:19:40 ---> 415e674d3094 20:19:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:19:40 ---> 611a64d925f5 20:19:40 Step 21/26 : WORKDIR / 20:19:40 ---> Running in 906cb0b1c7d4 20:19:40 Removing intermediate container 906cb0b1c7d4 20:19:40 ---> 41c36bc7edfb 20:19:40 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:19:40 ---> Running in be358ebdad8c 20:19:41 Removing intermediate container be358ebdad8c 20:19:41 ---> 84ca10a7f113 20:19:41 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:19:41 ---> Running in 82223daf5a82 20:19:41 Removing intermediate container 82223daf5a82 20:19:41 ---> 38ce80ec4938 20:19:41 Step 24/26 : LABEL arch=arm64 20:19:41 ---> Running in 7d3b4cc82654 20:19:42 Removing intermediate container 7d3b4cc82654 20:19:42 ---> 846bb10ab18d 20:19:42 Step 25/26 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 20:19:42 ---> Running in 7207d6f12447 20:19:42 Removing intermediate container 7207d6f12447 20:19:42 ---> eab796a131c7 20:19:42 Step 26/26 : LABEL version=0.0.0 20:19:42 ---> Running in c5eb2d59ba80 20:19:42 Removing intermediate container c5eb2d59ba80 20:19:42 ---> 38db258c8d8a 20:19:42 20:19:43 Successfully built 38db258c8d8a 20:19:43 Successfully tagged security-spire-config-arm64:latest 20:19:43  Building security-spire-config ... done  [Pipeline] } 20:19:43 $ docker stop --time=1 09dbfb64bfb055867aa7dcaf0e22fa7e80b7a65302d40fd4dfe523083bb06eea 20:19:45 $ docker rm -f 09dbfb64bfb055867aa7dcaf0e22fa7e80b7a65302d40fd4dfe523083bb06eea [Pipeline] // withDockerContainer [Pipeline] sh 20:19:45 + docker images 20:19:46 REPOSITORY TAG IMAGE ID CREATED SIZE 20:19:46 security-spire-config-arm64 latest 38db258c8d8a 4 seconds ago 85.6MB 20:19:46 security-spire-server-arm64 latest 6236145345b2 10 seconds ago 86.3MB 20:19:46 7011a0a806e7 34 seconds ago 4.14GB 20:19:46 0eccb30e5ec3 35 seconds ago 4.14GB 20:19:46 security-spire-agent-arm64 latest 532d3560ecea 4 minutes ago 126MB 20:19:46 d8074d3be509 5 minutes ago 4.14GB 20:19:46 sys-mgmt-agent-arm64 latest 153b785caaec 22 minutes ago 282MB 20:19:46 6ac232ccf3a0 24 minutes ago 1.31GB 20:19:46 support-scheduler-arm64 latest 7ea020b373e0 24 minutes ago 25.3MB 20:19:46 dedf69be1d2c 25 minutes ago 1.36GB 20:19:46 core-command-arm64 latest 17ac3aeedbd0 30 minutes ago 15.5MB 20:19:46 8af937d16907 30 minutes ago 1.3GB 20:19:46 core-metadata-arm64 latest 750cbc638568 33 minutes ago 16.3MB 20:19:46 ac9bbb33ef83 34 minutes ago 1.31GB 20:19:46 support-notifications-arm64 latest e1e10960a2f5 36 minutes ago 25.8MB 20:19:46 9a1167491f4a 36 minutes ago 1.36GB 20:19:46 security-secretstore-setup-arm64 latest 503bde13da19 40 minutes ago 27.5MB 20:19:46 4c14283e350d 40 minutes ago 1.32GB 20:19:46 security-spiffe-token-provider-arm64 latest b50b66358d1c 45 minutes ago 27.9MB 20:19:46 92ed2495a960 46 minutes ago 1.36GB 20:19:46 core-data-arm64 latest 50541f640c93 46 minutes ago 21.6MB 20:19:46 667dc6ce1b20 47 minutes ago 1.34GB 20:19:46 security-bootstrapper-arm64 latest d5006f94ded7 47 minutes ago 18.3MB 20:19:46 security-proxy-setup-arm64 latest c3cb01957602 47 minutes ago 26.1MB 20:19:46 8493666cfe7e 48 minutes ago 1.31GB 20:19:46 c4c0cac4dce3 48 minutes ago 1.31GB 20:19:46 ci-base-image-arm64 latest 52193ea0f6f5 About an hour ago 885MB 20:19:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 725f1c02e7f9 10 days ago 551MB 20:19:46 docker 20.10.14 c346e9eafbab 3 weeks ago 202MB 20:19:46 alpine 3.14 ac73e934f311 3 weeks ago 5.34MB 20:19:46 alpine 3.15 3fb3c9af89a9 3 weeks ago 5.32MB 20:19:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 22 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:19:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:19:47 20:19:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:19:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:19:47 arm64: Pulling from edgex-lftools-log-publisher 20:19:47 8998bd30e6a1: Pulling fs layer 20:19:47 04944245beec: Pulling fs layer 20:19:47 699f458cf7ca: Pulling fs layer 20:19:47 765212b225bb: Pulling fs layer 20:19:47 f23df028b6ca: Pulling fs layer 20:19:47 d65c8cfc05b1: Pulling fs layer 20:19:47 2437ff75d9bd: Pulling fs layer 20:19:47 765212b225bb: Waiting 20:19:47 f23df028b6ca: Waiting 20:19:47 d65c8cfc05b1: Waiting 20:19:47 2437ff75d9bd: Waiting 20:19:47 04944245beec: Verifying Checksum 20:19:47 04944245beec: Download complete 20:19:47 765212b225bb: Verifying Checksum 20:19:47 765212b225bb: Download complete 20:19:47 f23df028b6ca: Download complete 20:19:47 d65c8cfc05b1: Download complete 20:19:48 699f458cf7ca: Verifying Checksum 20:19:48 699f458cf7ca: Download complete 20:19:48 8998bd30e6a1: Download complete 20:19:50 2437ff75d9bd: Verifying Checksum 20:19:50 2437ff75d9bd: Download complete 20:19:52 8998bd30e6a1: Pull complete 20:19:52 04944245beec: Pull complete 20:19:54 699f458cf7ca: Pull complete 20:19:54 765212b225bb: Pull complete 20:19:55 f23df028b6ca: Pull complete 20:19:55 d65c8cfc05b1: Pull complete 20:20:10 2437ff75d9bd: Pull complete 20:20:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:20:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:20:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:20:11 prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container 20:20:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:20:13 $ docker top 27179af4ec84de94f19978ee8d70c3d5116961940d55880117524179284ee6e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:20:14 ---> job-cost.sh 20:20:14 lf-activate-venv: SKIPPING 20:20:14 INFO: No Stack... 20:20:15 INFO: Retrieving Pricing Info for: v3-standard-4 20:20:16 INFO: Archiving Costs [Pipeline] sh 20:20:17 + + cutcat -d, /w/workspace/edgex-go/1/archives/cost.csv -f6 20:20:17 [Pipeline] lock 20:20:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4002-1-stack-cost] 20:20:17 Resource [jenkins-edgexfoundry-edgex-go-PR-4002-1-stack-cost] did not exist. Created. 20:20:17 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4002-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:20:17 + echo total: 0.2199999988079071 [Pipeline] stash 20:20:18 Stashed 1 file(s) [Pipeline] } 20:20:18 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4002-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:20:18 $ docker stop --time=1 27179af4ec84de94f19978ee8d70c3d5116961940d55880117524179284ee6e8 20:20:19 $ docker rm -f 27179af4ec84de94f19978ee8d70c3d5116961940d55880117524179284ee6e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:20:20 provisioning config files... 20:20:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3728406216128741573tmp [Pipeline] { [Pipeline] sh 20:20:21 + set +x 20:20:21 + curl -s https://codecov.io/bash 20:20:21 + bash -s -- 20:20:21 20:20:21 _____ _ 20:20:21 / ____| | | 20:20:21 | | ___ __| | ___ ___ _____ __ 20:20:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:20:21 | |___| (_) | (_| | __/ (_| (_) \ V / 20:20:21 \_____\___/ \__,_|\___|\___\___/ \_/ 20:20:21 Bash-1.0.6 20:20:21 20:20:21 20:20:21 ==> git version 2.25.1 found 20:20:21 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:20:21 Release-Date: 2020-01-08 20:20:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:20:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:20:21 ==> Jenkins CI detected. 20:20:21 current dir:  /w/workspace/edgex-go/1 20:20:21 project root: . 20:20:21 --> token set from env 20:20:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:20:21 ==> Running gcov in . (disable via -X gcov) 20:20:21 ==> Python coveragepy not found 20:20:21 ==> Searching for coverage reports in: 20:20:21 + . 20:20:21 -> Found 1 reports 20:20:21 ==> Detecting git/mercurial file structure 20:20:21 ==> Reading reports 20:20:21 + ./coverage.out bytes=435134 20:20:21 ==> Appending adjustments 20:20:21 https://docs.codecov.io/docs/fixing-reports 20:20:22 + Found adjustments 20:20:22 ==> Gzipping contents 20:20:22 60K /tmp/codecov.dGvlJF.gz 20:20:22 ==> Uploading reports 20:20:22 url: https://codecov.io 20:20:22 query: branch=PR-4002&commit=d5098ec541f92ca7a29fea3280899e4f4e507633&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4002%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4002&job=&cmd_args= 20:20:22 -> Pinging Codecov 20:20:22 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4002&commit=d5098ec541f92ca7a29fea3280899e4f4e507633&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4002%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4002&job=&cmd_args= 20:20:22 -> Uploading to 20:20:22 https://storage.googleapis.com/codecov/v4/raw/2022-05-02/00271124DB129430A58F1EEE437C3FCB/d5098ec541f92ca7a29fea3280899e4f4e507633/65f13ba7-3f58-4474-9890-fa3612262cd8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220502T202022Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=44aa95695ed8d58dc232fbb18b32ac8403aad780611583cef6b95c42d7e86579 20:20:22 % Total % Received % Xferd Average Speed Time Time Time Current 20:20:22 Dload Upload Total Spent Left Speed 20:20:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59893 0 0 100 59893 0 217k --:--:-- --:--:-- --:--:-- 218k 20:20:23 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d5098ec541f92ca7a29fea3280899e4f4e507633 [Pipeline] } 20:20:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:20:24 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:20:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:20:25 ---> package-listing.sh 20:20:25 ++ facter osfamily 20:20:25 ++ tr '[:upper:]' '[:lower:]' 20:20:25 + OS_FAMILY=debian 20:20:25 + workspace=/w/workspace/edgex-go/1 20:20:25 + START_PACKAGES=/tmp/packages_start.txt 20:20:25 + END_PACKAGES=/tmp/packages_end.txt 20:20:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:20:25 + PACKAGES=/tmp/packages_start.txt 20:20:25 + '[' /w/workspace/edgex-go/1 ']' 20:20:25 + PACKAGES=/tmp/packages_end.txt 20:20:25 + case "${OS_FAMILY}" in 20:20:25 + dpkg -l 20:20:25 + grep '^ii' 20:20:25 + '[' -f /tmp/packages_start.txt ']' 20:20:25 + '[' -f /tmp/packages_end.txt ']' 20:20:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:20:25 + '[' /w/workspace/edgex-go/1 ']' 20:20:25 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:20:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:20:25 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:20:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:20:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:20:26 20:20:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:20:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:20:27 latest: Pulling from edgex-lftools-log-publisher 20:20:27 5eb5b503b376: Pulling fs layer 20:20:27 5c69ac0246d0: Pulling fs layer 20:20:27 ec43610c2a17: Pulling fs layer 20:20:27 3a2ae6a8a46f: Pulling fs layer 20:20:27 33b1e0a273af: Pulling fs layer 20:20:27 5d3b04190fa2: Pulling fs layer 20:20:27 2f39f015ded8: Pulling fs layer 20:20:27 3a2ae6a8a46f: Waiting 20:20:27 5d3b04190fa2: Waiting 20:20:27 33b1e0a273af: Waiting 20:20:27 5c69ac0246d0: Download complete 20:20:27 3a2ae6a8a46f: Verifying Checksum 20:20:27 3a2ae6a8a46f: Download complete 20:20:27 33b1e0a273af: Verifying Checksum 20:20:27 33b1e0a273af: Download complete 20:20:27 ec43610c2a17: Verifying Checksum 20:20:27 ec43610c2a17: Download complete 20:20:27 5d3b04190fa2: Verifying Checksum 20:20:27 5d3b04190fa2: Download complete 20:20:27 5eb5b503b376: Verifying Checksum 20:20:27 5eb5b503b376: Download complete 20:20:27 2f39f015ded8: Verifying Checksum 20:20:27 2f39f015ded8: Download complete 20:20:28 5eb5b503b376: Pull complete 20:20:28 5c69ac0246d0: Pull complete 20:20:29 ec43610c2a17: Pull complete 20:20:29 3a2ae6a8a46f: Pull complete 20:20:29 33b1e0a273af: Pull complete 20:20:29 5d3b04190fa2: Pull complete 20:20:33 2f39f015ded8: Pull complete 20:20:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:20:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:20:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:20:33 prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container 20:20:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:20:35 $ docker top 7247d45d0ea85d39b73dcc96a9c1bb74c978ed2b3d4cb0d44bebdbc2e9c2d853 -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:36 + touch /tmp/pre-build-complete [Pipeline] sh 20:20:36 + mkdir -p /var/log/sysstat [Pipeline] sh 20:20:36 + ls /var/log/sa-host 20:20:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:20:36 provisioning config files... 20:20:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8429865079466079951tmp [Pipeline] { [Pipeline] echo 20:20:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:20:37 ---> create-netrc.sh [Pipeline] } 20:20:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:20:37 ---> python-tools-install.sh [Pipeline] echo 20:20:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:20:38 ---> sudo-logs.sh 20:20:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:20:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:20:38 ---> job-cost.sh 20:20:38 lf-activate-venv: SKIPPING 20:20:38 DEBUG: total: 0.2199999988079071 20:20:38 INFO: Retrieving Stack Cost... 20:20:39 INFO: Retrieving Pricing Info for: v3-standard-8 20:20:39 INFO: Archiving Costs [Pipeline] echo 20:20:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:20:39 ---> logs-deploy.sh 20:20:39 lf-activate-venv: SKIPPING 20:20:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4002/1 20:20:39 INFO: archiving workspace using pattern(s): 20:20:41 Archives upload complete. 20:20:41 INFO: archiving logs to Nexus 20:20:41 ---> uname -a: 20:20:41 Linux prd-ubuntu20-04-docker-8c-8g-34491 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 20:20:41 20:20:41 20:20:41 ---> lscpu: 20:20:41 Architecture: x86_64 20:20:41 CPU op-mode(s): 32-bit, 64-bit 20:20:41 Byte Order: Little Endian 20:20:41 Address sizes: 40 bits physical, 48 bits virtual 20:20:41 CPU(s): 8 20:20:41 On-line CPU(s) list: 0-7 20:20:41 Thread(s) per core: 1 20:20:41 Core(s) per socket: 1 20:20:41 Socket(s): 8 20:20:41 NUMA node(s): 1 20:20:41 Vendor ID: AuthenticAMD 20:20:41 CPU family: 23 20:20:41 Model: 49 20:20:41 Model name: AMD EPYC-Rome Processor 20:20:41 Stepping: 0 20:20:41 CPU MHz: 2800.000 20:20:41 BogoMIPS: 5600.00 20:20:41 Virtualization: AMD-V 20:20:41 Hypervisor vendor: KVM 20:20:41 Virtualization type: full 20:20:41 L1d cache: 256 KiB 20:20:41 L1i cache: 256 KiB 20:20:41 L2 cache: 4 MiB 20:20:41 L3 cache: 128 MiB 20:20:41 NUMA node0 CPU(s): 0-7 20:20:41 Vulnerability Itlb multihit: Not affected 20:20:41 Vulnerability L1tf: Not affected 20:20:41 Vulnerability Mds: Not affected 20:20:41 Vulnerability Meltdown: Not affected 20:20:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:20:41 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:20:41 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:20:41 Vulnerability Srbds: Not affected 20:20:41 Vulnerability Tsx async abort: Not affected 20:20:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:20:41 20:20:41 20:20:41 ---> nproc: 20:20:41 8 20:20:41 20:20:41 20:20:41 ---> df -h: 20:20:41 Filesystem Size Used Avail Use% Mounted on 20:20:41 overlay 155G 27G 129G 18% / 20:20:41 tmpfs 64M 0 64M 0% /dev 20:20:41 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:20:41 shm 64M 0 64M 0% /dev/shm 20:20:41 /dev/vda1 155G 27G 129G 18% /facter-os 20:20:41 20:20:41 20:20:41 ---> sar -b -r -n DEV: 20:20:41 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-34491) 05/02/22 _x86_64_ (8 CPU) 20:20:41 20:20:41 19:06:44 LINUX RESTART (8 CPU) 20:20:41 20:20:41 19:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:20:41 19:08:02 309.36 54.82 254.55 0.00 5229.32 170673.64 0.00 20:20:41 19:09:01 117.73 1.53 116.20 0.00 16.81 60635.42 0.00 20:20:41 19:10:01 49.79 0.18 49.61 0.00 2.13 18014.35 0.00 20:20:41 19:11:01 217.62 0.10 217.52 0.00 14.79 137591.20 0.00 20:20:41 19:12:01 443.97 0.35 443.62 0.00 6.93 254245.12 0.00 20:20:41 19:13:01 871.14 0.18 870.96 0.00 1.47 299237.05 0.00 20:20:41 19:14:01 938.54 0.17 938.37 0.00 7.46 310387.87 0.00 20:20:41 19:15:01 655.07 3.55 651.52 0.00 28.40 297021.96 0.00 20:20:41 19:16:01 318.63 0.02 318.61 0.00 0.13 76456.59 0.00 20:20:41 19:17:01 202.37 0.15 202.22 0.00 1.20 100819.20 0.00 20:20:41 19:18:01 571.80 1.73 570.07 0.00 14.80 222667.33 0.00 20:20:41 19:19:01 2.52 0.00 2.52 0.00 0.00 30.79 0.00 20:20:41 19:20:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 20:20:41 19:21:01 2.52 1.47 1.05 0.00 42.79 13.60 0.00 20:20:41 19:22:01 2.07 0.02 2.05 0.00 0.13 24.53 0.00 20:20:41 19:23:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 20:20:41 19:24:01 1.27 0.00 1.27 0.00 0.00 14.67 0.00 20:20:41 19:25:01 1.00 0.00 1.00 0.00 0.00 12.66 0.00 20:20:41 19:26:01 1.22 0.00 1.22 0.00 0.00 13.20 0.00 20:20:41 19:27:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 20:20:41 19:28:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 20:20:41 19:29:01 1.67 0.00 1.67 0.00 0.00 19.46 0.00 20:20:41 19:30:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 20:20:41 19:31:01 1.60 0.00 1.60 0.00 0.00 18.80 0.00 20:20:41 19:32:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 20:20:41 19:33:01 1.63 0.00 1.63 0.00 0.00 19.73 0.00 20:20:41 19:34:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 20:20:41 19:35:01 1.65 0.00 1.65 0.00 0.00 18.39 0.00 20:20:41 19:36:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 20:20:41 19:37:01 1.68 0.00 1.68 0.00 0.00 19.60 0.00 20:20:41 19:38:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 20:20:41 19:39:01 0.98 0.00 0.98 0.00 0.00 11.87 0.00 20:20:41 19:40:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 20:20:41 19:41:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 20:20:41 19:42:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 20:20:41 19:43:01 1.78 0.00 1.78 0.00 0.00 20.00 0.00 20:20:41 19:44:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 20:20:41 19:45:01 1.67 0.00 1.67 0.00 0.00 19.60 0.00 20:20:41 19:46:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 20:20:41 19:47:02 1.33 0.00 1.33 0.00 0.00 15.33 0.00 20:20:41 19:48:01 1.17 0.00 1.17 0.00 0.00 14.37 0.00 20:20:41 19:49:01 1.57 0.00 1.57 0.00 0.00 18.40 0.00 20:20:41 19:50:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 20:20:41 19:51:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 20:20:41 19:52:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 20:20:41 19:53:01 1.32 0.00 1.32 0.00 0.00 16.53 0.00 20:20:41 19:54:01 1.22 0.00 1.22 0.00 0.00 14.00 0.00 20:20:41 19:55:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 20:20:41 19:56:01 2.80 0.87 1.93 0.00 18.40 26.93 0.00 20:20:41 19:57:01 1.98 0.00 1.98 0.00 0.00 21.73 0.00 20:20:41 19:58:01 1.87 0.00 1.87 0.00 0.00 21.06 0.00 20:20:41 19:59:01 2.08 0.00 2.08 0.00 0.00 23.86 0.00 20:20:41 20:00:01 1.37 0.00 1.37 0.00 0.00 14.66 0.00 20:20:41 20:01:01 1.73 0.00 1.73 0.00 0.00 19.86 0.00 20:20:41 20:02:01 1.38 0.10 1.28 0.00 6.27 15.86 0.00 20:20:41 20:03:01 1.78 0.00 1.78 0.00 0.00 21.59 0.00 20:20:41 20:04:01 1.68 0.00 1.68 0.00 0.00 18.66 0.00 20:20:41 20:05:01 2.10 0.00 2.10 0.00 0.00 24.00 0.00 20:20:41 20:06:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 20:20:41 20:07:01 1.73 0.00 1.73 0.00 0.00 21.33 0.00 20:20:41 20:08:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 20:20:41 20:09:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 20:20:41 20:10:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 20:20:41 20:11:01 1.02 0.00 1.02 0.00 0.00 13.06 0.00 20:20:41 20:12:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 20:20:41 20:13:01 1.72 0.00 1.72 0.00 0.00 21.33 0.00 20:20:41 20:14:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 20:20:41 20:15:01 1.02 0.00 1.02 0.00 0.00 13.20 0.00 20:20:41 20:16:01 1.35 0.00 1.35 0.00 0.00 15.20 0.00 20:20:41 20:17:01 0.98 0.00 0.98 0.00 0.00 13.20 0.00 20:20:41 20:18:01 1.75 0.00 1.75 0.00 0.00 20.00 0.00 20:20:41 20:19:01 1.00 0.00 1.00 0.00 0.00 13.73 0.00 20:20:41 20:20:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 20:20:41 Average: 65.55 0.89 64.66 0.00 73.89 26695.04 0.00 20:20:41 20:20:41 19:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:20:41 19:08:02 28333884 31769564 532172 1.62 119064 3574704 1966460 5.80 1220240 2939216 849920 20:20:41 19:09:01 27616884 31659796 630020 1.92 159644 4052600 2145816 6.32 1677236 3092512 496872 20:20:41 19:10:01 27419644 31692476 595140 1.81 164608 4253560 2179128 6.42 1511044 3433976 308856 20:20:41 19:11:01 25087180 31667160 615328 1.87 170556 6493228 2621216 7.72 1838100 5368748 96 20:20:41 19:12:01 19268948 31384964 881632 2.68 247516 11589768 2778684 8.19 2461104 10182128 367560 20:20:41 19:13:01 15973084 31195732 1062616 3.23 276480 14543548 3287540 9.69 3568176 12238408 2096 20:20:41 19:14:01 14959476 31368244 883256 2.69 315160 15590988 2662704 7.85 2875812 13839496 137448 20:20:41 19:15:01 4797048 29863296 2372480 7.21 537096 23389640 5058188 14.91 5869536 20347996 893592 20:20:41 19:16:01 7832184 30953584 1294076 3.94 545704 21583320 3079184 9.07 5358604 17989620 1419748 20:20:41 19:17:01 8342188 31600588 658352 2.00 585544 21755028 2474304 7.29 3475172 19450644 344592 20:20:41 19:18:01 10282900 31717472 545236 1.66 721712 19854264 1954524 5.76 2865776 18177548 480 20:20:41 19:19:01 10283940 31718660 544128 1.65 721728 19854396 1954524 5.76 2865236 18177680 56 20:20:41 19:20:01 10301412 31736136 526712 1.60 721728 19854400 1954524 5.76 2847896 18177684 12 20:20:41 19:21:01 10302584 31738668 524404 1.59 721760 19855680 1970680 5.81 2849456 18177140 208 20:20:41 19:22:01 10302448 31738708 524372 1.59 721776 19855688 1978828 5.83 2847560 18177104 44 20:20:41 19:23:01 10302600 31738864 524380 1.59 721788 19855688 1978828 5.83 2847936 18177104 180 20:20:41 19:24:01 10302260 31738552 524620 1.60 721800 19855692 1978828 5.83 2848072 18177108 208 20:20:41 19:25:01 10302056 31738476 524660 1.60 721816 19855824 1978828 5.83 2847536 18177212 184 20:20:41 19:26:01 10302512 31739036 524124 1.59 721832 19855824 1978828 5.83 2847436 18177312 16 20:20:41 19:27:01 10302488 31739068 524096 1.59 721848 19855828 1978828 5.83 2847460 18177344 188 20:20:41 19:28:01 10302156 31738748 524340 1.59 721868 19855836 1978828 5.83 2847848 18177356 12 20:20:41 19:29:01 10302860 31739504 523772 1.59 721892 19855832 1978828 5.83 2847528 18177364 8 20:20:41 19:30:01 10302836 31739484 523728 1.59 721916 19855840 1978828 5.83 2847512 18177368 12 20:20:41 19:31:01 10302780 31739432 523704 1.59 721920 19855844 1994944 5.88 2847512 18177368 56 20:20:41 19:32:01 10302512 31739220 523996 1.59 721940 19855844 1994944 5.88 2847812 18177380 12 20:20:41 19:33:01 10302684 31739408 523748 1.59 721956 19855852 1994944 5.88 2847904 18177376 44 20:20:41 19:34:01 10302628 31739356 523736 1.59 721960 19855852 1994944 5.88 2847592 18177376 12 20:20:41 19:35:01 10302536 31739308 523956 1.59 721972 19855856 1994944 5.88 2847872 18177380 8 20:20:41 19:36:01 10302772 31739560 523676 1.59 721984 19855856 1994944 5.88 2847640 18177380 24 20:20:41 19:37:01 10302692 31739484 523680 1.59 722000 19855856 1994944 5.88 2847624 18177384 48 20:20:41 19:38:01 10302636 31739444 523652 1.59 722008 19855864 1994944 5.88 2847960 18177388 12 20:20:41 19:39:01 10302620 31739432 523592 1.59 722020 19855864 1994944 5.88 2847652 18177388 176 20:20:41 19:40:01 10302708 31739524 523588 1.59 722020 19855868 1994944 5.88 2847952 18177392 184 20:20:41 19:41:01 10302668 31739532 523584 1.59 722032 19855876 1994944 5.88 2847996 18177400 228 20:20:41 19:42:01 10302692 31739560 523548 1.59 722048 19855868 1978780 5.83 2847964 18177400 12 20:20:41 19:43:01 10302876 31739756 523476 1.59 722064 19855880 1978780 5.83 2848036 18177404 48 20:20:41 19:44:01 10303120 31740004 523192 1.59 722080 19855880 1978780 5.83 2847728 18177404 12 20:20:41 19:45:01 10303072 31740016 523148 1.59 722104 19855888 1978780 5.83 2847760 18177416 48 20:20:41 19:46:01 10302764 31739712 523468 1.59 722120 19855892 1978780 5.83 2847760 18177420 12 20:20:41 19:47:02 10302884 31739832 523496 1.59 722124 19855892 1978780 5.83 2847836 18177420 180 20:20:41 19:48:01 10303372 31740324 523072 1.59 722128 19855896 1978780 5.83 2848080 18177424 12 20:20:41 19:49:01 10303064 31740060 523308 1.59 722140 19855900 1978780 5.83 2847820 18177428 56 20:20:41 19:50:01 10303008 31740008 523292 1.59 722152 19855904 1978780 5.83 2847804 18177432 20 20:20:41 19:51:01 10302812 31739860 523472 1.59 722176 19855908 1978780 5.83 2848376 18177432 8 20:20:41 19:52:01 10303016 31740080 523196 1.59 722188 19855908 1978780 5.83 2847884 18177432 20 20:20:41 19:53:01 10302812 31739908 523448 1.59 722216 19855912 1978780 5.83 2848708 18177436 280 20:20:41 19:54:01 10303096 31740196 523164 1.59 722224 19855916 1978780 5.83 2847876 18177440 12 20:20:41 19:55:01 10303372 31740584 522724 1.59 722240 19856044 1978780 5.83 2848188 18177540 188 20:20:41 19:56:01 10296852 31734980 528200 1.61 722284 19856560 2030196 5.98 2852660 18178020 172 20:20:41 19:57:01 10300896 31739028 524356 1.59 722284 19856560 2030196 5.98 2848080 18178020 48 20:20:41 19:58:01 10300628 31738768 524516 1.60 722320 19856568 2030196 5.98 2848384 18178024 12 20:20:41 19:59:01 10300452 31738708 524444 1.59 722364 19856572 2030196 5.98 2848144 18178032 48 20:20:41 20:00:01 10300436 31738752 524420 1.59 722384 19856572 2030196 5.98 2848120 18178036 0 20:20:41 20:01:01 10300672 31738996 524104 1.59 722396 19856576 2014132 5.94 2848120 18178040 48 20:20:41 20:02:01 10299236 31738808 524456 1.59 722408 19856776 2014132 5.94 2850424 18177432 20 20:20:41 20:03:01 10299440 31739028 524196 1.59 722448 19856764 2014132 5.94 2849812 18177432 44 20:20:41 20:04:01 10299868 31739524 523860 1.59 722480 19856780 2014132 5.94 2850076 18177432 12 20:20:41 20:05:01 10300064 31739732 523604 1.59 722496 19856780 2014132 5.94 2849744 18177432 8 20:20:41 20:06:01 10300080 31739760 523536 1.59 722516 19856784 2014132 5.94 2849896 18177436 12 20:20:41 20:07:01 10299748 31739436 523776 1.59 722536 19856792 2014132 5.94 2849956 18177440 8 20:20:41 20:08:01 10299700 31739428 523728 1.59 722576 19856788 2014132 5.94 2850016 18177444 12 20:20:41 20:09:01 10300188 31739980 523248 1.59 722608 19856796 2014132 5.94 2849872 18177448 192 20:20:41 20:10:01 10300376 31740200 522976 1.59 722620 19856796 2014132 5.94 2850084 18177448 20 20:20:41 20:11:01 10299768 31739596 523496 1.59 722636 19856800 2014132 5.94 2850456 18177452 204 20:20:41 20:12:01 10299768 31739648 523420 1.59 722652 19856804 2014132 5.94 2849972 18177456 24 20:20:41 20:13:01 10299640 31739536 523352 1.59 722700 19856804 2014132 5.94 2850400 18177456 232 20:20:41 20:14:01 10299800 31739756 523280 1.59 722728 19856808 2014132 5.94 2850288 18177464 208 20:20:41 20:15:01 10299776 31739764 523300 1.59 722744 19856812 2014132 5.94 2849764 18177464 216 20:20:41 20:16:01 10299460 31739460 523564 1.59 722756 19856812 2014132 5.94 2849856 18177464 12 20:20:41 20:17:01 10299336 31739360 523748 1.59 722760 19856824 2014132 5.94 2850248 18177472 360 20:20:41 20:18:01 10299384 31739428 523672 1.59 722792 19856820 2014132 5.94 2850296 18177476 12 20:20:41 20:19:01 10299596 31739680 523416 1.59 722816 19856828 2014132 5.94 2850172 18177480 216 20:20:41 20:20:01 10299468 31739564 523404 1.59 722824 19856832 1997612 5.89 2850520 18177484 208 20:20:41 Average: 11350540 31680703 583132 1.77 666038 18873464 2109059 6.22 2867876 17178946 66116 20:20:41 20:20:41 19:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:20:41 19:08:02 lo 5.53 5.53 0.53 0.53 0.00 0.00 0.00 0.00 20:20:41 19:08:02 ens3 1603.32 1395.20 11171.76 186.76 0.00 0.00 0.00 0.00 20:20:41 19:08:02 docker0 472.34 458.70 34.96 2718.90 0.00 0.00 0.00 0.00 20:20:41 19:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:09:01 ens3 178.51 137.18 1038.13 74.12 0.00 0.00 0.00 0.00 20:20:41 19:09:01 docker0 91.83 114.98 7.64 997.87 0.00 0.00 0.00 0.00 20:20:41 19:09:01 veth5cff718 0.58 0.76 0.05 0.06 0.00 0.00 0.00 0.00 20:20:41 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:10:01 ens3 24.26 14.38 19.68 10.53 0.00 0.00 0.00 0.00 20:20:41 19:10:01 docker0 1.00 1.00 0.06 0.08 0.00 0.00 0.00 0.00 20:20:41 19:10:01 veth5cff718 1.00 1.02 0.08 0.08 0.00 0.00 0.00 0.00 20:20:41 19:11:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 20:20:41 19:11:01 vetheffd368 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:11:01 ens3 172.66 124.74 1893.34 81.63 0.00 0.00 0.00 0.00 20:20:41 19:11:01 veth984582e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:11:01 vetheb4119f 0.00 0.40 0.00 0.03 0.00 0.00 0.00 0.00 20:20:41 19:11:01 docker0 36.05 45.63 2.07 190.26 0.00 0.00 0.00 0.00 20:20:41 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:12:01 ens3 502.55 297.05 5859.75 91.65 0.00 0.00 0.00 0.00 20:20:41 19:12:01 veth728e209 242.00 436.30 20.74 5830.12 0.00 0.00 0.00 0.48 20:20:41 19:12:01 vetheb4119f 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 20:20:41 19:12:01 docker0 242.10 436.60 17.43 5830.13 0.00 0.00 0.00 0.00 20:20:41 19:13:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 20:20:41 19:13:01 vethb5c5b64 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:20:41 19:13:01 veth0dc7e44 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:20:41 19:13:01 ens3 166.04 96.47 1888.65 24.95 0.00 0.00 0.00 0.00 20:20:41 19:13:01 veth728e209 0.10 0.52 0.01 0.02 0.00 0.00 0.00 0.00 20:20:41 19:13:01 vetheb4119f 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 20:20:41 19:13:01 docker0 43.40 77.52 2.91 670.30 0.00 0.00 0.00 0.00 20:20:41 19:14:01 vetha358a85 116.24 239.52 8.87 3220.41 0.00 0.00 0.00 0.26 20:20:41 19:14:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 20:20:41 19:14:01 ens3 362.93 204.63 3686.31 101.27 0.00 0.00 0.00 0.00 20:20:41 19:14:01 veth728e209 12.95 17.54 1.19 206.88 0.00 0.00 0.00 0.02 20:20:41 19:14:01 vetheb4119f 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 20:20:41 19:14:01 docker0 152.83 291.44 9.70 3646.73 0.00 0.00 0.00 0.00 20:20:41 19:15:01 vetha358a85 116.15 163.62 11.18 2606.83 0.00 0.00 0.00 0.21 20:20:41 19:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:15:01 veth7ed13a8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:20:41 19:15:01 ens3 642.86 408.05 8499.81 106.15 0.00 0.00 0.00 0.00 20:20:41 19:15:01 vetheb4119f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:20:41 19:15:01 veth48cdf45 232.23 410.66 20.01 5830.30 0.00 0.00 0.00 0.48 20:20:41 19:15:01 docker0 355.44 582.72 26.84 8475.15 0.00 0.00 0.00 0.00 20:20:41 19:16:01 vetha358a85 0.18 0.28 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:16:01 ens3 47.43 34.51 142.65 9.01 0.00 0.00 0.00 0.00 20:20:41 19:16:01 vetheb4119f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:20:41 19:16:01 veth48cdf45 0.17 0.30 0.01 0.02 0.00 0.00 0.00 0.00 20:20:41 19:16:01 docker0 25.80 31.03 1.51 129.25 0.00 0.00 0.00 0.00 20:20:41 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:17:01 ens3 34.66 25.40 420.08 5.34 0.00 0.00 0.00 0.00 20:20:41 19:17:01 vetheb4119f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:17:01 docker0 21.10 27.13 1.73 413.92 0.00 0.00 0.00 0.00 20:20:41 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:18:01 ens3 51.25 36.48 176.16 8.50 0.00 0.00 0.00 0.00 20:20:41 19:18:01 docker0 27.13 36.05 1.58 163.30 0.00 0.00 0.00 0.00 20:20:41 19:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:19:01 ens3 0.78 0.68 0.51 0.06 0.00 0.00 0.00 0.00 20:20:41 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:20:01 ens3 0.23 0.23 0.01 0.02 0.00 0.00 0.00 0.00 20:20:41 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:21:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:20:41 19:21:01 ens3 29.23 33.61 4.48 56.21 0.00 0.00 0.00 0.00 20:20:41 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:23:01 ens3 0.30 0.23 0.09 0.08 0.00 0.00 0.00 0.00 20:20:41 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:24:01 ens3 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:25:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:28:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:20:41 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:32:01 ens3 0.13 0.07 0.17 0.00 0.00 0.00 0.00 0.00 20:20:41 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:33:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:20:41 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:34:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:35:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 20:20:41 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:36:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:38:01 ens3 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 20:20:41 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:39:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:40:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:41:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:43:01 ens3 0.25 0.27 0.08 0.08 0.00 0.00 0.00 0.00 20:20:41 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:45:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:47:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:47:02 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:48:01 ens3 0.12 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:20:41 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:51:01 ens3 0.50 0.42 0.26 0.22 0.00 0.00 0.00 0.00 20:20:41 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:53:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:20:41 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:55:01 ens3 0.32 0.18 0.24 0.01 0.00 0.00 0.00 0.00 20:20:41 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:58:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:20:41 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 19:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:02:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:02:01 ens3 4.53 3.30 2.82 5.32 0.00 0.00 0.00 0.00 20:20:41 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:03:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:20:41 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:04:01 ens3 0.93 0.35 0.42 0.21 0.00 0.00 0.00 0.00 20:20:41 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:06:01 ens3 1.22 0.10 0.22 0.07 0.00 0.00 0.00 0.00 20:20:41 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:07:01 ens3 0.92 0.62 0.52 0.41 0.00 0.00 0.00 0.00 20:20:41 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:08:01 ens3 0.35 0.10 0.09 0.06 0.00 0.00 0.00 0.00 20:20:41 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:09:01 ens3 0.85 0.10 0.07 0.01 0.00 0.00 0.00 0.00 20:20:41 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:10:01 ens3 1.22 0.48 0.46 0.28 0.00 0.00 0.00 0.00 20:20:41 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:11:01 ens3 0.60 0.42 0.27 0.22 0.00 0.00 0.00 0.00 20:20:41 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:12:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:13:01 ens3 0.27 0.23 0.08 0.08 0.00 0.00 0.00 0.00 20:20:41 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:14:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:15:01 ens3 0.20 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:17:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:18:01 ens3 0.30 0.12 0.09 0.07 0.00 0.00 0.00 0.00 20:20:41 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:41 20:19:01 ens3 0.42 0.18 0.14 0.01 0.00 0.00 0.00 0.00 20:20:41 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:20:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:41 Average: lo 0.22 0.22 0.02 0.02 0.00 0.00 0.00 0.00 20:20:41 Average: ens3 52.51 38.60 476.84 10.45 0.00 0.00 0.00 0.00 20:20:41 Average: docker0 20.11 28.79 1.46 318.23 0.00 0.00 0.00 0.00 20:20:41 20:20:41 20:20:41 ---> sar -P ALL: 20:20:41 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-34491) 05/02/22 _x86_64_ (8 CPU) 20:20:41 20:20:41 19:06:44 LINUX RESTART (8 CPU) 20:20:41 20:20:41 19:07:01 CPU %user %nice %system %iowait %steal %idle 20:20:41 19:08:02 all 12.16 0.00 4.56 2.72 0.26 80.30 20:20:41 19:08:02 0 22.74 0.00 4.09 2.91 0.27 70.00 20:20:41 19:08:02 1 12.13 0.00 7.62 7.19 0.25 72.81 20:20:41 19:08:02 2 10.38 0.00 3.42 0.86 0.24 85.11 20:20:41 19:08:02 3 8.14 0.00 3.75 2.58 0.27 85.26 20:20:41 19:08:02 4 11.19 0.00 3.82 4.29 0.19 80.51 20:20:41 19:08:02 5 14.21 0.00 5.37 1.01 0.22 79.19 20:20:41 19:08:02 6 8.68 0.00 3.62 0.10 0.22 87.38 20:20:41 19:08:02 7 9.75 0.00 4.80 2.85 0.43 82.17 20:20:41 19:09:01 all 33.02 0.00 6.81 2.37 0.29 57.51 20:20:41 19:09:01 0 32.92 0.00 7.48 0.03 0.27 59.29 20:20:41 19:09:01 1 34.10 0.00 6.84 3.06 0.31 55.69 20:20:41 19:09:01 2 33.48 0.00 7.01 4.73 0.33 54.46 20:20:41 19:09:01 3 31.29 0.00 8.04 0.63 0.27 59.76 20:20:41 19:09:01 4 33.01 0.00 6.35 0.29 0.31 60.04 20:20:41 19:09:01 5 33.69 0.00 6.05 0.41 0.27 59.58 20:20:41 19:09:01 6 32.49 0.00 5.86 1.66 0.27 59.72 20:20:41 19:09:01 7 33.16 0.00 6.88 8.17 0.31 51.49 20:20:41 19:10:01 all 45.78 0.00 5.55 0.30 0.22 48.15 20:20:41 19:10:01 0 45.29 0.00 5.21 0.07 0.20 49.23 20:20:41 19:10:01 1 46.08 0.00 5.58 0.03 0.20 48.10 20:20:41 19:10:01 2 45.65 0.00 5.62 0.30 0.20 48.22 20:20:41 19:10:01 3 45.41 0.00 6.07 0.07 0.20 48.25 20:20:41 19:10:01 4 45.83 0.00 4.96 0.05 0.25 48.90 20:20:41 19:10:01 5 46.80 0.00 5.53 1.64 0.24 45.79 20:20:41 19:10:01 6 46.39 0.00 5.53 0.22 0.22 47.65 20:20:41 19:10:01 7 44.81 0.00 5.87 0.05 0.22 49.06 20:20:41 19:11:01 all 17.83 0.00 8.95 3.83 0.29 69.09 20:20:41 19:11:01 0 18.19 0.00 8.98 4.71 0.26 67.86 20:20:41 19:11:01 1 18.77 0.00 7.97 0.89 0.37 72.00 20:20:41 19:11:01 2 16.91 0.00 7.96 6.96 0.25 67.91 20:20:41 19:11:01 3 18.78 0.00 10.57 1.06 0.31 69.29 20:20:41 19:11:01 4 17.00 0.00 8.70 0.63 0.26 73.41 20:20:41 19:11:01 5 19.23 0.00 9.11 1.12 0.24 70.29 20:20:41 19:11:01 6 18.10 0.00 10.23 4.42 0.29 66.96 20:20:41 19:11:01 7 15.69 0.00 8.09 10.80 0.34 65.08 20:20:41 19:12:01 all 57.57 0.00 11.39 8.63 0.38 22.03 20:20:41 19:12:01 0 57.57 0.00 9.83 6.16 0.39 26.06 20:20:41 19:12:01 1 57.15 0.00 11.62 4.16 0.37 26.70 20:20:41 19:12:01 2 57.47 0.00 11.25 16.80 0.30 14.16 20:20:41 19:12:01 3 57.80 0.00 11.64 5.64 0.42 24.50 20:20:41 19:12:01 4 56.26 0.00 11.97 4.45 0.39 26.93 20:20:41 19:12:01 5 58.39 0.00 9.95 2.25 0.36 29.05 20:20:41 19:12:01 6 60.30 0.00 12.67 6.97 0.44 19.61 20:20:41 19:12:01 7 55.57 0.00 12.20 22.64 0.37 9.21 20:20:41 19:13:01 all 75.49 0.00 13.49 2.74 0.36 7.93 20:20:41 19:13:01 0 72.69 0.00 15.30 7.95 0.44 3.63 20:20:41 19:13:01 1 81.26 0.00 11.83 1.30 0.32 5.29 20:20:41 19:13:01 2 75.70 0.00 11.91 4.39 0.41 7.59 20:20:41 19:13:01 3 74.52 0.00 13.14 1.63 0.32 10.39 20:20:41 19:13:01 4 73.40 0.00 14.01 1.83 0.36 10.41 20:20:41 19:13:01 5 75.95 0.00 12.41 1.53 0.32 9.78 20:20:41 19:13:01 6 76.14 0.00 14.94 1.81 0.30 6.81 20:20:41 19:13:01 7 74.21 0.00 14.36 1.48 0.41 9.54 20:20:41 19:14:01 all 68.47 0.00 14.20 4.06 0.37 12.91 20:20:41 19:14:01 0 66.19 0.00 15.40 5.49 0.34 12.58 20:20:41 19:14:01 1 74.03 0.00 11.07 6.47 0.34 8.10 20:20:41 19:14:01 2 69.89 0.00 13.42 1.98 0.32 14.40 20:20:41 19:14:01 3 67.74 0.00 13.75 5.55 0.37 12.58 20:20:41 19:14:01 4 65.87 0.00 15.18 2.47 0.41 16.07 20:20:41 19:14:01 5 70.01 0.00 13.80 3.01 0.36 12.82 20:20:41 19:14:01 6 69.01 0.00 14.91 2.83 0.34 12.92 20:20:41 19:14:01 7 64.96 0.00 16.09 4.67 0.48 13.80 20:20:41 19:15:01 all 70.93 0.00 14.44 3.99 0.27 10.37 20:20:41 19:15:01 0 70.03 0.00 15.52 5.48 0.27 8.70 20:20:41 19:15:01 1 71.54 0.00 13.53 4.30 0.29 10.34 20:20:41 19:15:01 2 71.11 0.00 13.68 5.49 0.25 9.46 20:20:41 19:15:01 3 68.77 0.00 16.14 3.55 0.27 11.27 20:20:41 19:15:01 4 72.58 0.00 14.08 2.51 0.29 10.55 20:20:41 19:15:01 5 70.60 0.00 14.33 3.44 0.25 11.38 20:20:41 19:15:01 6 71.82 0.00 12.95 3.01 0.25 11.96 20:20:41 19:15:01 7 70.99 0.00 15.32 4.11 0.30 9.27 20:20:41 19:16:01 all 84.63 0.00 8.13 0.08 0.18 6.99 20:20:41 19:16:01 0 81.71 0.00 8.51 0.00 0.17 9.61 20:20:41 19:16:01 1 91.41 0.00 8.17 0.00 0.17 0.25 20:20:41 19:16:01 2 82.07 0.00 7.87 0.00 0.18 9.87 20:20:41 19:16:01 3 82.98 0.00 8.51 0.00 0.18 8.32 20:20:41 19:16:01 4 81.88 0.00 8.44 0.00 0.17 9.51 20:20:41 19:16:01 5 82.32 0.00 7.87 0.00 0.17 9.64 20:20:41 19:16:01 6 93.30 0.00 6.51 0.00 0.18 0.00 20:20:41 19:16:01 7 81.33 0.00 9.14 0.63 0.18 8.71 20:20:41 19:17:01 all 33.98 0.00 4.65 1.21 0.11 60.05 20:20:41 19:17:01 0 20.42 0.00 3.91 0.12 0.10 75.46 20:20:41 19:17:01 1 33.52 0.00 4.09 0.00 0.12 62.27 20:20:41 19:17:01 2 67.58 0.00 6.11 0.55 0.13 25.63 20:20:41 19:17:01 3 20.49 0.00 3.89 0.00 0.10 75.52 20:20:41 19:17:01 4 19.16 0.00 4.05 0.39 0.10 76.30 20:20:41 19:17:01 5 23.52 0.00 3.83 0.32 0.08 72.24 20:20:41 19:17:01 6 65.81 0.00 6.07 0.18 0.13 27.80 20:20:41 19:17:01 7 21.25 0.00 5.29 8.12 0.12 65.22 20:20:41 19:18:01 all 14.40 0.00 7.84 4.04 0.23 73.48 20:20:41 19:18:01 0 13.81 0.00 8.60 7.85 0.27 69.47 20:20:41 19:18:01 1 13.20 0.00 7.95 14.05 0.25 64.55 20:20:41 19:18:01 2 14.13 0.00 7.55 3.48 0.19 74.66 20:20:41 19:18:01 3 15.84 0.00 7.38 0.98 0.24 75.56 20:20:41 19:18:01 4 15.37 0.00 7.54 0.80 0.24 76.05 20:20:41 19:18:01 5 13.05 0.00 7.61 1.60 0.22 77.52 20:20:41 19:18:01 6 14.19 0.00 8.18 1.81 0.22 75.60 20:20:41 19:18:01 7 15.65 0.00 7.92 1.78 0.25 74.40 20:20:41 20:20:41 19:18:01 CPU %user %nice %system %iowait %steal %idle 20:20:41 19:19:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:41 19:19:01 0 0.02 0.00 0.00 0.02 0.02 99.95 20:20:41 19:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:20:41 19:19:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:19:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:19:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:19:01 7 0.00 0.00 0.02 0.05 0.00 99.93 20:20:41 19:20:01 all 0.03 0.00 0.02 0.00 0.01 99.94 20:20:41 19:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:20:41 19:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:20:01 3 0.07 0.00 0.07 0.00 0.03 99.83 20:20:41 19:20:01 4 0.05 0.00 0.05 0.00 0.00 99.90 20:20:41 19:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:20:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:21:01 all 0.31 0.00 0.05 0.01 0.01 99.61 20:20:41 19:21:01 0 0.35 0.00 0.02 0.03 0.00 99.60 20:20:41 19:21:01 1 0.12 0.00 0.03 0.02 0.00 99.83 20:20:41 19:21:01 2 0.27 0.00 0.00 0.02 0.02 99.70 20:20:41 19:21:01 3 0.37 0.00 0.12 0.02 0.02 99.48 20:20:41 19:21:01 4 0.10 0.00 0.02 0.00 0.00 99.88 20:20:41 19:21:01 5 0.18 0.00 0.02 0.00 0.00 99.80 20:20:41 19:21:01 6 1.03 0.00 0.12 0.00 0.02 98.84 20:20:41 19:21:01 7 0.08 0.00 0.10 0.03 0.00 99.78 20:20:41 19:22:01 all 0.02 0.00 0.02 0.01 0.01 99.94 20:20:41 19:22:01 0 0.00 0.00 0.03 0.02 0.02 99.93 20:20:41 19:22:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:20:41 19:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:22:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:20:41 19:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:22:01 5 0.02 0.00 0.02 0.03 0.00 99.93 20:20:41 19:22:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:20:41 19:22:01 7 0.02 0.00 0.02 0.02 0.02 99.93 20:20:41 19:23:01 all 0.01 0.00 0.01 0.02 0.00 99.96 20:20:41 19:23:01 0 0.02 0.00 0.00 0.08 0.00 99.90 20:20:41 19:23:01 1 0.02 0.00 0.03 0.00 0.02 99.93 20:20:41 19:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:23:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:23:01 5 0.00 0.00 0.00 0.05 0.00 99.95 20:20:41 19:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:24:01 all 0.01 0.00 0.01 0.02 0.00 99.96 20:20:41 19:24:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:20:41 19:24:01 1 0.05 0.00 0.02 0.00 0.02 99.92 20:20:41 19:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:24:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:24:01 5 0.00 0.00 0.00 0.12 0.00 99.88 20:20:41 19:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:25:01 all 0.22 0.00 0.01 0.00 0.01 99.76 20:20:41 19:25:01 0 1.71 0.00 0.03 0.00 0.03 98.22 20:20:41 19:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:25:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:20:41 19:26:01 all 0.25 0.00 0.00 0.00 0.01 99.73 20:20:41 19:26:01 0 1.97 0.00 0.02 0.02 0.02 97.98 20:20:41 19:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:26:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:26:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:27:01 all 0.26 0.00 0.01 0.00 0.01 99.72 20:20:41 19:27:01 0 1.97 0.00 0.05 0.02 0.03 97.93 20:20:41 19:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:27:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:20:41 19:28:01 all 0.26 0.00 0.01 0.00 0.00 99.72 20:20:41 19:28:01 0 2.00 0.00 0.03 0.00 0.02 97.95 20:20:41 19:28:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:28:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:29:01 all 0.25 0.00 0.00 0.01 0.01 99.73 20:20:41 19:29:01 0 1.97 0.00 0.02 0.03 0.03 97.95 20:20:41 19:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:29:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:29:01 5 0.02 0.00 0.00 0.02 0.02 99.95 20:20:41 19:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:29:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 20:20:41 19:29:01 CPU %user %nice %system %iowait %steal %idle 20:20:41 19:30:01 all 0.26 0.00 0.01 0.00 0.01 99.72 20:20:41 19:30:01 0 2.02 0.00 0.03 0.00 0.02 97.93 20:20:41 19:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:30:01 5 0.00 0.00 0.02 0.02 0.00 99.97 20:20:41 19:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:30:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:31:01 all 0.21 0.00 0.02 0.01 0.01 99.75 20:20:41 19:31:01 0 1.58 0.00 0.13 0.02 0.03 98.24 20:20:41 19:31:01 1 0.02 0.00 0.00 0.02 0.02 99.95 20:20:41 19:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:31:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:31:01 7 0.00 0.00 0.00 0.03 0.00 99.97 20:20:41 19:32:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:41 19:32:01 0 0.03 0.00 0.02 0.02 0.03 99.90 20:20:41 19:32:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:20:41 19:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:32:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:20:41 19:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:33:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:20:41 19:33:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:20:41 19:33:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:34:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:41 19:34:01 0 0.03 0.00 0.02 0.02 0.05 99.88 20:20:41 19:34:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:20:41 19:34:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:35:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:20:41 19:35:01 0 0.03 0.00 0.05 0.02 0.02 99.88 20:20:41 19:35:01 1 0.00 0.00 0.00 0.05 0.00 99.95 20:20:41 19:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:36:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:20:41 19:36:01 0 0.05 0.00 0.02 0.02 0.02 99.90 20:20:41 19:36:01 1 0.00 0.00 0.00 0.05 0.00 99.95 20:20:41 19:36:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:36:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:36:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:36:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:20:41 19:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:37:01 all 0.01 0.00 0.01 0.01 0.00 99.98 20:20:41 19:37:01 0 0.03 0.00 0.05 0.02 0.02 99.88 20:20:41 19:37:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:20:41 19:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:38:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:41 19:38:01 0 0.03 0.00 0.02 0.00 0.03 99.92 20:20:41 19:38:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:20:41 19:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:38:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:20:41 19:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:39:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:20:41 19:39:01 0 0.03 0.00 0.03 0.07 0.02 99.85 20:20:41 19:39:01 1 0.02 0.00 0.00 0.05 0.00 99.93 20:20:41 19:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:40:01 all 0.02 0.00 0.01 0.02 0.01 99.94 20:20:41 19:40:01 0 0.03 0.00 0.03 0.02 0.03 99.88 20:20:41 19:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:20:41 19:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:40:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:20:41 19:40:01 7 0.02 0.00 0.02 0.17 0.00 99.80 20:20:41 20:20:41 19:40:01 CPU %user %nice %system %iowait %steal %idle 20:20:41 19:41:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:20:41 19:41:01 0 0.03 0.00 0.03 0.02 0.02 99.90 20:20:41 19:41:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:41:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:42:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:41 19:42:01 0 0.03 0.00 0.03 0.00 0.03 99.90 20:20:41 19:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:42:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:42:01 7 0.00 0.00 0.00 0.02 0.02 99.97 20:20:41 19:43:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:20:41 19:43:01 0 0.07 0.00 0.07 0.02 0.02 99.83 20:20:41 19:43:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:43:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:43:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:44:01 all 0.01 0.00 0.01 0.00 0.01 99.98 20:20:41 19:44:01 0 0.02 0.00 0.03 0.02 0.03 99.90 20:20:41 19:44:01 1 0.02 0.00 0.00 0.02 0.02 99.95 20:20:41 19:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:45:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:20:41 19:45:01 0 0.02 0.00 0.03 0.02 0.02 99.92 20:20:41 19:45:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:20:41 19:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:45:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:45:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:46:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:41 19:46:01 0 0.00 0.00 0.02 0.00 0.03 99.95 20:20:41 19:46:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:20:41 19:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:46:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:20:41 19:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:47:02 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:41 19:47:02 0 0.03 0.00 0.03 0.02 0.03 99.88 20:20:41 19:47:02 1 0.00 0.00 0.00 0.03 0.00 99.97 20:20:41 19:47:02 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:47:02 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:47:02 4 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:47:02 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:47:02 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:47:02 7 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:48:01 all 0.01 0.00 0.00 0.00 0.01 99.97 20:20:41 19:48:01 0 0.03 0.00 0.02 0.00 0.03 99.91 20:20:41 19:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:48:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:48:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:20:41 19:49:01 all 0.00 0.00 0.01 0.01 0.01 99.97 20:20:41 19:49:01 0 0.00 0.00 0.03 0.02 0.02 99.93 20:20:41 19:49:01 1 0.00 0.00 0.00 0.02 0.02 99.97 20:20:41 19:49:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:49:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:50:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:41 19:50:01 0 0.03 0.00 0.03 0.02 0.03 99.88 20:20:41 19:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:50:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:50:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:50:01 7 0.00 0.00 0.00 0.03 0.00 99.97 20:20:41 19:51:01 all 0.00 0.00 0.00 0.01 0.00 99.98 20:20:41 19:51:01 0 0.00 0.00 0.00 0.02 0.03 99.95 20:20:41 19:51:01 1 0.00 0.00 0.02 0.03 0.00 99.95 20:20:41 19:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:20:41 19:51:01 CPU %user %nice %system %iowait %steal %idle 20:20:41 19:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:20:41 19:52:01 0 0.10 0.00 0.05 0.00 0.03 99.82 20:20:41 19:52:01 1 0.03 0.00 0.00 0.03 0.00 99.93 20:20:41 19:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:52:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:52:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:20:41 19:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:53:01 all 0.00 0.00 0.00 0.00 0.01 99.98 20:20:41 19:53:01 0 0.02 0.00 0.02 0.02 0.03 99.92 20:20:41 19:53:01 1 0.00 0.00 0.00 0.02 0.02 99.97 20:20:41 19:53:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:53:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:54:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:41 19:54:01 0 0.02 0.00 0.03 0.02 0.05 99.88 20:20:41 19:54:01 1 0.00 0.00 0.02 0.05 0.00 99.93 20:20:41 19:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 19:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:55:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:20:41 19:55:01 0 0.05 0.00 0.03 0.02 0.05 99.85 20:20:41 19:55:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:20:41 19:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:55:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:55:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:55:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 19:56:01 all 0.05 0.00 0.02 0.01 0.01 99.92 20:20:41 19:56:01 0 0.05 0.00 0.05 0.02 0.03 99.85 20:20:41 19:56:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:20:41 19:56:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:56:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:20:41 19:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:56:01 5 0.23 0.00 0.03 0.02 0.00 99.72 20:20:41 19:56:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:20:41 19:56:01 7 0.00 0.00 0.02 0.02 0.00 99.97 20:20:41 19:57:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:20:41 19:57:01 0 0.05 0.00 0.03 0.02 0.07 99.83 20:20:41 19:57:01 1 0.00 0.00 0.02 0.03 0.02 99.93 20:20:41 19:57:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 19:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:57:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:58:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:20:41 19:58:01 0 0.03 0.00 0.02 0.03 0.05 99.87 20:20:41 19:58:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:20:41 19:58:01 2 0.02 0.00 0.02 0.02 0.00 99.95 20:20:41 19:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:20:41 19:58:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 19:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 19:59:01 all 0.16 0.00 0.02 0.01 0.02 99.79 20:20:41 19:59:01 0 1.21 0.00 0.03 0.05 0.08 98.63 20:20:41 19:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 19:59:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:20:41 19:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:59:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 19:59:01 5 0.02 0.00 0.03 0.00 0.02 99.93 20:20:41 19:59:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 19:59:01 7 0.02 0.00 0.03 0.02 0.02 99.92 20:20:41 20:00:01 all 0.26 0.00 0.01 0.00 0.01 99.71 20:20:41 20:00:01 0 0.07 0.00 0.03 0.02 0.05 99.83 20:20:41 20:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:00:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:20:41 20:00:01 3 1.97 0.00 0.03 0.00 0.02 97.98 20:20:41 20:00:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 20:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 20:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 20:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:01:01 all 0.26 0.00 0.01 0.01 0.01 99.72 20:20:41 20:01:01 0 0.02 0.00 0.03 0.02 0.03 99.90 20:20:41 20:01:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 20:01:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:20:41 20:01:01 3 1.95 0.00 0.00 0.00 0.02 98.03 20:20:41 20:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 20:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:02:01 all 0.35 0.00 0.03 0.01 0.00 99.62 20:20:41 20:02:01 0 0.08 0.00 0.02 0.02 0.00 99.88 20:20:41 20:02:01 1 0.05 0.00 0.03 0.00 0.00 99.92 20:20:41 20:02:01 2 0.08 0.00 0.02 0.02 0.02 99.87 20:20:41 20:02:01 3 2.22 0.00 0.02 0.00 0.00 97.77 20:20:41 20:02:01 4 0.08 0.00 0.03 0.00 0.00 99.88 20:20:41 20:02:01 5 0.05 0.00 0.03 0.00 0.00 99.92 20:20:41 20:02:01 6 0.07 0.00 0.03 0.00 0.00 99.90 20:20:41 20:02:01 7 0.10 0.00 0.05 0.02 0.00 99.83 20:20:41 20:20:41 20:02:01 CPU %user %nice %system %iowait %steal %idle 20:20:41 20:03:01 all 0.24 0.00 0.01 0.01 0.01 99.73 20:20:41 20:03:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:20:41 20:03:01 1 0.00 0.00 0.02 0.02 0.02 99.95 20:20:41 20:03:01 2 0.03 0.00 0.02 0.03 0.03 99.88 20:20:41 20:03:01 3 1.82 0.00 0.05 0.00 0.02 98.11 20:20:41 20:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:04:01 all 0.04 0.00 0.03 0.01 0.01 99.91 20:20:41 20:04:01 0 0.00 0.00 0.02 0.07 0.02 99.90 20:20:41 20:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:04:01 2 0.02 0.00 0.00 0.03 0.02 99.93 20:20:41 20:04:01 3 0.22 0.00 0.13 0.00 0.00 99.65 20:20:41 20:04:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 20:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:04:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:20:41 20:04:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:41 20:05:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:41 20:05:01 0 0.02 0.00 0.02 0.03 0.00 99.93 20:20:41 20:05:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:20:41 20:05:01 2 0.00 0.00 0.00 0.02 0.05 99.93 20:20:41 20:05:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 20:05:01 4 0.02 0.00 0.03 0.00 0.00 99.95 20:20:41 20:05:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:06:01 all 0.01 0.00 0.00 0.01 0.01 99.97 20:20:41 20:06:01 0 0.02 0.00 0.00 0.05 0.00 99.93 20:20:41 20:06:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 20:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:20:41 20:06:01 3 0.00 0.00 0.00 0.00 0.03 99.97 20:20:41 20:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:07:01 all 0.02 0.00 0.01 0.01 0.01 99.95 20:20:41 20:07:01 0 0.00 0.00 0.00 0.03 0.02 99.95 20:20:41 20:07:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:20:41 20:07:01 2 0.03 0.00 0.02 0.02 0.05 99.88 20:20:41 20:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 20:07:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:20:41 20:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:07:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:20:41 20:08:01 all 0.00 0.00 0.01 0.01 0.00 99.97 20:20:41 20:08:01 0 0.00 0.00 0.03 0.05 0.00 99.92 20:20:41 20:08:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 20:08:01 2 0.00 0.00 0.03 0.00 0.03 99.93 20:20:41 20:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:20:41 20:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:09:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:41 20:09:01 0 0.00 0.00 0.00 0.02 0.02 99.97 20:20:41 20:09:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 20:09:01 2 0.03 0.00 0.00 0.02 0.03 99.92 20:20:41 20:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:09:01 5 0.00 0.00 0.03 0.00 0.02 99.95 20:20:41 20:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:10:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:20:41 20:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:20:41 20:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:20:41 20:10:01 2 0.02 0.00 0.03 0.03 0.02 99.90 20:20:41 20:10:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:20:41 20:10:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:20:41 20:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:10:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:20:41 20:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:11:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:20:41 20:11:01 0 0.00 0.00 0.00 0.02 0.02 99.97 20:20:41 20:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:11:01 2 0.03 0.00 0.02 0.02 0.00 99.93 20:20:41 20:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 20:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:20:41 20:12:01 0 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 20:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:12:01 2 0.03 0.00 0.02 0.02 0.03 99.90 20:20:41 20:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 20:12:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:20:41 20:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 20:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 20:13:01 all 0.06 0.00 0.01 0.01 0.01 99.91 20:20:41 20:13:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:20:41 20:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:13:01 2 0.02 0.00 0.02 0.05 0.02 99.90 20:20:41 20:13:01 3 0.47 0.00 0.00 0.00 0.02 99.52 20:20:41 20:13:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 20:13:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 20:13:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:20:41 20:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 20:20:41 20:13:01 CPU %user %nice %system %iowait %steal %idle 20:20:41 20:14:01 all 0.05 0.00 0.02 0.00 0.01 99.91 20:20:41 20:14:01 0 0.02 0.00 0.02 0.02 0.02 99.93 20:20:41 20:14:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:20:41 20:14:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:20:41 20:14:01 3 0.25 0.00 0.17 0.00 0.02 99.57 20:20:41 20:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:14:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:20:41 20:15:01 all 0.00 0.00 0.01 0.00 0.01 99.98 20:20:41 20:15:01 0 0.00 0.00 0.00 0.03 0.00 99.97 20:20:41 20:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 20:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:20:41 20:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:41 20:16:01 all 0.02 0.00 0.00 0.01 0.00 99.96 20:20:41 20:16:01 0 0.03 0.00 0.00 0.03 0.00 99.93 20:20:41 20:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:16:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:20:41 20:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:16:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:20:41 20:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 20:16:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:20:41 20:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:41 20:17:01 0 0.02 0.00 0.03 0.03 0.00 99.92 20:20:41 20:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:17:01 3 0.00 0.00 0.02 0.00 0.03 99.95 20:20:41 20:17:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 20:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:17:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:41 20:18:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:20:41 20:18:01 0 0.00 0.00 0.02 0.03 0.00 99.95 20:20:41 20:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 20:18:01 2 0.02 0.00 0.02 0.02 0.00 99.95 20:20:41 20:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:18:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:20:41 20:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:41 20:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:20:41 20:19:01 all 0.13 0.00 0.01 0.01 0.01 99.84 20:20:41 20:19:01 0 0.00 0.00 0.03 0.08 0.02 99.87 20:20:41 20:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:19:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:20:41 20:19:01 3 0.96 0.00 0.00 0.00 0.02 99.02 20:20:41 20:19:01 4 0.00 0.00 0.05 0.00 0.00 99.95 20:20:41 20:19:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:20:41 20:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 20:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:41 20:20:01 all 0.24 0.00 0.01 0.00 0.01 99.75 20:20:41 20:20:01 0 0.03 0.00 0.00 0.02 0.00 99.95 20:20:41 20:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:20:41 20:20:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:20:41 20:20:01 3 1.76 0.00 0.02 0.00 0.00 98.22 20:20:41 20:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 20:20:01 5 0.03 0.00 0.02 0.00 0.03 99.92 20:20:41 20:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:41 20:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:41 Average: all 7.04 0.00 1.36 0.46 0.05 91.09 20:20:41 Average: 0 7.04 0.00 1.42 0.57 0.06 90.92 20:20:41 Average: 1 7.25 0.00 1.31 0.57 0.04 90.82 20:20:41 Average: 2 7.40 0.00 1.30 0.62 0.05 90.63 20:20:41 Average: 3 6.84 0.00 1.40 0.29 0.05 91.42 20:20:41 Average: 4 6.67 0.00 1.35 0.24 0.04 91.70 20:20:41 Average: 5 6.89 0.00 1.30 0.22 0.04 91.54 20:20:41 Average: 6 7.59 0.00 1.39 0.31 0.04 90.66 20:20:41 Average: 7 6.60 0.00 1.44 0.89 0.05 91.02 20:20:41 20:20:41 20:20:41