Pull request #3979 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 75f34a50dbcf05074eea60ad1b070efe2775b48b+7c172932d67f5deb00d2ba71bf7bdd749298babf (43c7d14393721caa7ddfab76dc9b100108f57993) 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-ssh11213798776857430871.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10465778058904228762.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/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-3979/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6063214961927610628.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-3979/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5125054147622958750.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16761497836671727832.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-3979/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-3979/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh10122673191959118617.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-21377’ Running on prd-ubuntu20.04-docker-8c-8g-21381 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7c172932d67f5deb00d2ba71bf7bdd749298babf into PR head commit 75f34a50dbcf05074eea60ad1b070efe2775b48b Merge succeeded, producing 75f34a50dbcf05074eea60ad1b070efe2775b48b Checking out Revision 75f34a50dbcf05074eea60ad1b070efe2775b48b (PR-3979) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3979/head:refs/remotes/origin/PR-3979 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7c172932d67f5deb00d2ba71bf7bdd749298babf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:06:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:06:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:06:33 ========================================================= 19:06:33 EdgeX Global Pipelines Version Info 19:06:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:06:34 ------------------- 19:06:34 stable info: 19:06:34 ------------------- 19:06:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:34 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 19:06:34 Message: update stable to v1.0.221 19:06:34 ------------------- 19:06:34 experimental info: 19:06:34 ------------------- 19:06:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:34 Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d 19:06:34 Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:06:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3979 [Pipeline] echo 19:06:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3979 [Pipeline] echo 19:06:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3979 [Pipeline] echo 19:06:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75f34a50dbcf05074eea60ad1b070efe2775b48b [Pipeline] echo 19:06:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75f34a5 [Pipeline] echo 19:06:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:36 provisioning config files... 19:06:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6974886042169651126tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:36 ---> docker-login.sh 19:06:36 nexus3.edgexfoundry.org:10001 19:06:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:36 Configure a credential helper to remove this warning. See 19:06:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:36 19:06:36 Login Succeeded 19:06:36 nexus3.edgexfoundry.org:10002 19:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:37 Configure a credential helper to remove this warning. See 19:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:37 19:06:37 Login Succeeded 19:06:37 nexus3.edgexfoundry.org:10003 19:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:37 Configure a credential helper to remove this warning. See 19:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:37 19:06:37 Login Succeeded 19:06:37 nexus3.edgexfoundry.org:10004 19:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:37 Configure a credential helper to remove this warning. See 19:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:37 19:06:37 Login Succeeded 19:06:37 docker.io 19:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:38 Configure a credential helper to remove this warning. See 19:06:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:38 19:06:38 Login Succeeded 19:06:38 ---> docker-login.sh ends [Pipeline] } 19:06:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:38 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:06:38 + + dirname cmd/core-command/Dockerfile 19:06:38 cut -d/ -f2 19:06:38 + echo core-command,cmd/core-command/Dockerfile 19:06:38 + dirname cmd/core-data/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo core-data,cmd/core-data/Dockerfile 19:06:38 + + dirname cmd/core-metadata/Dockerfile 19:06:38 cut -d/ -f2 19:06:38 + echo core-metadata,cmd/core-metadata/Dockerfile 19:06:38 + + dirname cmd/security-bootstrapper/Dockerfile 19:06:38 cut -d/ -f2 19:06:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:06:38 + dirname cmd/security-proxy-setup/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:06:38 + dirname cmd/security-secretstore-setup/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:06:38 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:06:38 + dirname cmd/security-spire-agent/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:06:38 + dirname cmd/security-spire-config/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:06:38 + dirname cmd/security-spire-server/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:06:38 + dirname cmd/support-notifications/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo support-notifications,cmd/support-notifications/Dockerfile 19:06:38 + dirname cmd/support-scheduler/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:06:38 + dirname cmd/sys-mgmt-agent/Dockerfile 19:06:38 + cut -d/ -f2 19:06:38 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:06:38 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:06:39 + git rev-list -1 --merges 75f34a50dbcf05074eea60ad1b070efe2775b48b~1..75f34a50dbcf05074eea60ad1b070efe2775b48b [Pipeline] echo 19:06:39 -----------> git rev-list -1 --merges 75f34a50dbcf05074eea60ad1b070efe2775b48b~1..75f34a50dbcf05074eea60ad1b070efe2775b48b 75f34a50dbcf05074eea60ad1b070efe2775b48b [false] [Pipeline] sh 19:06:39 + git log --format=format:%s -1 75f34a50dbcf05074eea60ad1b070efe2775b48b [Pipeline] echo 19:06:39 ========================================================= 19:06:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:06:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:06:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:39 + grep -v github /etc/ssh/ssh_known_hosts 19:06:39 + [ -e /tmp/ssh_known_hosts ] 19:06:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:06:39 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:06:39 sudo tee -a /etc/ssh/ssh_known_hosts 19:06:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 19:06:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:40 19:06:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:06:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:40 latest: Pulling from edgex-devops/git-semver 19:06:40 a0d0a0d46f8b: Pulling fs layer 19:06:40 3e5f54012d9b: Pulling fs layer 19:06:40 4c7163046ea9: Pulling fs layer 19:06:40 0c2d73faf560: Pulling fs layer 19:06:40 3e5f54012d9b: Download complete 19:06:40 a0d0a0d46f8b: Download complete 19:06:40 0c2d73faf560: Verifying Checksum 19:06:40 0c2d73faf560: Download complete 19:06:40 4c7163046ea9: Verifying Checksum 19:06:40 4c7163046ea9: Download complete 19:06:40 a0d0a0d46f8b: Pull complete 19:06:40 3e5f54012d9b: Pull complete 19:06:41 4c7163046ea9: Pull complete 19:06:41 0c2d73faf560: Pull complete 19:06:41 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 19:06:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:06:41 prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container 19:06:41 $ 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:10004/edgex-devops/git-semver:latest cat 19:06:42 $ docker top 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:42 [ssh-agent] Looking for ssh-agent implementation... 19:06:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:42 $ docker exec 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce ssh-agent 19:06:42 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLpgcaI/agent.15 19:06:42 SSH_AGENT_PID=21 19:06:42 Running ssh-add (command line suppressed) 19:06:43 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6844307082539119844.key (/w/workspace/edgex-go/1@tmp/private_key_6844307082539119844.key) 19:06:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:43 + git tag --points-at HEAD [Pipeline] } 19:06:43 $ docker exec --env ******** --env ******** 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce ssh-agent -k 19:06:43 unset SSH_AUTH_SOCK; 19:06:43 unset SSH_AGENT_PID; 19:06:43 echo Agent pid 21 killed; 19:06:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:43 [ssh-agent] Looking for ssh-agent implementation... 19:06:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:43 $ docker exec 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce ssh-agent 19:06:43 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXGPlhMe/agent.54 19:06:43 SSH_AGENT_PID=60 19:06:43 Running ssh-add (command line suppressed) 19:06:44 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7836039383431433240.key (/w/workspace/edgex-go/1@tmp/private_key_7836039383431433240.key) 19:06:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:44 + git semver init 19:06:44 # -> Open(): unable to determine branch for HEAD 19:06:44 # $GIT_DIR = /w/workspace/edgex-go/1/.git 19:06:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 19:06:44 # $SEMVER_REMOTE_NAME = origin 19:06:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:06:44 # $SEMVER_USER_NAME = edgex-jenkins 19:06:44 # $SEMVER_BRANCH = PR-3979 19:06:44 # $SEMVER_TEMP = /tmp/semver-754028709 19:06:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:06:59 # '/tmp/semver-754028709' -> '/w/workspace/edgex-go/1/.semver' 19:06:59 # -> Force: false 19:06:59 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 19:06:59 $ docker exec --env ******** --env ******** 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce ssh-agent -k 19:06:59 unset SSH_AUTH_SOCK; 19:06:59 unset SSH_AGENT_PID; 19:06:59 echo Agent pid 60 killed; 19:06:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:59 + git semver [Pipeline] } 19:06:59 $ docker stop --time=1 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce 19:07:01 $ docker rm -f 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce [Pipeline] // withDockerContainer [Pipeline] sh 19:07:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:07:02 Stashed 1 file(s) [Pipeline] echo 19:07:02 [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:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:07:02 ========================================================= 19:07:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 19:07:02 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:07:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:07:03 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 19:07:03 59bf1c3509f3: Pulling fs layer 19:07:03 666ba61612fd: Pulling fs layer 19:07:03 8ed8ca486205: Pulling fs layer 19:07:03 4fe6c5a15a65: Pulling fs layer 19:07:03 22a0e8bec74d: Pulling fs layer 19:07:03 640e595b4fbd: Pulling fs layer 19:07:03 763cafe07f6e: Pulling fs layer 19:07:03 0c0b528cf693: Pulling fs layer 19:07:03 10935f4eaf8b: Pulling fs layer 19:07:03 4fe6c5a15a65: Waiting 19:07:03 22a0e8bec74d: Waiting 19:07:03 640e595b4fbd: Waiting 19:07:03 763cafe07f6e: Waiting 19:07:03 0c0b528cf693: Waiting 19:07:03 10935f4eaf8b: Waiting 19:07:03 8ed8ca486205: Download complete 19:07:03 666ba61612fd: Verifying Checksum 19:07:03 666ba61612fd: Download complete 19:07:03 22a0e8bec74d: Verifying Checksum 19:07:03 22a0e8bec74d: Download complete 19:07:03 640e595b4fbd: Verifying Checksum 19:07:03 640e595b4fbd: Download complete 19:07:03 763cafe07f6e: Verifying Checksum 19:07:03 763cafe07f6e: Download complete 19:07:03 59bf1c3509f3: Download complete 19:07:03 0c0b528cf693: Verifying Checksum 19:07:03 0c0b528cf693: Download complete 19:07:03 59bf1c3509f3: Pull complete 19:07:03 666ba61612fd: Pull complete 19:07:03 8ed8ca486205: Pull complete 19:07:04 10935f4eaf8b: Verifying Checksum 19:07:04 10935f4eaf8b: Download complete 19:07:04 4fe6c5a15a65: Verifying Checksum 19:07:04 4fe6c5a15a65: Download complete 19:07:09 4fe6c5a15a65: Pull complete 19:07:09 22a0e8bec74d: Pull complete 19:07:09 640e595b4fbd: Pull complete 19:07:09 763cafe07f6e: Pull complete 19:07:09 0c0b528cf693: Pull complete 19:07:11 10935f4eaf8b: Pull complete 19:07:11 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 19:07:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:07:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:07:11 + + docker build -t ci-base-image-x86_64 -f - . 19:07:11 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:07:11 WORKDIR /edgex 19:07:11 COPY go.mod . 19:07:11 RUN go mod download 19:07:13 Sending build context to Docker daemon 334.9MB 19:07:13 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:07:13 ---> 99d49a6021b9 19:07:13 Step 2/4 : WORKDIR /edgex 19:07:14 ---> Running in 50ba05cb397f 19:07:14 Removing intermediate container 50ba05cb397f 19:07:14 ---> 4b2562977b91 19:07:14 Step 3/4 : COPY go.mod . 19:07:14 ---> fb09d85672d3 19:07:14 Step 4/4 : RUN go mod download 19:07:15 ---> Running in f8c70145604d 19:07:17 Still waiting to schedule task 19:07:17 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-21378’ 19:07:30 Removing intermediate container f8c70145604d 19:07:30 ---> d08710cf11b1 19:07:30 Successfully built d08710cf11b1 19:07:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:07:30 + docker inspect -f . ci-base-image-x86_64 19:07:30 . [Pipeline] withDockerContainer 19:07:30 prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container 19:07:30 $ 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:07:31 $ docker top f88f45a63f6560b3ad309cf48bd51e56e9d4c83995f7137b06862f5ee542bff8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:31 + go version 19:07:31 go version go1.17.6 linux/amd64 [Pipeline] } 19:07:31 $ docker stop --time=1 f88f45a63f6560b3ad309cf48bd51e56e9d4c83995f7137b06862f5ee542bff8 19:07:32 $ docker rm -f f88f45a63f6560b3ad309cf48bd51e56e9d4c83995f7137b06862f5ee542bff8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:07:33 + docker inspect -f . ci-base-image-x86_64 19:07:33 . [Pipeline] withDockerContainer 19:07:33 prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container 19:07:33 $ 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:07:34 $ docker top 0061489714a8c29b979248670bda24db233b3075dcac88c9808c40af74eca0d1 -eo pid,comm [Pipeline] { [Pipeline] echo 19:07:34 ========================================================= 19:07:34 [edgeXBuildGoParallel] Running Tests and Build... 19:07:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:07:34 + make test 19:07:34 go mod tidy -compat=1.17 19:07:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:07:41 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:52 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.097s coverage: 28.7% of statements 19:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.110s coverage: 98.5% of statements 19:07:54 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 53.4% of statements 19:07:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.798s coverage: 89.2% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.076s coverage: 84.4% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.449s coverage: 95.6% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/io 0.073s coverage: 72.2% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.061s coverage: 60.0% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.095s coverage: 0.9% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 19:08:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements 19:08:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 19:08:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.191s coverage: 82.5% of statements 19:08:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 58.8% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.0% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.071s coverage: 87.2% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 85.4% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.2% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 64.4% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 65.4% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 43.8% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.154s coverage: 92.3% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.066s coverage: 28.9% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements 19:08:19 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:08:37 GO111MODULE=on go vet ./... 19:08:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:08:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:08:41 ./bin/test-attribution-txt.sh [Pipeline] echo 19:08:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:08:42 + ls -al . 19:08:42 total 672 19:08:42 drwxrwxr-x 10 1001 1001 4096 Apr 19 19:08 . 19:08:42 drwxr-xr-x 4 root root 4096 Apr 19 19:07 .. 19:08:42 -rw-rw-r-- 1 1001 1001 11 Apr 19 19:06 .dockerignore 19:08:42 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:06 .git 19:08:42 drwxrwxr-x 3 1001 1001 4096 Apr 19 19:06 .github 19:08:42 -rw-rw-r-- 1 1001 1001 879 Apr 19 19:06 .gitignore 19:08:42 -rw-rw-r-- 1 1001 1001 42 Apr 19 19:06 .golangci.yml 19:08:42 -rw-rw-r-- 1 1001 1001 87 Apr 19 19:06 .hadolint.yml 19:08:42 drwx------ 3 1001 1001 4096 Apr 19 19:06 .semver 19:08:42 -rw-rw-r-- 1 1001 1001 166 Apr 19 19:06 .sonarcloud.properties 19:08:42 -rw-rw-r-- 1 1001 1001 1171 Apr 19 19:06 ADOPTERS.md 19:08:42 -rw-rw-r-- 1 1001 1001 10086 Apr 19 19:06 Attribution.txt 19:08:42 -rw-rw-r-- 1 1001 1001 51732 Apr 19 19:06 CHANGELOG.md 19:08:42 -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:06 CONTRIBUTING.md 19:08:42 -rw-rw-r-- 1 1001 1001 677 Apr 19 19:06 GOVERNANCE.md 19:08:42 -rw-rw-r-- 1 1001 1001 850 Apr 19 19:06 Jenkinsfile 19:08:42 -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:06 LICENSE 19:08:42 -rw-rw-r-- 1 1001 1001 10389 Apr 19 19:06 Makefile 19:08:42 -rw-rw-r-- 1 1001 1001 582 Apr 19 19:06 OWNERS.md 19:08:42 -rw-rw-r-- 1 1001 1001 9120 Apr 19 19:06 README.md 19:08:42 -rw-rw-r-- 1 1001 1001 6912 Apr 19 19:06 SECURITY.md 19:08:42 -rw-rw-r-- 1 1001 1001 5 Apr 19 19:07 VERSION 19:08:42 -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:06 ZMQWindows.md 19:08:42 drwxrwxr-x 2 1001 1001 4096 Apr 19 19:06 bin 19:08:42 drwxrwxr-x 18 1001 1001 4096 Apr 19 19:06 cmd 19:08:42 -rw-r--r-- 1 root root 435134 Apr 19 19:08 coverage.out 19:08:42 -rw-rw-r-- 1 1001 1001 3256 Apr 19 19:06 go.mod 19:08:42 -rw-rw-r-- 1 1001 1001 35162 Apr 19 19:07 go.sum 19:08:42 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:06 internal 19:08:42 drwxrwxr-x 3 1001 1001 4096 Apr 19 19:06 openapi 19:08:42 drwxrwxr-x 4 1001 1001 4096 Apr 19 19:06 snap 19:08:42 -rw-rw-r-- 1 1001 1001 204 Apr 19 19:06 version.go [Pipeline] sh 19:08:42 + '[' -e coverage.out ] 19:08:42 + chown 1001:1001 coverage.out [Pipeline] stash 19:08:42 Stashed 1 file(s) [Pipeline] sh 19:08:43 + make build 19:08:43 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:08:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:09:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:09:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:09: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:09:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:09:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:09:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:09:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:09: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:09:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:09:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:09:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:09:19 $ docker stop --time=1 0061489714a8c29b979248670bda24db233b3075dcac88c9808c40af74eca0d1 19:09:22 $ docker rm -f 0061489714a8c29b979248670bda24db233b3075dcac88c9808c40af74eca0d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:23 19:09:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:09:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:24 latest: Pulling from edgex-devops/edgex-compose 19:09:24 cbdbe7a5bc2a: Pulling fs layer 19:09:24 ca9280d653b3: Pulling fs layer 19:09:24 7e9c9ca2126c: Pulling fs layer 19:09:24 cbdbe7a5bc2a: Download complete 19:09:24 ca9280d653b3: Verifying Checksum 19:09:24 ca9280d653b3: Download complete 19:09:24 cbdbe7a5bc2a: Pull complete 19:09:24 7e9c9ca2126c: Download complete 19:09:24 ca9280d653b3: Pull complete 19:09:28 7e9c9ca2126c: Pull complete 19:09:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:09:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:09:28 prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container 19:09:28 $ 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:09:31 $ docker top c43b96d1edaf088a07b1ea76e4e4c9d290a5a3ad3ed035db0a3cadccae7d5890 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:31 + docker-compose build --help 19:09:31 + grep parallel 19:09:32 --parallel Build images in parallel. [Pipeline] } 19:09:32 $ docker stop --time=1 c43b96d1edaf088a07b1ea76e4e4c9d290a5a3ad3ed035db0a3cadccae7d5890 19:09:33 $ docker rm -f c43b96d1edaf088a07b1ea76e4e4c9d290a5a3ad3ed035db0a3cadccae7d5890 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:34 . [Pipeline] withDockerContainer 19:09:34 prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container 19:09:34 $ 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:09:34 $ docker top 2cfc8dbf1da2d83eee787dcaa53f02a00ce9bf96827918a42ff842f5f23cead3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:35 + docker-compose -f ./docker-compose-build.yml build --parallel 19:09:35 Building core-command ... 19:09:35 Building core-data ... 19:09:35 Building core-metadata ... 19:09:35 Building security-bootstrapper ... 19:09:35 Building security-proxy-setup ... 19:09:35 Building security-secretstore-setup ... 19:09:35 Building security-spiffe-token-provider ... 19:09:35 Building security-spire-agent ... 19:09:35 Building security-spire-config ... 19:09:35 Building security-spire-server ... 19:09:35 Building support-notifications ... 19:09:35 Building support-scheduler ... 19:09:35 Building sys-mgmt-agent ... 19:09:35 Building security-spire-config 19:09:35 Building security-secretstore-setup 19:09:35 Building sys-mgmt-agent 19:09:35 Building security-proxy-setup 19:09:35 Building security-spire-agent 19:09:50 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:09:50 ---> d08710cf11b1 19:09:50 Step 3/22 : WORKDIR /edgex-go 19:09:50 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:50 ---> d08710cf11b1 19:09:50 Step 3/23 : WORKDIR /edgex-go 19:09:50 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:50 ---> d08710cf11b1 19:09:50 Step 3/26 : WORKDIR /edgex-go 19:09:50 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:50 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:09:50 ---> d08710cf11b1 19:09:50 Step 3/25 : WORKDIR /edgex-go 19:09:50 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:50 ---> d08710cf11b1 19:09:50 Step 3/26 : WORKDIR /edgex-go 19:09:55 ---> Running in 08b51b79e89a 19:09:55 ---> Running in bd56258a57fa 19:09:55 ---> Running in 30777a21a1fb 19:09:55 ---> Running in 4d40f7b62498 19:09:55 ---> Running in 972dc72db58f 19:09:55 Removing intermediate container 972dc72db58f 19:09:55 ---> ab27ae75a664 19:09:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:55 Removing intermediate container 08b51b79e89a 19:09:55 ---> 4f66832e76f9 19:09:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:55 Removing intermediate container bd56258a57fa 19:09:55 Removing intermediate container 30777a21a1fb 19:09:55 ---> 5aae278e9b45 19:09:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:55 ---> b9c6aec0566d 19:09:55 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:55 Removing intermediate container 4d40f7b62498 19:09:55 ---> 92b935af24ec 19:09:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:55 ---> Running in b2f483c6f2db 19:09:55 ---> Running in 428ce3231959 19:09:55 ---> Running in e18cf2c827c2 19:09:55 ---> Running in 1adf2b1b8a3c 19:09:55 ---> Running in f6108fdf5bfb 19:09:55 Removing intermediate container 428ce3231959 19:09:55 ---> 667ea0395c18 19:09:55 Step 5/22 : RUN apk add --update --no-cache make git 19:09:55 ---> Running in 732a39eb5a9f 19:09:55 Removing intermediate container b2f483c6f2db 19:09:55 ---> 8c4fe8ebaaae 19:09:55 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:55 ---> Running in b50b3b13ea9c 19:09:56 Removing intermediate container e18cf2c827c2 19:09:56 ---> d5194ade0f55 19:09:56 Step 5/23 : RUN apk add --update --no-cache make bash git 19:09:56 Removing intermediate container f6108fdf5bfb 19:09:56 ---> f332b9afd008 19:09:56 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:56 ---> Running in dbffdb02f4c3 19:09:56 ---> Running in ba62a08e2e57 19:09:56 Removing intermediate container 1adf2b1b8a3c 19:09:56 ---> 37b98a2e32c4 19:09:56 Step 5/25 : RUN apk add --update --no-cache make git 19:09:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:56 ---> Running in b0dfcb441669 19:09:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:57 OK: 221 MiB in 52 packages 19:09:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:57 Removing intermediate container 732a39eb5a9f 19:09:57 ---> 6af3e1728f74 19:09:57 Step 6/22 : COPY go.mod vendor* ./ 19:09:57 OK: 221 MiB in 52 packages 19:09:57 OK: 221 MiB in 52 packages 19:09:57 ---> 9b2e14300caf 19:09:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:57 OK: 221 MiB in 52 packages 19:09:57 OK: 221 MiB in 52 packages 19:09:57 ---> Running in afd5fbd88205 19:09:58 Removing intermediate container dbffdb02f4c3 19:09:58 ---> 1d5d7cbbc7a0 19:09:58 Step 6/23 : COPY go.mod vendor* ./ 19:09:58 Removing intermediate container ba62a08e2e57 19:09:58 ---> f3626896925d 19:09:58 Step 6/26 : COPY go.mod vendor* ./ 19:09:58 Removing intermediate container b50b3b13ea9c 19:09:58 ---> 7851eb36167f 19:09:58 Step 6/26 : COPY go.mod vendor* ./ 19:09:58 Removing intermediate container b0dfcb441669 19:09:58 ---> 6b1247737b32 19:09:58 Step 6/25 : COPY go.mod vendor* ./ 19:09:58 ---> 27b0cac5ebdf 19:09:58 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:58 ---> 03365774bc23 19:09:58 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:58 ---> Running in e3b580514594 19:09:58 ---> Running in d1fefb71dbe3 19:09:58 ---> b5f3b8284686 19:09:58 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:58 ---> Running in 10562552973a 19:09:58 ---> 2e2ef39026f4 19:09:58 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:58 ---> Running in ac5808eeec94 19:09:59 Removing intermediate container afd5fbd88205 19:09:59 ---> 1ed406704a80 19:09:59 Step 8/22 : COPY . . 19:09:59 Removing intermediate container e3b580514594 19:09:59 ---> 25a2776feda2 19:09:59 Step 8/23 : COPY . . 19:09:59 Removing intermediate container 10562552973a 19:09:59 ---> 4b9d17254e32 19:09:59 Step 8/26 : COPY . . 19:10:01 Removing intermediate container d1fefb71dbe3 19:10:01 ---> 4cfedb8ab2dc 19:10:01 Step 8/26 : COPY . . 19:10:05 Removing intermediate container ac5808eeec94 19:10:05 ---> 51bb72bda8e2 19:10:05 Step 8/25 : COPY . . 19:10:07 ---> 33ffcfb3b7ba 19:10:07 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:10:07 ---> a9131c8600ee 19:10:07 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:10:07 ---> 451f29163de9 19:10:07 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:10:07 ---> 0c0c80aee15e 19:10:07 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:10:07 ---> Running in 75166a250563 19:10:07 ---> Running in 30094f94a557 19:10:07 ---> Running in 244c7be09f62 19:10:07 ---> Running in 8a78cb5bab2c 19:10:07 Removing intermediate container 244c7be09f62 19:10:07 ---> 57e0df9c8871 19:10:07 Step 10/26 : RUN mkdir -p spire-build 19:10:07 Removing intermediate container 8a78cb5bab2c 19:10:07 ---> 2f7f61d16a21 19:10:07 Step 10/26 : RUN mkdir -p spire-build 19:10:07 ---> Running in 3492bb1c4eda 19:10:07 ---> Running in 0f59a927663b 19:10: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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:10: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:10:08 Removing intermediate container 0f59a927663b 19:10:08 ---> 7555d278537a 19:10:08 Step 11/26 : WORKDIR /edgex-go/spire-build 19:10:09 Removing intermediate container 3492bb1c4eda 19:10:09 ---> 841cde103ff7 19:10:09 Step 11/26 : WORKDIR /edgex-go/spire-build 19:10:09 ---> Running in eaa46833dd4e 19:10:09 ---> Running in df387be4b786 19:10:09 Removing intermediate container eaa46833dd4e 19:10:09 ---> 91e616cb9aff 19:10:09 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:10:09 ---> Running in 9e672e952534 19:10:10 Removing intermediate container df387be4b786 19:10:10 ---> f63934163068 19:10:10 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:10:10 ---> Running in da2be649e144 19:10:10 spire-1.2.1/ 19:10:10 spire-1.2.1/.data/ 19:10:10 spire-1.2.1/.data/.file 19:10:10 spire-1.2.1/.dockerignore 19:10:10 spire-1.2.1/.gitattributes 19:10:10 spire-1.2.1/.githooks/ 19:10:10 spire-1.2.1/.githooks/pre-commit 19:10:10 spire-1.2.1/.github/ 19:10:10 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:10:10 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:10:10 spire-1.2.1/.github/dependabot.yml 19:10:10 spire-1.2.1/.github/workflows/ 19:10:10 spire-1.2.1/.github/workflows/nightly_build.yaml 19:10:10 spire-1.2.1/.github/workflows/pr_build.yaml 19:10:10 spire-1.2.1/.github/workflows/release_build.yaml 19:10:10 spire-1.2.1/.github/workflows/scripts/ 19:10:10 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:10:10 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:10:10 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:10:10 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:10:10 spire-1.2.1/.github/workflows/scripts/split.sh 19:10:10 spire-1.2.1/.gitignore 19:10:10 spire-1.2.1/.go-version 19:10:10 spire-1.2.1/.golangci.yml 19:10:10 spire-1.2.1/ADOPTERS.md 19:10:10 spire-1.2.1/CHANGELOG.md 19:10:10 spire-1.2.1/CODE-OF-CONDUCT.md 19:10:10 spire-1.2.1/CODEOWNERS 19:10:10 spire-1.2.1/CONTRIBUTING.md 19:10:10 spire-1.2.1/Dockerfile 19:10:10 spire-1.2.1/Dockerfile.dev 19:10:10 spire-1.2.1/Dockerfile.scratch 19:10:10 spire-1.2.1/LICENSE 19:10:10 spire-1.2.1/MAINTAINERS.md 19:10:10 spire-1.2.1/Makefile 19:10:10 spire-1.2.1/README.md 19:10:10 spire-1.2.1/ROADMAP.md 19:10:10 spire-1.2.1/SECURITY.md 19:10:10 spire-1.2.1/cmd/ 19:10:10 spire-1.2.1/cmd/spire-agent/ 19:10:10 spire-1.2.1/cmd/spire-agent/cli/ 19:10:10 spire-1.2.1/cmd/spire-agent/cli/api/ 19:10:10 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/common/ 19:10:10 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:10:10 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/run/ 19:10:10 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:10:10 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:10:10 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:10:10 spire-1.2.1/cmd/spire-agent/main.go 19:10:10 spire-1.2.1/cmd/spire-server/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/agent/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/cli.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/run/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/token/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/validate/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/x509/ 19:10:10 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:10:10 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:10:10 spire-1.2.1/cmd/spire-server/main.go 19:10:10 spire-1.2.1/cmd/spire-server/util/ 19:10:10 spire-1.2.1/cmd/spire-server/util/util.go 19:10:10 spire-1.2.1/conf/ 19:10:10 spire-1.2.1/conf/agent/ 19:10:10 spire-1.2.1/conf/agent/agent.conf 19:10:10 spire-1.2.1/conf/agent/agent_full.conf 19:10:10 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:10:10 spire-1.2.1/conf/server/ 19:10:10 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:10:10 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:10:10 spire-1.2.1/conf/server/server.conf 19:10:10 spire-1.2.1/conf/server/server_full.conf 19:10:10 spire-1.2.1/doc/ 19:10:10 spire-1.2.1/doc/SPIRE101.md 19:10:10 spire-1.2.1/doc/auditlog.md 19:10:10 spire-1.2.1/doc/authorization_policy_engine.md 19:10:10 spire-1.2.1/doc/changelog_guidelines.md 19:10:10 spire-1.2.1/doc/cure53-report.pdf 19:10:10 spire-1.2.1/doc/images/ 19:10:10 spire-1.2.1/doc/images/2019_roadmap.png 19:10:10 spire-1.2.1/doc/images/SPIRE101.png 19:10:10 spire-1.2.1/doc/images/SPIRE_agent.png 19:10:10 spire-1.2.1/doc/images/SPIRE_server.png 19:10:10 spire-1.2.1/doc/images/cache_mgr.png 19:10:10 spire-1.2.1/doc/images/cache_mgr_components.png 19:10:10 spire-1.2.1/doc/images/federated_spire.png 19:10:10 spire-1.2.1/doc/images/ha_mode.png 19:10:10 spire-1.2.1/doc/images/nested_spire.png 19:10:10 spire-1.2.1/doc/images/oidc_federation.png 19:10:10 spire-1.2.1/doc/images/single_trust_domain.png 19:10:10 spire-1.2.1/doc/images/spiffe_compatible.png 19:10:10 spire-1.2.1/doc/images/spire_logo.png 19:10:10 spire-1.2.1/doc/migrating_registration_api_clients.md 19:10:10 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:10:10 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:10:10 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:10:10 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:10:10 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:10:10 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:10:10 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:10:10 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:10:10 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:10:10 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:10:10 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:10:10 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:10:10 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:10:10 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:10:10 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:10:10 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:10:10 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:10:10 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:10:10 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:10:10 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:10:10 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:10:10 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:10:10 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:10:10 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:10:10 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:10:10 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:10:10 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:10:10 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:10:10 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:10:10 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:10:10 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:10:10 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:10:10 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:10:10 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:10:10 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:10:10 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:10:10 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:10:10 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:10:10 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:10:10 spire-1.2.1/doc/scaling_spire.md 19:10:10 spire-1.2.1/doc/spire_agent.md 19:10:10 spire-1.2.1/doc/spire_server.md 19:10:10 spire-1.2.1/doc/supported_integrations.md 19:10:10 spire-1.2.1/doc/telemetry.md 19:10:10 spire-1.2.1/doc/telemetry_config.md 19:10:10 spire-1.2.1/doc/upgrading.md 19:10:10 spire-1.2.1/doc/using_spire.md 19:10:10 spire-1.2.1/examples/ 19:10:10 spire-1.2.1/examples/README.md 19:10:10 spire-1.2.1/go.mod 19:10:10 spire-1.2.1/go.sum 19:10:10 spire-1.2.1/pkg/ 19:10:10 spire-1.2.1/pkg/agent/ 19:10:10 spire-1.2.1/pkg/agent/agent.go 19:10:10 spire-1.2.1/pkg/agent/api/ 19:10:10 spire-1.2.1/pkg/agent/api/config.go 19:10:10 spire-1.2.1/pkg/agent/api/debug/ 19:10:10 spire-1.2.1/pkg/agent/api/debug/v1/ 19:10:10 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:10:10 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:10:10 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:10:10 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:10:10 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:10:10 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:10:10 spire-1.2.1/pkg/agent/api/endpoints.go 19:10:10 spire-1.2.1/pkg/agent/api/health/ 19:10:10 spire-1.2.1/pkg/agent/api/health/v1/ 19:10:10 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:10:10 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:10:10 spire-1.2.1/pkg/agent/api/rpccontext/ 19:10:10 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:10:10 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:10:10 spire-1.2.1/pkg/agent/attestor/ 19:10:10 spire-1.2.1/pkg/agent/attestor/node/ 19:10:10 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:10:10 spire-1.2.1/pkg/agent/attestor/node/node.go 19:10:10 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:10:10 spire-1.2.1/pkg/agent/attestor/workload/ 19:10:10 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:10:10 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:10:10 spire-1.2.1/pkg/agent/catalog/ 19:10:10 spire-1.2.1/pkg/agent/catalog/catalog.go 19:10:10 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:10:10 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:10:10 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:10:10 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:10:10 spire-1.2.1/pkg/agent/client/ 19:10:10 spire-1.2.1/pkg/agent/client/client.go 19:10:10 spire-1.2.1/pkg/agent/client/client_test.go 19:10:10 spire-1.2.1/pkg/agent/client/dial.go 19:10:10 spire-1.2.1/pkg/agent/client/nodeconn.go 19:10:10 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:10:10 spire-1.2.1/pkg/agent/client/update.go 19:10:10 spire-1.2.1/pkg/agent/client/util.go 19:10:10 spire-1.2.1/pkg/agent/common/ 19:10:10 spire-1.2.1/pkg/agent/common/backoff/ 19:10:10 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:10:10 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:10:10 spire-1.2.1/pkg/agent/common/cgroups/ 19:10:10 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:10:10 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:10:10 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:10:10 spire-1.2.1/pkg/agent/config.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/ 19:10:10 spire-1.2.1/pkg/agent/endpoints/config.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:10:10 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:10:10 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/workload/ 19:10:10 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:10:10 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:10:10 spire-1.2.1/pkg/agent/manager/ 19:10:10 spire-1.2.1/pkg/agent/manager/cache/ 19:10:10 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:10:10 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:10:10 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:10:10 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:10:10 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:10:10 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:10:10 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:10:10 spire-1.2.1/pkg/agent/manager/config.go 19:10:10 spire-1.2.1/pkg/agent/manager/manager.go 19:10:10 spire-1.2.1/pkg/agent/manager/manager_test.go 19:10:10 spire-1.2.1/pkg/agent/manager/storage.go 19:10:10 spire-1.2.1/pkg/agent/manager/storage_test.go 19:10:10 spire-1.2.1/pkg/agent/manager/storecache/ 19:10:10 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:10:10 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:10:10 spire-1.2.1/pkg/agent/manager/sync.go 19:10:10 spire-1.2.1/pkg/agent/plugin/ 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:10:10 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:10:10 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:10:10 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:10:10 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:10:10 spire-1.2.1/pkg/agent/svid/ 19:10:10 spire-1.2.1/pkg/agent/svid/rotator.go 19:10:10 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:10:10 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:10:10 spire-1.2.1/pkg/agent/svid/store/ 19:10:10 spire-1.2.1/pkg/agent/svid/store/service.go 19:10:10 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:10:10 spire-1.2.1/pkg/common/ 19:10:10 spire-1.2.1/pkg/common/agentpathtemplate/ 19:10:10 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:10:10 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:10:10 spire-1.2.1/pkg/common/api/ 19:10:10 spire-1.2.1/pkg/common/api/metrics.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/ 19:10:10 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/logger.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/names.go 19:10:10 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:10:10 spire-1.2.1/pkg/common/api/names.go 19:10:10 spire-1.2.1/pkg/common/api/ratelimit.go 19:10:10 spire-1.2.1/pkg/common/api/rpccontext/ 19:10:10 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:10:10 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:10:10 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:10:10 spire-1.2.1/pkg/common/auth/ 19:10:10 spire-1.2.1/pkg/common/auth/interceptors.go 19:10:10 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:10:10 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/ 19:10:10 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/types.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:10:10 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:10:10 spire-1.2.1/pkg/common/catalog/ 19:10:10 spire-1.2.1/pkg/common/catalog/bind.go 19:10:10 spire-1.2.1/pkg/common/catalog/builtin.go 19:10:10 spire-1.2.1/pkg/common/catalog/catalog.go 19:10:10 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:10:10 spire-1.2.1/pkg/common/catalog/closers.go 19:10:10 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:10:10 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:10:10 spire-1.2.1/pkg/common/catalog/config.go 19:10:10 spire-1.2.1/pkg/common/catalog/config_test.go 19:10:10 spire-1.2.1/pkg/common/catalog/configure.go 19:10:10 spire-1.2.1/pkg/common/catalog/constraints.go 19:10:10 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:10:10 spire-1.2.1/pkg/common/catalog/context.go 19:10:10 spire-1.2.1/pkg/common/catalog/external.go 19:10:10 spire-1.2.1/pkg/common/catalog/host.go 19:10:10 spire-1.2.1/pkg/common/catalog/pipenet.go 19:10:10 spire-1.2.1/pkg/common/catalog/plugin.go 19:10:10 spire-1.2.1/pkg/common/catalog/testplugin/ 19:10:10 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:10:10 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:10:10 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:10:10 spire-1.2.1/pkg/common/cli/ 19:10:10 spire-1.2.1/pkg/common/cli/env.go 19:10:10 spire-1.2.1/pkg/common/cli/flags.go 19:10:10 spire-1.2.1/pkg/common/cli/trust_domain.go 19:10:10 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:10:10 spire-1.2.1/pkg/common/cli/umask.go 19:10:10 spire-1.2.1/pkg/common/cli/umask_posix.go 19:10:10 spire-1.2.1/pkg/common/cli/umask_test.go 19:10:10 spire-1.2.1/pkg/common/cli/umask_windows.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/ 19:10:10 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/flag.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/format.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/ 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:10:10 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:10:10 spire-1.2.1/pkg/common/coretypes/ 19:10:10 spire-1.2.1/pkg/common/coretypes/bundle/ 19:10:10 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:10:10 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:10:10 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:10:10 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:10:10 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:10:10 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:10:10 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:10:10 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:10:10 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:10:10 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:10:10 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:10:10 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:10:10 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:10:10 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:10:10 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:10:10 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:10:10 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:10:10 spire-1.2.1/pkg/common/cryptoutil/ 19:10:10 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:10:10 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:10:10 spire-1.2.1/pkg/common/diskutil/ 19:10:10 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:10:10 spire-1.2.1/pkg/common/diskutil/file_test.go 19:10:10 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:10:10 spire-1.2.1/pkg/common/errorutil/ 19:10:10 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:10:10 spire-1.2.1/pkg/common/health/ 19:10:10 spire-1.2.1/pkg/common/health/config.go 19:10:10 spire-1.2.1/pkg/common/health/context.go 19:10:10 spire-1.2.1/pkg/common/health/context_test.go 19:10:10 spire-1.2.1/pkg/common/health/health.go 19:10:10 spire-1.2.1/pkg/common/health/health_test.go 19:10:10 spire-1.2.1/pkg/common/health/logger.go 19:10:10 spire-1.2.1/pkg/common/hostservice/ 19:10:10 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:10:10 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:10:10 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:10:10 spire-1.2.1/pkg/common/idutil/ 19:10:10 spire-1.2.1/pkg/common/idutil/require.go 19:10:10 spire-1.2.1/pkg/common/idutil/require_test.go 19:10:10 spire-1.2.1/pkg/common/idutil/safety.go 19:10:10 spire-1.2.1/pkg/common/idutil/safety_test.go 19:10:10 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:10:10 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:10:10 spire-1.2.1/pkg/common/jwtsvid/ 19:10:10 spire-1.2.1/pkg/common/jwtsvid/common.go 19:10:10 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:10:10 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:10:10 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:10:10 spire-1.2.1/pkg/common/jwtutil/ 19:10:10 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:10:10 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:10:10 spire-1.2.1/pkg/common/log/ 19:10:10 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:10:10 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:10:10 spire-1.2.1/pkg/common/log/log.go 19:10:10 spire-1.2.1/pkg/common/log/log_test.go 19:10:10 spire-1.2.1/pkg/common/log/options.go 19:10:10 spire-1.2.1/pkg/common/nodeutil/ 19:10:10 spire-1.2.1/pkg/common/nodeutil/node.go 19:10:10 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:10:10 spire-1.2.1/pkg/common/peertracker/ 19:10:10 spire-1.2.1/pkg/common/peertracker/conn.go 19:10:10 spire-1.2.1/pkg/common/peertracker/credentials.go 19:10:10 spire-1.2.1/pkg/common/peertracker/errors.go 19:10:10 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:10:10 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:10:10 spire-1.2.1/pkg/common/peertracker/info.go 19:10:10 spire-1.2.1/pkg/common/peertracker/listener.go 19:10:10 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:10:10 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:10:10 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:10:10 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:10:10 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:10:10 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:10:10 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:10:10 spire-1.2.1/pkg/common/peertracker/tcp.go 19:10:10 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:10:10 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:10:10 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:10:10 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:10:10 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:10:10 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:10:10 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:10:10 spire-1.2.1/pkg/common/peertracker/uds.go 19:10:10 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:10:10 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:10:10 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:10:10 spire-1.2.1/pkg/common/pemutil/ 19:10:10 spire-1.2.1/pkg/common/pemutil/block.go 19:10:10 spire-1.2.1/pkg/common/pemutil/certs.go 19:10:10 spire-1.2.1/pkg/common/pemutil/common.go 19:10:10 spire-1.2.1/pkg/common/pemutil/csr.go 19:10:10 spire-1.2.1/pkg/common/pemutil/keys.go 19:10:10 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/ 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:10:10 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:10:10 spire-1.2.1/pkg/common/plugin/ 19:10:10 spire-1.2.1/pkg/common/plugin/aws/ 19:10:10 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:10:10 spire-1.2.1/pkg/common/plugin/azure/ 19:10:10 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:10:10 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:10:10 spire-1.2.1/pkg/common/plugin/facade.go 19:10:10 spire-1.2.1/pkg/common/plugin/facade_test.go 19:10:10 spire-1.2.1/pkg/common/plugin/gcp/ 19:10:10 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:10:10 spire-1.2.1/pkg/common/plugin/k8s/ 19:10:10 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:10:10 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:10:10 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:10:10 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:10:10 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:10:10 spire-1.2.1/pkg/common/plugin/log.go 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/ 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:10:10 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:10:10 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:10:10 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:10:10 spire-1.2.1/pkg/common/plugin/x509pop/ 19:10:10 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:10:10 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:10:10 spire-1.2.1/pkg/common/profiling/ 19:10:10 spire-1.2.1/pkg/common/profiling/dumpers.go 19:10:10 spire-1.2.1/pkg/common/profiling/profiling.go 19:10:10 spire-1.2.1/pkg/common/protoutil/ 19:10:10 spire-1.2.1/pkg/common/protoutil/masks.go 19:10:10 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:10:10 spire-1.2.1/pkg/common/rotationutil/ 19:10:10 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:10:10 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:10:10 spire-1.2.1/pkg/common/selector/ 19:10:10 spire-1.2.1/pkg/common/selector/selector.go 19:10:10 spire-1.2.1/pkg/common/selector/selector_test.go 19:10:10 spire-1.2.1/pkg/common/selector/set.go 19:10:10 spire-1.2.1/pkg/common/selector/set_utils.go 19:10:10 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/ 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/ 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:10:10 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:10:10 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:10:10 spire-1.2.1/pkg/common/telemetry/call.go 19:10:10 spire-1.2.1/pkg/common/telemetry/common/ 19:10:10 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:10:10 spire-1.2.1/pkg/common/telemetry/config.go 19:10:10 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:10:10 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/inmem.go 19:10:10 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/m3.go 19:10:10 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/metrics.go 19:10:10 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/names.go 19:10:10 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:10:10 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:10:10 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/ 19:10:10 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:10:10 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:10:10 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:10:10 spire-1.2.1/pkg/common/telemetry/server/server.go 19:10:10 spire-1.2.1/pkg/common/telemetry/sink.go 19:10:10 spire-1.2.1/pkg/common/telemetry/statsd.go 19:10:10 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:10:10 spire-1.2.1/pkg/common/telemetry/uptime.go 19:10:10 spire-1.2.1/pkg/common/telemetry/version.go 19:10:10 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:10:10 spire-1.2.1/pkg/common/uptime/ 19:10:10 spire-1.2.1/pkg/common/uptime/uptime.go 19:10:10 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:10:10 spire-1.2.1/pkg/common/util/ 19:10:10 spire-1.2.1/pkg/common/util/certs.go 19:10:10 spire-1.2.1/pkg/common/util/certs_test.go 19:10:10 spire-1.2.1/pkg/common/util/csr.go 19:10:10 spire-1.2.1/pkg/common/util/hash.go 19:10:10 spire-1.2.1/pkg/common/util/selectors.go 19:10:10 spire-1.2.1/pkg/common/util/selectors_test.go 19:10:10 spire-1.2.1/pkg/common/util/signals.go 19:10:10 spire-1.2.1/pkg/common/util/sort.go 19:10:10 spire-1.2.1/pkg/common/util/sort_test.go 19:10:10 spire-1.2.1/pkg/common/util/task.go 19:10:10 spire-1.2.1/pkg/common/util/task_test.go 19:10:10 spire-1.2.1/pkg/common/util/testdata/ 19:10:10 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:10:10 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:10:10 spire-1.2.1/pkg/common/version/ 19:10:10 spire-1.2.1/pkg/common/version/version.go 19:10:10 spire-1.2.1/pkg/common/x509svid/ 19:10:10 spire-1.2.1/pkg/common/x509svid/common_test.go 19:10:10 spire-1.2.1/pkg/common/x509svid/csr.go 19:10:10 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:10:10 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:10:10 spire-1.2.1/pkg/common/x509util/ 19:10:10 spire-1.2.1/pkg/common/x509util/cert.go 19:10:10 spire-1.2.1/pkg/common/x509util/dns.go 19:10:10 spire-1.2.1/pkg/common/x509util/dns_test.go 19:10:10 spire-1.2.1/pkg/common/x509util/keyid.go 19:10:10 spire-1.2.1/pkg/common/x509util/keypair.go 19:10:10 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:10:10 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:10:10 spire-1.2.1/pkg/server/ 19:10:10 spire-1.2.1/pkg/server/api/ 19:10:10 spire-1.2.1/pkg/server/api/agent.go 19:10:10 spire-1.2.1/pkg/server/api/agent/ 19:10:10 spire-1.2.1/pkg/server/api/agent/v1/ 19:10:10 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:10:10 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:10:10 spire-1.2.1/pkg/server/api/agent_test.go 19:10:10 spire-1.2.1/pkg/server/api/api.go 19:10:10 spire-1.2.1/pkg/server/api/audit/ 19:10:10 spire-1.2.1/pkg/server/api/audit/audit.go 19:10:10 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:10:10 spire-1.2.1/pkg/server/api/bundle.go 19:10:10 spire-1.2.1/pkg/server/api/bundle/ 19:10:10 spire-1.2.1/pkg/server/api/bundle/v1/ 19:10:10 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:10:10 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:10:10 spire-1.2.1/pkg/server/api/bundle_test.go 19:10:10 spire-1.2.1/pkg/server/api/debug/ 19:10:10 spire-1.2.1/pkg/server/api/debug/v1/ 19:10:10 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:10:10 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:10:10 spire-1.2.1/pkg/server/api/entry.go 19:10:10 spire-1.2.1/pkg/server/api/entry/ 19:10:10 spire-1.2.1/pkg/server/api/entry/v1/ 19:10:10 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:10:10 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:10:10 spire-1.2.1/pkg/server/api/entry_test.go 19:10:10 spire-1.2.1/pkg/server/api/health/ 19:10:10 spire-1.2.1/pkg/server/api/health/v1/ 19:10:10 spire-1.2.1/pkg/server/api/health/v1/service.go 19:10:10 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:10:10 spire-1.2.1/pkg/server/api/id.go 19:10:10 spire-1.2.1/pkg/server/api/id_test.go 19:10:10 spire-1.2.1/pkg/server/api/limits/ 19:10:10 spire-1.2.1/pkg/server/api/limits/limits.go 19:10:10 spire-1.2.1/pkg/server/api/middleware/ 19:10:10 spire-1.2.1/pkg/server/api/middleware/alias.go 19:10:10 spire-1.2.1/pkg/server/api/middleware/audit.go 19:10:10 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:10:10 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:10:10 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:10:10 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:10:10 spire-1.2.1/pkg/server/api/middleware/caller.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/common.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/entries.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:10:11 spire-1.2.1/pkg/server/api/ratelimit.go 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/ 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:10:11 spire-1.2.1/pkg/server/api/selector.go 19:10:11 spire-1.2.1/pkg/server/api/selector_test.go 19:10:11 spire-1.2.1/pkg/server/api/status.go 19:10:11 spire-1.2.1/pkg/server/api/status_test.go 19:10:11 spire-1.2.1/pkg/server/api/svid/ 19:10:11 spire-1.2.1/pkg/server/api/svid/v1/ 19:10:11 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:10:11 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:10:11 spire-1.2.1/pkg/server/api/trustdomain.go 19:10:11 spire-1.2.1/pkg/server/api/trustdomain/ 19:10:11 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:10:11 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:10:11 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:10:11 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:10:11 spire-1.2.1/pkg/server/authpolicy/ 19:10:11 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:10:11 spire-1.2.1/pkg/server/authpolicy/policy.go 19:10:11 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:10:11 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:10:11 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:10:11 spire-1.2.1/pkg/server/authpolicy/validate.go 19:10:11 spire-1.2.1/pkg/server/bundle/ 19:10:11 spire-1.2.1/pkg/server/bundle/client/ 19:10:11 spire-1.2.1/pkg/server/bundle/client/client.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/manager.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/sources.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/updater.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:10:11 spire-1.2.1/pkg/server/ca/ 19:10:11 spire-1.2.1/pkg/server/ca/ca.go 19:10:11 spire-1.2.1/pkg/server/ca/ca_health.go 19:10:11 spire-1.2.1/pkg/server/ca/ca_test.go 19:10:11 spire-1.2.1/pkg/server/ca/journal.go 19:10:11 spire-1.2.1/pkg/server/ca/journal_test.go 19:10:11 spire-1.2.1/pkg/server/ca/manager.go 19:10:11 spire-1.2.1/pkg/server/ca/manager_health.go 19:10:11 spire-1.2.1/pkg/server/ca/manager_test.go 19:10:11 spire-1.2.1/pkg/server/ca/templates.go 19:10:11 spire-1.2.1/pkg/server/ca/upstream_client.go 19:10:11 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:10:11 spire-1.2.1/pkg/server/ca/validation.go 19:10:11 spire-1.2.1/pkg/server/cache/ 19:10:11 spire-1.2.1/pkg/server/cache/dscache/ 19:10:11 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:10:11 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/ 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:10:11 spire-1.2.1/pkg/server/catalog/ 19:10:11 spire-1.2.1/pkg/server/catalog/catalog.go 19:10:11 spire-1.2.1/pkg/server/catalog/keymanager.go 19:10:11 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:10:11 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:10:11 spire-1.2.1/pkg/server/catalog/notifier.go 19:10:11 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:10:11 spire-1.2.1/pkg/server/config.go 19:10:11 spire-1.2.1/pkg/server/datastore/ 19:10:11 spire-1.2.1/pkg/server/datastore/datastore.go 19:10:11 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:10:11 spire-1.2.1/pkg/server/datastore/repository.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:10:11 spire-1.2.1/pkg/server/endpoints/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:10:11 spire-1.2.1/pkg/server/endpoints/config.go 19:10:11 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:10:11 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:10:11 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:10:11 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:10:11 spire-1.2.1/pkg/server/endpoints/middleware.go 19:10:11 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:10:11 spire-1.2.1/pkg/server/hostservice/ 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:10:11 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:10:11 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:10:11 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/ 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:10:11 spire-1.2.1/pkg/server/registration/ 19:10:11 spire-1.2.1/pkg/server/registration/manager.go 19:10:11 spire-1.2.1/pkg/server/registration/manager_test.go 19:10:11 spire-1.2.1/pkg/server/scanentries.go 19:10:11 spire-1.2.1/pkg/server/scanentries_test.go 19:10:11 spire-1.2.1/pkg/server/server.go 19:10:11 spire-1.2.1/pkg/server/server_test.go 19:10:11 spire-1.2.1/pkg/server/svid/ 19:10:11 spire-1.2.1/pkg/server/svid/observer.go 19:10:11 spire-1.2.1/pkg/server/svid/observer_test.go 19:10:11 spire-1.2.1/pkg/server/svid/rotator.go 19:10:11 spire-1.2.1/pkg/server/svid/rotator_config.go 19:10:11 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:10:11 spire-1.2.1/pkg/server/svid/rotator_test.go 19:10:11 spire-1.2.1/proto/ 19:10:11 spire-1.2.1/proto/private/ 19:10:11 spire-1.2.1/proto/private/server/ 19:10:11 spire-1.2.1/proto/private/server/journal/ 19:10:11 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:10:11 spire-1.2.1/proto/private/server/journal/journal.proto 19:10:11 spire-1.2.1/proto/spire/ 19:10:11 spire-1.2.1/proto/spire/common/ 19:10:11 spire-1.2.1/proto/spire/common/common.pb.go 19:10:11 spire-1.2.1/proto/spire/common/common.proto 19:10:11 spire-1.2.1/proto/spire/common/plugin/ 19:10:11 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:10:11 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:10:11 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:10:11 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:10:11 spire-1.2.1/proto/spire/plugin/ 19:10:11 spire-1.2.1/proto/spire/plugin/agent/ 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:10:11 spire-1.2.1/release/ 19:10:11 spire-1.2.1/release/spire-extras/ 19:10:11 spire-1.2.1/release/spire-extras/README.md 19:10:11 spire-1.2.1/release/spire-extras/conf/ 19:10:11 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:10:11 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:10:11 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:10:11 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:10:11 spire-1.2.1/release/spire/ 19:10:11 spire-1.2.1/release/spire/README.md 19:10:11 spire-1.2.1/release/spire/conf/ 19:10:11 spire-1.2.1/release/spire/conf/agent/ 19:10:11 spire-1.2.1/release/spire/conf/agent/agent.conf 19:10:11 spire-1.2.1/release/spire/conf/server/ 19:10:11 spire-1.2.1/release/spire/conf/server/server.conf 19:10:11 spire-1.2.1/script/ 19:10:11 spire-1.2.1/script/build-artifact.sh 19:10:11 spire-1.2.1/script/generate_dummy_ca.sh 19:10:11 spire-1.2.1/support/ 19:10:11 spire-1.2.1/support/k8s/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/ 19:10:11 spire-1.2.1/support/oidc-discovery-provider/README.md 19:10:11 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/config.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/main.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:10:11 spire-1.2.1/test/ 19:10:11 spire-1.2.1/test/clock/ 19:10:11 spire-1.2.1/test/clock/clock.go 19:10:11 spire-1.2.1/test/fakes/ 19:10:11 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:10:11 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:10:11 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:10:11 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:10:11 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:10:11 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:10:11 spire-1.2.1/test/fakes/fakeagentstore/ 19:10:11 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:10:11 spire-1.2.1/test/fakes/fakedatastore/ 19:10:11 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:10:11 spire-1.2.1/test/fakes/fakeentryclient/ 19:10:11 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:10:11 spire-1.2.1/test/fakes/fakehealthchecker/ 19:10:11 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:10:11 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:10:11 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:10:11 spire-1.2.1/test/fakes/fakemetrics/ 19:10:11 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:10:11 spire-1.2.1/test/fakes/fakenoderesolver/ 19:10:11 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:10:11 spire-1.2.1/test/fakes/fakenotifier/ 19:10:11 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:10:11 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:10:11 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:10:11 spire-1.2.1/test/fakes/fakeserverca/ 19:10:11 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:10:11 spire-1.2.1/test/fakes/fakeservercatalog/ 19:10:11 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:10:11 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:10:11 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:10:11 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:10:11 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:10:11 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:10:11 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:10:11 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:10:11 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:10:11 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:10:11 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:10:11 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:10:11 spire-1.2.1/test/fixture/ 19:10:11 spire-1.2.1/test/fixture/certs/ 19:10:11 spire-1.2.1/test/fixture/certs/agent_svid.der 19:10:11 spire-1.2.1/test/fixture/certs/base_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/blog_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/bundle.der 19:10:11 spire-1.2.1/test/fixture/certs/ca.pem 19:10:11 spire-1.2.1/test/fixture/certs/ca_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/database_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/database_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/database_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/node_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/node_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/node_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/svid.pem 19:10:11 spire-1.2.1/test/fixture/certs/svid_key.pem 19:10:11 spire-1.2.1/test/fixture/config/ 19:10:11 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:10:11 spire-1.2.1/test/fixture/config/agent_good.conf 19:10:11 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:10:11 spire-1.2.1/test/fixture/config/plugin_good.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_good.conf 19:10:11 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:10:11 spire-1.2.1/test/fixture/fixture.go 19:10:11 spire-1.2.1/test/fixture/nodeattestor/ 19:10:11 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:10:11 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:10:11 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:10:11 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:10:11 spire-1.2.1/test/fixture/registration/ 19:10:11 spire-1.2.1/test/fixture/registration/entries.json 19:10:11 spire-1.2.1/test/fixture/registration/good-for-update.json 19:10:11 spire-1.2.1/test/fixture/registration/good.json 19:10:11 spire-1.2.1/test/fixture/registration/invalid.json 19:10:11 spire-1.2.1/test/fixture/registration/invalid_json.json 19:10:11 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:10:11 spire-1.2.1/test/integration/ 19:10:11 spire-1.2.1/test/integration/README.md 19:10:11 spire-1.2.1/test/integration/common 19:10:11 spire-1.2.1/test/integration/setup/ 19:10:11 spire-1.2.1/test/integration/setup/adminclient/ 19:10:11 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:10:11 spire-1.2.1/test/integration/setup/adminclient/client.go 19:10:11 spire-1.2.1/test/integration/setup/debugagent/ 19:10:11 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:10:11 spire-1.2.1/test/integration/setup/debugagent/main.go 19:10:11 spire-1.2.1/test/integration/setup/debugserver/ 19:10:11 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:10:11 spire-1.2.1/test/integration/setup/debugserver/main.go 19:10:11 spire-1.2.1/test/integration/setup/downstreamclient/ 19:10:11 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:10:11 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:10:11 spire-1.2.1/test/integration/setup/itclient/ 19:10:11 spire-1.2.1/test/integration/setup/itclient/client.go 19:10:11 spire-1.2.1/test/integration/setup/node-attestation/ 19:10:11 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:10:11 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:10:11 spire-1.2.1/test/integration/setup/x509pop/ 19:10:11 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:10:11 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:10:11 spire-1.2.1/test/integration/suites/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:10:11 spire-1.2.1/test/integration/suites/join-token/ 19:10:11 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:10:11 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:10:11 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:10:11 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:10:11 spire-1.2.1/test/integration/suites/join-token/README.md 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/ 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/join-token/teardown 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:10:11 spire-1.2.1/test/integration/suites/k8s/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/00-setup 19:10:11 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:10:11 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:10:11 spire-1.2.1/test/integration/suites/k8s/README.md 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:10:11 spire-1.2.1/test/integration/suites/k8s/teardown 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/ 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:10:11 spire-1.2.1/test/integration/suites/rotation/ 19:10:11 spire-1.2.1/test/integration/suites/rotation/00-setup 19:10:11 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:10:11 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:10:11 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:10:11 spire-1.2.1/test/integration/suites/rotation/README.md 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/ 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/rotation/teardown 19:10:11 spire-1.2.1/test/integration/suites/self-test/ 19:10:11 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:10:11 spire-1.2.1/test/integration/suites/self-test/README.md 19:10:11 spire-1.2.1/test/integration/suites/self-test/teardown 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:10:11 spire-1.2.1/test/integration/suites/upgrade/ 19:10:11 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:10:11 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:10:11 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:10:11 spire-1.2.1/test/integration/suites/upgrade/README.md 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/upgrade/teardown 19:10:11 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:10:11 spire-1.2.1/test/integration/test-one.sh 19:10:11 spire-1.2.1/test/integration/test.sh 19:10:11 spire-1.2.1/test/plugintest/ 19:10:11 spire-1.2.1/test/plugintest/config.go 19:10:11 spire-1.2.1/test/plugintest/load.go 19:10:11 spire-1.2.1/test/plugintest/option.go 19:10:11 spire-1.2.1/test/spiretest/ 19:10:11 spire-1.2.1/test/spiretest/apiserver.go 19:10:11 spire-1.2.1/test/spiretest/assertions.go 19:10:11 spire-1.2.1/test/spiretest/dir.go 19:10:11 spire-1.2.1/test/spiretest/errors_posix.go 19:10:11 spire-1.2.1/test/spiretest/errors_windows.go 19:10:11 spire-1.2.1/test/spiretest/logs.go 19:10:11 spire-1.2.1/test/spiretest/socketapi.go 19:10:11 spire-1.2.1/test/spiretest/suite.go 19:10:11 spire-1.2.1/test/spiretest/x509.go 19:10:11 spire-1.2.1/test/testca/ 19:10:11 spire-1.2.1/test/testca/ca.go 19:10:11 spire-1.2.1/test/testkey/ 19:10:11 spire-1.2.1/test/testkey/generate.sh 19:10:11 spire-1.2.1/test/testkey/genkeys.go 19:10:11 spire-1.2.1/test/testkey/keys.go 19:10:11 spire-1.2.1/test/testkey/new.go 19:10:11 spire-1.2.1/test/tpmsimulator/ 19:10:11 spire-1.2.1/test/tpmsimulator/simulator.go 19:10:11 spire-1.2.1/test/util/ 19:10:11 spire-1.2.1/test/util/cert_fixtures.go 19:10:11 spire-1.2.1/test/util/cert_generation.go 19:10:11 spire-1.2.1/test/util/io_redirection.go 19:10:11 spire-1.2.1/test/util/race.go 19:10:11 spire-1.2.1/test/util/util.go 19:10:11 building spire from source... 19:10:11 ---> 4db102087c57 19:10:11 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:10:11 Installing go1.17.7... 19:10:11 spire-1.2.1/ 19:10:11 spire-1.2.1/.data/ 19:10:11 spire-1.2.1/.data/.file 19:10:11 spire-1.2.1/.dockerignore 19:10:11 spire-1.2.1/.gitattributes 19:10:11 spire-1.2.1/.githooks/ 19:10:11 spire-1.2.1/.githooks/pre-commit 19:10:11 spire-1.2.1/.github/ 19:10:11 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:10:11 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:10:11 spire-1.2.1/.github/dependabot.yml 19:10:11 spire-1.2.1/.github/workflows/ 19:10:11 spire-1.2.1/.github/workflows/nightly_build.yaml 19:10:11 spire-1.2.1/.github/workflows/pr_build.yaml 19:10:11 spire-1.2.1/.github/workflows/release_build.yaml 19:10:11 spire-1.2.1/.github/workflows/scripts/ 19:10:11 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:10:11 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:10:11 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:10:11 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:10:11 spire-1.2.1/.github/workflows/scripts/split.sh 19:10:11 spire-1.2.1/.gitignore 19:10:11 spire-1.2.1/.go-version 19:10:11 spire-1.2.1/.golangci.yml 19:10:11 spire-1.2.1/ADOPTERS.md 19:10:11 spire-1.2.1/CHANGELOG.md 19:10:11 spire-1.2.1/CODE-OF-CONDUCT.md 19:10:11 spire-1.2.1/CODEOWNERS 19:10:11 spire-1.2.1/CONTRIBUTING.md 19:10:11 spire-1.2.1/Dockerfile 19:10:11 spire-1.2.1/Dockerfile.dev 19:10:11 spire-1.2.1/Dockerfile.scratch 19:10:11 spire-1.2.1/LICENSE 19:10:11 spire-1.2.1/MAINTAINERS.md 19:10:11 spire-1.2.1/Makefile 19:10:11 spire-1.2.1/README.md 19:10:11 spire-1.2.1/ROADMAP.md 19:10:11 spire-1.2.1/SECURITY.md 19:10:11 spire-1.2.1/cmd/ 19:10:11 spire-1.2.1/cmd/spire-agent/ 19:10:11 spire-1.2.1/cmd/spire-agent/cli/ 19:10:11 spire-1.2.1/cmd/spire-agent/cli/api/ 19:10:11 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/common/ 19:10:11 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:10:11 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/run/ 19:10:11 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:10:11 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:10:11 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:10:11 spire-1.2.1/cmd/spire-agent/main.go 19:10:11 spire-1.2.1/cmd/spire-server/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/agent/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/cli.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/run/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/token/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/validate/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/x509/ 19:10:11 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:10:11 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:10:11 spire-1.2.1/cmd/spire-server/main.go 19:10:11 spire-1.2.1/cmd/spire-server/util/ 19:10:11 spire-1.2.1/cmd/spire-server/util/util.go 19:10:11 spire-1.2.1/conf/ 19:10:11 spire-1.2.1/conf/agent/ 19:10:11 spire-1.2.1/conf/agent/agent.conf 19:10:11 spire-1.2.1/conf/agent/agent_full.conf 19:10:11 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:10:11 spire-1.2.1/conf/server/ 19:10:11 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:10:11 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:10:11 spire-1.2.1/conf/server/server.conf 19:10:11 spire-1.2.1/conf/server/server_full.conf 19:10:11 spire-1.2.1/doc/ 19:10:11 spire-1.2.1/doc/SPIRE101.md 19:10:11 spire-1.2.1/doc/auditlog.md 19:10:11 spire-1.2.1/doc/authorization_policy_engine.md 19:10:11 spire-1.2.1/doc/changelog_guidelines.md 19:10:11 spire-1.2.1/doc/cure53-report.pdf 19:10:11 spire-1.2.1/doc/images/ 19:10:11 spire-1.2.1/doc/images/2019_roadmap.png 19:10:11 spire-1.2.1/doc/images/SPIRE101.png 19:10:11 spire-1.2.1/doc/images/SPIRE_agent.png 19:10:11 spire-1.2.1/doc/images/SPIRE_server.png 19:10:11 spire-1.2.1/doc/images/cache_mgr.png 19:10:11 spire-1.2.1/doc/images/cache_mgr_components.png 19:10:11 spire-1.2.1/doc/images/federated_spire.png 19:10:11 spire-1.2.1/doc/images/ha_mode.png 19:10:11 spire-1.2.1/doc/images/nested_spire.png 19:10:11 spire-1.2.1/doc/images/oidc_federation.png 19:10:11 spire-1.2.1/doc/images/single_trust_domain.png 19:10:11 spire-1.2.1/doc/images/spiffe_compatible.png 19:10:11 spire-1.2.1/doc/images/spire_logo.png 19:10:11 spire-1.2.1/doc/migrating_registration_api_clients.md 19:10:11 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:10:11 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:10:11 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:10:11 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:10:11 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:10:11 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:10:11 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:10:11 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:10:11 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:10:11 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:10:11 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:10:11 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:10:11 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:10:11 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:10:11 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:10:11 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:10:11 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:10:11 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:10:11 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:10:11 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:10:11 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:10:11 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:10:11 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:10:11 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:10:11 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:10:11 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:10:11 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:10:11 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:10:11 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:10:11 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:10:11 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:10:11 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:10:11 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:10:11 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:10:11 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:10:11 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:10:11 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:10:11 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:10:11 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:10:11 spire-1.2.1/doc/scaling_spire.md 19:10:11 spire-1.2.1/doc/spire_agent.md 19:10:11 spire-1.2.1/doc/spire_server.md 19:10:11 spire-1.2.1/doc/supported_integrations.md 19:10:11 spire-1.2.1/doc/telemetry.md 19:10:11 spire-1.2.1/doc/telemetry_config.md 19:10:11 spire-1.2.1/doc/upgrading.md 19:10:11 spire-1.2.1/doc/using_spire.md 19:10:11 spire-1.2.1/examples/ 19:10:11 spire-1.2.1/examples/README.md 19:10:11 spire-1.2.1/go.mod 19:10:11 spire-1.2.1/go.sum 19:10:11 spire-1.2.1/pkg/ 19:10:11 spire-1.2.1/pkg/agent/ 19:10:11 spire-1.2.1/pkg/agent/agent.go 19:10:11 spire-1.2.1/pkg/agent/api/ 19:10:11 spire-1.2.1/pkg/agent/api/config.go 19:10:11 spire-1.2.1/pkg/agent/api/debug/ 19:10:11 spire-1.2.1/pkg/agent/api/debug/v1/ 19:10:11 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:10:11 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:10:11 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:10:11 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:10:11 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:10:11 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:10:11 spire-1.2.1/pkg/agent/api/endpoints.go 19:10:11 spire-1.2.1/pkg/agent/api/health/ 19:10:11 spire-1.2.1/pkg/agent/api/health/v1/ 19:10:11 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:10:11 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:10:11 spire-1.2.1/pkg/agent/api/rpccontext/ 19:10:11 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:10:11 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:10:11 spire-1.2.1/pkg/agent/attestor/ 19:10:11 spire-1.2.1/pkg/agent/attestor/node/ 19:10:11 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:10:11 spire-1.2.1/pkg/agent/attestor/node/node.go 19:10:11 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:10:11 spire-1.2.1/pkg/agent/attestor/workload/ 19:10:11 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:10:11 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:10:11 spire-1.2.1/pkg/agent/catalog/ 19:10:11 spire-1.2.1/pkg/agent/catalog/catalog.go 19:10:11 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:10:11 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:10:11 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:10:11 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:10:11 spire-1.2.1/pkg/agent/client/ 19:10:11 spire-1.2.1/pkg/agent/client/client.go 19:10:11 spire-1.2.1/pkg/agent/client/client_test.go 19:10:11 spire-1.2.1/pkg/agent/client/dial.go 19:10:11 spire-1.2.1/pkg/agent/client/nodeconn.go 19:10:11 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:10:11 spire-1.2.1/pkg/agent/client/update.go 19:10:11 spire-1.2.1/pkg/agent/client/util.go 19:10:11 spire-1.2.1/pkg/agent/common/ 19:10:11 spire-1.2.1/pkg/agent/common/backoff/ 19:10:11 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:10:11 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:10:11 spire-1.2.1/pkg/agent/common/cgroups/ 19:10:11 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:10:11 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:10:11 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:10:11 spire-1.2.1/pkg/agent/config.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/ 19:10:11 spire-1.2.1/pkg/agent/endpoints/config.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:10:11 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:10:11 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/workload/ 19:10:11 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:10:11 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:10:11 spire-1.2.1/pkg/agent/manager/ 19:10:11 spire-1.2.1/pkg/agent/manager/cache/ 19:10:11 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:10:11 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:10:11 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:10:11 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:10:11 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:10:11 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:10:11 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:10:11 spire-1.2.1/pkg/agent/manager/config.go 19:10:11 spire-1.2.1/pkg/agent/manager/manager.go 19:10:11 spire-1.2.1/pkg/agent/manager/manager_test.go 19:10:11 spire-1.2.1/pkg/agent/manager/storage.go 19:10:11 spire-1.2.1/pkg/agent/manager/storage_test.go 19:10:11 spire-1.2.1/pkg/agent/manager/storecache/ 19:10:11 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:10:11 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:10:11 spire-1.2.1/pkg/agent/manager/sync.go 19:10:11 spire-1.2.1/pkg/agent/plugin/ 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:10:11 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:10:11 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:10:11 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:10:11 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:10:11 spire-1.2.1/pkg/agent/svid/ 19:10:11 spire-1.2.1/pkg/agent/svid/rotator.go 19:10:11 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:10:11 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:10:11 spire-1.2.1/pkg/agent/svid/store/ 19:10:11 spire-1.2.1/pkg/agent/svid/store/service.go 19:10:11 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:10:11 spire-1.2.1/pkg/common/ 19:10:11 spire-1.2.1/pkg/common/agentpathtemplate/ 19:10:11 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:10:11 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:10:11 spire-1.2.1/pkg/common/api/ 19:10:11 spire-1.2.1/pkg/common/api/metrics.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/ 19:10:11 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/logger.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/names.go 19:10:11 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:10:11 spire-1.2.1/pkg/common/api/names.go 19:10:11 spire-1.2.1/pkg/common/api/ratelimit.go 19:10:11 spire-1.2.1/pkg/common/api/rpccontext/ 19:10:11 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:10:11 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:10:11 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:10:11 spire-1.2.1/pkg/common/auth/ 19:10:11 spire-1.2.1/pkg/common/auth/interceptors.go 19:10:11 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:10:11 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/ 19:10:11 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/types.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:10:11 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:10:11 spire-1.2.1/pkg/common/catalog/ 19:10:11 spire-1.2.1/pkg/common/catalog/bind.go 19:10:11 spire-1.2.1/pkg/common/catalog/builtin.go 19:10:11 spire-1.2.1/pkg/common/catalog/catalog.go 19:10:11 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:10:11 spire-1.2.1/pkg/common/catalog/closers.go 19:10:11 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:10:11 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:10:11 spire-1.2.1/pkg/common/catalog/config.go 19:10:11 spire-1.2.1/pkg/common/catalog/config_test.go 19:10:11 spire-1.2.1/pkg/common/catalog/configure.go 19:10:11 spire-1.2.1/pkg/common/catalog/constraints.go 19:10:11 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:10:11 spire-1.2.1/pkg/common/catalog/context.go 19:10:11 spire-1.2.1/pkg/common/catalog/external.go 19:10:11 spire-1.2.1/pkg/common/catalog/host.go 19:10:11 spire-1.2.1/pkg/common/catalog/pipenet.go 19:10:11 spire-1.2.1/pkg/common/catalog/plugin.go 19:10:11 spire-1.2.1/pkg/common/catalog/testplugin/ 19:10:11 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:10:11 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:10:11 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:10:11 spire-1.2.1/pkg/common/cli/ 19:10:11 spire-1.2.1/pkg/common/cli/env.go 19:10:11 spire-1.2.1/pkg/common/cli/flags.go 19:10:11 spire-1.2.1/pkg/common/cli/trust_domain.go 19:10:11 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:10:11 spire-1.2.1/pkg/common/cli/umask.go 19:10:11 spire-1.2.1/pkg/common/cli/umask_posix.go 19:10:11 spire-1.2.1/pkg/common/cli/umask_test.go 19:10:11 spire-1.2.1/pkg/common/cli/umask_windows.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/ 19:10:11 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/flag.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/format.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/ 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:10:11 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:10:11 spire-1.2.1/pkg/common/coretypes/ 19:10:11 spire-1.2.1/pkg/common/coretypes/bundle/ 19:10:11 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:10:11 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:10:11 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:10:11 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:10:11 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:10:11 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:10:11 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:10:11 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:10:11 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:10:11 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:10:11 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:10:11 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:10:11 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:10:11 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:10:11 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:10:11 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:10:11 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:10:11 spire-1.2.1/pkg/common/cryptoutil/ 19:10:11 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:10:11 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:10:11 spire-1.2.1/pkg/common/diskutil/ 19:10:11 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:10:11 spire-1.2.1/pkg/common/diskutil/file_test.go 19:10:11 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:10:11 spire-1.2.1/pkg/common/errorutil/ 19:10:11 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:10:11 spire-1.2.1/pkg/common/health/ 19:10:11 spire-1.2.1/pkg/common/health/config.go 19:10:11 spire-1.2.1/pkg/common/health/context.go 19:10:11 spire-1.2.1/pkg/common/health/context_test.go 19:10:11 spire-1.2.1/pkg/common/health/health.go 19:10:11 spire-1.2.1/pkg/common/health/health_test.go 19:10:11 spire-1.2.1/pkg/common/health/logger.go 19:10:11 spire-1.2.1/pkg/common/hostservice/ 19:10:11 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:10:11 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:10:11 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:10:11 spire-1.2.1/pkg/common/idutil/ 19:10:11 spire-1.2.1/pkg/common/idutil/require.go 19:10:11 spire-1.2.1/pkg/common/idutil/require_test.go 19:10:11 spire-1.2.1/pkg/common/idutil/safety.go 19:10:11 spire-1.2.1/pkg/common/idutil/safety_test.go 19:10:11 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:10:11 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:10:11 spire-1.2.1/pkg/common/jwtsvid/ 19:10:11 spire-1.2.1/pkg/common/jwtsvid/common.go 19:10:11 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:10:11 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:10:11 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:10:11 spire-1.2.1/pkg/common/jwtutil/ 19:10:11 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:10:11 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:10:11 spire-1.2.1/pkg/common/log/ 19:10:11 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:10:11 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:10:11 spire-1.2.1/pkg/common/log/log.go 19:10:11 spire-1.2.1/pkg/common/log/log_test.go 19:10:11 spire-1.2.1/pkg/common/log/options.go 19:10:11 spire-1.2.1/pkg/common/nodeutil/ 19:10:11 spire-1.2.1/pkg/common/nodeutil/node.go 19:10:11 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:10:11 spire-1.2.1/pkg/common/peertracker/ 19:10:11 spire-1.2.1/pkg/common/peertracker/conn.go 19:10:11 spire-1.2.1/pkg/common/peertracker/credentials.go 19:10:11 spire-1.2.1/pkg/common/peertracker/errors.go 19:10:11 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:10:11 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:10:11 spire-1.2.1/pkg/common/peertracker/info.go 19:10:11 spire-1.2.1/pkg/common/peertracker/listener.go 19:10:11 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:10:11 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:10:11 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:10:11 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:10:11 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:10:11 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:10:11 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:10:11 spire-1.2.1/pkg/common/peertracker/tcp.go 19:10:11 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:10:11 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:10:11 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:10:11 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:10:11 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:10:11 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:10:11 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:10:11 spire-1.2.1/pkg/common/peertracker/uds.go 19:10:11 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:10:11 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:10:11 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:10:11 spire-1.2.1/pkg/common/pemutil/ 19:10:11 spire-1.2.1/pkg/common/pemutil/block.go 19:10:11 spire-1.2.1/pkg/common/pemutil/certs.go 19:10:11 spire-1.2.1/pkg/common/pemutil/common.go 19:10:11 spire-1.2.1/pkg/common/pemutil/csr.go 19:10:11 spire-1.2.1/pkg/common/pemutil/keys.go 19:10:11 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/ 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:10:11 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:10:11 spire-1.2.1/pkg/common/plugin/ 19:10:11 spire-1.2.1/pkg/common/plugin/aws/ 19:10:11 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:10:11 spire-1.2.1/pkg/common/plugin/azure/ 19:10:11 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:10:11 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:10:11 spire-1.2.1/pkg/common/plugin/facade.go 19:10:11 spire-1.2.1/pkg/common/plugin/facade_test.go 19:10:11 spire-1.2.1/pkg/common/plugin/gcp/ 19:10:11 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:10:11 spire-1.2.1/pkg/common/plugin/k8s/ 19:10:11 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:10:11 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:10:11 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:10:11 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:10:11 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:10:11 spire-1.2.1/pkg/common/plugin/log.go 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/ 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:10:11 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:10:11 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:10:11 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:10:11 spire-1.2.1/pkg/common/plugin/x509pop/ 19:10:11 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:10:11 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:10:11 spire-1.2.1/pkg/common/profiling/ 19:10:11 spire-1.2.1/pkg/common/profiling/dumpers.go 19:10:11 spire-1.2.1/pkg/common/profiling/profiling.go 19:10:11 spire-1.2.1/pkg/common/protoutil/ 19:10:11 spire-1.2.1/pkg/common/protoutil/masks.go 19:10:11 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:10:11 spire-1.2.1/pkg/common/rotationutil/ 19:10:11 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:10:11 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:10:11 spire-1.2.1/pkg/common/selector/ 19:10:11 spire-1.2.1/pkg/common/selector/selector.go 19:10:11 spire-1.2.1/pkg/common/selector/selector_test.go 19:10:11 spire-1.2.1/pkg/common/selector/set.go 19:10:11 spire-1.2.1/pkg/common/selector/set_utils.go 19:10:11 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/ 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/ 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:10:11 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:10:11 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:10:11 spire-1.2.1/pkg/common/telemetry/call.go 19:10:11 spire-1.2.1/pkg/common/telemetry/common/ 19:10:11 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:10:11 spire-1.2.1/pkg/common/telemetry/config.go 19:10:11 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:10:11 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/inmem.go 19:10:11 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/m3.go 19:10:11 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/metrics.go 19:10:11 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/names.go 19:10:11 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:10:11 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:10:11 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/ 19:10:11 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:10:11 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:10:11 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:10:11 spire-1.2.1/pkg/common/telemetry/server/server.go 19:10:11 spire-1.2.1/pkg/common/telemetry/sink.go 19:10:11 spire-1.2.1/pkg/common/telemetry/statsd.go 19:10:11 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:10:11 spire-1.2.1/pkg/common/telemetry/uptime.go 19:10:11 spire-1.2.1/pkg/common/telemetry/version.go 19:10:11 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:10:11 spire-1.2.1/pkg/common/uptime/ 19:10:11 spire-1.2.1/pkg/common/uptime/uptime.go 19:10:11 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:10:11 spire-1.2.1/pkg/common/util/ 19:10:11 spire-1.2.1/pkg/common/util/certs.go 19:10:11 spire-1.2.1/pkg/common/util/certs_test.go 19:10:11 spire-1.2.1/pkg/common/util/csr.go 19:10:11 spire-1.2.1/pkg/common/util/hash.go 19:10:11 spire-1.2.1/pkg/common/util/selectors.go 19:10:11 spire-1.2.1/pkg/common/util/selectors_test.go 19:10:11 spire-1.2.1/pkg/common/util/signals.go 19:10:11 spire-1.2.1/pkg/common/util/sort.go 19:10:11 spire-1.2.1/pkg/common/util/sort_test.go 19:10:11 spire-1.2.1/pkg/common/util/task.go 19:10:11 spire-1.2.1/pkg/common/util/task_test.go 19:10:11 spire-1.2.1/pkg/common/util/testdata/ 19:10:11 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:10:11 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:10:11 spire-1.2.1/pkg/common/version/ 19:10:11 spire-1.2.1/pkg/common/version/version.go 19:10:11 spire-1.2.1/pkg/common/x509svid/ 19:10:11 spire-1.2.1/pkg/common/x509svid/common_test.go 19:10:11 spire-1.2.1/pkg/common/x509svid/csr.go 19:10:11 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:10:11 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:10:11 spire-1.2.1/pkg/common/x509util/ 19:10:11 spire-1.2.1/pkg/common/x509util/cert.go 19:10:11 spire-1.2.1/pkg/common/x509util/dns.go 19:10:11 spire-1.2.1/pkg/common/x509util/dns_test.go 19:10:11 spire-1.2.1/pkg/common/x509util/keyid.go 19:10:11 spire-1.2.1/pkg/common/x509util/keypair.go 19:10:11 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:10:11 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:10:11 spire-1.2.1/pkg/server/ 19:10:11 spire-1.2.1/pkg/server/api/ 19:10:11 spire-1.2.1/pkg/server/api/agent.go 19:10:11 spire-1.2.1/pkg/server/api/agent/ 19:10:11 spire-1.2.1/pkg/server/api/agent/v1/ 19:10:11 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:10:11 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:10:11 spire-1.2.1/pkg/server/api/agent_test.go 19:10:11 spire-1.2.1/pkg/server/api/api.go 19:10:11 spire-1.2.1/pkg/server/api/audit/ 19:10:11 spire-1.2.1/pkg/server/api/audit/audit.go 19:10:11 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:10:11 spire-1.2.1/pkg/server/api/bundle.go 19:10:11 spire-1.2.1/pkg/server/api/bundle/ 19:10:11 spire-1.2.1/pkg/server/api/bundle/v1/ 19:10:11 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:10:11 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:10:11 spire-1.2.1/pkg/server/api/bundle_test.go 19:10:11 spire-1.2.1/pkg/server/api/debug/ 19:10:11 spire-1.2.1/pkg/server/api/debug/v1/ 19:10:11 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:10:11 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:10:11 spire-1.2.1/pkg/server/api/entry.go 19:10:11 spire-1.2.1/pkg/server/api/entry/ 19:10:11 spire-1.2.1/pkg/server/api/entry/v1/ 19:10:11 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:10:11 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:10:11 spire-1.2.1/pkg/server/api/entry_test.go 19:10:11 spire-1.2.1/pkg/server/api/health/ 19:10:11 spire-1.2.1/pkg/server/api/health/v1/ 19:10:11 spire-1.2.1/pkg/server/api/health/v1/service.go 19:10:11 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:10:11 spire-1.2.1/pkg/server/api/id.go 19:10:11 spire-1.2.1/pkg/server/api/id_test.go 19:10:11 spire-1.2.1/pkg/server/api/limits/ 19:10:11 spire-1.2.1/pkg/server/api/limits/limits.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/ 19:10:11 spire-1.2.1/pkg/server/api/middleware/alias.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/audit.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/caller.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/common.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/entries.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:10:11 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:10:11 spire-1.2.1/pkg/server/api/ratelimit.go 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/ 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:10:11 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:10:11 spire-1.2.1/pkg/server/api/selector.go 19:10:11 spire-1.2.1/pkg/server/api/selector_test.go 19:10:11 spire-1.2.1/pkg/server/api/status.go 19:10:11 spire-1.2.1/pkg/server/api/status_test.go 19:10:11 spire-1.2.1/pkg/server/api/svid/ 19:10:11 spire-1.2.1/pkg/server/api/svid/v1/ 19:10:11 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:10:11 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:10:11 spire-1.2.1/pkg/server/api/trustdomain.go 19:10:11 spire-1.2.1/pkg/server/api/trustdomain/ 19:10:11 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:10:11 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:10:11 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:10:11 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:10:11 spire-1.2.1/pkg/server/authpolicy/ 19:10:11 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:10:11 spire-1.2.1/pkg/server/authpolicy/policy.go 19:10:11 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:10:11 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:10:11 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:10:11 spire-1.2.1/pkg/server/authpolicy/validate.go 19:10:11 spire-1.2.1/pkg/server/bundle/ 19:10:11 spire-1.2.1/pkg/server/bundle/client/ 19:10:11 spire-1.2.1/pkg/server/bundle/client/client.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/manager.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/sources.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/updater.go 19:10:11 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:10:11 spire-1.2.1/pkg/server/ca/ 19:10:11 spire-1.2.1/pkg/server/ca/ca.go 19:10:11 spire-1.2.1/pkg/server/ca/ca_health.go 19:10:11 spire-1.2.1/pkg/server/ca/ca_test.go 19:10:11 spire-1.2.1/pkg/server/ca/journal.go 19:10:11 spire-1.2.1/pkg/server/ca/journal_test.go 19:10:11 spire-1.2.1/pkg/server/ca/manager.go 19:10:11 spire-1.2.1/pkg/server/ca/manager_health.go 19:10:11 spire-1.2.1/pkg/server/ca/manager_test.go 19:10:11 spire-1.2.1/pkg/server/ca/templates.go 19:10:11 spire-1.2.1/pkg/server/ca/upstream_client.go 19:10:11 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:10:11 spire-1.2.1/pkg/server/ca/validation.go 19:10:11 spire-1.2.1/pkg/server/cache/ 19:10:11 spire-1.2.1/pkg/server/cache/dscache/ 19:10:11 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:10:11 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/ 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:10:11 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:10:11 spire-1.2.1/pkg/server/catalog/ 19:10:11 spire-1.2.1/pkg/server/catalog/catalog.go 19:10:11 spire-1.2.1/pkg/server/catalog/keymanager.go 19:10:11 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:10:11 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:10:11 spire-1.2.1/pkg/server/catalog/notifier.go 19:10:11 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:10:11 spire-1.2.1/pkg/server/config.go 19:10:11 spire-1.2.1/pkg/server/datastore/ 19:10:11 spire-1.2.1/pkg/server/datastore/datastore.go 19:10:11 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:10:11 spire-1.2.1/pkg/server/datastore/repository.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:10:11 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:10:11 spire-1.2.1/pkg/server/endpoints/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:10:11 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:10:11 spire-1.2.1/pkg/server/endpoints/config.go 19:10:11 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:10:11 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:10:11 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:10:11 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:10:11 spire-1.2.1/pkg/server/endpoints/middleware.go 19:10:11 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:10:11 spire-1.2.1/pkg/server/hostservice/ 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:10:11 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:10:11 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:10:11 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:10:11 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:10:11 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/ 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:10:11 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:10:11 spire-1.2.1/pkg/server/registration/ 19:10:11 spire-1.2.1/pkg/server/registration/manager.go 19:10:11 spire-1.2.1/pkg/server/registration/manager_test.go 19:10:11 spire-1.2.1/pkg/server/scanentries.go 19:10:11 spire-1.2.1/pkg/server/scanentries_test.go 19:10:11 spire-1.2.1/pkg/server/server.go 19:10:11 spire-1.2.1/pkg/server/server_test.go 19:10:11 spire-1.2.1/pkg/server/svid/ 19:10:11 spire-1.2.1/pkg/server/svid/observer.go 19:10:11 spire-1.2.1/pkg/server/svid/observer_test.go 19:10:11 spire-1.2.1/pkg/server/svid/rotator.go 19:10:11 spire-1.2.1/pkg/server/svid/rotator_config.go 19:10:11 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:10:11 spire-1.2.1/pkg/server/svid/rotator_test.go 19:10:11 spire-1.2.1/proto/ 19:10:11 spire-1.2.1/proto/private/ 19:10:11 spire-1.2.1/proto/private/server/ 19:10:11 spire-1.2.1/proto/private/server/journal/ 19:10:11 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:10:11 spire-1.2.1/proto/private/server/journal/journal.proto 19:10:11 spire-1.2.1/proto/spire/ 19:10:11 spire-1.2.1/proto/spire/common/ 19:10:11 spire-1.2.1/proto/spire/common/common.pb.go 19:10:11 spire-1.2.1/proto/spire/common/common.proto 19:10:11 spire-1.2.1/proto/spire/common/plugin/ 19:10:11 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:10:11 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:10:11 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:10:11 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:10:11 spire-1.2.1/proto/spire/plugin/ 19:10:11 spire-1.2.1/proto/spire/plugin/agent/ 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:10:11 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:10:11 spire-1.2.1/release/ 19:10:11 spire-1.2.1/release/spire-extras/ 19:10:11 spire-1.2.1/release/spire-extras/README.md 19:10:11 spire-1.2.1/release/spire-extras/conf/ 19:10:11 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:10:11 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:10:11 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:10:11 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:10:11 spire-1.2.1/release/spire/ 19:10:11 spire-1.2.1/release/spire/README.md 19:10:11 spire-1.2.1/release/spire/conf/ 19:10:11 spire-1.2.1/release/spire/conf/agent/ 19:10:11 spire-1.2.1/release/spire/conf/agent/agent.conf 19:10:11 spire-1.2.1/release/spire/conf/server/ 19:10:11 spire-1.2.1/release/spire/conf/server/server.conf 19:10:11 spire-1.2.1/script/ 19:10:11 spire-1.2.1/script/build-artifact.sh 19:10:11 spire-1.2.1/script/generate_dummy_ca.sh 19:10:11 spire-1.2.1/support/ 19:10:11 spire-1.2.1/support/k8s/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:10:11 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/ 19:10:11 spire-1.2.1/support/oidc-discovery-provider/README.md 19:10:11 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/config.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/main.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:10:11 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:10:11 spire-1.2.1/test/ 19:10:11 spire-1.2.1/test/clock/ 19:10:11 spire-1.2.1/test/clock/clock.go 19:10:11 spire-1.2.1/test/fakes/ 19:10:11 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:10:11 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:10:11 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:10:11 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:10:11 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:10:11 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:10:11 spire-1.2.1/test/fakes/fakeagentstore/ 19:10:11 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:10:11 spire-1.2.1/test/fakes/fakedatastore/ 19:10:11 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:10:11 spire-1.2.1/test/fakes/fakeentryclient/ 19:10:11 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:10:11 spire-1.2.1/test/fakes/fakehealthchecker/ 19:10:11 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:10:11 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:10:11 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:10:11 spire-1.2.1/test/fakes/fakemetrics/ 19:10:11 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:10:11 spire-1.2.1/test/fakes/fakenoderesolver/ 19:10:11 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:10:11 spire-1.2.1/test/fakes/fakenotifier/ 19:10:11 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:10:11 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:10:11 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:10:11 spire-1.2.1/test/fakes/fakeserverca/ 19:10:11 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:10:11 spire-1.2.1/test/fakes/fakeservercatalog/ 19:10:11 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:10:11 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:10:11 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:10:11 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:10:11 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:10:11 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:10:11 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:10:11 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:10:11 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:10:11 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:10:11 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:10:11 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:10:11 spire-1.2.1/test/fixture/ 19:10:11 spire-1.2.1/test/fixture/certs/ 19:10:11 spire-1.2.1/test/fixture/certs/agent_svid.der 19:10:11 spire-1.2.1/test/fixture/certs/base_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/blog_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/bundle.der 19:10:11 spire-1.2.1/test/fixture/certs/ca.pem 19:10:11 spire-1.2.1/test/fixture/certs/ca_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/database_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/database_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/database_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/node_cert.pem 19:10:11 spire-1.2.1/test/fixture/certs/node_csr.pem 19:10:11 spire-1.2.1/test/fixture/certs/node_key.pem 19:10:11 spire-1.2.1/test/fixture/certs/svid.pem 19:10:11 spire-1.2.1/test/fixture/certs/svid_key.pem 19:10:11 spire-1.2.1/test/fixture/config/ 19:10:11 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:10:11 spire-1.2.1/test/fixture/config/agent_good.conf 19:10:11 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:10:11 spire-1.2.1/test/fixture/config/plugin_good.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:10:11 spire-1.2.1/test/fixture/config/server_good.conf 19:10:11 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:10:11 spire-1.2.1/test/fixture/fixture.go 19:10:11 spire-1.2.1/test/fixture/nodeattestor/ 19:10:11 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:10:11 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:10:11 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:10:11 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:10:11 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:10:11 spire-1.2.1/test/fixture/registration/ 19:10:11 spire-1.2.1/test/fixture/registration/entries.json 19:10:11 spire-1.2.1/test/fixture/registration/good-for-update.json 19:10:11 spire-1.2.1/test/fixture/registration/good.json 19:10:11 spire-1.2.1/test/fixture/registration/invalid.json 19:10:11 spire-1.2.1/test/fixture/registration/invalid_json.json 19:10:11 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:10:11 spire-1.2.1/test/integration/ 19:10:11 spire-1.2.1/test/integration/README.md 19:10:11 spire-1.2.1/test/integration/common 19:10:11 spire-1.2.1/test/integration/setup/ 19:10:11 spire-1.2.1/test/integration/setup/adminclient/ 19:10:11 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:10:11 spire-1.2.1/test/integration/setup/adminclient/client.go 19:10:11 spire-1.2.1/test/integration/setup/debugagent/ 19:10:11 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:10:11 spire-1.2.1/test/integration/setup/debugagent/main.go 19:10:11 spire-1.2.1/test/integration/setup/debugserver/ 19:10:11 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:10:11 spire-1.2.1/test/integration/setup/debugserver/main.go 19:10:11 spire-1.2.1/test/integration/setup/downstreamclient/ 19:10:11 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:10:11 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:10:11 spire-1.2.1/test/integration/setup/itclient/ 19:10:11 spire-1.2.1/test/integration/setup/itclient/client.go 19:10:11 spire-1.2.1/test/integration/setup/node-attestation/ 19:10:11 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:10:11 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:10:11 spire-1.2.1/test/integration/setup/x509pop/ 19:10:11 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:10:11 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:10:11 spire-1.2.1/test/integration/suites/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:10:11 spire-1.2.1/test/integration/suites/join-token/ 19:10:11 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:10:11 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:10:11 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:10:11 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:10:11 spire-1.2.1/test/integration/suites/join-token/README.md 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/ 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/join-token/teardown 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:10:11 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:10:11 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:10:11 spire-1.2.1/test/integration/suites/k8s/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/00-setup 19:10:11 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:10:11 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:10:11 spire-1.2.1/test/integration/suites/k8s/README.md 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:10:11 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:10:11 spire-1.2.1/test/integration/suites/k8s/teardown 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/ 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:10:11 spire-1.2.1/test/integration/suites/rotation/ 19:10:11 spire-1.2.1/test/integration/suites/rotation/00-setup 19:10:11 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:10:11 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:10:11 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:10:11 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:10:11 spire-1.2.1/test/integration/suites/rotation/README.md 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/ 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/rotation/teardown 19:10:11 spire-1.2.1/test/integration/suites/self-test/ 19:10:11 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:10:11 spire-1.2.1/test/integration/suites/self-test/README.md 19:10:11 spire-1.2.1/test/integration/suites/self-test/teardown 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:10:11 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:10:11 spire-1.2.1/test/integration/suites/upgrade/ 19:10:11 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:10:11 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:10:11 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:10:11 spire-1.2.1/test/integration/suites/upgrade/README.md 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:10:11 spire-1.2.1/test/integration/suites/upgrade/teardown 19:10:11 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:10:11 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:10:11 spire-1.2.1/test/integration/test-one.sh 19:10:11 spire-1.2.1/test/integration/test.sh 19:10:11 spire-1.2.1/test/plugintest/ 19:10:11 spire-1.2.1/test/plugintest/config.go 19:10:11 spire-1.2.1/test/plugintest/load.go 19:10:11 spire-1.2.1/test/plugintest/option.go 19:10:11 spire-1.2.1/test/spiretest/ 19:10:11 spire-1.2.1/test/spiretest/apiserver.go 19:10:11 spire-1.2.1/test/spiretest/assertions.go 19:10:11 spire-1.2.1/test/spiretest/dir.go 19:10:11 spire-1.2.1/test/spiretest/errors_posix.go 19:10:11 spire-1.2.1/test/spiretest/errors_windows.go 19:10:11 spire-1.2.1/test/spiretest/logs.go 19:10:11 spire-1.2.1/test/spiretest/socketapi.go 19:10:11 spire-1.2.1/test/spiretest/suite.go 19:10:11 spire-1.2.1/test/spiretest/x509.go 19:10:11 spire-1.2.1/test/testca/ 19:10:11 spire-1.2.1/test/testca/ca.go 19:10:11 spire-1.2.1/test/testkey/ 19:10:11 spire-1.2.1/test/testkey/generate.sh 19:10:11 spire-1.2.1/test/testkey/genkeys.go 19:10:11 spire-1.2.1/test/testkey/keys.go 19:10:11 spire-1.2.1/test/testkey/new.go 19:10:11 spire-1.2.1/test/tpmsimulator/ 19:10:11 spire-1.2.1/test/tpmsimulator/simulator.go 19:10:11 spire-1.2.1/test/util/ 19:10:11 spire-1.2.1/test/util/cert_fixtures.go 19:10:11 spire-1.2.1/test/util/cert_generation.go 19:10:11 spire-1.2.1/test/util/io_redirection.go 19:10:11 spire-1.2.1/test/util/race.go 19:10:11 spire-1.2.1/test/util/util.go 19:10:11 building spire from source... 19:10:11 Installing go1.17.7... 19:10:12 ---> Running in 0416b9e619c6 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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:10:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-21383 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws 19:10:14 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:10:14 The recommended git tool is: git 19:10:16 Building bin/spire-server... 19:10:16 go: downloading github.com/mitchellh/cli v1.1.2 19:10:16 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:10:16 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:10:16 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:10:16 go: downloading google.golang.org/grpc v1.44.0 19:10:16 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:10:16 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:10:16 go: downloading github.com/imdario/mergo v0.3.12 19:10:16 go: downloading github.com/sirupsen/logrus v1.8.1 19:10:17 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:10:17 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:10:17 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:10:17 go: downloading github.com/fatih/color v1.13.0 19:10:17 go: downloading github.com/mattn/go-isatty v0.0.14 19:10:17 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:10:17 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:10:17 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:10:17 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:10:17 go: downloading github.com/armon/go-metrics v0.3.10 19:10:17 go: downloading github.com/prometheus/client_golang v1.12.1 19:10:17 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:10:17 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:10:17 go: downloading github.com/open-policy-agent/opa v0.38.0 19:10:17 Building bin/spire-server... 19:10:17 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:10:17 go: downloading github.com/mattn/go-colorable v0.1.12 19:10:17 go: downloading github.com/Masterminds/goutils v1.1.0 19:10:17 go: downloading github.com/Masterminds/semver v1.5.0 19:10:17 go: downloading github.com/google/uuid v1.1.2 19:10:17 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:10:17 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:10:17 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:10:17 go: downloading github.com/mitchellh/cli v1.1.2 19:10:17 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:10:17 go: downloading github.com/huandu/xstrings v1.3.2 19:10:17 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:10:17 go: downloading github.com/oklog/run v1.0.0 19:10:17 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:10:17 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:10:17 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:10:17 go: downloading github.com/imdario/mergo v0.3.12 19:10:17 go: downloading github.com/imkira/go-observer v1.0.3 19:10:17 go: downloading github.com/prometheus/client_model v0.2.0 19:10:17 go: downloading github.com/prometheus/common v0.32.1 19:10:17 go: downloading github.com/beorn7/perks v1.0.1 19:10:17 go: downloading github.com/sirupsen/logrus v1.8.1 19:10:17 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:10:17 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:10:17 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:10:17 go: downloading github.com/prometheus/procfs v0.7.3 19:10:17 go: downloading google.golang.org/grpc v1.44.0 19:10:17 go: downloading go.uber.org/atomic v1.9.0 19:10:17 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:10:17 go: downloading github.com/fatih/color v1.13.0 19:10:17 go: downloading github.com/hashicorp/errwrap v1.1.0 19:10:17 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:10:17 go: downloading github.com/mattn/go-isatty v0.0.14 19:10:17 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:10:18 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:10:18 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:10:18 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:10:18 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:10:18 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:10:18 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:10:18 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:10:18 go: downloading github.com/armon/go-metrics v0.3.10 19:10:18 go: downloading github.com/prometheus/client_golang v1.12.1 19:10:18 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:10:18 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:10:18 go: downloading github.com/open-policy-agent/opa v0.38.0 19:10:18 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:10:18 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:10:18 go: downloading github.com/mattn/go-colorable v0.1.12 19:10:18 go: downloading github.com/Masterminds/goutils v1.1.0 19:10:18 go: downloading github.com/Masterminds/semver v1.5.0 19:10:18 go: downloading github.com/google/uuid v1.1.2 19:10:18 go: downloading github.com/huandu/xstrings v1.3.2 19:10:18 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:10:18 go: downloading github.com/oklog/run v1.0.0 19:10:18 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:10:18 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:10:18 go: downloading github.com/prometheus/client_model v0.2.0 19:10:18 go: downloading github.com/prometheus/common v0.32.1 19:10:18 go: downloading github.com/beorn7/perks v1.0.1 19:10:18 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:10:18 go: downloading github.com/prometheus/procfs v0.7.3 19:10:18 go: downloading go.uber.org/atomic v1.9.0 19:10:18 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:10:18 go: downloading github.com/imkira/go-observer v1.0.3 19:10:18 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:10:18 go: downloading github.com/hashicorp/errwrap v1.1.0 19:10:18 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:10:18 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:10:18 go: downloading github.com/twmb/murmur3 v1.1.6 19:10:18 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:10:19 go: downloading github.com/blang/semver/v4 v4.0.0 19:10:19 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:10:19 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:10:19 go: downloading github.com/jinzhu/gorm v1.9.16 19:10:19 go: downloading github.com/lib/pq v1.10.4 19:10:19 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:10:19 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:10:19 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:10:19 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:10:20 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:10:20 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:10:20 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:10:20 go: downloading github.com/stretchr/testify v1.7.0 19:10:20 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:10:20 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:10:20 go: downloading github.com/blang/semver/v4 v4.0.0 19:10:20 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:10:20 go: downloading github.com/jinzhu/gorm v1.9.16 19:10:20 go: downloading github.com/lib/pq v1.10.4 19:10:20 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:10:20 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:10:21 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:10:21 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:10:21 go: downloading github.com/stretchr/testify v1.7.0 19:10:21 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:10:21 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:10:22 using credential edgex-jenkins-ssh 19:10:22 Cloning the remote Git repository 19:10:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:10:23 > git init /w/workspace/edgex-go/1 # timeout=10 19:10:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:23 > git --version # timeout=10 19:10:23 > git --version # 'git version 2.25.1' 19:10:23 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10:23 go: downloading google.golang.org/api v0.70.0 19:10:23 go: downloading k8s.io/client-go v0.23.4 19:10:23 go: downloading k8s.io/api v0.23.4 19:10:23 go: downloading github.com/google/go-tpm v0.3.3 19:10:23 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:10:24 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:10:24 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:10:24 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:10:24 go: downloading cloud.google.com/go/storage v1.21.0 19:10:24 go: downloading cloud.google.com/go v0.100.2 19:10:25 go: downloading google.golang.org/api v0.70.0 19:10:25 go: downloading k8s.io/client-go v0.23.4 19:10:25 go: downloading github.com/google/go-tpm v0.3.3 19:10:25 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:10:25 go: downloading k8s.io/api v0.23.4 19:10:25 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:10:25 go: downloading k8s.io/apimachinery v0.23.4 19:10:25 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:10:25 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:10:25 go: downloading cloud.google.com/go/storage v1.21.0 19:10:25 go: downloading k8s.io/kube-aggregator v0.23.3 19:10:25 go: downloading cloud.google.com/go v0.100.2 19:10:25 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:10:25 go: downloading cloud.google.com/go/security v1.3.0 19:10:25 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:10:26 go: downloading github.com/hashicorp/vault/api v1.4.1 19:10:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:10:26 go: downloading github.com/twmb/murmur3 v1.1.6 19:10:26 go: downloading github.com/aws/smithy-go v1.11.0 19:10:26 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:10:26 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:10:26 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:10:26 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:10:26 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:10:26 go: downloading github.com/jinzhu/inflection v1.0.0 19:10:26 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:10:26 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:10:26 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:10:26 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:10:26 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:10:26 go: downloading github.com/dimchansky/utfbom v1.1.1 19:10:26 go: downloading cloud.google.com/go/compute v1.3.0 19:10:26 go: downloading cloud.google.com/go/iam v0.1.1 19:10:26 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:10:26 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:10:26 go: downloading k8s.io/apimachinery v0.23.4 19:10:26 go: downloading k8s.io/kube-aggregator v0.23.3 19:10:26 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:10:26 go: downloading cloud.google.com/go/security v1.3.0 19:10:27 go: downloading github.com/hashicorp/vault/api v1.4.1 19:10:27 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:10:27 go: downloading github.com/jinzhu/inflection v1.0.0 19:10:27 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:10:27 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:10:27 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:10:27 go: downloading github.com/aws/smithy-go v1.11.0 19:10:27 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:10:27 go: downloading github.com/gogo/protobuf v1.3.2 19:10:27 go: downloading k8s.io/klog/v2 v2.30.0 19:10:27 go: downloading github.com/google/gofuzz v1.1.0 19:10:27 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:10:27 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:10:27 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:10:27 go: downloading github.com/spf13/pflag v1.0.5 19:10:28 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:10:28 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:10:28 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:10:28 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:10:28 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:10:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:10:28 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:10:28 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:10:28 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:10:28 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:10:28 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:10:28 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:10:28 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:10:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:10:28 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:10:28 go: downloading github.com/dimchansky/utfbom v1.1.1 19:10:28 go: downloading gopkg.in/yaml.v2 v2.4.0 19:10:28 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:10:28 go: downloading github.com/gobwas/glob v0.2.3 19:10:28 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:10:28 go: downloading cloud.google.com/go/compute v1.3.0 19:10:28 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:10:28 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:10:28 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:10:28 go: downloading go.opencensus.io v0.23.0 19:10:28 go: downloading gopkg.in/inf.v0 v0.9.1 19:10:28 go: downloading github.com/google/go-cmp v0.5.7 19:10:28 go: downloading cloud.google.com/go/iam v0.1.1 19:10:28 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:10:28 go: downloading github.com/go-logr/logr v1.2.2 19:10:28 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:10:28 go: downloading github.com/googleapis/gnostic v0.5.5 19:10:28 go: downloading github.com/json-iterator/go v1.1.12 19:10:28 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:10:28 go: downloading github.com/tklauser/numcpus v0.3.0 19:10:28 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:10:28 go: downloading github.com/gogo/protobuf v1.3.2 19:10:29 go: downloading k8s.io/klog/v2 v2.30.0 19:10:29 go: downloading github.com/google/gofuzz v1.1.0 19:10:29 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:10:29 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:10:29 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:10:29 go: downloading go.uber.org/zap v1.21.0 19:10:29 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:10:29 go: downloading github.com/spf13/pflag v1.0.5 19:10:29 go: downloading sigs.k8s.io/yaml v1.3.0 19:10:29 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:10:29 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:10:29 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:10:29 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:10:29 go: downloading github.com/modern-go/reflect2 v1.0.2 19:10:29 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:10:29 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:10:29 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:10:29 go: downloading github.com/hashicorp/go-version v1.2.0 19:10:29 go: downloading github.com/golang/snappy v0.0.4 19:10:29 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:10:29 go: downloading github.com/ryanuber/go-glob v1.0.0 19:10:29 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:10:29 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:10:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:10:29 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:10:29 go: downloading go.uber.org/multierr v1.6.0 19:10:29 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:10:29 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:10:30 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:10:30 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:10:30 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:10:30 go: downloading gopkg.in/yaml.v2 v2.4.0 19:10:30 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:10:30 go: downloading github.com/gobwas/glob v0.2.3 19:10:30 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:10:30 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:10:30 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:10:30 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:10:30 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:10:30 go: downloading go.opencensus.io v0.23.0 19:10:30 go: downloading gopkg.in/inf.v0 v0.9.1 19:10:30 go: downloading github.com/go-logr/logr v1.2.2 19:10:30 go: downloading github.com/google/go-cmp v0.5.7 19:10:30 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:10:31 go: downloading github.com/googleapis/gnostic v0.5.5 19:10:31 go: downloading github.com/json-iterator/go v1.1.12 19:10:31 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:10:31 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:10:31 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:10:31 go: downloading go.uber.org/zap v1.21.0 19:10:31 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:10:31 go: downloading github.com/tklauser/numcpus v0.3.0 19:10:31 go: downloading sigs.k8s.io/yaml v1.3.0 19:10:31 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:10:31 go: downloading github.com/ryanuber/go-glob v1.0.0 19:10:31 go: downloading github.com/golang/snappy v0.0.4 19:10:31 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:10:31 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:10:31 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:10:31 go: downloading github.com/hashicorp/go-version v1.2.0 19:10:31 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:10:31 go: downloading github.com/modern-go/reflect2 v1.0.2 19:10:31 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:10:31 go: downloading go.uber.org/multierr v1.6.0 19:10:31 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:10:35 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:10:35 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:10:36 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:10:36 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:10:42 Merging remotes/origin/main commit 7c172932d67f5deb00d2ba71bf7bdd749298babf into PR head commit 75f34a50dbcf05074eea60ad1b070efe2775b48b 19:10:42 Merge succeeded, producing 75f34a50dbcf05074eea60ad1b070efe2775b48b 19:10:42 Checking out Revision 75f34a50dbcf05074eea60ad1b070efe2775b48b (PR-3979) 19:10:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:10:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:10:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3979/head:refs/remotes/origin/PR-3979 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:10:42 > git config core.sparsecheckout # timeout=10 19:10:42 > git checkout -f 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 19:10:42 > git remote # timeout=10 19:10:42 > git config --get remote.origin.url # timeout=10 19:10:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:42 > git merge 7c172932d67f5deb00d2ba71bf7bdd749298babf # timeout=10 19:10:42 > git rev-parse HEAD^{commit} # timeout=10 19:10:42 > git config core.sparsecheckout # timeout=10 19:10:42 > git checkout -f 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 19:10:47 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 19:10:47 > git --version # timeout=10 19:10:47 > git --version # 'git version 2.25.1' 19:10:47 fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:10:48 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:10:48 % Total % Received % Xferd Average Speed Time Time Time Current 19:10:48 Dload Upload Total Spent Left Speed 19:10:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 202k 0 --:--:-- --:--:-- --:--:-- 202k [Pipeline] sh 19:10:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:10:49 + sudo tee /etc/docker/daemon.new 19:10:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:10:49 { 19:10:49 "registry-mirrors": [ 19:10:49 "https://nexus3.edgexfoundry.org:10001" 19:10:49 ], 19:10:49 "bip": "10.250.0.254/24", 19:10:49 "hosts": [ 19:10:49 "tcp://0.0.0.0:5555", 19:10:49 "unix:///var/run/docker.sock" 19:10:49 ], 19:10:49 "mtu": 1458, 19:10:49 "selinux-enabled": true, 19:10:49 "seccomp-profile": "/etc/docker/seccomp.json" 19:10:49 } [Pipeline] sh 19:10:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:10:50 + sudo service docker restart 19:10:55 Removing intermediate container 75166a250563 19:10:55 ---> 5083d2076837 19:10:55 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:10:55 ---> Running in c50e9322ef4c 19:10:55 Removing intermediate container 0416b9e619c6 19:10:55 ---> bde13a96fd91 19:10:55 19:10:55 Step 10/25 : FROM alpine:3.14 19:10:55 Removing intermediate container 30094f94a557 19:10:55 ---> 09e1f545d117 19:10:55 19:10:55 Step 10/22 : FROM alpine:3.14 19:10:55 3.14: Pulling from library/alpine 19:10:55 3.14: Pulling from library/alpine 19:10: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:10:57 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:10:57 Status: Downloaded newer image for alpine:3.14 19:10:57 ---> e04c818066af 19:10:57 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:10:57 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:10:57 Status: Image is up to date for alpine:3.14 19:10:57 ---> e04c818066af 19:10:57 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:10:57 ---> Running in 0917230d5231 19:10:58 ---> Running in 1be663ddf280 19:10:58 Removing intermediate container c50e9322ef4c 19:10:58 ---> caadf4e9609e 19:10:58 19:10:58 Step 11/23 : FROM docker:20.10.14 19:10:58 20.10.14: Pulling from library/docker 19:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:10:59 (1/6) Installing ca-certificates (20211220-r0) 19:10:59 (2/6) Installing brotli-libs (1.0.9-r5) 19:10:59 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:10:59 (1/3) Installing ca-certificates (20211220-r0) 19:10:59 (4/6) Installing libcurl (7.79.1-r0) 19:11:00 (5/6) Installing curl (7.79.1-r0) 19:11:00 (6/6) Installing dumb-init (1.2.5-r1) 19:11:00 Executing busybox-1.33.1-r7.trigger 19:11:00 (2/3) Installing dumb-init (1.2.5-r1) 19:11:00 (3/3) Installing su-exec (0.2-r1) 19:11:00 Executing busybox-1.33.1-r7.trigger 19:11:00 Executing ca-certificates-20211220-r0.trigger 19:11:00 Executing ca-certificates-20211220-r0.trigger 19:11:00 OK: 8 MiB in 20 packages 19:11:00 OK: 6 MiB in 17 packages 19:11:02 Removing intermediate container 1be663ddf280 19:11:02 ---> 0effef1a2c63 19:11:02 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:02 Removing intermediate container 0917230d5231 19:11:02 ---> 6624ce6deca6 19:11:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:02 ---> Running in 23d72e93d402 19:11:02 ---> Running in 8c87e33e3b08 19:11:02 Removing intermediate container 23d72e93d402 19:11:02 ---> 3a145875a6e1 19:11:02 Step 13/25 : WORKDIR / 19:11:02 Removing intermediate container 8c87e33e3b08 19:11:02 ---> 7b2a0258c991 19:11:02 Step 13/22 : WORKDIR /edgex 19:11:03 ---> Running in ffb58ff6cdae 19:11:03 ---> Running in e941943b560a 19:11:03 Removing intermediate container ffb58ff6cdae 19:11:03 ---> fc331c779fc4 19:11:03 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:11:03 Removing intermediate container e941943b560a 19:11:03 ---> f6f6d1b5eaf2 19:11:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:11:03 ---> e4b693c64009 19:11:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:11:03 ---> 4d606753ec72 19:11:03 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:11:04 ---> 233261ed4bc0 19:11:04 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:11:04 ---> 6ea1f793370f 19:11:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:11:05 ---> fe8820b0a3d3 19:11:05 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:11:06 ---> 81e6927ed3e0 19:11:06 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:11:06 ---> e4fe4bb91661 19:11:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:11:07 ---> 80932063b84a 19:11:07 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:08 ---> Running in 8e6d36d5a2c9 19:11:08 ---> b60d16b8308b 19:11:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:11:08 provisioning config files... 19:11:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3902573334090152278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:11:09 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:11:09 Status: Downloaded newer image for docker:20.10.14 19:11:09 ---> 7417809fdb73 19:11:09 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:11:09 ---> docker-login.sh 19:11:09 nexus3.edgexfoundry.org:10001 19:11:09 ---> Running in d0299b84dde4 19:11:09 ---> 3cbb715ed9a2 19:11:09 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:11:09 Removing intermediate container d0299b84dde4 19:11:09 ---> 12fe06e45dd2 19:11:09 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:11:09 ---> Running in 42e2eb619d6b 19:11:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:09 ---> f5cdecd489d7 19:11:09 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:11:09 ---> Running in 2ab60b89bdc4 19:11:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:10 Configure a credential helper to remove this warning. See 19:11:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:10 19:11:10 Login Succeeded 19:11:10 nexus3.edgexfoundry.org:10002 19:11:10 Removing intermediate container 8e6d36d5a2c9 19:11:10 ---> 81ecab832c58 19:11:10 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:11:10 ---> Running in c5402e70559e 19:11:10 Removing intermediate container c5402e70559e 19:11:10 ---> 36c192c8f04d 19:11:10 Step 20/22 : LABEL arch=x86_64 19:11:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:10 Configure a credential helper to remove this warning. See 19:11:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:10 19:11:10 Login Succeeded 19:11:10 nexus3.edgexfoundry.org:10003 19:11:10 ---> Running in 18d959cdf06d 19:11:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:11 Removing intermediate container 18d959cdf06d 19:11:11 ---> afc1b8b6f53f 19:11:11 Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:11:11 ---> Running in cf1fed34911b 19:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:11 Configure a credential helper to remove this warning. See 19:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:11 19:11:11 Login Succeeded 19:11:11 nexus3.edgexfoundry.org:10004 19:11:11 (1/43) Installing readline (8.1.1-r0) 19:11:11 (2/43) Installing bash (5.1.16-r0) 19:11:11 Executing bash-5.1.16-r0.post-install 19:11:11 (3/43) Installing brotli-libs (1.0.9-r5) 19:11:11 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:11:11 (5/43) Installing libcurl (7.80.0-r0) 19:11:11 (6/43) Installing curl (7.80.0-r0) 19:11:11 (7/43) Installing dumb-init (1.2.5-r1) 19:11:11 (8/43) Installing libbz2 (1.0.8-r1) 19:11:11 (9/43) Installing expat (2.4.7-r0) 19:11:11 (10/43) Installing libffi (3.4.2-r1) 19:11:11 (11/43) Installing gdbm (1.22-r0) 19:11:11 (12/43) Installing xz-libs (5.2.5-r1) 19:11:11 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:11:11 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:11:11 (15/43) Installing mpdecimal (2.5.1-r1) 19:11:11 (16/43) Installing sqlite-libs (3.36.0-r0) 19:11:11 (17/43) Installing python3 (3.9.7-r4) 19:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:11 Configure a credential helper to remove this warning. See 19:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:11 19:11:11 Login Succeeded 19:11:11 docker.io 19:11:11 Removing intermediate container cf1fed34911b 19:11:11 ---> 7707c593fe19 19:11:11 Step 22/22 : LABEL version=0.0.0 19:11:11 (18/43) Installing py3-appdirs (1.4.4-r2) 19:11:11 (19/43) Installing py3-certifi (2020.12.5-r1) 19:11:11 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:11:11 (21/43) Installing py3-idna (3.3-r0) 19:11:12 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:11:12 (23/43) Installing py3-requests (2.26.0-r1) 19:11:12 (24/43) Installing py3-msgpack (1.0.2-r1) 19:11:12 (25/43) Installing py3-lockfile (0.12.2-r4) 19:11:12 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:11:12 (27/43) Installing py3-colorama (0.4.4-r1) 19:11:12 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:11:12 (29/43) Installing py3-distlib (0.3.3-r0) 19:11:12 (30/43) Installing py3-distro (1.6.0-r0) 19:11:12 (31/43) Installing py3-six (1.16.0-r0) 19:11:12 (32/43) Installing py3-webencodings (0.5.1-r4) 19:11:12 (33/43) Installing py3-html5lib (1.1-r1) 19:11:12 ---> Running in 34309ca2122d 19:11:12 (34/43) Installing py3-parsing (2.4.7-r2) 19:11:12 (35/43) Installing py3-packaging (20.9-r1) 19:11:12 (36/43) Installing py3-tomli (1.2.2-r0) 19:11:12 (37/43) Installing py3-pep517 (0.12.0-r0) 19:11:12 (38/43) Installing py3-progress (1.6-r0) 19:11:12 (39/43) Installing py3-retrying (1.3.3-r2) 19:11:12 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:11:12 (41/43) Installing py3-setuptools (52.0.0-r4) 19:11:12 (42/43) Installing py3-toml (0.10.2-r2) 19:11:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:12 Removing intermediate container 2ab60b89bdc4 19:11:12 ---> 714ab8047b9e 19:11:12 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:11:12 (43/43) Installing py3-pip (20.3.4-r1) 19:11:12 Executing busybox-1.34.1-r5.trigger 19:11:12 OK: 83 MiB in 65 packages 19:11:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:12 Configure a credential helper to remove this warning. See 19:11:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:12 19:11:12 Login Succeeded 19:11:12 ---> docker-login.sh ends [Pipeline] } 19:11:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 19:11:12 ---> Running in 360df036f629 [Pipeline] echo 19:11:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] 19:11:12 Removing intermediate container 34309ca2122d 19:11:12 ---> 9dc0f86f7113 19:11:12 19:11:12 Successfully built 9dc0f86f7113 19:11:12 Successfully tagged security-proxy-setup:latest 19:11:12 Building support-scheduler [Pipeline] echo 19:11:12 ========================================================= 19:11:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 19:11:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:11:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:11:13  Building security-proxy-setup ... done Collecting docker-compose==1.23.2 19:11:13 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:11:13 9b3977197b4f: Pulling fs layer 19:11:13 1a89e8eeedd5: Pulling fs layer 19:11:13 94645a83ff95: Pulling fs layer 19:11:13 3f3a8bcf1eab: Pulling fs layer 19:11:13 0c92f367c5e7: Pulling fs layer 19:11:13 f7c0051592d6: Pulling fs layer 19:11:13 a227ed2f7395: Pulling fs layer 19:11:13 7b1c46037f91: Pulling fs layer 19:11:13 0c92f367c5e7: Waiting 19:11:13 f7c0051592d6: Waiting 19:11:13 a227ed2f7395: Waiting 19:11:13 3f3a8bcf1eab: Waiting 19:11:13 94645a83ff95: Verifying Checksum 19:11:13 94645a83ff95: Download complete 19:11:13 1a89e8eeedd5: Verifying Checksum 19:11:13 1a89e8eeedd5: Download complete 19:11:13 0c92f367c5e7: Verifying Checksum 19:11:13 0c92f367c5e7: Download complete 19:11:13 f7c0051592d6: Verifying Checksum 19:11:13 f7c0051592d6: Download complete 19:11:13 9b3977197b4f: Download complete 19:11:13 a227ed2f7395: Verifying Checksum 19:11:13 a227ed2f7395: Download complete 19:11:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:11:13 Removing intermediate container 360df036f629 19:11:13 ---> 1383eefbed3b 19:11:13 Step 23/25 : LABEL arch=x86_64 19:11:13 Collecting PyYAML<4,>=3.10 19:11:13 Downloading PyYAML-3.13.tar.gz (270 kB) 19:11:14 9b3977197b4f: Pull complete 19:11:14 Collecting cached-property<2,>=1.2.0 19:11:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:11:14 ---> Running in 246e4ce5c524 19:11:14 Collecting websocket-client<1.0,>=0.32.0 19:11:14 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:11:14 Collecting jsonschema<3,>=2.5.1 19:11:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:11:14 Collecting docker<4.0,>=3.6.0 19:11:14 1a89e8eeedd5: Pull complete 19:11:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:11:14 Collecting dockerpty<0.5,>=0.4.1 19:11:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:11:15 Removing intermediate container 246e4ce5c524 19:11:15 ---> ad9e60b203b3 19:11:15 Step 24/25 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:11:15 ---> Running in 14bfae83b5ef 19:11:15 Collecting texttable<0.10,>=0.9.0 19:11:15 Downloading texttable-0.9.1.tar.gz (11 kB) 19:11:15 Removing intermediate container 14bfae83b5ef 19:11:15 ---> 483bd279802c 19:11:15 Step 25/25 : LABEL version=0.0.0 19:11:15 94645a83ff95: Pull complete 19:11:15 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:11:15 ---> Running in ff51cb95d925 19:11:15 Collecting docopt<0.7,>=0.6.1 19:11:15 Downloading docopt-0.6.2.tar.gz (25 kB) 19:11:15 7b1c46037f91: Verifying Checksum 19:11:15 7b1c46037f91: Download complete 19:11:15 Removing intermediate container ff51cb95d925 19:11:15 ---> 4ac164f7a018 19:11:15 19:11:15 Successfully built 4ac164f7a018 19:11:15 Successfully tagged security-secretstore-setup:latest 19:11:16  Building security-secretstore-setup ... done Building core-data 19:11:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:11:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:11:16 Collecting docker-pycreds>=0.4.0 19:11:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:11:16 Collecting urllib3<1.25,>=1.21.1 19:11:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:11:16 3f3a8bcf1eab: Verifying Checksum 19:11:16 3f3a8bcf1eab: Download complete 19:11:16 Collecting chardet<3.1.0,>=3.0.2 19:11:16 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:11:16 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:11:16 Collecting idna<2.8,>=2.5 19:11:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:11:16 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:11:16 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:11:16 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:11:16 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:11:16 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:11:16 Attempting uninstall: urllib3 19:11:16 Found existing installation: urllib3 1.26.7 19:11:16 Uninstalling urllib3-1.26.7: 19:11:16 Successfully uninstalled urllib3-1.26.7 19:11:16 Attempting uninstall: idna 19:11:16 Found existing installation: idna 3.3 19:11:16 Uninstalling idna-3.3: 19:11:16 Successfully uninstalled idna-3.3 19:11:16 Attempting uninstall: requests 19:11:16 Found existing installation: requests 2.26.0 19:11:16 Uninstalling requests-2.26.0: 19:11:17 Successfully uninstalled requests-2.26.0 19:11:17 Running setup.py install for texttable: started 19:11:17 Running setup.py install for texttable: finished with status 'done' 19:11:17 Running setup.py install for PyYAML: started 19:11:18 Running setup.py install for PyYAML: finished with status 'done' 19:11:18 Running setup.py install for docopt: started 19:11:18 Running setup.py install for docopt: finished with status 'done' 19:11:18 Running setup.py install for dockerpty: started 19:11:18 Running setup.py install for dockerpty: finished with status 'done' 19:11:19 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:11:23 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:23 ---> d08710cf11b1 19:11:23 Step 3/22 : WORKDIR /edgex-go 19:11:23 ---> Using cache 19:11:23 ---> b9c6aec0566d 19:11:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:23 ---> Using cache 19:11:23 ---> 37b98a2e32c4 19:11:23 Step 5/22 : RUN apk add --update --no-cache make git 19:11:23 ---> Using cache 19:11:23 ---> 6b1247737b32 19:11:23 Step 6/22 : COPY go.mod vendor* ./ 19:11:23 ---> Using cache 19:11:23 ---> 2e2ef39026f4 19:11:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:23 ---> Using cache 19:11:23 ---> 51bb72bda8e2 19:11:23 Step 8/22 : COPY . . 19:11:23 ---> Using cache 19:11:23 ---> 4db102087c57 19:11:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:11:25 ---> Running in af54aaf37988 19:11:25 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:25 ---> d08710cf11b1 19:11:25 Step 3/23 : WORKDIR /edgex-go 19:11:25 ---> Using cache 19:11:25 ---> b9c6aec0566d 19:11:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:25 ---> Using cache 19:11:25 ---> 37b98a2e32c4 19:11:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:11:26 ---> Running in 488642f42aed 19:11:27 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:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:28 3f3a8bcf1eab: Pull complete 19:11:28 0c92f367c5e7: Pull complete 19:11:28 OK: 221 MiB in 52 packages 19:11:29 f7c0051592d6: Pull complete 19:11:29 a227ed2f7395: Pull complete 19:11:29 Removing intermediate container 42e2eb619d6b 19:11:29 ---> c2682ce0b925 19:11:29 Step 14/23 : ENV APP_PORT=58890 19:11:30 ---> Running in 4ab283fd19b8 19:11:30 Removing intermediate container 488642f42aed 19:11:30 ---> d60999efaa6c 19:11:30 Step 6/23 : COPY go.mod vendor* ./ 19:11:30 Removing intermediate container 4ab283fd19b8 19:11:30 ---> aa2ffc43c9a6 19:11:30 Step 15/23 : EXPOSE $APP_PORT 19:11:30 ---> Running in 0a4840ad5767 19:11:30 ---> 36a902d936bd 19:11:30 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:30 ---> Running in ce625f427492 19:11:31 Removing intermediate container 0a4840ad5767 19:11:31 ---> 5addf6da09e8 19:11:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:11:32 ---> fc0aff81b6c2 19:11:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:11:33 ---> 0e67971a09c8 19:11:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:11:33 Removing intermediate container ce625f427492 19:11:33 ---> acab2832fbcb 19:11:33 Step 8/23 : COPY . . 19:11:34 ---> 6aed4b825fc7 19:11:34 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:11:37 ---> Running in 1cd20e0354da 19:11:37 7b1c46037f91: Pull complete 19:11:37 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 19:11:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:11:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:11:38 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:11:38 WORKDIR /edgex 19:11:38 COPY go.mod . 19:11:38 RUN go mod download 19:11:38 + docker build -t ci-base-image-arm64 -f - . 19:11:38 Removing intermediate container 1cd20e0354da 19:11:38 ---> 6ef46867dccc 19:11:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:38 ---> Running in 7d8f3bba6ccd 19:11:40 Removing intermediate container 7d8f3bba6ccd 19:11:40 ---> a41204002eb8 19:11:40 Step 21/23 : LABEL arch=x86_64 19:11:40 ---> Running in 43062268071e 19:11:40 ---> 707d2dbd5d09 19:11:40 Step 9/23 : RUN make cmd/core-data/core-data 19:11:40 ---> Running in fd52f08af9e3 19:11:40 Removing intermediate container 43062268071e 19:11:40 ---> de04c5dbf894 19:11:40 Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:11:40 ---> Running in e055094a40cc 19:11:40 Sending build context to Docker daemon 169.2MB 19:11:40 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:11:40 ---> f79e39bc4007 19:11:40 Step 2/4 : WORKDIR /edgex 19:11:40 Removing intermediate container e055094a40cc 19:11:40 ---> 0a9ebd09cf03 19:11:40 Step 23/23 : LABEL version=0.0.0 19:11:40 ---> Running in 94c3d3939703 19:11:41 Removing intermediate container 94c3d3939703 19:11:41 ---> 590e6e1c3248 19:11:41 19:11:41 Successfully built 590e6e1c3248 19:11:41 Successfully tagged sys-mgmt-agent:latest 19:11:41  Building sys-mgmt-agent ... done Building security-bootstrapper 19:11:41 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:11:42 ---> Running in 8d4d51e7bcd7 19:11:42 Removing intermediate container 8d4d51e7bcd7 19:11:42 ---> 50a311bd69c8 19:11:42 Step 3/4 : COPY go.mod . 19:11:43 ---> 7a4c454c0ff7 19:11:43 Step 4/4 : RUN go mod download 19:11:43 ---> Running in dc28e323931b 19:11:45 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:11:45 ---> d08710cf11b1 19:11:45 Step 3/31 : WORKDIR /edgex-go 19:11:45 ---> Using cache 19:11:45 ---> b9c6aec0566d 19:11:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:45 ---> Using cache 19:11:45 ---> 37b98a2e32c4 19:11:45 Step 5/31 : RUN apk add --update --no-cache make git 19:11:45 ---> Using cache 19:11:45 ---> 6b1247737b32 19:11:45 Step 6/31 : COPY go.mod vendor* ./ 19:11:45 ---> Using cache 19:11:45 ---> 2e2ef39026f4 19:11:45 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:45 ---> Using cache 19:11:45 ---> 51bb72bda8e2 19:11:45 Step 8/31 : COPY . . 19:11:45 ---> Using cache 19:11:45 ---> 4db102087c57 19:11:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:11:49 ---> Running in c3b1251652fe 19:11:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:12:08 Removing intermediate container af54aaf37988 19:12:08 ---> 36d6233c5299 19:12:08 19:12:08 Step 10/22 : FROM alpine:3.14 19:12:08 ---> e04c818066af 19:12:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:12:08 ---> Running in 03ad9ea2db01 19:12:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:08 (1/1) Installing dumb-init (1.2.5-r1) 19:12:08 Executing busybox-1.33.1-r7.trigger 19:12:08 OK: 6 MiB in 15 packages 19:12:10 Removing intermediate container 03ad9ea2db01 19:12:10 ---> 2f8a25aaf270 19:12:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:11 ---> Running in 7666f4354b00 19:12:12 Removing intermediate container 7666f4354b00 19:12:12 ---> 071d9c748ad2 19:12:12 Step 13/22 : ENV APP_PORT=59861 19:12:12 ---> Running in b1195d7afa95 19:12:12 Removing intermediate container b1195d7afa95 19:12:12 ---> 458454d07692 19:12:12 Step 14/22 : EXPOSE $APP_PORT 19:12:12 ---> Running in 1d94b1468fed 19:12:12 Removing intermediate container 1d94b1468fed 19:12:12 ---> 248332679c54 19:12:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:13 ---> 4fb5b8773666 19:12:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:12:14 ---> eaa16cc4cc93 19:12:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:12:15 ---> c45c67e29e58 19:12:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:12:15 ---> Running in ecec91775efc 19:12:15 Removing intermediate container fd52f08af9e3 19:12:15 ---> 8c50938ce4ae 19:12:15 19:12:15 Step 10/23 : FROM alpine:3.14 19:12:15 ---> e04c818066af 19:12:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:12:15 ---> Running in 5f13a30f5b16 19:12:15 Removing intermediate container ecec91775efc 19:12:15 ---> 14cd2dcb6786 19:12:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:15 ---> Running in 2c68b97f23bf 19:12:15 Removing intermediate container 5f13a30f5b16 19:12:15 ---> 3dc145580c9c 19:12:15 Step 12/23 : ENV APP_PORT=59880 19:12:15 ---> Running in 4ba3684f9555 19:12:15 Removing intermediate container 2c68b97f23bf 19:12:15 ---> 382674b4e959 19:12:15 Step 20/22 : LABEL arch=x86_64 19:12:16 ---> Running in 515327e81c67 19:12:16 Removing intermediate container 4ba3684f9555 19:12:16 ---> f5c37d92c2d6 19:12:16 Step 13/23 : EXPOSE $APP_PORT 19:12:16 ---> Running in b340d2d7dade 19:12:16 Removing intermediate container 515327e81c67 19:12:16 ---> d364a4e31efd 19:12:16 Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:12:16 ---> Running in c7bc94e19c82 19:12:16 Removing intermediate container b340d2d7dade 19:12:16 ---> cebd304e354c 19:12:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:16 Removing intermediate container c3b1251652fe 19:12:16 ---> f7834e02d105 19:12:16 19:12:16 Step 10/31 : FROM alpine:3.14 19:12:16 ---> e04c818066af 19:12:16 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:12:16 ---> Running in d9a695876d9d 19:12:16 Removing intermediate container c7bc94e19c82 19:12:16 ---> 2ddc0d878a72 19:12:16 Step 22/22 : LABEL version=0.0.0 19:12:16 ---> Running in 3d1aeefca1e5 19:12:16 ---> Running in 44b3f4222e9a 19:12:16 Removing intermediate container 3d1aeefca1e5 19:12:16 ---> 51b4b26acde7 19:12:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:12:16 ---> Running in f2184434b60d 19:12:16 Removing intermediate container 44b3f4222e9a 19:12:16 ---> b51ba8fb9d5f 19:12:16 19:12:16 Successfully built b51ba8fb9d5f 19:12:16 Successfully tagged support-scheduler:latest 19:12:16 Building security-spiffe-token-provider 19:12:16  Building support-scheduler ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:17 (1/2) Installing dumb-init (1.2.5-r1) 19:12:17 (2/2) Installing su-exec (0.2-r1) 19:12:17 Executing busybox-1.33.1-r7.trigger 19:12:17 OK: 6 MiB in 16 packages 19:12:20 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:12:20 ---> d08710cf11b1 19:12:20 Step 3/20 : WORKDIR /edgex-go 19:12:20 ---> Using cache 19:12:20 ---> b9c6aec0566d 19:12:20 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:12:20 Removing intermediate container d9a695876d9d 19:12:20 ---> 3f7c6288db94 19:12:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:12:20 ---> Running in 2b637ee81288 19:12:20 Removing intermediate container f2184434b60d 19:12:20 ---> fe8daf7f91b8 19:12:20 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:12:21 ---> Running in 204edd51a794 19:12:21 ---> Running in 1a370fc315e5 19:12:21 Removing intermediate container 1a370fc315e5 19:12:21 ---> 4dcbfb2066aa 19:12:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:12:21 ---> Running in 291b50452146 19:12:21 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:21 Removing intermediate container 291b50452146 19:12:21 ---> 2d92706cf358 19:12:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:12:21 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:21 ---> Running in cc08333082d4 19:12:21 Removing intermediate container cc08333082d4 19:12:21 ---> d99182f5f5f2 19:12:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:12:22 ---> Running in 7587a64e56a2 19:12:22 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:22 Removing intermediate container 7587a64e56a2 19:12:22 ---> 79c69a86dbac 19:12:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:12:22 ---> 5b860cd5bf32 19:12:22 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:12:22 (1/6) Installing dumb-init (1.2.5-r1) 19:12:22 ---> Running in 892d25cb2b3c 19:12:22 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:12:22 (3/6) Installing libsodium (1.0.18-r0) 19:12:22 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:12:22 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:12:22 OK: 15866 distinct packages available 19:12:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:22 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:12:22 (5/6) Installing libzmq (4.3.4-r0) 19:12:23 (6/6) Installing zeromq (4.3.4-r0) 19:12:23 Executing busybox-1.33.1-r7.trigger 19:12:23 OK: 8 MiB in 20 packages 19:12:23 Removing intermediate container 892d25cb2b3c 19:12:23 ---> e3fd42c381f8 19:12:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:23 ---> fe67d3daea85 19:12:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:12:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:23 Removing intermediate container 204edd51a794 19:12:23 ---> e55f5c2368fa 19:12:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:23 ---> 543be486c72e 19:12:23 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:12:23 ---> 1e34d7a55c4d 19:12:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:12:23 OK: 221 MiB in 52 packages 19:12:24 ---> 48334d112e62 19:12:24 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:12:24 ---> c8a9e1205d80 19:12:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:12:24 ---> 98c9c36a8528 19:12:24 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:12:24 Removing intermediate container 2b637ee81288 19:12:24 ---> 89b2f0100a7a 19:12:24 Step 5/20 : COPY go.mod vendor* ./ 19:12:24 ---> 7e8aaabee249 19:12:24 Step 19/23 : ENTRYPOINT ["/core-data"] 19:12:24 ---> Running in 2aa04a28f530 19:12:24 ---> 970ff275d2a0 19:12:24 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:12:24 ---> Running in 2fa819265de9 19:12:24 ---> 178f211b8e98 19:12:24 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:24 Removing intermediate container 2aa04a28f530 19:12:24 ---> c7bd567f6bb4 19:12:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:24 ---> Running in 9093d088be94 19:12:24 ---> Running in 300ea6790a01 19:12:24 Removing intermediate container 2fa819265de9 19:12:24 ---> 0356872d92a9 19:12:24 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:12:24 Removing intermediate container 300ea6790a01 19:12:24 ---> 54c0ff51b2c1 19:12:24 Step 21/23 : LABEL arch=x86_64 19:12:25 ---> bc7bdb2cc110 19:12:25 Step 26/31 : RUN chmod +x /entrypoint.sh 19:12:25 ---> Running in 5f6a7f402db7 19:12:25 ---> Running in 0e5fcf730122 19:12:25 Removing intermediate container 5f6a7f402db7 19:12:25 ---> 66f422a707ce 19:12:25 Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:12:25 ---> Running in 710337ef0d68 19:12:26 Removing intermediate container 9093d088be94 19:12:26 ---> 6f979e99aba1 19:12:26 Step 7/20 : COPY . . 19:12:26 Removing intermediate container 710337ef0d68 19:12:26 ---> 660e579e0518 19:12:26 Step 23/23 : LABEL version=0.0.0 19:12:28 ---> Running in 3ba241bdbed9 19:12:28 Removing intermediate container 3ba241bdbed9 19:12:28 ---> 9606043370e5 19:12:28 19:12:28 Removing intermediate container 0e5fcf730122 19:12:28 ---> 3d9642ba2bd4 19:12:28 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:12:28 Successfully built 9606043370e5 19:12:28 Successfully tagged core-data:latest 19:12:28  Building core-data ... done Building support-notifications 19:12:28 ---> Running in c730441cf8a1 19:12:29 Removing intermediate container c730441cf8a1 19:12:29 ---> caa2bef44256 19:12:29 Step 28/31 : CMD ["gate"] 19:12:30 Removing intermediate container dc28e323931b 19:12:30 ---> 4a84a9e68dca 19:12:30 Successfully built 4a84a9e68dca 19:12:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:12:30 + docker inspect -f . ci-base-image-arm64 19:12:30 . [Pipeline] withDockerContainer 19:12:31 prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container 19:12:31 $ 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:12:32 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:32 ---> d08710cf11b1 19:12:32 Step 3/22 : WORKDIR /edgex-go 19:12:32 ---> Using cache 19:12:32 ---> b9c6aec0566d 19:12:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:32 ---> Using cache 19:12:32 ---> 37b98a2e32c4 19:12:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:12:32 $ docker top 0ace8a6f74ba9bb3cda3fd743789faf3b961b81ab375cbfd6a5f37ad0514ae97 -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:33 ---> Running in 06c6dc5113a4 19:12:33 ---> Running in 0a2818bef001 19:12:33 + go version 19:12:33 go version go1.17.6 linux/arm64 [Pipeline] } 19:12:33 $ docker stop --time=1 0ace8a6f74ba9bb3cda3fd743789faf3b961b81ab375cbfd6a5f37ad0514ae97 19:12:33 Removing intermediate container 06c6dc5113a4 19:12:33 ---> 71660f7c1e5e 19:12:33 Step 29/31 : LABEL arch=x86_64 19:12:33 ---> dccf83c0363c 19:12:33 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:12:33 ---> Running in 773f220a14e0 19:12:33 ---> Running in 8cf8cb0359a4 19:12:33 Removing intermediate container 773f220a14e0 19:12:33 ---> 465f30e53719 19:12:33 Step 30/31 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:12:33 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:33 ---> Running in bc9c57232d00 19:12: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/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:12:34 Removing intermediate container bc9c57232d00 19:12:34 ---> f2e8b1dafaf5 19:12:34 Step 31/31 : LABEL version=0.0.0 19:12:34 ---> Running in ec9b4fd12df6 19:12:34 Removing intermediate container ec9b4fd12df6 19:12:34 ---> 2d2f39bac2c1 19:12:34 19:12:34 Successfully built 2d2f39bac2c1 19:12:34 Successfully tagged security-bootstrapper:latest 19:12:34  Building security-bootstrapper ... done Building core-metadata 19:12:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:34 OK: 221 MiB in 52 packages 19:12:35 $ docker rm -f 0ace8a6f74ba9bb3cda3fd743789faf3b961b81ab375cbfd6a5f37ad0514ae97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:12:36 + docker inspect -f . ci-base-image-arm64 19:12:36 . [Pipeline] withDockerContainer 19:12:36 prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container 19:12:36 $ 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:12:37 $ docker top db987da7e6f1476ffe57736dc6351ab0de9cea9d31afa873040e6e4461441609 -eo pid,comm [Pipeline] { [Pipeline] echo 19:12:37 ========================================================= 19:12:37 [edgeXBuildGoParallel] Running Tests and Build... 19:12:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:12:38 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:38 ---> d08710cf11b1 19:12:38 Step 3/23 : WORKDIR /edgex-go 19:12:38 ---> Using cache 19:12:38 ---> b9c6aec0566d 19:12:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:38 ---> Using cache 19:12:38 ---> 37b98a2e32c4 19:12:38 Step 5/23 : RUN apk add --update --no-cache make git 19:12:38 ---> Using cache 19:12:38 ---> 6b1247737b32 19:12:38 Step 6/23 : COPY go.mod vendor* ./ 19:12:38 ---> Using cache 19:12:38 ---> 2e2ef39026f4 19:12:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:38 ---> Using cache 19:12:38 ---> 51bb72bda8e2 19:12:38 Step 8/23 : COPY . . 19:12:38 ---> Using cache 19:12:38 ---> 4db102087c57 19:12:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:12:38 + make test 19:12:38 go mod tidy -compat=1.17 19:12:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:12:39 ---> Running in 10f3013cc60f 19:12:39 Removing intermediate container 0a2818bef001 19:12:39 ---> 0d211ecacc98 19:12:39 Step 6/22 : COPY go.mod vendor* ./ 19:12:40 ---> 6aa45cce4ea8 19:12:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:40 ---> Running in 7cb9b1d904fb 19:12:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:12:42 Removing intermediate container 7cb9b1d904fb 19:12:42 ---> 4b82abd9efbc 19:12:42 Step 8/22 : COPY . . 19:12:50 ---> 0d698da8996b 19:12:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:12:50 ---> Running in f3edbe42681d 19:12:51 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:12:55 Removing intermediate container 8cf8cb0359a4 19:12:55 ---> 865011e67ff5 19:12:55 19:12:55 Step 9/20 : FROM alpine:3.15 19:12:55 3.15: Pulling from library/alpine 19:12:55 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:12:55 Status: Downloaded newer image for alpine:3.15 19:12:55 ---> 0ac33e5f5afa 19:12:55 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:55 ---> Running in a36d6a61def7 19:12:55 Removing intermediate container a36d6a61def7 19:12:55 ---> 300789b50ea7 19:12:55 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:55 ---> Running in 1a68f369d0ed 19:12:57 Removing intermediate container 1a68f369d0ed 19:12:57 ---> be78f47d8105 19:12:57 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:12:57 ---> Running in 9d9b4f33d1bb 19:12:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:59 Removing intermediate container 10f3013cc60f 19:12:59 ---> 7640f08425b4 19:12:59 19:12:59 Step 10/23 : FROM alpine:3.14 19:12:59 ---> e04c818066af 19:12:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:12:59 ---> Using cache 19:12:59 ---> 2f8a25aaf270 19:12:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:59 ---> Using cache 19:12:59 ---> 071d9c748ad2 19:12:59 Step 13/23 : ENV APP_PORT=59881 19:12:59 ---> Running in 30368edf4a3e 19:12:59 Removing intermediate container 30368edf4a3e 19:12:59 ---> c5d4ebcd9d07 19:12:59 Step 14/23 : EXPOSE $APP_PORT 19:12:59 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:12:59 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:12:59 OK: 15855 distinct packages available 19:12:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:59 ---> Running in f8e6e81e903b 19:13:00 Removing intermediate container f8e6e81e903b 19:13:00 ---> 76151f694ee1 19:13:00 Step 15/23 : WORKDIR / 19:13:00 ---> Running in f838b5ceffcd 19:13:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:00 (1/9) Installing ca-certificates (20211220-r0) 19:13:00 Removing intermediate container f838b5ceffcd 19:13:00 ---> bba17541f4e8 19:13:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:00 (2/9) Installing brotli-libs (1.0.9-r5) 19:13:00 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:13:00 (4/9) Installing libcurl (7.80.0-r0) 19:13:01 (5/9) Installing curl (7.80.0-r0) 19:13:01 (6/9) Installing dumb-init (1.2.5-r1) 19:13:01 (7/9) Installing musl-obstack (1.2.3-r0) 19:13:01 ---> d22c332550b0 19:13:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:01 (8/9) Installing libucontext (1.1-r0) 19:13:01 (9/9) Installing gcompat (1.0.0-r4) 19:13:01 Building bin/spire-agent... 19:13:01 Executing busybox-1.34.1-r5.trigger 19:13:01 Executing ca-certificates-20211220-r0.trigger 19:13:01 OK: 8 MiB in 23 packages 19:13:01 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:13:01 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:13:01 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:13:01 go: downloading github.com/docker/docker v20.10.12+incompatible 19:13:02 go: downloading github.com/google/go-tpm-tools v0.3.3 19:13:02 Building bin/spire-agent... 19:13:02 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:13:02 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:13:02 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:13:02 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:13:02 go: downloading github.com/docker/docker v20.10.12+incompatible 19:13:02 go: downloading github.com/docker/go-connections v0.4.0 19:13:02 go: downloading github.com/docker/go-units v0.4.0 19:13:02 go: downloading github.com/opencontainers/image-spec v1.0.1 19:13:02 go: downloading github.com/containerd/containerd v1.3.4 19:13:02 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:13:02 go: downloading github.com/opencontainers/go-digest v1.0.0 19:13:03 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:13:03 go: downloading github.com/google/go-tpm-tools v0.3.3 19:13:03 go: downloading github.com/docker/go-units v0.4.0 19:13:03 go: downloading github.com/docker/go-connections v0.4.0 19:13:03 go: downloading github.com/opencontainers/image-spec v1.0.1 19:13:03 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:13:03 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:13:03 go: downloading github.com/containerd/containerd v1.3.4 19:13:03 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:13:03 go: downloading github.com/opencontainers/go-digest v1.0.0 19:13:05  ---> cee45cb62db5 19:13:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:13:06 ---> c300a378a105 19:13:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:13:06 Removing intermediate container 9d9b4f33d1bb 19:13:06 ---> 11c89e6e7c50 19:13:06 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:06 ---> Running in efa3df99f458 19:13:07 Removing intermediate container efa3df99f458 19:13:07 ---> 6ae374179f7c 19:13:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:07 ---> b456b1c297bd 19:13:07 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:13:07 ---> Running in ce98db5fefcf 19:13:08 Removing intermediate container ce98db5fefcf 19:13:08 ---> 1a1b352b9968 19:13:08 Step 21/23 : LABEL arch=x86_64 19:13:08 ---> e4317898b9f6 19:13:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:13:08 ---> Running in 85c908752fd7 19:13:09 Removing intermediate container 85c908752fd7 19:13:09 ---> 5951e2682494 19:13:09 Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:13:09 ---> 998a73160e80 19:13:09 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:13:09 ---> Running in 4c521be53f30 19:13:09 ---> Running in f2a6e6613fb3 19:13:09 Removing intermediate container 4c521be53f30 19:13:09 ---> bf38ae0b6ba4 19:13:09 Step 23/23 : LABEL version=0.0.0 19:13:09 Removing intermediate container f2a6e6613fb3 19:13:09 ---> bafe2dbd6e0d 19:13:09 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:09 ---> Running in e4b614003568 19:13:09 ---> Running in 1afd7fd5ee8f 19:13:10 Removing intermediate container 1afd7fd5ee8f 19:13:10 ---> f47af8815d28 19:13:10 Step 18/20 : LABEL arch=x86_64 19:13:10 Removing intermediate container e4b614003568 19:13:10 ---> bfbfcebb8e6d 19:13:10 19:13:10 ---> Running in 518e635778fd 19:13:10 Successfully built bfbfcebb8e6d 19:13:10 Successfully tagged core-metadata:latest 19:13:10 Building core-command 19:13:11  Building core-metadata ... done Removing intermediate container 518e635778fd 19:13:11 ---> 093b96829d90 19:13:11 Step 19/20 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:13:11 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:14 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:14 ---> d08710cf11b1 19:13:14 Step 3/23 : WORKDIR /edgex-go 19:13:14 ---> Using cache 19:13:14 ---> b9c6aec0566d 19:13:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:14 ---> Using cache 19:13:14 ---> 37b98a2e32c4 19:13:14 Step 5/23 : RUN apk add --update --no-cache make git 19:13:14 ---> Using cache 19:13:14 ---> 6b1247737b32 19:13:14 Step 6/23 : COPY go.mod vendor* ./ 19:13:14 ---> Using cache 19:13:14 ---> 2e2ef39026f4 19:13:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:14 ---> Using cache 19:13:14 ---> 51bb72bda8e2 19:13:14 Step 8/23 : COPY . . 19:13:14 ---> Using cache 19:13:14 ---> 4db102087c57 19:13:14 Step 9/23 : RUN make cmd/core-command/core-command 19:13:15 ---> Running in 98716620e2fb 19:13:15 ---> Running in 0ec9f84abdc2 19:13:15 Removing intermediate container f3edbe42681d 19:13:15 ---> a6cc1380dcc5 19:13:15 19:13:15 Step 10/22 : FROM alpine:3.14 19:13:15 ---> e04c818066af 19:13:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:13:15 Removing intermediate container 98716620e2fb 19:13:15 ---> dd419cb71ce5 19:13:15 Step 20/20 : LABEL version=0.0.0 19:13:15 ---> Running in d6061595a7fa 19:13:15 ---> Running in 3c1644eb06f2 19:13:15 Removing intermediate container 3c1644eb06f2 19:13:15 ---> e701f44d87e4 19:13:15 19:13:15 Successfully built e701f44d87e4 19:13:15 Successfully tagged security-spiffe-token-provider:latest 19:13:15  Building security-spiffe-token-provider ... done Building security-spire-server 19:13: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/core-command/core-command ./cmd/core-command 19:13:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:16 (1/2) Installing ca-certificates (20211220-r0) 19:13:16 (2/2) Installing dumb-init (1.2.5-r1) 19:13:16 Executing busybox-1.33.1-r7.trigger 19:13:16 Executing ca-certificates-20211220-r0.trigger 19:13:16 OK: 6 MiB in 16 packages 19:13:19 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:13:19 ---> d08710cf11b1 19:13:19 Step 3/25 : WORKDIR /edgex-go 19:13:19 ---> Using cache 19:13:19 ---> b9c6aec0566d 19:13:19 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:19 ---> Using cache 19:13:19 ---> 37b98a2e32c4 19:13:19 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:13:19 Removing intermediate container d6061595a7fa 19:13:19 ---> 3d538f4fba44 19:13:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:13:19 ---> Running in 058285bcbbfc 19:13:19 ---> Running in ccf8eb2f9f73 19:13:20 Removing intermediate container ccf8eb2f9f73 19:13:20 ---> b8be2eeaf74f 19:13:20 Step 13/22 : ENV APP_PORT=59860 19:13:21 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:21 ---> Running in 36d93f437638 19:13:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:22 OK: 221 MiB in 52 packages 19:13:22 Removing intermediate container 36d93f437638 19:13:22 ---> ddedcb82a94a 19:13:22 Step 14/22 : EXPOSE $APP_PORT 19:13:23 ---> Running in e9066c136c38 19:13:24 Removing intermediate container e9066c136c38 19:13:24 ---> c2de2ce37423 19:13:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:24 Removing intermediate container 058285bcbbfc 19:13:24 ---> dd78227963f5 19:13:24 Step 6/25 : COPY go.mod vendor* ./ 19:13:24 ---> 6f3d0343b83c 19:13:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:13:24 ---> dd88a22b1321 19:13:24 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:24 ---> Running in 110ca1b7cce0 19:13:25 ---> 208d2f281967 19:13:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:13:27 ---> c1fed72d751e 19:13:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:13:27 ---> Running in df7f5d4bac57 19:13:27 Removing intermediate container 110ca1b7cce0 19:13:27 ---> 765d544f524a 19:13:27 Step 8/25 : COPY . . 19:13:27 Removing intermediate container df7f5d4bac57 19:13:27 ---> ef462ce6c9e3 19:13:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:27 ---> Running in 3441154f21a1 19:13:29 Removing intermediate container 3441154f21a1 19:13:29 ---> 7d02f52b3b93 19:13:29 Step 20/22 : LABEL arch=x86_64 19:13:31 Removing intermediate container 0ec9f84abdc2 19:13:31 ---> cf315ae8f7a7 19:13:31 19:13:31 Step 10/23 : FROM alpine:3.14 19:13:31 ---> e04c818066af 19:13:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:13:31 ---> Using cache 19:13:31 ---> 2f8a25aaf270 19:13:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:31 ---> Using cache 19:13:31 ---> 071d9c748ad2 19:13:31 Step 13/23 : ENV APP_PORT=59882 19:13:32 ---> Running in f9e071babdb2 19:13:33 ---> Running in 1d299cb45b73 19:13:33 ---> 55647751a289 19:13:33 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:13:34 Removing intermediate container f9e071babdb2 19:13:34 ---> f96dfa45548b 19:13:34 Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:13:34 ---> Running in 47342b1a38ab 19:13:34 Removing intermediate container 1d299cb45b73 19:13:34 ---> ba5ae302dd00 19:13:34 Step 14/23 : EXPOSE $APP_PORT 19:13:34 ---> Running in 88d59dda7131 19:13:34 ---> Running in 769219f3052d 19:13:34 Removing intermediate container 47342b1a38ab 19:13:34 ---> 9f8803d4f6b5 19:13:34 Step 10/25 : RUN mkdir -p spire-build 19:13:35 Removing intermediate container 88d59dda7131 19:13:35 ---> 28c3266ae213 19:13:35 Step 22/22 : LABEL version=0.0.0 19:13:35 Removing intermediate container 769219f3052d 19:13:35 ---> b6497629910d 19:13:35 Step 15/23 : WORKDIR / 19:13:35 ---> Running in 6078fbe5bf3c 19:13:35 ---> Running in 46f8ced1cd11 19:13:35 ---> Running in c17fb03d4ca5 19:13:35 Removing intermediate container 46f8ced1cd11 19:13:35 ---> 33a608f72310 19:13:35 19:13:35 Successfully built 33a608f72310 19:13:36 Successfully tagged support-notifications:latest 19:13:36  Building support-notifications ... done Removing intermediate container c17fb03d4ca5 19:13:36 ---> 687e02e00a2b 19:13:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:37 ---> aa5230fa00ec 19:13:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:13:37 Removing intermediate container 6078fbe5bf3c 19:13:37 ---> 50ca9d1aac9a 19:13:37 Step 11/25 : WORKDIR /edgex-go/spire-build 19:13:38 ---> 73e1931e4f64 19:13:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:13:38 ---> Running in e796831d520e 19:13:38 ---> fe1d7335bcb0 19:13:38 Step 19/23 : ENTRYPOINT ["/core-command"] 19:13:39 ---> Running in 37d1d71342fc 19:13:39 Removing intermediate container e796831d520e 19:13:39 ---> 0abaa440fae8 19:13:39 Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:13:39 ---> Running in 168b730ce458 19:13:39 Removing intermediate container 37d1d71342fc 19:13:39 ---> c07a1f8c2808 19:13:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:39 ---> Running in bd9e0d95f12b 19:13:39 Removing intermediate container bd9e0d95f12b 19:13:39 ---> f73b80b5c30b 19:13:39 Step 21/23 : LABEL arch=x86_64 19:13:39 ---> Running in 43d5cf3df872 19:13:39 Removing intermediate container 43d5cf3df872 19:13:39 ---> ee0979d210cf 19:13:39 Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:13:39 spire-1.2.1/ 19:13:39 spire-1.2.1/.data/ 19:13:39 spire-1.2.1/.data/.file 19:13:39 spire-1.2.1/.dockerignore 19:13:39 spire-1.2.1/.gitattributes 19:13:39 spire-1.2.1/.githooks/ 19:13:39 spire-1.2.1/.githooks/pre-commit 19:13:39 spire-1.2.1/.github/ 19:13:39 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:13:39 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:13:39 spire-1.2.1/.github/dependabot.yml 19:13:39 spire-1.2.1/.github/workflows/ 19:13:39 spire-1.2.1/.github/workflows/nightly_build.yaml 19:13:39 spire-1.2.1/.github/workflows/pr_build.yaml 19:13:39 spire-1.2.1/.github/workflows/release_build.yaml 19:13:39 spire-1.2.1/.github/workflows/scripts/ 19:13:39 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:13:39 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:13:39 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:13:39 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:13:39 spire-1.2.1/.github/workflows/scripts/split.sh 19:13:39 spire-1.2.1/.gitignore 19:13:39 spire-1.2.1/.go-version 19:13:39 spire-1.2.1/.golangci.yml 19:13:39 spire-1.2.1/ADOPTERS.md 19:13:39 spire-1.2.1/CHANGELOG.md 19:13:39 spire-1.2.1/CODE-OF-CONDUCT.md 19:13:39 spire-1.2.1/CODEOWNERS 19:13:39 spire-1.2.1/CONTRIBUTING.md 19:13:39 spire-1.2.1/Dockerfile 19:13:39 spire-1.2.1/Dockerfile.dev 19:13:39 spire-1.2.1/Dockerfile.scratch 19:13:39 spire-1.2.1/LICENSE 19:13:39 spire-1.2.1/MAINTAINERS.md 19:13:39 spire-1.2.1/Makefile 19:13:39 spire-1.2.1/README.md 19:13:39 spire-1.2.1/ROADMAP.md 19:13:39 spire-1.2.1/SECURITY.md 19:13:39 spire-1.2.1/cmd/ 19:13:39 spire-1.2.1/cmd/spire-agent/ 19:13:39 spire-1.2.1/cmd/spire-agent/cli/ 19:13:39 spire-1.2.1/cmd/spire-agent/cli/api/ 19:13:39 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/common/ 19:13:39 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:13:39 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/run/ 19:13:39 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:13:39 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:13:39 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:13:39 spire-1.2.1/cmd/spire-agent/main.go 19:13:39 spire-1.2.1/cmd/spire-server/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/agent/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/cli.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/run/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/token/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/validate/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/x509/ 19:13:39 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:13:39 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:13:39 spire-1.2.1/cmd/spire-server/main.go 19:13:39 spire-1.2.1/cmd/spire-server/util/ 19:13:39 spire-1.2.1/cmd/spire-server/util/util.go 19:13:39 spire-1.2.1/conf/ 19:13:39 spire-1.2.1/conf/agent/ 19:13:39 spire-1.2.1/conf/agent/agent.conf 19:13:39 spire-1.2.1/conf/agent/agent_full.conf 19:13:39 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:13:39 spire-1.2.1/conf/server/ 19:13:39 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:13:39 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:13:39 spire-1.2.1/conf/server/server.conf 19:13:39 spire-1.2.1/conf/server/server_full.conf 19:13:39 spire-1.2.1/doc/ 19:13:39 spire-1.2.1/doc/SPIRE101.md 19:13:39 spire-1.2.1/doc/auditlog.md 19:13:39 spire-1.2.1/doc/authorization_policy_engine.md 19:13:39 spire-1.2.1/doc/changelog_guidelines.md 19:13:39 spire-1.2.1/doc/cure53-report.pdf 19:13:39 spire-1.2.1/doc/images/ 19:13:39 spire-1.2.1/doc/images/2019_roadmap.png 19:13:39 spire-1.2.1/doc/images/SPIRE101.png 19:13:39 spire-1.2.1/doc/images/SPIRE_agent.png 19:13:39 spire-1.2.1/doc/images/SPIRE_server.png 19:13:39 spire-1.2.1/doc/images/cache_mgr.png 19:13:39 spire-1.2.1/doc/images/cache_mgr_components.png 19:13:39 spire-1.2.1/doc/images/federated_spire.png 19:13:39 spire-1.2.1/doc/images/ha_mode.png 19:13:39 spire-1.2.1/doc/images/nested_spire.png 19:13:39 spire-1.2.1/doc/images/oidc_federation.png 19:13:39 spire-1.2.1/doc/images/single_trust_domain.png 19:13:39 spire-1.2.1/doc/images/spiffe_compatible.png 19:13:39 spire-1.2.1/doc/images/spire_logo.png 19:13:39 spire-1.2.1/doc/migrating_registration_api_clients.md 19:13:39 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:13:39 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:13:39 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:13:39 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:13:39 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:13:39 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:13:39 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:13:39 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:13:39 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:13:39 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:13:39 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:13:39 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:13:39 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:13:39 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:13:39 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:13:39 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:13:39 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:13:39 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:13:39 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:13:39 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:13:39 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:13:39 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:13:39 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:13:39 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:13:39 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:13:39 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:13:39 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:13:39 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:13:39 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:13:39 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:13:39 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:13:39 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:13:39 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:13:39 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:13:39 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:13:39 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:13:39 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:13:39 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:13:39 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:13:39 spire-1.2.1/doc/scaling_spire.md 19:13:39 spire-1.2.1/doc/spire_agent.md 19:13:39 spire-1.2.1/doc/spire_server.md 19:13:39 spire-1.2.1/doc/supported_integrations.md 19:13:39 spire-1.2.1/doc/telemetry.md 19:13:39 spire-1.2.1/doc/telemetry_config.md 19:13:39 spire-1.2.1/doc/upgrading.md 19:13:39 spire-1.2.1/doc/using_spire.md 19:13:39 spire-1.2.1/examples/ 19:13:39 spire-1.2.1/examples/README.md 19:13:39 spire-1.2.1/go.mod 19:13:39 spire-1.2.1/go.sum 19:13:39 spire-1.2.1/pkg/ 19:13:39 spire-1.2.1/pkg/agent/ 19:13:39 spire-1.2.1/pkg/agent/agent.go 19:13:39 spire-1.2.1/pkg/agent/api/ 19:13:39 spire-1.2.1/pkg/agent/api/config.go 19:13:39 spire-1.2.1/pkg/agent/api/debug/ 19:13:39 spire-1.2.1/pkg/agent/api/debug/v1/ 19:13:39 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:13:39 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:13:39 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:13:39 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:13:39 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:13:39 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:13:39 spire-1.2.1/pkg/agent/api/endpoints.go 19:13:39 spire-1.2.1/pkg/agent/api/health/ 19:13:39 spire-1.2.1/pkg/agent/api/health/v1/ 19:13:39 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:13:39 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:13:39 spire-1.2.1/pkg/agent/api/rpccontext/ 19:13:39 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:13:39 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:13:39 spire-1.2.1/pkg/agent/attestor/ 19:13:39 spire-1.2.1/pkg/agent/attestor/node/ 19:13:39 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:13:39 spire-1.2.1/pkg/agent/attestor/node/node.go 19:13:39 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:13:39 spire-1.2.1/pkg/agent/attestor/workload/ 19:13:39 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:13:39 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:13:39 spire-1.2.1/pkg/agent/catalog/ 19:13:39 spire-1.2.1/pkg/agent/catalog/catalog.go 19:13:39 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:13:39 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:13:39 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:13:39 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:13:39 spire-1.2.1/pkg/agent/client/ 19:13:39 spire-1.2.1/pkg/agent/client/client.go 19:13:39 spire-1.2.1/pkg/agent/client/client_test.go 19:13:39 spire-1.2.1/pkg/agent/client/dial.go 19:13:39 spire-1.2.1/pkg/agent/client/nodeconn.go 19:13:39 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:13:39 spire-1.2.1/pkg/agent/client/update.go 19:13:39 spire-1.2.1/pkg/agent/client/util.go 19:13:39 spire-1.2.1/pkg/agent/common/ 19:13:39 spire-1.2.1/pkg/agent/common/backoff/ 19:13:39 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:13:39 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:13:39 spire-1.2.1/pkg/agent/common/cgroups/ 19:13:39 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:13:39 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:13:39 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:13:39 spire-1.2.1/pkg/agent/config.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/ 19:13:39 spire-1.2.1/pkg/agent/endpoints/config.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:13:39 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:13:39 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/workload/ 19:13:39 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:13:39 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:13:39 spire-1.2.1/pkg/agent/manager/ 19:13:39 spire-1.2.1/pkg/agent/manager/cache/ 19:13:39 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:13:39 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:13:39 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:13:39 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:13:39 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:13:39 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:13:39 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:13:39 spire-1.2.1/pkg/agent/manager/config.go 19:13:39 spire-1.2.1/pkg/agent/manager/manager.go 19:13:39 spire-1.2.1/pkg/agent/manager/manager_test.go 19:13:39 spire-1.2.1/pkg/agent/manager/storage.go 19:13:39 spire-1.2.1/pkg/agent/manager/storage_test.go 19:13:39 spire-1.2.1/pkg/agent/manager/storecache/ 19:13:39 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:13:39 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:13:39 spire-1.2.1/pkg/agent/manager/sync.go 19:13:39 spire-1.2.1/pkg/agent/plugin/ 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:13:39 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:13:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:13:39 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:13:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:13:39 spire-1.2.1/pkg/agent/svid/ 19:13:39 spire-1.2.1/pkg/agent/svid/rotator.go 19:13:39 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:13:39 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:13:39 spire-1.2.1/pkg/agent/svid/store/ 19:13:39 spire-1.2.1/pkg/agent/svid/store/service.go 19:13:39 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:13:39 spire-1.2.1/pkg/common/ 19:13:39 spire-1.2.1/pkg/common/agentpathtemplate/ 19:13:39 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:13:39 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:13:39 spire-1.2.1/pkg/common/api/ 19:13:39 spire-1.2.1/pkg/common/api/metrics.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/ 19:13:39 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/logger.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/names.go 19:13:39 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:13:39 spire-1.2.1/pkg/common/api/names.go 19:13:39 spire-1.2.1/pkg/common/api/ratelimit.go 19:13:39 spire-1.2.1/pkg/common/api/rpccontext/ 19:13:39 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:13:39 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:13:39 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:13:39 spire-1.2.1/pkg/common/auth/ 19:13:39 spire-1.2.1/pkg/common/auth/interceptors.go 19:13:39 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:13:39 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/ 19:13:39 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/types.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:13:39 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:13:39 spire-1.2.1/pkg/common/catalog/ 19:13:39 spire-1.2.1/pkg/common/catalog/bind.go 19:13:39 spire-1.2.1/pkg/common/catalog/builtin.go 19:13:39 spire-1.2.1/pkg/common/catalog/catalog.go 19:13:39 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:13:39 spire-1.2.1/pkg/common/catalog/closers.go 19:13:39 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:13:39 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:13:39 spire-1.2.1/pkg/common/catalog/config.go 19:13:39 spire-1.2.1/pkg/common/catalog/config_test.go 19:13:39 spire-1.2.1/pkg/common/catalog/configure.go 19:13:39 spire-1.2.1/pkg/common/catalog/constraints.go 19:13:39 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:13:39 spire-1.2.1/pkg/common/catalog/context.go 19:13:39 spire-1.2.1/pkg/common/catalog/external.go 19:13:39 spire-1.2.1/pkg/common/catalog/host.go 19:13:39 spire-1.2.1/pkg/common/catalog/pipenet.go 19:13:39 spire-1.2.1/pkg/common/catalog/plugin.go 19:13:39 spire-1.2.1/pkg/common/catalog/testplugin/ 19:13:39 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:13:39 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:13:39 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:13:39 spire-1.2.1/pkg/common/cli/ 19:13:39 spire-1.2.1/pkg/common/cli/env.go 19:13:39 spire-1.2.1/pkg/common/cli/flags.go 19:13:39 spire-1.2.1/pkg/common/cli/trust_domain.go 19:13:39 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:13:39 spire-1.2.1/pkg/common/cli/umask.go 19:13:39 spire-1.2.1/pkg/common/cli/umask_posix.go 19:13:39 spire-1.2.1/pkg/common/cli/umask_test.go 19:13:39 spire-1.2.1/pkg/common/cli/umask_windows.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/ 19:13:39 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/flag.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/format.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/ 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:13:39 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:13:39 spire-1.2.1/pkg/common/coretypes/ 19:13:39 spire-1.2.1/pkg/common/coretypes/bundle/ 19:13:39 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:13:39 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:13:39 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:13:39 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:13:39 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:13:39 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:13:39 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:13:39 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:13:39 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:13:39 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:13:39 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:13:39 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:13:39 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:13:39 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:13:39 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:13:39 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:13:39 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:13:39 spire-1.2.1/pkg/common/cryptoutil/ 19:13:39 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:13:39 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:13:39 spire-1.2.1/pkg/common/diskutil/ 19:13:39 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:13:39 spire-1.2.1/pkg/common/diskutil/file_test.go 19:13:39 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:13:39 spire-1.2.1/pkg/common/errorutil/ 19:13:39 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:13:39 spire-1.2.1/pkg/common/health/ 19:13:39 spire-1.2.1/pkg/common/health/config.go 19:13:39 spire-1.2.1/pkg/common/health/context.go 19:13:39 spire-1.2.1/pkg/common/health/context_test.go 19:13:39 spire-1.2.1/pkg/common/health/health.go 19:13:39 spire-1.2.1/pkg/common/health/health_test.go 19:13:39 spire-1.2.1/pkg/common/health/logger.go 19:13:39 spire-1.2.1/pkg/common/hostservice/ 19:13:39 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:13:39 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:13:39 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:13:39 spire-1.2.1/pkg/common/idutil/ 19:13:39 spire-1.2.1/pkg/common/idutil/require.go 19:13:39 spire-1.2.1/pkg/common/idutil/require_test.go 19:13:39 spire-1.2.1/pkg/common/idutil/safety.go 19:13:39 spire-1.2.1/pkg/common/idutil/safety_test.go 19:13:39 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:13:39 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:13:39 spire-1.2.1/pkg/common/jwtsvid/ 19:13:39 spire-1.2.1/pkg/common/jwtsvid/common.go 19:13:39 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:13:39 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:13:39 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:13:39 spire-1.2.1/pkg/common/jwtutil/ 19:13:39 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:13:39 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:13:39 spire-1.2.1/pkg/common/log/ 19:13:39 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:13:39 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:13:39 spire-1.2.1/pkg/common/log/log.go 19:13:39 spire-1.2.1/pkg/common/log/log_test.go 19:13:39 spire-1.2.1/pkg/common/log/options.go 19:13:39 spire-1.2.1/pkg/common/nodeutil/ 19:13:39 spire-1.2.1/pkg/common/nodeutil/node.go 19:13:39 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:13:39 spire-1.2.1/pkg/common/peertracker/ 19:13:39 spire-1.2.1/pkg/common/peertracker/conn.go 19:13:39 spire-1.2.1/pkg/common/peertracker/credentials.go 19:13:39 spire-1.2.1/pkg/common/peertracker/errors.go 19:13:39 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:13:39 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:13:39 spire-1.2.1/pkg/common/peertracker/info.go 19:13:39 spire-1.2.1/pkg/common/peertracker/listener.go 19:13:39 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:13:39 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:13:39 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:13:39 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:13:39 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:13:39 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:13:39 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:13:39 spire-1.2.1/pkg/common/peertracker/tcp.go 19:13:39 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:13:39 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:13:39 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:13:39 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:13:39 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:13:39 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:13:39 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:13:39 spire-1.2.1/pkg/common/peertracker/uds.go 19:13:39 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:13:39 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:13:39 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:13:39 spire-1.2.1/pkg/common/pemutil/ 19:13:39 spire-1.2.1/pkg/common/pemutil/block.go 19:13:39 spire-1.2.1/pkg/common/pemutil/certs.go 19:13:39 spire-1.2.1/pkg/common/pemutil/common.go 19:13:39 spire-1.2.1/pkg/common/pemutil/csr.go 19:13:39 spire-1.2.1/pkg/common/pemutil/keys.go 19:13:39 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/ 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:13:39 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:13:39 spire-1.2.1/pkg/common/plugin/ 19:13:39 spire-1.2.1/pkg/common/plugin/aws/ 19:13:39 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:13:39 spire-1.2.1/pkg/common/plugin/azure/ 19:13:39 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:13:39 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:13:39 spire-1.2.1/pkg/common/plugin/facade.go 19:13:39 spire-1.2.1/pkg/common/plugin/facade_test.go 19:13:39 spire-1.2.1/pkg/common/plugin/gcp/ 19:13:39 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:13:39 spire-1.2.1/pkg/common/plugin/k8s/ 19:13:39 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:13:39 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:13:39 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:13:39 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:13:39 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:13:39 spire-1.2.1/pkg/common/plugin/log.go 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/ 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:13:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:13:39 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:13:39 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:13:39 spire-1.2.1/pkg/common/plugin/x509pop/ 19:13:39 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:13:39 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:13:39 spire-1.2.1/pkg/common/profiling/ 19:13:39 spire-1.2.1/pkg/common/profiling/dumpers.go 19:13:39 spire-1.2.1/pkg/common/profiling/profiling.go 19:13:39 spire-1.2.1/pkg/common/protoutil/ 19:13:39 spire-1.2.1/pkg/common/protoutil/masks.go 19:13:39 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:13:39 spire-1.2.1/pkg/common/rotationutil/ 19:13:39 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:13:39 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:13:39 spire-1.2.1/pkg/common/selector/ 19:13:39 spire-1.2.1/pkg/common/selector/selector.go 19:13:39 spire-1.2.1/pkg/common/selector/selector_test.go 19:13:39 spire-1.2.1/pkg/common/selector/set.go 19:13:39 spire-1.2.1/pkg/common/selector/set_utils.go 19:13:39 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/ 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/ 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:13:39 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:13:39 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:13:39 spire-1.2.1/pkg/common/telemetry/call.go 19:13:39 spire-1.2.1/pkg/common/telemetry/common/ 19:13:39 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:13:39 spire-1.2.1/pkg/common/telemetry/config.go 19:13:39 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:13:39 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/inmem.go 19:13:39 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/m3.go 19:13:39 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/metrics.go 19:13:39 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/names.go 19:13:39 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:13:39 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:13:39 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/ 19:13:39 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:13:39 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:13:39 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:13:39 spire-1.2.1/pkg/common/telemetry/server/server.go 19:13:39 spire-1.2.1/pkg/common/telemetry/sink.go 19:13:39 spire-1.2.1/pkg/common/telemetry/statsd.go 19:13:39 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:13:39 spire-1.2.1/pkg/common/telemetry/uptime.go 19:13:39 spire-1.2.1/pkg/common/telemetry/version.go 19:13:39 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:13:39 spire-1.2.1/pkg/common/uptime/ 19:13:39 spire-1.2.1/pkg/common/uptime/uptime.go 19:13:39 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:13:39 spire-1.2.1/pkg/common/util/ 19:13:39 spire-1.2.1/pkg/common/util/certs.go 19:13:39 spire-1.2.1/pkg/common/util/certs_test.go 19:13:39 spire-1.2.1/pkg/common/util/csr.go 19:13:39 spire-1.2.1/pkg/common/util/hash.go 19:13:39 spire-1.2.1/pkg/common/util/selectors.go 19:13:39 spire-1.2.1/pkg/common/util/selectors_test.go 19:13:39 spire-1.2.1/pkg/common/util/signals.go 19:13:39 spire-1.2.1/pkg/common/util/sort.go 19:13:39 spire-1.2.1/pkg/common/util/sort_test.go 19:13:39 spire-1.2.1/pkg/common/util/task.go 19:13:39 spire-1.2.1/pkg/common/util/task_test.go 19:13:39 spire-1.2.1/pkg/common/util/testdata/ 19:13:39 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:13:39 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:13:39 spire-1.2.1/pkg/common/version/ 19:13:39 spire-1.2.1/pkg/common/version/version.go 19:13:39 spire-1.2.1/pkg/common/x509svid/ 19:13:39 spire-1.2.1/pkg/common/x509svid/common_test.go 19:13:39 spire-1.2.1/pkg/common/x509svid/csr.go 19:13:39 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:13:39 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:13:39 spire-1.2.1/pkg/common/x509util/ 19:13:39 spire-1.2.1/pkg/common/x509util/cert.go 19:13:39 spire-1.2.1/pkg/common/x509util/dns.go 19:13:40 spire-1.2.1/pkg/common/x509util/dns_test.go 19:13:40 spire-1.2.1/pkg/common/x509util/keyid.go 19:13:40 spire-1.2.1/pkg/common/x509util/keypair.go 19:13:40 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:13:40 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:13:40 spire-1.2.1/pkg/server/ 19:13:40 spire-1.2.1/pkg/server/api/ 19:13:40 spire-1.2.1/pkg/server/api/agent.go 19:13:40 spire-1.2.1/pkg/server/api/agent/ 19:13:40 spire-1.2.1/pkg/server/api/agent/v1/ 19:13:40 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:13:40 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:13:40 spire-1.2.1/pkg/server/api/agent_test.go 19:13:40 spire-1.2.1/pkg/server/api/api.go 19:13:40 spire-1.2.1/pkg/server/api/audit/ 19:13:40 spire-1.2.1/pkg/server/api/audit/audit.go 19:13:40 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:13:40 spire-1.2.1/pkg/server/api/bundle.go 19:13:40 spire-1.2.1/pkg/server/api/bundle/ 19:13:40 spire-1.2.1/pkg/server/api/bundle/v1/ 19:13:40 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:13:40 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:13:40 spire-1.2.1/pkg/server/api/bundle_test.go 19:13:40 spire-1.2.1/pkg/server/api/debug/ 19:13:40 spire-1.2.1/pkg/server/api/debug/v1/ 19:13:40 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:13:40 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:13:40 spire-1.2.1/pkg/server/api/entry.go 19:13:40 spire-1.2.1/pkg/server/api/entry/ 19:13:40 spire-1.2.1/pkg/server/api/entry/v1/ 19:13:40 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:13:40 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:13:40 spire-1.2.1/pkg/server/api/entry_test.go 19:13:40 spire-1.2.1/pkg/server/api/health/ 19:13:40 spire-1.2.1/pkg/server/api/health/v1/ 19:13:40 spire-1.2.1/pkg/server/api/health/v1/service.go 19:13:40 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:13:40 spire-1.2.1/pkg/server/api/id.go 19:13:40 spire-1.2.1/pkg/server/api/id_test.go 19:13:40 spire-1.2.1/pkg/server/api/limits/ 19:13:40 spire-1.2.1/pkg/server/api/limits/limits.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/ 19:13:40 spire-1.2.1/pkg/server/api/middleware/alias.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/audit.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/caller.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/common.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/entries.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:13:40 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:13:40 spire-1.2.1/pkg/server/api/ratelimit.go 19:13:40 spire-1.2.1/pkg/server/api/rpccontext/ 19:13:40 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:13:40 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:13:40 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:13:40 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:13:40 spire-1.2.1/pkg/server/api/selector.go 19:13:40 spire-1.2.1/pkg/server/api/selector_test.go 19:13:40 spire-1.2.1/pkg/server/api/status.go 19:13:40 spire-1.2.1/pkg/server/api/status_test.go 19:13:40 spire-1.2.1/pkg/server/api/svid/ 19:13:40 spire-1.2.1/pkg/server/api/svid/v1/ 19:13:40 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:13:40 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:13:40 spire-1.2.1/pkg/server/api/trustdomain.go 19:13:40 spire-1.2.1/pkg/server/api/trustdomain/ 19:13:40 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:13:40 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:13:40 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:13:40 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:13:40 spire-1.2.1/pkg/server/authpolicy/ 19:13:40 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:13:40 spire-1.2.1/pkg/server/authpolicy/policy.go 19:13:40 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:13:40 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:13:40 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:13:40 spire-1.2.1/pkg/server/authpolicy/validate.go 19:13:40 spire-1.2.1/pkg/server/bundle/ 19:13:40 spire-1.2.1/pkg/server/bundle/client/ 19:13:40 spire-1.2.1/pkg/server/bundle/client/client.go 19:13:40 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:13:40 spire-1.2.1/pkg/server/bundle/client/manager.go 19:13:40 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:13:40 spire-1.2.1/pkg/server/bundle/client/sources.go 19:13:40 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:13:40 spire-1.2.1/pkg/server/bundle/client/updater.go 19:13:40 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:13:40 spire-1.2.1/pkg/server/ca/ 19:13:40 spire-1.2.1/pkg/server/ca/ca.go 19:13:40 spire-1.2.1/pkg/server/ca/ca_health.go 19:13:40 spire-1.2.1/pkg/server/ca/ca_test.go 19:13:40 spire-1.2.1/pkg/server/ca/journal.go 19:13:40 spire-1.2.1/pkg/server/ca/journal_test.go 19:13:40 spire-1.2.1/pkg/server/ca/manager.go 19:13:40 spire-1.2.1/pkg/server/ca/manager_health.go 19:13:40 spire-1.2.1/pkg/server/ca/manager_test.go 19:13:40 spire-1.2.1/pkg/server/ca/templates.go 19:13:40 spire-1.2.1/pkg/server/ca/upstream_client.go 19:13:40 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:13:40 spire-1.2.1/pkg/server/ca/validation.go 19:13:40 spire-1.2.1/pkg/server/cache/ 19:13:40 spire-1.2.1/pkg/server/cache/dscache/ 19:13:40 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:13:40 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:13:40 spire-1.2.1/pkg/server/cache/entrycache/ 19:13:40 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:13:40 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:13:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:13:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:13:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:13:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:13:40 spire-1.2.1/pkg/server/catalog/ 19:13:40 spire-1.2.1/pkg/server/catalog/catalog.go 19:13:40 spire-1.2.1/pkg/server/catalog/keymanager.go 19:13:40 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:13:40 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:13:40 spire-1.2.1/pkg/server/catalog/notifier.go 19:13:40 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:13:40 spire-1.2.1/pkg/server/config.go 19:13:40 spire-1.2.1/pkg/server/datastore/ 19:13:40 spire-1.2.1/pkg/server/datastore/datastore.go 19:13:40 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:13:40 spire-1.2.1/pkg/server/datastore/repository.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:13:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:13:40 spire-1.2.1/pkg/server/endpoints/ 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/ 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:13:40 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:13:40 spire-1.2.1/pkg/server/endpoints/config.go 19:13:40 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:13:40 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:13:40 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:13:40 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:13:40 spire-1.2.1/pkg/server/endpoints/middleware.go 19:13:40 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:13:40 spire-1.2.1/pkg/server/hostservice/ 19:13:40 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:13:40 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:13:40 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:13:40 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:13:40 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:13:40 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:13:40 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:13:40 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/ 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/ 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/memory/ ---> Running in b511281737b4 19:13:40 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:13:40 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:13:40 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:13:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:13:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:13:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:13:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:13:40 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:13:40 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:13:40 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/ 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:13:40 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:13:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:13:40 spire-1.2.1/pkg/server/registration/ 19:13:40 spire-1.2.1/pkg/server/registration/manager.go 19:13:40 spire-1.2.1/pkg/server/registration/manager_test.go 19:13:40 spire-1.2.1/pkg/server/scanentries.go 19:13:40 spire-1.2.1/pkg/server/scanentries_test.go 19:13:40 spire-1.2.1/pkg/server/server.go 19:13:40 spire-1.2.1/pkg/server/server_test.go 19:13:40 spire-1.2.1/pkg/server/svid/ 19:13:40 spire-1.2.1/pkg/server/svid/observer.go 19:13:40 spire-1.2.1/pkg/server/svid/observer_test.go 19:13:40 spire-1.2.1/pkg/server/svid/rotator.go 19:13:40 spire-1.2.1/pkg/server/svid/rotator_config.go 19:13:40 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:13:40 spire-1.2.1/pkg/server/svid/rotator_test.go 19:13:40 spire-1.2.1/proto/ 19:13:40 spire-1.2.1/proto/private/ 19:13:40 spire-1.2.1/proto/private/server/ 19:13:40 spire-1.2.1/proto/private/server/journal/ 19:13:40 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:13:40 spire-1.2.1/proto/private/server/journal/journal.proto 19:13:40 spire-1.2.1/proto/spire/ 19:13:40 spire-1.2.1/proto/spire/common/ 19:13:40 spire-1.2.1/proto/spire/common/common.pb.go 19:13:40 spire-1.2.1/proto/spire/common/common.proto 19:13:40 spire-1.2.1/proto/spire/common/plugin/ 19:13:40 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:13:40 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:13:40 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:13:40 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:13:40 spire-1.2.1/proto/spire/plugin/ 19:13:40 spire-1.2.1/proto/spire/plugin/agent/ 19:13:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:13:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:13:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:13:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:13:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:13:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:13:40 spire-1.2.1/release/ 19:13:40 spire-1.2.1/release/spire-extras/ 19:13:40 spire-1.2.1/release/spire-extras/README.md 19:13:40 spire-1.2.1/release/spire-extras/conf/ 19:13:40 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:13:40 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:13:40 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:13:40 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:13:40 spire-1.2.1/release/spire/ 19:13:40 spire-1.2.1/release/spire/README.md 19:13:40 spire-1.2.1/release/spire/conf/ 19:13:40 spire-1.2.1/release/spire/conf/agent/ 19:13:40 spire-1.2.1/release/spire/conf/agent/agent.conf 19:13:40 spire-1.2.1/release/spire/conf/server/ 19:13:40 spire-1.2.1/release/spire/conf/server/server.conf 19:13:40 spire-1.2.1/script/ 19:13:40 spire-1.2.1/script/build-artifact.sh 19:13:40 spire-1.2.1/script/generate_dummy_ca.sh 19:13:40 spire-1.2.1/support/ 19:13:40 spire-1.2.1/support/k8s/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:13:40 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/ 19:13:40 spire-1.2.1/support/oidc-discovery-provider/README.md 19:13:40 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/config.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/main.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:13:40 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:13:40 spire-1.2.1/test/ 19:13:40 spire-1.2.1/test/clock/ 19:13:40 spire-1.2.1/test/clock/clock.go 19:13:40 spire-1.2.1/test/fakes/ 19:13:40 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:13:40 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:13:40 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:13:40 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:13:40 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:13:40 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:13:40 spire-1.2.1/test/fakes/fakeagentstore/ 19:13:40 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:13:40 spire-1.2.1/test/fakes/fakedatastore/ 19:13:40 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:13:40 spire-1.2.1/test/fakes/fakeentryclient/ 19:13:40 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:13:40 spire-1.2.1/test/fakes/fakehealthchecker/ 19:13:40 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:13:40 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:13:40 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:13:40 spire-1.2.1/test/fakes/fakemetrics/ 19:13:40 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:13:40 spire-1.2.1/test/fakes/fakenoderesolver/ 19:13:40 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:13:40 spire-1.2.1/test/fakes/fakenotifier/ 19:13:40 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:13:40 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:13:40 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:13:40 spire-1.2.1/test/fakes/fakeserverca/ 19:13:40 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:13:40 spire-1.2.1/test/fakes/fakeservercatalog/ 19:13:40 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:13:40 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:13:40 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:13:40 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:13:40 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:13:40 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:13:40 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:13:40 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:13:40 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:13:40 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:13:40 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:13:40 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:13:40 spire-1.2.1/test/fixture/ 19:13:40 spire-1.2.1/test/fixture/certs/ 19:13:40 spire-1.2.1/test/fixture/certs/agent_svid.der 19:13:40 spire-1.2.1/test/fixture/certs/base_cert.pem 19:13:40 spire-1.2.1/test/fixture/certs/base_csr.pem 19:13:40 spire-1.2.1/test/fixture/certs/base_key.pem 19:13:40 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:13:40 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:13:40 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:13:40 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:13:40 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:13:40 spire-1.2.1/test/fixture/certs/blog_key.pem 19:13:40 spire-1.2.1/test/fixture/certs/bundle.der 19:13:40 spire-1.2.1/test/fixture/certs/ca.pem 19:13:40 spire-1.2.1/test/fixture/certs/ca_key.pem 19:13:40 spire-1.2.1/test/fixture/certs/database_cert.pem 19:13:40 spire-1.2.1/test/fixture/certs/database_csr.pem 19:13:40 spire-1.2.1/test/fixture/certs/database_key.pem 19:13:40 spire-1.2.1/test/fixture/certs/node_cert.pem 19:13:40 spire-1.2.1/test/fixture/certs/node_csr.pem 19:13:40 spire-1.2.1/test/fixture/certs/node_key.pem 19:13:40 spire-1.2.1/test/fixture/certs/svid.pem 19:13:40 spire-1.2.1/test/fixture/certs/svid_key.pem 19:13:40 spire-1.2.1/test/fixture/config/ 19:13:40 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:13:40 spire-1.2.1/test/fixture/config/agent_good.conf 19:13:40 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:13:40 spire-1.2.1/test/fixture/config/plugin_good.conf 19:13:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:13:40 spire-1.2.1/test/fixture/config/server_good.conf 19:13:40 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:13:40 spire-1.2.1/test/fixture/fixture.go 19:13:40 spire-1.2.1/test/fixture/nodeattestor/ 19:13:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:13:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:13:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:13:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:13:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:13:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:13:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:13:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:13:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:13:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:13:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:13:40 spire-1.2.1/test/fixture/registration/ 19:13:40 spire-1.2.1/test/fixture/registration/entries.json 19:13:40 spire-1.2.1/test/fixture/registration/good-for-update.json 19:13:40 spire-1.2.1/test/fixture/registration/good.json 19:13:40 spire-1.2.1/test/fixture/registration/invalid.json 19:13:40 spire-1.2.1/test/fixture/registration/invalid_json.json 19:13:40 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:13:40 spire-1.2.1/test/integration/ 19:13:40 spire-1.2.1/test/integration/README.md 19:13:40 spire-1.2.1/test/integration/common 19:13:40 spire-1.2.1/test/integration/setup/ 19:13:40 spire-1.2.1/test/integration/setup/adminclient/ 19:13:40 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:13:40 spire-1.2.1/test/integration/setup/adminclient/client.go 19:13:40 spire-1.2.1/test/integration/setup/debugagent/ 19:13:40 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:13:40 spire-1.2.1/test/integration/setup/debugagent/main.go 19:13:40 spire-1.2.1/test/integration/setup/debugserver/ 19:13:40 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:13:40 spire-1.2.1/test/integration/setup/debugserver/main.go 19:13:40 spire-1.2.1/test/integration/setup/downstreamclient/ 19:13:40 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:13:40 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:13:40 spire-1.2.1/test/integration/setup/itclient/ 19:13:40 spire-1.2.1/test/integration/setup/itclient/client.go 19:13:40 spire-1.2.1/test/integration/setup/node-attestation/ 19:13:40 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:13:40 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:13:40 spire-1.2.1/test/integration/setup/x509pop/ 19:13:40 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:13:40 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:13:40 spire-1.2.1/test/integration/suites/ 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:13:40 spire-1.2.1/test/integration/suites/join-token/ 19:13:40 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:13:40 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:13:40 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:13:40 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:13:40 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:13:40 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:13:40 spire-1.2.1/test/integration/suites/join-token/README.md 19:13:40 spire-1.2.1/test/integration/suites/join-token/conf/ 19:13:40 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/join-token/teardown 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:13:40 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:13:40 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:13:40 spire-1.2.1/test/integration/suites/k8s/ 19:13:40 spire-1.2.1/test/integration/suites/k8s/00-setup 19:13:40 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:13:40 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:13:40 spire-1.2.1/test/integration/suites/k8s/README.md 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/ 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:13:40 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:13:40 spire-1.2.1/test/integration/suites/k8s/teardown 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/ 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:13:40 spire-1.2.1/test/integration/suites/rotation/ 19:13:40 spire-1.2.1/test/integration/suites/rotation/00-setup 19:13:40 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:13:40 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:13:40 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:13:40 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:13:40 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:13:40 spire-1.2.1/test/integration/suites/rotation/README.md 19:13:40 spire-1.2.1/test/integration/suites/rotation/conf/ 19:13:40 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/rotation/teardown 19:13:40 spire-1.2.1/test/integration/suites/self-test/ 19:13:40 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:13:40 spire-1.2.1/test/integration/suites/self-test/README.md 19:13:40 spire-1.2.1/test/integration/suites/self-test/teardown 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:13:40 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:13:40 spire-1.2.1/test/integration/suites/upgrade/ 19:13:40 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:13:40 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:13:40 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:13:40 spire-1.2.1/test/integration/suites/upgrade/README.md 19:13:40 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:13:40 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:13:40 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:13:40 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:13:40 spire-1.2.1/test/integration/suites/upgrade/teardown 19:13:40 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:13:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:13:40 spire-1.2.1/test/integration/test-one.sh 19:13:40 spire-1.2.1/test/integration/test.sh 19:13:40 spire-1.2.1/test/plugintest/ 19:13:40 spire-1.2.1/test/plugintest/config.go 19:13:40 spire-1.2.1/test/plugintest/load.go 19:13:40 spire-1.2.1/test/plugintest/option.go 19:13:40 spire-1.2.1/test/spiretest/ 19:13:40 spire-1.2.1/test/spiretest/apiserver.go 19:13:40 spire-1.2.1/test/spiretest/assertions.go 19:13:40 spire-1.2.1/test/spiretest/dir.go 19:13:40 spire-1.2.1/test/spiretest/errors_posix.go 19:13:40 spire-1.2.1/test/spiretest/errors_windows.go 19:13:40 spire-1.2.1/test/spiretest/logs.go 19:13:40 spire-1.2.1/test/spiretest/socketapi.go 19:13:40 spire-1.2.1/test/spiretest/suite.go 19:13:40 spire-1.2.1/test/spiretest/x509.go 19:13:40 spire-1.2.1/test/testca/ 19:13:40 spire-1.2.1/test/testca/ca.go 19:13:40 spire-1.2.1/test/testkey/ 19:13:40 spire-1.2.1/test/testkey/generate.sh 19:13:40 spire-1.2.1/test/testkey/genkeys.go 19:13:40 spire-1.2.1/test/testkey/keys.go 19:13:40 spire-1.2.1/test/testkey/new.go 19:13:40 spire-1.2.1/test/tpmsimulator/ 19:13:40 spire-1.2.1/test/tpmsimulator/simulator.go 19:13:40 spire-1.2.1/test/util/ 19:13:40 spire-1.2.1/test/util/cert_fixtures.go 19:13:40 spire-1.2.1/test/util/cert_generation.go 19:13:40 spire-1.2.1/test/util/io_redirection.go 19:13:40 spire-1.2.1/test/util/race.go 19:13:40 spire-1.2.1/test/util/util.go 19:13:40 building spire from source... 19:13:40 Installing go1.17.7... 19:13:40 Removing intermediate container b511281737b4 19:13:40 ---> cce166e98b97 19:13:40 Step 23/23 : LABEL version=0.0.0 19:13:40 ---> Running in 1dc60e1e0a72 19:13:41 Removing intermediate container 1dc60e1e0a72 19:13:41 ---> c195b4bc464f 19:13:41 19:13:41 Successfully built c195b4bc464f 19:13:41 Successfully tagged core-command:latest 19:13:46  Building core-command ... done Building bin/spire-server... 19:13:46 go: downloading github.com/mitchellh/cli v1.1.2 19:13:46 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:13:46 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:13:46 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:13:46 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:13:46 go: downloading google.golang.org/grpc v1.44.0 19:13:46 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:13:46 go: downloading github.com/sirupsen/logrus v1.8.1 19:13:46 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:13:46 go: downloading github.com/imdario/mergo v0.3.12 19:13:46 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:13:46 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:13:46 go: downloading github.com/fatih/color v1.13.0 19:13:46 go: downloading github.com/mattn/go-isatty v0.0.14 19:13:46 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:13:46 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:13:46 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:13:46 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:13:46 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:13:46 go: downloading github.com/armon/go-metrics v0.3.10 19:13:46 go: downloading github.com/prometheus/client_golang v1.12.1 19:13:46 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:13:46 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:13:46 go: downloading github.com/open-policy-agent/opa v0.38.0 19:13:46 go: downloading github.com/mattn/go-colorable v0.1.12 19:13:46 go: downloading github.com/Masterminds/goutils v1.1.0 19:13:46 go: downloading github.com/Masterminds/semver v1.5.0 19:13:46 go: downloading github.com/google/uuid v1.1.2 19:13:46 go: downloading github.com/huandu/xstrings v1.3.2 19:13:46 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:13:46 go: downloading github.com/oklog/run v1.0.0 19:13:46 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:13:46 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:13:46 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:13:46 go: downloading github.com/imkira/go-observer v1.0.3 19:13:46 go: downloading github.com/prometheus/client_model v0.2.0 19:13:46 go: downloading github.com/prometheus/common v0.32.1 19:13:46 go: downloading github.com/beorn7/perks v1.0.1 19:13:46 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:13:46 go: downloading github.com/prometheus/procfs v0.7.3 19:13:46 go: downloading go.uber.org/atomic v1.9.0 19:13:46 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:13:46 go: downloading github.com/hashicorp/errwrap v1.1.0 19:13:46 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:13:46 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:13:46 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:13:46 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:13:48 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:13:48 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:13:48 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:13:48 go: downloading github.com/stretchr/testify v1.7.0 19:13:48 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:13:48 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:13:48 go: downloading github.com/blang/semver/v4 v4.0.0 19:13:48 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:13:48 go: downloading github.com/jinzhu/gorm v1.9.16 19:13:48 go: downloading github.com/lib/pq v1.10.4 19:13:48 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:13:48 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:13:52 go: downloading google.golang.org/api v0.70.0 19:13:52 go: downloading k8s.io/client-go v0.23.4 19:13:52 go: downloading github.com/google/go-tpm v0.3.3 19:13:52 go: downloading k8s.io/api v0.23.4 19:13:52 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:13:52 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:13:52 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:13:52 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:13:52 go: downloading cloud.google.com/go/storage v1.21.0 19:13:52 go: downloading cloud.google.com/go v0.100.2 19:13:53 go: downloading k8s.io/apimachinery v0.23.4 19:13:53 go: downloading k8s.io/kube-aggregator v0.23.3 19:13:53 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:13:53 go: downloading cloud.google.com/go/security v1.3.0 19:13:53 go: downloading github.com/hashicorp/vault/api v1.4.1 19:13:53 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:13:53 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:13:53 go: downloading github.com/twmb/murmur3 v1.1.6 19:13:53 go: downloading github.com/aws/smithy-go v1.11.0 19:13:53 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:13:53 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:13:53 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:13:53 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:13:53 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:13:53 go: downloading github.com/jinzhu/inflection v1.0.0 19:13:53 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:13:53 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:13:53 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:13:53 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:13:53 go: downloading github.com/dimchansky/utfbom v1.1.1 19:13:53 go: downloading cloud.google.com/go/compute v1.3.0 19:13:53 go: downloading cloud.google.com/go/iam v0.1.1 19:13:53 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:13:53 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:13:55 go: downloading github.com/gogo/protobuf v1.3.2 19:13:55 go: downloading github.com/google/gofuzz v1.1.0 19:13:55 go: downloading k8s.io/klog/v2 v2.30.0 19:13:55 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:13:55 go: downloading github.com/spf13/pflag v1.0.5 19:13:55 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:13:55 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:13:55 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:13:55 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:13:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:13:55 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:13:55 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:13:55 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:13:55 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:13:55 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:13:55 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:13:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:13:55 go: downloading gopkg.in/yaml.v2 v2.4.0 19:13:55 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:13:55 go: downloading github.com/gobwas/glob v0.2.3 19:13:55 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:13:55 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:13:55 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:13:55 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:13:55 go: downloading go.opencensus.io v0.23.0 19:13:55 go: downloading github.com/google/go-cmp v0.5.7 19:13:55 go: downloading gopkg.in/inf.v0 v0.9.1 19:13:55 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:13:55 go: downloading github.com/googleapis/gnostic v0.5.5 19:13:55 go: downloading github.com/go-logr/logr v1.2.2 19:13:56 go: downloading github.com/json-iterator/go v1.1.12 19:13:56 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:13:56 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:13:56 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:13:56 go: downloading go.uber.org/zap v1.21.0 19:13:56 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:13:56 go: downloading github.com/tklauser/numcpus v0.3.0 19:13:56 go: downloading sigs.k8s.io/yaml v1.3.0 19:13:56 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:13:56 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:13:56 go: downloading github.com/modern-go/reflect2 v1.0.2 19:13:56 go: downloading github.com/golang/snappy v0.0.4 19:13:56 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:13:56 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:13:56 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:13:56 go: downloading github.com/hashicorp/go-version v1.2.0 19:13:56 go: downloading github.com/ryanuber/go-glob v1.0.0 19:13:56 go: downloading go.uber.org/multierr v1.6.0 19:13:56 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:14:03 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:14:03 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:14:29 Removing intermediate container 9e672e952534 19:14:29 ---> 1c01431c8261 19:14:29 19:14:29 Step 13/26 : FROM alpine:3.15 19:14:29 ---> 0ac33e5f5afa 19:14:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:29 ---> Using cache 19:14:29 ---> 300789b50ea7 19:14:29 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:29 ---> Using cache 19:14:29 ---> be78f47d8105 19:14:29 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:14:29 Removing intermediate container da2be649e144 19:14:29 ---> 3bdd7e4bbaf1 19:14:29 19:14:29 Step 13/26 : FROM alpine:3.15 19:14:29 ---> 0ac33e5f5afa 19:14:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:29 ---> Using cache 19:14:29 ---> 300789b50ea7 19:14:29 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:29 ---> Using cache 19:14:29 ---> be78f47d8105 19:14:29 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:14:29 ---> Running in 3b7a85c55f4a 19:14:29 ---> Running in a27b5cc6a5f0 19:14:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:29 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:14:29 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:14:29 OK: 15855 distinct packages available 19:14:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:29 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:14:29 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:14:29 OK: 15855 distinct packages available 19:14:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:30 (1/4) Installing dumb-init (1.2.5-r1) 19:14:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:30 (2/4) Installing musl-obstack (1.2.3-r0) 19:14:30 (3/4) Installing libucontext (1.1-r0) 19:14:30 (4/4) Installing gcompat (1.0.0-r4) 19:14:30 Executing busybox-1.34.1-r5.trigger 19:14:30 OK: 6 MiB in 18 packages 19:14:30 (1/5) Installing dumb-init (1.2.5-r1) 19:14:30 (2/5) Installing musl-obstack (1.2.3-r0) 19:14:30 (3/5) Installing libucontext (1.1-r0) 19:14:31 (4/5) Installing gcompat (1.0.0-r4) 19:14:31 (5/5) Installing openssl (1.1.1n-r0) 19:14:31 Executing busybox-1.34.1-r5.trigger 19:14:31 OK: 6 MiB in 19 packages 19:14:31 Removing intermediate container a27b5cc6a5f0 19:14:31 ---> a7f06a2a2314 19:14:31 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:14:31 Removing intermediate container 3b7a85c55f4a 19:14:31 ---> 3aef65d5f8a5 19:14:31 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 19:14:35 ---> 47c7e0600928 19:14:35 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:14:35 ---> 724870e676ab 19:14:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:14:35 ---> 52cc5e8e2ae3 19:14:35 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:14:35 ---> Running in ab2787e648d1 19:14:35 Removing intermediate container ab2787e648d1 19:14:35 ---> ee965b1b236d 19:14:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:14:36 ---> cc26dd6b2151 19:14:36 Step 21/26 : WORKDIR / 19:14:36 ---> Running in bd257a9ca002 19:14:37 ---> 61b6ff486c30 19:14:37 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:14:37 Removing intermediate container bd257a9ca002 19:14:37 ---> 9e33cd70f860 19:14:37 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:37 ---> 16ae02a34582 19:14:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:14:37 ---> Running in 19013a392c59 19:14:37 Removing intermediate container 19013a392c59 19:14:37 ---> 8b94e40ddea8 19:14:37 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:38 ---> eee620af667b 19:14:38 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:14:38 ---> Running in 7ae501f67e80 19:14:38 ---> 0b132e374e0d 19:14:38 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:38 Removing intermediate container 7ae501f67e80 19:14:38 ---> f120c42a18a4 19:14:38 Step 24/26 : LABEL arch=x86_64 19:14:38 ---> Running in 84e6948f62c2 19:14:38 ---> Running in 108295364ae5 19:14:39 Removing intermediate container 108295364ae5 19:14:39 ---> 0cec8ceb145d 19:14:39 Step 25/26 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:14:39 Removing intermediate container 84e6948f62c2 19:14:39 ---> b889a1d7c190 19:14:39 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:39 ---> Running in 399c0a6ece6b 19:14:39 ---> Running in 61418ddd34e8 19:14:39 Removing intermediate container 61418ddd34e8 19:14:39 ---> 7155e55e3ea0 19:14:39 Step 26/26 : LABEL version=0.0.0 19:14:39 Removing intermediate container 399c0a6ece6b 19:14:39 ---> bf30117bd926 19:14:39 Step 24/26 : LABEL arch=x86_64 19:14:39 ---> Running in 36cf9f5a52db 19:14:39 ---> Running in 5d582a42980a 19:14:39 Removing intermediate container 36cf9f5a52db 19:14:39 ---> 63ee4dbd2605 19:14:39 19:14:39 Successfully built 63ee4dbd2605 19:14:39 Successfully tagged security-spire-config:latest 19:14:40  Building security-spire-config ... done Removing intermediate container 5d582a42980a 19:14:40 ---> 79c139867a7c 19:14:40 Step 25/26 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:14:40 ---> Running in 3da041e10c4c 19:14:40 Removing intermediate container 3da041e10c4c 19:14:40 ---> 51db89bd2220 19:14:40 Step 26/26 : LABEL version=0.0.0 19:14:40 ---> Running in 6e5bc16f0d97 19:14:40 Removing intermediate container 6e5bc16f0d97 19:14:40 ---> 2ce2224253b8 19:14:40 19:14:40 Successfully built 2ce2224253b8 19:14:40 Successfully tagged security-spire-agent:latest 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:15:03 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:15:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.359s coverage: 28.7% of statements 19:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.529s coverage: 98.5% of statements 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.438s coverage: 53.4% of statements 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:15:36  Building security-spire-agent ... done Building bin/spire-agent... 19:15:36 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:15:36 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:15:36 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:15:36 go: downloading github.com/docker/docker v20.10.12+incompatible 19:15:36 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:15:36 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:15:36 go: downloading github.com/google/go-tpm-tools v0.3.3 19:15:36 go: downloading github.com/docker/go-connections v0.4.0 19:15:36 go: downloading github.com/docker/go-units v0.4.0 19:15:36 go: downloading github.com/opencontainers/image-spec v1.0.1 19:15:36 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:15:36 go: downloading github.com/containerd/containerd v1.3.4 19:15:36 go: downloading github.com/opencontainers/go-digest v1.0.0 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.910s coverage: 89.2% of statements 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.508s coverage: 84.4% of statements 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.403s coverage: 95.6% of statements 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/io 0.461s coverage: 72.2% of statements 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.774s coverage: 60.0% of statements 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.529s coverage: 0.9% of statements 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.542s coverage: 58.8% of statements 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.335s coverage: 29.6% of statements 19:15:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.271s coverage: 47.1% of statements 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.226s coverage: 79.5% of statements 19:15:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.241s coverage: 94.1% of statements 19:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.306s coverage: 96.3% of statements 19:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.236s coverage: 87.5% of statements 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.296s coverage: 94.4% of statements 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.215s coverage: 44.8% of statements 19:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.689s coverage: 82.5% of statements 19:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.268s coverage: 92.9% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.222s coverage: 87.2% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.294s coverage: 58.8% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.313s coverage: 80.0% of statements 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.256s coverage: 87.2% of statements 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.334s coverage: 85.4% of statements 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.800s coverage: 91.2% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:16:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.955s coverage: 64.4% of statements 19:16:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:16:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:16:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.296s coverage: 100.0% of statements 19:16:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 89.4% of statements 19:16:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 19:16:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 19:16:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 19:16:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.374s coverage: 65.4% of statements 19:16:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:16:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:16:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:16:33 Removing intermediate container 168b730ce458 19:16:33 ---> bbc16d219d40 19:16:33 19:16:33 Step 13/25 : FROM alpine:3.15 19:16:33 ---> 0ac33e5f5afa 19:16:33 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:16:33 ---> Using cache 19:16:33 ---> 300789b50ea7 19:16:33 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:33 ---> Using cache 19:16:33 ---> be78f47d8105 19:16:33 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:16:33 ---> Using cache 19:16:33 ---> 3aef65d5f8a5 19:16:33 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:16:33 ---> 40990797b826 19:16:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:16:33 ---> 5f74c1d28f00 19:16:33 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:16:33 ---> dce5adaa79e9 19:16:33 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:16:33 ---> eedf677daba7 19:16:33 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:16:33 ---> Running in db6c1606b9fe 19:16:33 Removing intermediate container db6c1606b9fe 19:16:33 ---> 2b87c09a93ed 19:16:33 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:16:33 ---> Running in 4339de801baa 19:16:33 Removing intermediate container 4339de801baa 19:16:33 ---> b8e363a71648 19:16:33 Step 23/25 : LABEL arch=x86_64 19:16:33 ---> Running in 4a8695612b26 19:16:33 Removing intermediate container 4a8695612b26 19:16:33 ---> 33680254b103 19:16:33 Step 24/25 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:16:33 ---> Running in 954846a2e971 19:16:33 Removing intermediate container 954846a2e971 19:16:33 ---> 0f9cc8510625 19:16:33 Step 25/25 : LABEL version=0.0.0 19:16:33 ---> Running in 800bb211fe11 19:16:33 Removing intermediate container 800bb211fe11 19:16:33 ---> c419a4555616 19:16:33 19:16:33 Successfully built c419a4555616 19:16:33 Successfully tagged security-spire-server:latest 19:16:33  Building security-spire-server ... done  [Pipeline] } 19:16:33 $ docker stop --time=1 2cfc8dbf1da2d83eee787dcaa53f02a00ce9bf96827918a42ff842f5f23cead3 19:16:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.857s coverage: 43.8% of statements 19:16:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:16:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:16:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.220s coverage: 89.5% of statements 19:16:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:16:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.459s coverage: 84.8% of statements 19:16:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:16:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:16:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:16:34 $ docker rm -f 2cfc8dbf1da2d83eee787dcaa53f02a00ce9bf96827918a42ff842f5f23cead3 [Pipeline] // withDockerContainer [Pipeline] sh 19:16:35 + docker images 19:16:35 REPOSITORY TAG IMAGE ID CREATED SIZE 19:16:35 security-spire-server latest c419a4555616 7 seconds ago 87.3MB 19:16:35 bbc16d219d40 18 seconds ago 4.43GB 19:16:35 security-spire-agent latest 2ce2224253b8 About a minute ago 127MB 19:16:35 security-spire-config latest 63ee4dbd2605 About a minute ago 86.7MB 19:16:35 1c01431c8261 2 minutes ago 4.43GB 19:16:35 3bdd7e4bbaf1 2 minutes ago 4.43GB 19:16:35 core-command latest c195b4bc464f 2 minutes ago 16.1MB 19:16:35 support-notifications latest 33a608f72310 2 minutes ago 26.9MB 19:16:35 cf315ae8f7a7 3 minutes ago 1.49GB 19:16:35 security-spiffe-token-provider latest e701f44d87e4 3 minutes ago 28.8MB 19:16:35 a6cc1380dcc5 3 minutes ago 1.55GB 19:16:35 core-metadata latest bfbfcebb8e6d 3 minutes ago 17MB 19:16:35 7640f08425b4 3 minutes ago 1.5GB 19:16:35 865011e67ff5 3 minutes ago 1.54GB 19:16:35 security-bootstrapper latest 2d2f39bac2c1 4 minutes ago 19.1MB 19:16:35 core-data latest 9606043370e5 4 minutes ago 22.5MB 19:16:35 f7834e02d105 4 minutes ago 1.5GB 19:16:35 support-scheduler latest b51ba8fb9d5f 4 minutes ago 26.3MB 19:16:35 8c50938ce4ae 4 minutes ago 1.52GB 19:16:35 36d6233c5299 4 minutes ago 1.55GB 19:16:35 sys-mgmt-agent latest 590e6e1c3248 4 minutes ago 299MB 19:16:35 security-secretstore-setup latest 4ac164f7a018 5 minutes ago 28.5MB 19:16:35 security-proxy-setup latest 9dc0f86f7113 5 minutes ago 26.9MB 19:16:35 caadf4e9609e 5 minutes ago 1.49GB 19:16:35 09e1f545d117 5 minutes ago 1.5GB 19:16:35 bde13a96fd91 5 minutes ago 1.5GB 19:16:35 ci-base-image-x86_64 latest d08710cf11b1 9 minutes ago 896MB 19:16:35 docker 20.10.14 7417809fdb73 2 weeks ago 218MB 19:16:35 alpine 3.14 e04c818066af 2 weeks ago 5.59MB 19:16:35 alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB 19:16:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB 19:16:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB 19:16:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:16:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.364s coverage: 17.7% of statements 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:16:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.769s coverage: 92.3% of statements 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:16:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.275s coverage: 63.2% of statements 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:16:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.426s coverage: 97.7% of statements 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:16:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.224s coverage: 28.9% of statements 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:16:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.285s coverage: 100.0% of statements 19:16:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements 19:16:43 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:16:43 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:16:43 GO111MODULE=on go vet ./... 19:18:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:18:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:18:35 ./bin/test-attribution-txt.sh [Pipeline] echo 19:18:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:18:36 + ls -al . 19:18:36 total 668 19:18:36 drwxrwxr-x 9 1001 1001 4096 Apr 19 19:18 . 19:18:36 drwxr-xr-x 4 root root 4096 Apr 19 19:12 .. 19:18:36 -rw-rw-r-- 1 1001 1001 11 Apr 19 19:10 .dockerignore 19:18:36 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:10 .git 19:18:36 drwxrwxr-x 3 1001 1001 4096 Apr 19 19:10 .github 19:18:36 -rw-rw-r-- 1 1001 1001 879 Apr 19 19:10 .gitignore 19:18:36 -rw-rw-r-- 1 1001 1001 42 Apr 19 19:10 .golangci.yml 19:18:36 -rw-rw-r-- 1 1001 1001 87 Apr 19 19:10 .hadolint.yml 19:18:36 -rw-rw-r-- 1 1001 1001 166 Apr 19 19:10 .sonarcloud.properties 19:18:36 -rw-rw-r-- 1 1001 1001 1171 Apr 19 19:10 ADOPTERS.md 19:18:36 -rw-rw-r-- 1 1001 1001 10086 Apr 19 19:10 Attribution.txt 19:18:36 -rw-rw-r-- 1 1001 1001 51732 Apr 19 19:10 CHANGELOG.md 19:18:36 -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:10 CONTRIBUTING.md 19:18:36 -rw-rw-r-- 1 1001 1001 677 Apr 19 19:10 GOVERNANCE.md 19:18:36 -rw-rw-r-- 1 1001 1001 850 Apr 19 19:10 Jenkinsfile 19:18:36 -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:10 LICENSE 19:18:36 -rw-rw-r-- 1 1001 1001 10389 Apr 19 19:10 Makefile 19:18:36 -rw-rw-r-- 1 1001 1001 582 Apr 19 19:10 OWNERS.md 19:18:36 -rw-rw-r-- 1 1001 1001 9120 Apr 19 19:10 README.md 19:18:36 -rw-rw-r-- 1 1001 1001 6912 Apr 19 19:10 SECURITY.md 19:18:36 -rw-rw-r-- 1 1001 1001 5 Apr 19 19:07 VERSION 19:18:36 -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:10 ZMQWindows.md 19:18:36 drwxrwxr-x 2 1001 1001 4096 Apr 19 19:10 bin 19:18:36 drwxrwxr-x 18 1001 1001 4096 Apr 19 19:10 cmd 19:18:36 -rw-r--r-- 1 root root 435134 Apr 19 19:16 coverage.out 19:18:36 -rw-rw-r-- 1 1001 1001 3256 Apr 19 19:10 go.mod 19:18:36 -rw-rw-r-- 1 1001 1001 35162 Apr 19 19:12 go.sum 19:18:36 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:10 internal 19:18:36 drwxrwxr-x 3 1001 1001 4096 Apr 19 19:10 openapi 19:18:36 drwxrwxr-x 4 1001 1001 4096 Apr 19 19:10 snap 19:18:36 -rw-rw-r-- 1 1001 1001 204 Apr 19 19:10 version.go [Pipeline] sh 19:18:37 + '[' -e coverage.out ] 19:18:37 + chown 1001:1001 coverage.out [Pipeline] stash 19:18:37 Warning: overwriting stash ‘coverage-report’ 19:18:38 Stashed 1 file(s) [Pipeline] sh 19:18:38 + make build 19:18:38 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:20:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:21: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:21:08 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:21:41 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:21:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:21:46 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:21:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:21:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:22:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:22: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/secrets-config ./cmd/secrets-config 19:22: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/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:22: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:22:22 $ docker stop --time=1 db987da7e6f1476ffe57736dc6351ab0de9cea9d31afa873040e6e4461441609 19:22:24 $ docker rm -f db987da7e6f1476ffe57736dc6351ab0de9cea9d31afa873040e6e4461441609 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:22:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:22:26 19:22:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:22:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:22:27 latest: Pulling from edgex-devops/edgex-compose-arm64 19:22:27 29e5d40040c1: Pulling fs layer 19:22:27 1ce36da41761: Pulling fs layer 19:22:27 25b303627fd3: Pulling fs layer 19:22:27 29e5d40040c1: Verifying Checksum 19:22:27 29e5d40040c1: Download complete 19:22:27 1ce36da41761: Verifying Checksum 19:22:27 1ce36da41761: Download complete 19:22:27 29e5d40040c1: Pull complete 19:22:29 25b303627fd3: Verifying Checksum 19:22:29 25b303627fd3: Download complete 19:22:29 1ce36da41761: Pull complete 19:22:41 25b303627fd3: Pull complete 19:22:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:22:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:22:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:22:42 prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container 19:22:42 $ 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:22:44 $ docker top 54f20fa1a6938a660a058a51ddb904ff394486f7f6b37360003b9563ae42c11d -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:45 + docker-compose build --help 19:22:45 + grep parallel 19:22:50 --parallel Build images in parallel. [Pipeline] } 19:22:51 $ docker stop --time=1 54f20fa1a6938a660a058a51ddb904ff394486f7f6b37360003b9563ae42c11d 19:22:53 $ docker rm -f 54f20fa1a6938a660a058a51ddb904ff394486f7f6b37360003b9563ae42c11d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:22:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:22:53 . [Pipeline] withDockerContainer 19:22:54 prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container 19:22:54 $ 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:22:55 $ docker top 643f62fb8150b65e73189a9bae1965a90c7f70351e01be0b7a31b3e8c0751566 -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:56 + docker-compose -f ./docker-compose-build.yml build --parallel 19:23:03 Building core-command ... 19:23:03 Building core-data ... 19:23:03 Building core-metadata ... 19:23:03 Building security-bootstrapper ... 19:23:03 Building security-proxy-setup ... 19:23:03 Building security-secretstore-setup ... 19:23:03 Building security-spiffe-token-provider ... 19:23:03 Building security-spire-agent ... 19:23:03 Building security-spire-config ... 19:23:03 Building security-spire-server ... 19:23:03 Building support-notifications ... 19:23:03 Building support-scheduler ... 19:23:03 Building sys-mgmt-agent ... 19:23:03 Building security-spire-agent 19:23:03 Building security-bootstrapper 19:23:03 Building sys-mgmt-agent 19:23:03 Building security-spiffe-token-provider 19:23:03 Building security-secretstore-setup 19:24:40 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:24:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> 4a84a9e68dca 19:24:40 Step 3/23 : WORKDIR /edgex-go 19:24:40 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:24:40 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> 4a84a9e68dca 19:24:40 Step 3/31 : WORKDIR /edgex-go 19:24:40 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:24:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> 4a84a9e68dca 19:24:40 Step 3/25 : WORKDIR /edgex-go 19:24:40 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:24:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> 4a84a9e68dca 19:24:40 Step 3/26 : WORKDIR /edgex-go 19:24:40 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:24:40 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> 4a84a9e68dca 19:24:40 Step 3/20 : WORKDIR /edgex-go 19:24:40 ---> Running in 7f4e1b87447a 19:24:40 ---> Running in 6c988d6ea5bf 19:24:40 ---> Running in 5f86a71cde21 19:24:40 ---> Running in 312be6831bb1 19:24:40 ---> Running in 0f4f7ad3af64 19:24:40 Removing intermediate container 7f4e1b87447a 19:24:40 ---> 2d32e5fc5d6a 19:24:40 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:40 Removing intermediate container 6c988d6ea5bf 19:24:40 ---> 042b84e6f349 19:24:40 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:40 Removing intermediate container 312be6831bb1 19:24:40 ---> a87a2949d28c 19:24:40 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:24:40 Removing intermediate container 5f86a71cde21 19:24:40 ---> 16c93a71fd69 19:24:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:40 ---> Running in 837c0bf68d86 19:24:40 Removing intermediate container 0f4f7ad3af64 19:24:40 ---> b2a67a328509 19:24:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:40 ---> Running in 777a62ea877f 19:24:40 ---> Running in 6f43b909c0fe 19:24:40 ---> Running in 1b976ed7d9f7 19:24:40 ---> Running in 0151e616ff29 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:40 Removing intermediate container 777a62ea877f 19:24:40 ---> 0e884f49c086 19:24:40 Step 5/31 : RUN apk add --update --no-cache make git 19:24:40 Removing intermediate container 837c0bf68d86 19:24:40 ---> 6bcd141feea2 19:24:40 Step 5/25 : RUN apk add --update --no-cache make git 19:24:40 ---> Running in 86ff23741d21 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:40 ---> Running in 7167b62b3ac8 19:24:40 Removing intermediate container 6f43b909c0fe 19:24:40 ---> a3759753b434 19:24:40 Step 5/23 : RUN apk add --update --no-cache make bash git 19:24:40 Removing intermediate container 0151e616ff29 19:24:40 ---> f15f3df6ce47 19:24:40 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:24:40 ---> Running in 12412828f4b5 19:24:40 ---> Running in 573af939d7e8 19:24:40 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:24:40 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:24:40 OK: 15741 distinct packages available 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:40 OK: 220 MiB in 52 packages 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:40 OK: 220 MiB in 52 packages 19:24:40 OK: 220 MiB in 52 packages 19:24:40 OK: 220 MiB in 52 packages 19:24:40 Removing intermediate container 1b976ed7d9f7 19:24:40 ---> a18ff187283e 19:24:40 Step 5/20 : COPY go.mod vendor* ./ 19:24:40 OK: 220 MiB in 52 packages 19:24:41 Removing intermediate container 86ff23741d21 19:24:41 ---> 3656a43a7ec1 19:24:41 Step 6/31 : COPY go.mod vendor* ./ 19:24:41 Removing intermediate container 7167b62b3ac8 19:24:41 ---> 034aa0d63803 19:24:41 Step 6/25 : COPY go.mod vendor* ./ 19:24:41 Removing intermediate container 573af939d7e8 19:24:41 ---> 1ed32a5aa2b2 19:24:41 Step 6/26 : COPY go.mod vendor* ./ 19:24:41 ---> 8d60db5fa787 19:24:41 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:41 Removing intermediate container 12412828f4b5 19:24:41 ---> a7c1b54e5c54 19:24:41 Step 6/23 : COPY go.mod vendor* ./ 19:24:41 ---> Running in 17ed0233aef9 19:24:42 ---> 9b938d83aa1a 19:24:42 ---> 8bf9bd798a64 19:24:42 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:42 19:24:42 ---> Running in b2a0dfe5ac1c 19:24:42 ---> Running in f6941f6c0f5f 19:24:43 ---> 8cc48af232ad 19:24:43 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:43 ---> 0be1a7f7b3ce 19:24:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:43 ---> Running in e4c855342395 19:24:43 ---> Running in ada31766a7f2 19:24:46 Removing intermediate container 17ed0233aef9 19:24:46 ---> 32eed1818a61 19:24:46 Step 7/20 : COPY . . 19:24:49 Removing intermediate container f6941f6c0f5f 19:24:49 ---> 6fb7847e108e 19:24:49 Step 8/25 : COPY . . 19:24:49 Removing intermediate container e4c855342395 19:24:49 ---> d3ba673069d3 19:24:49 Step 8/26 : COPY . . 19:24:49 Removing intermediate container b2a0dfe5ac1c 19:24:49 ---> 4752d0bef385 19:24:49 Step 8/31 : COPY . . 19:24:49 Removing intermediate container ada31766a7f2 19:24:49 ---> 579ea6d2d330 19:24:49 Step 8/23 : COPY . . 19:25:16 ---> a63794ad63a3 19:25:16 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:25:16 ---> Running in a37d3eb62474 19:25:16 ---> 7defd34d0983 19:25:16 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:25:16 ---> 9a028cba53b7 19:25:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:25:16 ---> Running in eb21440655c7 19:25:16 ---> Running in 2035b248d36b 19:25:16 ---> 318cb7fe2d48 19:25:16 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:25: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:25:16 ---> Running in c049fe0733e8 19:25:16 Removing intermediate container eb21440655c7 19:25:16 ---> e74d5a6ff9b9 19:25:16 Step 10/26 : RUN mkdir -p spire-build 19:25:17 ---> Running in 72fe266abe9d 19:25:18 ---> 175573dd19db 19:25:18 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:25:18 ---> Running in c480ebe2e6af 19:25:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:25:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:25:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:25:20 Removing intermediate container 72fe266abe9d 19:25:20 ---> a52cbd473d8d 19:25:20 Step 11/26 : WORKDIR /edgex-go/spire-build 19:25:21 ---> Running in 733ac7366e55 19:25:21 Removing intermediate container 733ac7366e55 19:25:21 ---> 810c9505974d 19:25: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:25:21 ---> Running in eb5548727fed 19:25:24 spire-1.2.1/ 19:25:24 spire-1.2.1/.data/ 19:25:24 spire-1.2.1/.data/.file 19:25:24 spire-1.2.1/.dockerignore 19:25:24 spire-1.2.1/.gitattributes 19:25:24 spire-1.2.1/.githooks/ 19:25:24 spire-1.2.1/.githooks/pre-commit 19:25:24 spire-1.2.1/.github/ 19:25:24 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:25:24 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:25:24 spire-1.2.1/.github/dependabot.yml 19:25:24 spire-1.2.1/.github/workflows/ 19:25:24 spire-1.2.1/.github/workflows/nightly_build.yaml 19:25:24 spire-1.2.1/.github/workflows/pr_build.yaml 19:25:24 spire-1.2.1/.github/workflows/release_build.yaml 19:25:24 spire-1.2.1/.github/workflows/scripts/ 19:25:24 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:25:24 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:25:24 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:25:24 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:25:24 spire-1.2.1/.github/workflows/scripts/split.sh 19:25:24 spire-1.2.1/.gitignore 19:25:24 spire-1.2.1/.go-version 19:25:24 spire-1.2.1/.golangci.yml 19:25:24 spire-1.2.1/ADOPTERS.md 19:25:24 spire-1.2.1/CHANGELOG.md 19:25:24 spire-1.2.1/CODE-OF-CONDUCT.md 19:25:24 spire-1.2.1/CODEOWNERS 19:25:24 spire-1.2.1/CONTRIBUTING.md 19:25:24 spire-1.2.1/Dockerfile 19:25:24 spire-1.2.1/Dockerfile.dev 19:25:24 spire-1.2.1/Dockerfile.scratch 19:25:24 spire-1.2.1/LICENSE 19:25:24 spire-1.2.1/MAINTAINERS.md 19:25:24 spire-1.2.1/Makefile 19:25:24 spire-1.2.1/README.md 19:25:24 spire-1.2.1/ROADMAP.md 19:25:24 spire-1.2.1/SECURITY.md 19:25:24 spire-1.2.1/cmd/ 19:25:24 spire-1.2.1/cmd/spire-agent/ 19:25:24 spire-1.2.1/cmd/spire-agent/cli/ 19:25:24 spire-1.2.1/cmd/spire-agent/cli/api/ 19:25:24 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/common/ 19:25:24 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:25:24 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/run/ 19:25:24 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:25:24 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:25:24 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:25:24 spire-1.2.1/cmd/spire-agent/main.go 19:25:24 spire-1.2.1/cmd/spire-server/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/agent/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/cli.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/run/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/token/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/validate/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/x509/ 19:25:24 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:25:24 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:25:24 spire-1.2.1/cmd/spire-server/main.go 19:25:24 spire-1.2.1/cmd/spire-server/util/ 19:25:24 spire-1.2.1/cmd/spire-server/util/util.go 19:25:24 spire-1.2.1/conf/ 19:25:24 spire-1.2.1/conf/agent/ 19:25:24 spire-1.2.1/conf/agent/agent.conf 19:25:24 spire-1.2.1/conf/agent/agent_full.conf 19:25:24 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:25:24 spire-1.2.1/conf/server/ 19:25:24 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:25:24 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:25:24 spire-1.2.1/conf/server/server.conf 19:25:24 spire-1.2.1/conf/server/server_full.conf 19:25:24 spire-1.2.1/doc/ 19:25:24 spire-1.2.1/doc/SPIRE101.md 19:25:24 spire-1.2.1/doc/auditlog.md 19:25:24 spire-1.2.1/doc/authorization_policy_engine.md 19:25:24 spire-1.2.1/doc/changelog_guidelines.md 19:25:24 spire-1.2.1/doc/cure53-report.pdf 19:25:24 spire-1.2.1/doc/images/ 19:25:24 spire-1.2.1/doc/images/2019_roadmap.png 19:25:24 spire-1.2.1/doc/images/SPIRE101.png 19:25:24 spire-1.2.1/doc/images/SPIRE_agent.png 19:25:24 spire-1.2.1/doc/images/SPIRE_server.png 19:25:24 spire-1.2.1/doc/images/cache_mgr.png 19:25:24 spire-1.2.1/doc/images/cache_mgr_components.png 19:25:24 spire-1.2.1/doc/images/federated_spire.png 19:25:24 spire-1.2.1/doc/images/ha_mode.png 19:25:24 spire-1.2.1/doc/images/nested_spire.png 19:25:24 spire-1.2.1/doc/images/oidc_federation.png 19:25:24 spire-1.2.1/doc/images/single_trust_domain.png 19:25:24 spire-1.2.1/doc/images/spiffe_compatible.png 19:25:24 spire-1.2.1/doc/images/spire_logo.png 19:25:24 spire-1.2.1/doc/migrating_registration_api_clients.md 19:25:24 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:25:24 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:25:24 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:25:24 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:25:24 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:25:24 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:25:24 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:25:24 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:25:24 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:25:24 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:25:24 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:25:24 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:25:24 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:25:24 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:25:24 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:25:24 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:25:24 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:25:24 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:25:24 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:25:24 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:25:24 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:25:24 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:25:24 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:25:24 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:25:24 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:25:24 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:25:24 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:25:24 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:25:24 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:25:24 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:25:24 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:25:24 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:25:24 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:25:24 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:25:24 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:25:24 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:25:24 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:25:24 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:25:24 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:25:24 spire-1.2.1/doc/scaling_spire.md 19:25:24 spire-1.2.1/doc/spire_agent.md 19:25:24 spire-1.2.1/doc/spire_server.md 19:25:24 spire-1.2.1/doc/supported_integrations.md 19:25:24 spire-1.2.1/doc/telemetry.md 19:25:24 spire-1.2.1/doc/telemetry_config.md 19:25:24 spire-1.2.1/doc/upgrading.md 19:25:24 spire-1.2.1/doc/using_spire.md 19:25:24 spire-1.2.1/examples/ 19:25:24 spire-1.2.1/examples/README.md 19:25:24 spire-1.2.1/go.mod 19:25:24 spire-1.2.1/go.sum 19:25:24 spire-1.2.1/pkg/ 19:25:24 spire-1.2.1/pkg/agent/ 19:25:24 spire-1.2.1/pkg/agent/agent.go 19:25:24 spire-1.2.1/pkg/agent/api/ 19:25:24 spire-1.2.1/pkg/agent/api/config.go 19:25:24 spire-1.2.1/pkg/agent/api/debug/ 19:25:24 spire-1.2.1/pkg/agent/api/debug/v1/ 19:25:24 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:25:24 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:25:24 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:25:24 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:25:24 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:25:24 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:25:24 spire-1.2.1/pkg/agent/api/endpoints.go 19:25:24 spire-1.2.1/pkg/agent/api/health/ 19:25:24 spire-1.2.1/pkg/agent/api/health/v1/ 19:25:24 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:25:24 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:25:24 spire-1.2.1/pkg/agent/api/rpccontext/ 19:25:24 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:25:24 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:25:24 spire-1.2.1/pkg/agent/attestor/ 19:25:24 spire-1.2.1/pkg/agent/attestor/node/ 19:25:24 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:25:24 spire-1.2.1/pkg/agent/attestor/node/node.go 19:25:24 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:25:24 spire-1.2.1/pkg/agent/attestor/workload/ 19:25:24 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:25:24 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:25:24 spire-1.2.1/pkg/agent/catalog/ 19:25:24 spire-1.2.1/pkg/agent/catalog/catalog.go 19:25:24 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:25:24 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:25:24 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:25:24 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:25:24 spire-1.2.1/pkg/agent/client/ 19:25:24 spire-1.2.1/pkg/agent/client/client.go 19:25:24 spire-1.2.1/pkg/agent/client/client_test.go 19:25:24 spire-1.2.1/pkg/agent/client/dial.go 19:25:24 spire-1.2.1/pkg/agent/client/nodeconn.go 19:25:24 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:25:24 spire-1.2.1/pkg/agent/client/update.go 19:25:24 spire-1.2.1/pkg/agent/client/util.go 19:25:24 spire-1.2.1/pkg/agent/common/ 19:25:24 spire-1.2.1/pkg/agent/common/backoff/ 19:25:24 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:25:24 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:25:24 spire-1.2.1/pkg/agent/common/cgroups/ 19:25:24 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:25:24 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:25:24 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:25:24 spire-1.2.1/pkg/agent/config.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/ 19:25:24 spire-1.2.1/pkg/agent/endpoints/config.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:25:24 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:25:24 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/workload/ 19:25:24 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:25:24 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:25:24 spire-1.2.1/pkg/agent/manager/ 19:25:24 spire-1.2.1/pkg/agent/manager/cache/ 19:25:24 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:25:24 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:25:24 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:25:24 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:25:24 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:25:24 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:25:24 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:25:24 spire-1.2.1/pkg/agent/manager/config.go 19:25:24 spire-1.2.1/pkg/agent/manager/manager.go 19:25:24 spire-1.2.1/pkg/agent/manager/manager_test.go 19:25:24 spire-1.2.1/pkg/agent/manager/storage.go 19:25:24 spire-1.2.1/pkg/agent/manager/storage_test.go 19:25:24 spire-1.2.1/pkg/agent/manager/storecache/ 19:25:24 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:25:24 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:25:24 spire-1.2.1/pkg/agent/manager/sync.go 19:25:24 spire-1.2.1/pkg/agent/plugin/ 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:25:24 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:25:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:25:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:25:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:25:24 spire-1.2.1/pkg/agent/svid/ 19:25:24 spire-1.2.1/pkg/agent/svid/rotator.go 19:25:24 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:25:24 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:25:24 spire-1.2.1/pkg/agent/svid/store/ 19:25:24 spire-1.2.1/pkg/agent/svid/store/service.go 19:25:24 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:25:24 spire-1.2.1/pkg/common/ 19:25:24 spire-1.2.1/pkg/common/agentpathtemplate/ 19:25:24 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:25:24 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:25:24 spire-1.2.1/pkg/common/api/ 19:25:24 spire-1.2.1/pkg/common/api/metrics.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/ 19:25:24 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/logger.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/names.go 19:25:24 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:25:24 spire-1.2.1/pkg/common/api/names.go 19:25:24 spire-1.2.1/pkg/common/api/ratelimit.go 19:25:24 spire-1.2.1/pkg/common/api/rpccontext/ 19:25:24 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:25:24 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:25:24 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:25:24 spire-1.2.1/pkg/common/auth/ 19:25:24 spire-1.2.1/pkg/common/auth/interceptors.go 19:25:24 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:25:24 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/ 19:25:24 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/types.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:25:24 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:25:24 spire-1.2.1/pkg/common/catalog/ 19:25:24 spire-1.2.1/pkg/common/catalog/bind.go 19:25:24 spire-1.2.1/pkg/common/catalog/builtin.go 19:25:24 spire-1.2.1/pkg/common/catalog/catalog.go 19:25:24 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:25:24 spire-1.2.1/pkg/common/catalog/closers.go 19:25:24 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:25:24 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:25:24 spire-1.2.1/pkg/common/catalog/config.go 19:25:24 spire-1.2.1/pkg/common/catalog/config_test.go 19:25:24 spire-1.2.1/pkg/common/catalog/configure.go 19:25:24 spire-1.2.1/pkg/common/catalog/constraints.go 19:25:24 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:25:24 spire-1.2.1/pkg/common/catalog/context.go 19:25:24 spire-1.2.1/pkg/common/catalog/external.go 19:25:24 spire-1.2.1/pkg/common/catalog/host.go 19:25:24 spire-1.2.1/pkg/common/catalog/pipenet.go 19:25:24 spire-1.2.1/pkg/common/catalog/plugin.go 19:25:24 spire-1.2.1/pkg/common/catalog/testplugin/ 19:25:24 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:25:24 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:25:24 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:25:24 spire-1.2.1/pkg/common/cli/ 19:25:24 spire-1.2.1/pkg/common/cli/env.go 19:25:24 spire-1.2.1/pkg/common/cli/flags.go 19:25:24 spire-1.2.1/pkg/common/cli/trust_domain.go 19:25:24 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:25:24 spire-1.2.1/pkg/common/cli/umask.go 19:25:24 spire-1.2.1/pkg/common/cli/umask_posix.go 19:25:24 spire-1.2.1/pkg/common/cli/umask_test.go 19:25:24 spire-1.2.1/pkg/common/cli/umask_windows.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/ 19:25:24 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/flag.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/format.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/ 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:25:24 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:25:24 spire-1.2.1/pkg/common/coretypes/ 19:25:24 spire-1.2.1/pkg/common/coretypes/bundle/ 19:25:24 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:25:24 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:25:24 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:25:24 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:25:24 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:25:24 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:25:24 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:25:24 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:25:24 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:25:24 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:25:24 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:25:24 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:25:24 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:25:24 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:25:24 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:25:24 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:25:24 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:25:24 spire-1.2.1/pkg/common/cryptoutil/ 19:25:24 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:25:24 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:25:24 spire-1.2.1/pkg/common/diskutil/ 19:25:24 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:25:24 spire-1.2.1/pkg/common/diskutil/file_test.go 19:25:24 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:25:24 spire-1.2.1/pkg/common/errorutil/ 19:25:24 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:25:24 spire-1.2.1/pkg/common/health/ 19:25:24 spire-1.2.1/pkg/common/health/config.go 19:25:24 spire-1.2.1/pkg/common/health/context.go 19:25:24 spire-1.2.1/pkg/common/health/context_test.go 19:25:24 spire-1.2.1/pkg/common/health/health.go 19:25:24 spire-1.2.1/pkg/common/health/health_test.go 19:25:24 spire-1.2.1/pkg/common/health/logger.go 19:25:24 spire-1.2.1/pkg/common/hostservice/ 19:25:24 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:25:24 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:25:24 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:25:24 spire-1.2.1/pkg/common/idutil/ 19:25:24 spire-1.2.1/pkg/common/idutil/require.go 19:25:24 spire-1.2.1/pkg/common/idutil/require_test.go 19:25:24 spire-1.2.1/pkg/common/idutil/safety.go 19:25:24 spire-1.2.1/pkg/common/idutil/safety_test.go 19:25:24 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:25:24 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:25:24 spire-1.2.1/pkg/common/jwtsvid/ 19:25:24 spire-1.2.1/pkg/common/jwtsvid/common.go 19:25:24 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:25:24 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:25:24 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:25:24 spire-1.2.1/pkg/common/jwtutil/ 19:25:24 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:25:24 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:25:24 spire-1.2.1/pkg/common/log/ 19:25:24 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:25:24 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:25:24 spire-1.2.1/pkg/common/log/log.go 19:25:24 spire-1.2.1/pkg/common/log/log_test.go 19:25:24 spire-1.2.1/pkg/common/log/options.go 19:25:24 spire-1.2.1/pkg/common/nodeutil/ 19:25:24 spire-1.2.1/pkg/common/nodeutil/node.go 19:25:24 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:25:24 spire-1.2.1/pkg/common/peertracker/ 19:25:24 spire-1.2.1/pkg/common/peertracker/conn.go 19:25:24 spire-1.2.1/pkg/common/peertracker/credentials.go 19:25:24 spire-1.2.1/pkg/common/peertracker/errors.go 19:25:24 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:25:24 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:25:24 spire-1.2.1/pkg/common/peertracker/info.go 19:25:24 spire-1.2.1/pkg/common/peertracker/listener.go 19:25:24 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:25:24 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:25:24 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:25:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:25:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:25:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:25:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:25:24 spire-1.2.1/pkg/common/peertracker/tcp.go 19:25:24 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:25:24 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:25:24 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:25:24 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:25:24 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:25:24 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:25:24 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:25:24 spire-1.2.1/pkg/common/peertracker/uds.go 19:25:24 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:25:24 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:25:24 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:25:24 spire-1.2.1/pkg/common/pemutil/ 19:25:24 spire-1.2.1/pkg/common/pemutil/block.go 19:25:24 spire-1.2.1/pkg/common/pemutil/certs.go 19:25:24 spire-1.2.1/pkg/common/pemutil/common.go 19:25:24 spire-1.2.1/pkg/common/pemutil/csr.go 19:25:24 spire-1.2.1/pkg/common/pemutil/keys.go 19:25:24 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/ 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:25:24 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:25:24 spire-1.2.1/pkg/common/plugin/ 19:25:24 spire-1.2.1/pkg/common/plugin/aws/ 19:25:24 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:25:24 spire-1.2.1/pkg/common/plugin/azure/ 19:25:24 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:25:24 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:25:24 spire-1.2.1/pkg/common/plugin/facade.go 19:25:24 spire-1.2.1/pkg/common/plugin/facade_test.go 19:25:24 spire-1.2.1/pkg/common/plugin/gcp/ 19:25:24 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:25:24 spire-1.2.1/pkg/common/plugin/k8s/ 19:25:24 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:25:24 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:25:24 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:25:24 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:25:24 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:25:24 spire-1.2.1/pkg/common/plugin/log.go 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/ 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:25:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:25:24 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:25:24 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:25:24 spire-1.2.1/pkg/common/plugin/x509pop/ 19:25:24 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:25:24 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:25:24 spire-1.2.1/pkg/common/profiling/ 19:25:24 spire-1.2.1/pkg/common/profiling/dumpers.go 19:25:24 spire-1.2.1/pkg/common/profiling/profiling.go 19:25:24 spire-1.2.1/pkg/common/protoutil/ 19:25:24 spire-1.2.1/pkg/common/protoutil/masks.go 19:25:24 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:25:24 spire-1.2.1/pkg/common/rotationutil/ 19:25:24 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:25:24 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:25:24 spire-1.2.1/pkg/common/selector/ 19:25:24 spire-1.2.1/pkg/common/selector/selector.go 19:25:24 spire-1.2.1/pkg/common/selector/selector_test.go 19:25:24 spire-1.2.1/pkg/common/selector/set.go 19:25:24 spire-1.2.1/pkg/common/selector/set_utils.go 19:25:24 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/ 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/ 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:25:24 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:25:24 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:25:24 spire-1.2.1/pkg/common/telemetry/call.go 19:25:24 spire-1.2.1/pkg/common/telemetry/common/ 19:25:24 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:25:24 spire-1.2.1/pkg/common/telemetry/config.go 19:25:24 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:25:24 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/inmem.go 19:25:24 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/m3.go 19:25:24 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/metrics.go 19:25:24 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/names.go 19:25:24 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:25:24 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:25:24 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/ 19:25:24 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:25:24 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:25:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:25:24 spire-1.2.1/pkg/common/telemetry/server/server.go 19:25:24 spire-1.2.1/pkg/common/telemetry/sink.go 19:25:24 spire-1.2.1/pkg/common/telemetry/statsd.go 19:25:24 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:25:24 spire-1.2.1/pkg/common/telemetry/uptime.go 19:25:24 spire-1.2.1/pkg/common/telemetry/version.go 19:25:24 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:25:24 spire-1.2.1/pkg/common/uptime/ 19:25:24 spire-1.2.1/pkg/common/uptime/uptime.go 19:25:25 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:25:25 spire-1.2.1/pkg/common/util/ 19:25:25 spire-1.2.1/pkg/common/util/certs.go 19:25:25 spire-1.2.1/pkg/common/util/certs_test.go 19:25:25 spire-1.2.1/pkg/common/util/csr.go 19:25:25 spire-1.2.1/pkg/common/util/hash.go 19:25:25 spire-1.2.1/pkg/common/util/selectors.go 19:25:25 spire-1.2.1/pkg/common/util/selectors_test.go 19:25:25 spire-1.2.1/pkg/common/util/signals.go 19:25:25 spire-1.2.1/pkg/common/util/sort.go 19:25:25 spire-1.2.1/pkg/common/util/sort_test.go 19:25:25 spire-1.2.1/pkg/common/util/task.go 19:25:25 spire-1.2.1/pkg/common/util/task_test.go 19:25:25 spire-1.2.1/pkg/common/util/testdata/ 19:25:25 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:25:25 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:25:25 spire-1.2.1/pkg/common/version/ 19:25:25 spire-1.2.1/pkg/common/version/version.go 19:25:25 spire-1.2.1/pkg/common/x509svid/ 19:25:25 spire-1.2.1/pkg/common/x509svid/common_test.go 19:25:25 spire-1.2.1/pkg/common/x509svid/csr.go 19:25:25 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:25:25 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:25:25 spire-1.2.1/pkg/common/x509util/ 19:25:25 spire-1.2.1/pkg/common/x509util/cert.go 19:25:25 spire-1.2.1/pkg/common/x509util/dns.go 19:25:25 spire-1.2.1/pkg/common/x509util/dns_test.go 19:25:25 spire-1.2.1/pkg/common/x509util/keyid.go 19:25:25 spire-1.2.1/pkg/common/x509util/keypair.go 19:25:25 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:25:25 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:25:25 spire-1.2.1/pkg/server/ 19:25:25 spire-1.2.1/pkg/server/api/ 19:25:25 spire-1.2.1/pkg/server/api/agent.go 19:25:25 spire-1.2.1/pkg/server/api/agent/ 19:25:25 spire-1.2.1/pkg/server/api/agent/v1/ 19:25:25 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:25:25 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:25:25 spire-1.2.1/pkg/server/api/agent_test.go 19:25:25 spire-1.2.1/pkg/server/api/api.go 19:25:25 spire-1.2.1/pkg/server/api/audit/ 19:25:25 spire-1.2.1/pkg/server/api/audit/audit.go 19:25:25 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:25:25 spire-1.2.1/pkg/server/api/bundle.go 19:25:25 spire-1.2.1/pkg/server/api/bundle/ 19:25:25 spire-1.2.1/pkg/server/api/bundle/v1/ 19:25:25 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:25:25 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:25:25 spire-1.2.1/pkg/server/api/bundle_test.go 19:25:25 spire-1.2.1/pkg/server/api/debug/ 19:25:25 spire-1.2.1/pkg/server/api/debug/v1/ 19:25:25 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:25:25 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:25:25 spire-1.2.1/pkg/server/api/entry.go 19:25:25 spire-1.2.1/pkg/server/api/entry/ 19:25:25 spire-1.2.1/pkg/server/api/entry/v1/ 19:25:25 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:25:25 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:25:25 spire-1.2.1/pkg/server/api/entry_test.go 19:25:25 spire-1.2.1/pkg/server/api/health/ 19:25:25 spire-1.2.1/pkg/server/api/health/v1/ 19:25:25 spire-1.2.1/pkg/server/api/health/v1/service.go 19:25:25 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:25:25 spire-1.2.1/pkg/server/api/id.go 19:25:25 spire-1.2.1/pkg/server/api/id_test.go 19:25:25 spire-1.2.1/pkg/server/api/limits/ 19:25:25 spire-1.2.1/pkg/server/api/limits/limits.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/ 19:25:25 spire-1.2.1/pkg/server/api/middleware/alias.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/audit.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/caller.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/common.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/entries.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:25:25 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:25:25 spire-1.2.1/pkg/server/api/ratelimit.go 19:25:25 spire-1.2.1/pkg/server/api/rpccontext/ 19:25:25 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:25:25 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:25:25 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:25:25 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:25:25 spire-1.2.1/pkg/server/api/selector.go 19:25:25 spire-1.2.1/pkg/server/api/selector_test.go 19:25:25 spire-1.2.1/pkg/server/api/status.go 19:25:25 spire-1.2.1/pkg/server/api/status_test.go 19:25:25 spire-1.2.1/pkg/server/api/svid/ 19:25:25 spire-1.2.1/pkg/server/api/svid/v1/ 19:25:25 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:25:25 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:25:25 spire-1.2.1/pkg/server/api/trustdomain.go 19:25:25 spire-1.2.1/pkg/server/api/trustdomain/ 19:25:25 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:25:25 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:25:25 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:25:25 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:25:25 spire-1.2.1/pkg/server/authpolicy/ 19:25:25 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:25:25 spire-1.2.1/pkg/server/authpolicy/policy.go 19:25:25 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:25:25 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:25:25 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:25:25 spire-1.2.1/pkg/server/authpolicy/validate.go 19:25:25 spire-1.2.1/pkg/server/bundle/ 19:25:25 spire-1.2.1/pkg/server/bundle/client/ 19:25:25 spire-1.2.1/pkg/server/bundle/client/client.go 19:25:25 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:25:25 spire-1.2.1/pkg/server/bundle/client/manager.go 19:25:25 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:25:25 spire-1.2.1/pkg/server/bundle/client/sources.go 19:25:25 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:25:25 spire-1.2.1/pkg/server/bundle/client/updater.go 19:25:25 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:25:25 spire-1.2.1/pkg/server/ca/ 19:25:25 spire-1.2.1/pkg/server/ca/ca.go 19:25:25 spire-1.2.1/pkg/server/ca/ca_health.go 19:25:25 spire-1.2.1/pkg/server/ca/ca_test.go 19:25:25 spire-1.2.1/pkg/server/ca/journal.go 19:25:25 spire-1.2.1/pkg/server/ca/journal_test.go 19:25:25 spire-1.2.1/pkg/server/ca/manager.go 19:25:25 spire-1.2.1/pkg/server/ca/manager_health.go 19:25:25 spire-1.2.1/pkg/server/ca/manager_test.go 19:25:25 spire-1.2.1/pkg/server/ca/templates.go 19:25:25 spire-1.2.1/pkg/server/ca/upstream_client.go 19:25:25 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:25:25 spire-1.2.1/pkg/server/ca/validation.go 19:25:25 spire-1.2.1/pkg/server/cache/ 19:25:25 spire-1.2.1/pkg/server/cache/dscache/ 19:25:25 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:25:25 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:25:25 spire-1.2.1/pkg/server/cache/entrycache/ 19:25:25 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:25:25 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:25:25 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:25:25 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:25:25 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:25:25 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:25:25 spire-1.2.1/pkg/server/catalog/ 19:25:25 spire-1.2.1/pkg/server/catalog/catalog.go 19:25:25 spire-1.2.1/pkg/server/catalog/keymanager.go 19:25:25 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:25:25 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:25:25 spire-1.2.1/pkg/server/catalog/notifier.go 19:25:25 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:25:25 spire-1.2.1/pkg/server/config.go 19:25:25 spire-1.2.1/pkg/server/datastore/ 19:25:25 spire-1.2.1/pkg/server/datastore/datastore.go 19:25:25 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:25:25 spire-1.2.1/pkg/server/datastore/repository.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:25:25 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:25:25 spire-1.2.1/pkg/server/endpoints/ 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/ 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:25:25 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:25:25 spire-1.2.1/pkg/server/endpoints/config.go 19:25:25 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:25:25 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:25:25 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:25:25 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:25:25 spire-1.2.1/pkg/server/endpoints/middleware.go 19:25:25 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:25:25 spire-1.2.1/pkg/server/hostservice/ 19:25:25 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:25:25 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:25:25 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:25:25 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:25:25 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:25:25 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:25:25 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:25:25 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/ 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/ 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:25:25 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:25:25 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:25:25 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:25:25 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:25:25 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:25:25 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:25:25 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:25:25 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:25:25 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/ 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:25:25 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:25:25 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:25:25 spire-1.2.1/pkg/server/registration/ 19:25:25 spire-1.2.1/pkg/server/registration/manager.go 19:25:25 spire-1.2.1/pkg/server/registration/manager_test.go 19:25:25 spire-1.2.1/pkg/server/scanentries.go 19:25:25 spire-1.2.1/pkg/server/scanentries_test.go 19:25:25 spire-1.2.1/pkg/server/server.go 19:25:25 spire-1.2.1/pkg/server/server_test.go 19:25:25 spire-1.2.1/pkg/server/svid/ 19:25:25 spire-1.2.1/pkg/server/svid/observer.go 19:25:25 spire-1.2.1/pkg/server/svid/observer_test.go 19:25:25 spire-1.2.1/pkg/server/svid/rotator.go 19:25:25 spire-1.2.1/pkg/server/svid/rotator_config.go 19:25:25 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:25:25 spire-1.2.1/pkg/server/svid/rotator_test.go 19:25:25 spire-1.2.1/proto/ 19:25:25 spire-1.2.1/proto/private/ 19:25:25 spire-1.2.1/proto/private/server/ 19:25:25 spire-1.2.1/proto/private/server/journal/ 19:25:25 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:25:25 spire-1.2.1/proto/private/server/journal/journal.proto 19:25:25 spire-1.2.1/proto/spire/ 19:25:25 spire-1.2.1/proto/spire/common/ 19:25:25 spire-1.2.1/proto/spire/common/common.pb.go 19:25:25 spire-1.2.1/proto/spire/common/common.proto 19:25:25 spire-1.2.1/proto/spire/common/plugin/ 19:25:25 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:25:25 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:25:25 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:25:25 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:25:25 spire-1.2.1/proto/spire/plugin/ 19:25:25 spire-1.2.1/proto/spire/plugin/agent/ 19:25:25 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:25:25 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:25:25 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:25:25 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:25:25 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:25:25 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:25:25 spire-1.2.1/release/ 19:25:25 spire-1.2.1/release/spire-extras/ 19:25:25 spire-1.2.1/release/spire-extras/README.md 19:25:25 spire-1.2.1/release/spire-extras/conf/ 19:25:25 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:25:25 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:25:25 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:25:25 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:25:25 spire-1.2.1/release/spire/ 19:25:25 spire-1.2.1/release/spire/README.md 19:25:25 spire-1.2.1/release/spire/conf/ 19:25:25 spire-1.2.1/release/spire/conf/agent/ 19:25:25 spire-1.2.1/release/spire/conf/agent/agent.conf 19:25:25 spire-1.2.1/release/spire/conf/server/ 19:25:25 spire-1.2.1/release/spire/conf/server/server.conf 19:25:25 spire-1.2.1/script/ 19:25:25 spire-1.2.1/script/build-artifact.sh 19:25:25 spire-1.2.1/script/generate_dummy_ca.sh 19:25:25 spire-1.2.1/support/ 19:25:25 spire-1.2.1/support/k8s/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:25:25 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/ 19:25:25 spire-1.2.1/support/oidc-discovery-provider/README.md 19:25:25 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/config.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/main.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:25:25 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:25:25 spire-1.2.1/test/ 19:25:25 spire-1.2.1/test/clock/ 19:25:25 spire-1.2.1/test/clock/clock.go 19:25:25 spire-1.2.1/test/fakes/ 19:25:25 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:25:25 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:25:25 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:25:25 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:25:25 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:25:25 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:25:25 spire-1.2.1/test/fakes/fakeagentstore/ 19:25:25 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:25:25 spire-1.2.1/test/fakes/fakedatastore/ 19:25:25 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:25:25 spire-1.2.1/test/fakes/fakeentryclient/ 19:25:25 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:25:25 spire-1.2.1/test/fakes/fakehealthchecker/ 19:25:25 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:25:25 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:25:25 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:25:25 spire-1.2.1/test/fakes/fakemetrics/ 19:25:25 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:25:25 spire-1.2.1/test/fakes/fakenoderesolver/ 19:25:25 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:25:25 spire-1.2.1/test/fakes/fakenotifier/ 19:25:25 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:25:25 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:25:25 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:25:25 spire-1.2.1/test/fakes/fakeserverca/ 19:25:25 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:25:25 spire-1.2.1/test/fakes/fakeservercatalog/ 19:25:25 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:25:25 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:25:25 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:25:25 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:25:25 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:25:25 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:25:25 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:25:25 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:25:25 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:25:25 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:25:25 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:25:25 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:25:25 spire-1.2.1/test/fixture/ 19:25:25 spire-1.2.1/test/fixture/certs/ 19:25:25 spire-1.2.1/test/fixture/certs/agent_svid.der 19:25:25 spire-1.2.1/test/fixture/certs/base_cert.pem 19:25:25 spire-1.2.1/test/fixture/certs/base_csr.pem 19:25:25 spire-1.2.1/test/fixture/certs/base_key.pem 19:25:25 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:25:25 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:25:25 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:25:25 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:25:25 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:25:25 spire-1.2.1/test/fixture/certs/blog_key.pem 19:25:25 spire-1.2.1/test/fixture/certs/bundle.der 19:25:25 spire-1.2.1/test/fixture/certs/ca.pem 19:25:25 spire-1.2.1/test/fixture/certs/ca_key.pem 19:25:25 spire-1.2.1/test/fixture/certs/database_cert.pem 19:25:25 spire-1.2.1/test/fixture/certs/database_csr.pem 19:25:25 spire-1.2.1/test/fixture/certs/database_key.pem 19:25:25 spire-1.2.1/test/fixture/certs/node_cert.pem 19:25:25 spire-1.2.1/test/fixture/certs/node_csr.pem 19:25:25 spire-1.2.1/test/fixture/certs/node_key.pem 19:25:25 spire-1.2.1/test/fixture/certs/svid.pem 19:25:25 spire-1.2.1/test/fixture/certs/svid_key.pem 19:25:25 spire-1.2.1/test/fixture/config/ 19:25:25 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:25:25 spire-1.2.1/test/fixture/config/agent_good.conf 19:25:25 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:25:25 spire-1.2.1/test/fixture/config/plugin_good.conf 19:25:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:25:25 spire-1.2.1/test/fixture/config/server_good.conf 19:25:25 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:25:25 spire-1.2.1/test/fixture/fixture.go 19:25:25 spire-1.2.1/test/fixture/nodeattestor/ 19:25:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:25:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:25:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:25:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:25:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:25:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:25:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:25:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:25:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:25:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:25:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:25:25 spire-1.2.1/test/fixture/registration/ 19:25:25 spire-1.2.1/test/fixture/registration/entries.json 19:25:25 spire-1.2.1/test/fixture/registration/good-for-update.json 19:25:25 spire-1.2.1/test/fixture/registration/good.json 19:25:25 spire-1.2.1/test/fixture/registration/invalid.json 19:25:25 spire-1.2.1/test/fixture/registration/invalid_json.json 19:25:25 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:25:25 spire-1.2.1/test/integration/ 19:25:25 spire-1.2.1/test/integration/README.md 19:25:25 spire-1.2.1/test/integration/common 19:25:25 spire-1.2.1/test/integration/setup/ 19:25:25 spire-1.2.1/test/integration/setup/adminclient/ 19:25:25 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:25:25 spire-1.2.1/test/integration/setup/adminclient/client.go 19:25:25 spire-1.2.1/test/integration/setup/debugagent/ 19:25:25 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:25:25 spire-1.2.1/test/integration/setup/debugagent/main.go 19:25:25 spire-1.2.1/test/integration/setup/debugserver/ 19:25:25 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:25:25 spire-1.2.1/test/integration/setup/debugserver/main.go 19:25:25 spire-1.2.1/test/integration/setup/downstreamclient/ 19:25:25 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:25:25 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:25:25 spire-1.2.1/test/integration/setup/itclient/ 19:25:25 spire-1.2.1/test/integration/setup/itclient/client.go 19:25:25 spire-1.2.1/test/integration/setup/node-attestation/ 19:25:25 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:25:25 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:25:25 spire-1.2.1/test/integration/setup/x509pop/ 19:25:25 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:25:25 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:25:25 spire-1.2.1/test/integration/suites/ 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:25:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:25:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:25:26 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:25:26 spire-1.2.1/test/integration/suites/join-token/ 19:25:26 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:25:26 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:25:26 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:25:26 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:25:26 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:25:26 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:25:26 spire-1.2.1/test/integration/suites/join-token/README.md 19:25:26 spire-1.2.1/test/integration/suites/join-token/conf/ 19:25:26 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:25:26 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:25:26 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:25:26 spire-1.2.1/test/integration/suites/join-token/teardown 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:25:26 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:25:26 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:25:26 spire-1.2.1/test/integration/suites/k8s/ 19:25:26 spire-1.2.1/test/integration/suites/k8s/00-setup 19:25:26 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:25:26 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:25:26 spire-1.2.1/test/integration/suites/k8s/README.md 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/ 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:25:26 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:25:26 spire-1.2.1/test/integration/suites/k8s/teardown 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/ 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:25:26 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:25:26 spire-1.2.1/test/integration/suites/rotation/ 19:25:26 spire-1.2.1/test/integration/suites/rotation/00-setup 19:25:26 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:25:26 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:25:26 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:25:26 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:25:26 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:25:26 spire-1.2.1/test/integration/suites/rotation/README.md 19:25:26 spire-1.2.1/test/integration/suites/rotation/conf/ 19:25:26 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:25:26 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:25:26 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:25:26 spire-1.2.1/test/integration/suites/rotation/teardown 19:25:26 spire-1.2.1/test/integration/suites/self-test/ 19:25:26 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:25:26 spire-1.2.1/test/integration/suites/self-test/README.md 19:25:26 spire-1.2.1/test/integration/suites/self-test/teardown 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:25:26 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:25:26 spire-1.2.1/test/integration/suites/upgrade/ 19:25:26 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:25:26 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:25:26 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:25:26 spire-1.2.1/test/integration/suites/upgrade/README.md 19:25:26 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:25:26 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:25:26 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:25:26 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:25:26 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:25:26 spire-1.2.1/test/integration/suites/upgrade/teardown 19:25:26 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:25:26 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:25:26 spire-1.2.1/test/integration/test-one.sh 19:25:26 spire-1.2.1/test/integration/test.sh 19:25:26 spire-1.2.1/test/plugintest/ 19:25:26 spire-1.2.1/test/plugintest/config.go 19:25:26 spire-1.2.1/test/plugintest/load.go 19:25:26 spire-1.2.1/test/plugintest/option.go 19:25:26 spire-1.2.1/test/spiretest/ 19:25:26 spire-1.2.1/test/spiretest/apiserver.go 19:25:26 spire-1.2.1/test/spiretest/assertions.go 19:25:26 spire-1.2.1/test/spiretest/dir.go 19:25:26 spire-1.2.1/test/spiretest/errors_posix.go 19:25:26 spire-1.2.1/test/spiretest/errors_windows.go 19:25:26 spire-1.2.1/test/spiretest/logs.go 19:25:26 spire-1.2.1/test/spiretest/socketapi.go 19:25:26 spire-1.2.1/test/spiretest/suite.go 19:25:26 spire-1.2.1/test/spiretest/x509.go 19:25:26 spire-1.2.1/test/testca/ 19:25:26 spire-1.2.1/test/testca/ca.go 19:25:26 spire-1.2.1/test/testkey/ 19:25:26 spire-1.2.1/test/testkey/generate.sh 19:25:26 spire-1.2.1/test/testkey/genkeys.go 19:25:26 spire-1.2.1/test/testkey/keys.go 19:25:26 spire-1.2.1/test/testkey/new.go 19:25:26 spire-1.2.1/test/tpmsimulator/ 19:25:26 spire-1.2.1/test/tpmsimulator/simulator.go 19:25:26 spire-1.2.1/test/util/ 19:25:26 spire-1.2.1/test/util/cert_fixtures.go 19:25:26 spire-1.2.1/test/util/cert_generation.go 19:25:26 spire-1.2.1/test/util/io_redirection.go 19:25:26 spire-1.2.1/test/util/race.go 19:25:26 spire-1.2.1/test/util/util.go 19:25:26 building spire from source... 19:25:27 Installing go1.17.7... 19:25:53 Building bin/spire-server... 19:25:53 go: downloading github.com/mitchellh/cli v1.1.2 19:25:53 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:25:53 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:25:53 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:25:53 go: downloading google.golang.org/grpc v1.44.0 19:25:55 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:25:56 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:25:56 go: downloading github.com/sirupsen/logrus v1.8.1 19:25:56 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:25:56 go: downloading github.com/imdario/mergo v0.3.12 19:25:57 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:25:57 go: downloading github.com/fatih/color v1.13.0 19:25:57 go: downloading github.com/mattn/go-isatty v0.0.14 19:25:58 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:25:58 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:25:58 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:25:58 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:25:58 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:26:00 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:26:00 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:26:00 go: downloading github.com/armon/go-metrics v0.3.10 19:26:00 go: downloading github.com/prometheus/client_golang v1.12.1 19:26:01 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:26:02 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:26:03 go: downloading github.com/open-policy-agent/opa v0.38.0 19:26:29 go: downloading github.com/mattn/go-colorable v0.1.12 19:26:29 go: downloading github.com/Masterminds/goutils v1.1.0 19:26:29 go: downloading github.com/Masterminds/semver v1.5.0 19:26:29 go: downloading github.com/google/uuid v1.1.2 19:26:29 go: downloading github.com/huandu/xstrings v1.3.2 19:26:29 go: downloading github.com/oklog/run v1.0.0 19:26:29 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:26:29 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:26:29 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:26:29 go: downloading github.com/prometheus/client_model v0.2.0 19:26:29 go: downloading github.com/prometheus/common v0.32.1 19:26:29 go: downloading github.com/beorn7/perks v1.0.1 19:26:29 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:26:29 go: downloading github.com/prometheus/procfs v0.7.3 19:26:29 go: downloading go.uber.org/atomic v1.9.0 19:26:29 go: downloading github.com/imkira/go-observer v1.0.3 19:26:29 go: downloading github.com/hashicorp/errwrap v1.1.0 19:26:29 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:26:29 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:26:29 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:26:29 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:26:29 go: downloading github.com/blang/semver/v4 v4.0.0 19:26:29 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:26:29 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:26:29 go: downloading github.com/jinzhu/gorm v1.9.16 19:26:29 go: downloading github.com/lib/pq v1.10.4 19:26:29 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:26:30 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:26:30 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:26:30 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:26:33 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:26:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:26:40 go: downloading github.com/stretchr/testify v1.7.0 19:26:40 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:26:40 go: downloading k8s.io/client-go v0.23.4 19:26:40 go: downloading google.golang.org/api v0.70.0 19:26:40 go: downloading github.com/google/go-tpm v0.3.3 19:26:41 go: downloading k8s.io/api v0.23.4 19:26:51 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:27:30 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:27:30 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:27:30 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:27:30 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:27:30 go: downloading cloud.google.com/go/storage v1.21.0 19:27:30 go: downloading cloud.google.com/go v0.100.2 19:27:30 go: downloading k8s.io/apimachinery v0.23.4 19:27:30 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:27:32 go: downloading cloud.google.com/go/security v1.3.0 19:27:32 go: downloading github.com/hashicorp/vault/api v1.4.1 19:27:33 go: downloading k8s.io/kube-aggregator v0.23.3 19:27:34 go: downloading github.com/twmb/murmur3 v1.1.6 19:27:34 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:27:35 go: downloading gopkg.in/yaml.v2 v2.4.0 19:27:35 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:27:35 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:27:36 go: downloading github.com/gobwas/glob v0.2.3 19:27:36 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:27:36 go: downloading github.com/jinzhu/inflection v1.0.0 19:27:36 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:27:37 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:27:37 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:27:37 go: downloading github.com/aws/smithy-go v1.11.0 19:27:39 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:27:39 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:27:39 go: downloading github.com/gogo/protobuf v1.3.2 19:27:44 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:27:44 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:27:44 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:27:44 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:27:44 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:27:44 go: downloading github.com/dimchansky/utfbom v1.1.1 19:27:44 go: downloading cloud.google.com/go/compute v1.3.0 19:27:45 go: downloading cloud.google.com/go/iam v0.1.1 19:27:46 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:27:46 go: downloading github.com/google/gofuzz v1.1.0 19:27:46 go: downloading k8s.io/klog/v2 v2.30.0 19:27:46 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:27:47 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:27:47 go: downloading github.com/spf13/pflag v1.0.5 19:27:48 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:27:48 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:27:48 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:27:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:27:48 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:27:48 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:27:48 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:27:49 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:27:50 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:27:51 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:27:51 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:27:51 go: downloading go.opencensus.io v0.23.0 19:27:52 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:27:54 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:27:54 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:27:54 go: downloading gopkg.in/inf.v0 v0.9.1 19:27:54 go: downloading github.com/google/go-cmp v0.5.7 19:27:54 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:27:55 go: downloading github.com/go-logr/logr v1.2.2 19:27:55 go: downloading github.com/json-iterator/go v1.1.12 19:27:55 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:27:58 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:27:58 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:27:58 go: downloading github.com/googleapis/gnostic v0.5.5 19:28:01 go: downloading github.com/tklauser/numcpus v0.3.0 19:28:01 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:28:01 go: downloading go.uber.org/zap v1.21.0 19:28:01 go: downloading sigs.k8s.io/yaml v1.3.0 19:28:01 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:28:02 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:28:02 go: downloading github.com/modern-go/reflect2 v1.0.2 19:28:02 go: downloading github.com/ryanuber/go-glob v1.0.0 19:28:02 go: downloading github.com/golang/snappy v0.0.4 19:28:02 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:28:12 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:28:12 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:28:12 go: downloading github.com/hashicorp/go-version v1.2.0 19:28:12 go: downloading go.uber.org/multierr v1.6.0 19:28:51 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:28:51 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:30: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:30:13 Removing intermediate container c049fe0733e8 19:30:13 ---> 05a28d974f03 19:30:13 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:30:13 ---> Running in cc3953005f78 19:30: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:30:13 Removing intermediate container cc3953005f78 19:30:13 ---> 7074e4997904 19:30:13 19:30:13 Step 11/23 : FROM docker:20.10.14 19:30:13 20.10.14: Pulling from library/docker 19:30:15 Removing intermediate container 2035b248d36b 19:30:15 ---> dd9817db9103 19:30:15 19:30:15 Step 10/31 : FROM alpine:3.14 19:30:15 3.14: Pulling from library/alpine 19:30:19 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:30:19 Status: Downloaded newer image for alpine:3.14 19:30:19 ---> ac73e934f311 19:30:19 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:30:19 ---> Running in 4c8397e11d19 19:30:20 Removing intermediate container 4c8397e11d19 19:30:20 ---> 8c70bb7e487b 19:30:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:30:20 ---> Running in f095298d4688 19:30:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:30:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:30:24 Removing intermediate container c480ebe2e6af 19:30:24 ---> 0b5451be7a4a 19:30:24 19:30:24 Step 10/25 : FROM alpine:3.14 19:30:24 ---> ac73e934f311 19:30:24 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:30:24 (1/2) Installing dumb-init (1.2.5-r1) 19:30:24 (2/2) Installing su-exec (0.2-r1) 19:30:24 Executing busybox-1.33.1-r7.trigger 19:30:24 OK: 6 MiB in 16 packages 19:30:24 ---> Running in cf386f1e076e 19:30:27 Removing intermediate container f095298d4688 19:30:27 ---> 5542c98bea01 19:30:27 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:30:27 ---> Running in d0612ce26d46 19:30:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:30:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:30:28 Removing intermediate container d0612ce26d46 19:30:28 ---> 1a6b8aa4a15e 19:30:28 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:30:28 ---> Running in 98b86f311de8 19:30:29 (1/3) Installing ca-certificates (20211220-r0) 19:30:29 (2/3) Installing dumb-init (1.2.5-r1) 19:30:29 (3/3) Installing su-exec (0.2-r1) 19:30:29 Executing busybox-1.33.1-r7.trigger 19:30:29 Executing ca-certificates-20211220-r0.trigger 19:30:29 Removing intermediate container 98b86f311de8 19:30:29 ---> 0c110b4e0203 19:30:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:30:29 ---> Running in ce08912fdd87 19:30:29 OK: 6 MiB in 17 packages 19:30:34 Removing intermediate container cf386f1e076e 19:30:34 ---> 5f5da871d610 19:30:34 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:30:34 ---> Running in bdcb63cbb343 19:30:34 Removing intermediate container ce08912fdd87 19:30:34 ---> 46653728d16b 19:30:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:30:34 ---> Running in e06bbd398081 19:30:34 Removing intermediate container bdcb63cbb343 19:30:34 ---> 86fef257c1b5 19:30:34 Step 13/25 : WORKDIR / 19:30:35 ---> Running in 2560601a033c 19:30:35 Removing intermediate container e06bbd398081 19:30:35 ---> 28f57799cd96 19:30:35 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:30:36 Removing intermediate container 2560601a033c 19:30:36 ---> 5a39222ab5d1 19:30:36 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:30:37 ---> 2c991e066f90 19:30:37 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:30:37 ---> b9b241ec2b48 19:30:37 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:30:37 ---> Running in 718516266a78 19:30:39 ---> 7edaed1c6b0d 19:30:39 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:30:41 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:30:41 Status: Downloaded newer image for docker:20.10.14 19:30:41 ---> c346e9eafbab 19:30:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:30:41 ---> Running in e7843b53ceb6 19:30:41 ---> 39d0ea706290 19:30:41 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:30:42 Removing intermediate container 718516266a78 19:30:42 ---> 55ed10d6d12f 19:30:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:42 Removing intermediate container e7843b53ceb6 19:30:42 ---> ab7e4ce5c6b2 19:30:42 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:30:43 ---> Running in 9ccda5f0383a 19:30:44 ---> 450668b1799b 19:30:44 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:30:44 ---> 41499e7b50dd 19:30:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:30:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:30:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:30:46 ---> 1a5703636eb4 19:30:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:30:46 (1/43) Installing readline (8.1.1-r0) 19:30:46 (2/43) Installing bash (5.1.16-r0) 19:30:46 Executing bash-5.1.16-r0.post-install 19:30:46 (3/43) Installing brotli-libs (1.0.9-r5) 19:30:46 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:30:46 (5/43) Installing libcurl (7.80.0-r0) 19:30:47 (6/43) Installing curl (7.80.0-r0) 19:30:47 (7/43) Installing dumb-init (1.2.5-r1) 19:30:47 (8/43) Installing libbz2 (1.0.8-r1) 19:30:47 (9/43) Installing expat (2.4.7-r0) 19:30:47 (10/43) Installing libffi (3.4.2-r1) 19:30:47 (11/43) Installing gdbm (1.22-r0) 19:30:47 (12/43) Installing xz-libs (5.2.5-r1) 19:30:47 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:30:47 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:30:47 (15/43) Installing mpdecimal (2.5.1-r1) 19:30:47 (16/43) Installing sqlite-libs (3.36.0-r0) 19:30:47 (17/43) Installing python3 (3.9.7-r4) 19:30:47 ---> ec7e974fc1d6 19:30:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:30:49 ---> 41563cf217b5 19:30:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:30:49 ---> a86aec22c86b 19:30:49 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:30:50 (18/43) Installing py3-appdirs (1.4.4-r2) 19:30:50 (19/43) Installing py3-certifi (2020.12.5-r1) 19:30:50 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:30:50 (21/43) Installing py3-idna (3.3-r0) 19:30:50 ---> 18b09556b218 19:30:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:30:50 ---> 778db8fde1a7 19:30: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:30:50 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:30:50 (23/43) Installing py3-requests (2.26.0-r1) 19:30:50 (24/43) Installing py3-msgpack (1.0.2-r1) 19:30:50 (25/43) Installing py3-lockfile (0.12.2-r4) 19:30:50 ---> Running in 4a53c0fa02c1 19:30:50 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:30:50 (27/43) Installing py3-colorama (0.4.4-r1) 19:30:50 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:30:50 (29/43) Installing py3-distlib (0.3.3-r0) 19:30:51 (30/43) Installing py3-distro (1.6.0-r0) 19:30:51 (31/43) Installing py3-six (1.16.0-r0) 19:30:51 (32/43) Installing py3-webencodings (0.5.1-r4) 19:30:51 (33/43) Installing py3-html5lib (1.1-r1) 19:30:51 (34/43) Installing py3-parsing (2.4.7-r2) 19:30:51 (35/43) Installing py3-packaging (20.9-r1) 19:30:51 (36/43) Installing py3-tomli (1.2.2-r0) 19:30:51 (37/43) Installing py3-pep517 (0.12.0-r0) 19:30:51 (38/43) Installing py3-progress (1.6-r0) 19:30:51 (39/43) Installing py3-retrying (1.3.3-r2) 19:30:51 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:30:51 (41/43) Installing py3-setuptools (52.0.0-r4) 19:30:51 (42/43) Installing py3-toml (0.10.2-r2) 19:30:51 (43/43) Installing py3-pip (20.3.4-r1) 19:30:52 ---> beeff630ab99 19:30:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:30:52 Executing busybox-1.34.1-r5.trigger 19:30:52 OK: 82 MiB in 65 packages 19:30:52 ---> Running in f3cf75cde472 19:30:53 Removing intermediate container f3cf75cde472 19:30:53 ---> 2e34f1341e89 19:30:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:30:54 Removing intermediate container 4a53c0fa02c1 19:30:54 ---> 73c9c8ba017d 19:30:54 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:30:54 ---> Running in 126b9931a24c 19:30:54 ---> efb01f8ed9a1 19:30:54 Step 26/31 : RUN chmod +x /entrypoint.sh 19:30:55 ---> Running in 9dc91b6f3eb0 19:30:55 Removing intermediate container 126b9931a24c 19:30:55 ---> ca0c1ca1d5ac 19:30:55 Step 23/25 : LABEL arch=arm64 19:30:55 ---> Running in 8bc5ddd0c6d3 19:30:56 Removing intermediate container 8bc5ddd0c6d3 19:30:56 ---> 18ca5d09a246 19:30:56 Step 24/25 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:30:56 ---> Running in c57ddd8d7f0c 19:30:57 Removing intermediate container c57ddd8d7f0c 19:30:57 ---> 5d19b23df22a 19:30:57 Step 25/25 : LABEL version=0.0.0 19:30:57 ---> Running in d3e5589d5d5a 19:30:57 Removing intermediate container d3e5589d5d5a 19:30:57 ---> 919cee2bf9fa 19:30:57 19:30:58 Successfully built 919cee2bf9fa 19:30:58 Successfully tagged security-secretstore-setup-arm64:latest 19:30:59  Building security-secretstore-setup ... done Building core-metadata 19:30:59 Removing intermediate container 9dc91b6f3eb0 19:30:59 ---> c83cd20f9880 19:30:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:30:59 Collecting docker-compose==1.23.2 19:30:59 ---> Running in e071d1c21ce4 19:30:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:31:00 Removing intermediate container e071d1c21ce4 19:31:00 ---> 3788b570ac5e 19:31:00 Step 28/31 : CMD ["gate"] 19:31:00 ---> Running in 257d270837b2 19:31:01 Removing intermediate container 257d270837b2 19:31:01 ---> 77930131e458 19:31:01 Step 29/31 : LABEL arch=arm64 19:31:01 ---> Running in dc05396a2f9f 19:31:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:31:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:31:02 Removing intermediate container dc05396a2f9f 19:31:02 ---> fdabcd1354e4 19:31:02 Step 30/31 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:31:02 ---> Running in 8e4a21ce43aa 19:31:02 Collecting cached-property<2,>=1.2.0 19:31:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:31:02 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:31:02 Removing intermediate container 8e4a21ce43aa 19:31:02 ---> 8beace567d39 19:31:02 Step 31/31 : LABEL version=0.0.0 19:31:03 ---> Running in e26087ab3253 19:31:03 Collecting docker<4.0,>=3.6.0 19:31:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:31:03 Removing intermediate container e26087ab3253 19:31:03 ---> 7618b22c6e2d 19:31:03 19:31:04 Collecting dockerpty<0.5,>=0.4.1 19:31:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:31:04 Successfully built 7618b22c6e2d 19:31:04 Successfully tagged security-bootstrapper-arm64:latest 19:31:04  Building security-bootstrapper ... done Building security-spire-server 19:31:07 Collecting websocket-client<1.0,>=0.32.0 19:31:07 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:31:07 Collecting jsonschema<3,>=2.5.1 19:31:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:31:08 Collecting PyYAML<4,>=3.10 19:31:08 Downloading PyYAML-3.13.tar.gz (270 kB) 19:31:12 Collecting docopt<0.7,>=0.6.1 19:31:12 Downloading docopt-0.6.2.tar.gz (25 kB) 19:31:14 Collecting texttable<0.10,>=0.9.0 19:31:14 Downloading texttable-0.9.1.tar.gz (11 kB) 19:31:17 Collecting docker-pycreds>=0.4.0 19:31:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:31:18 Collecting chardet<3.1.0,>=3.0.2 19:31:18 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:31:19 Collecting urllib3<1.25,>=1.21.1 19:31:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:31:19 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:31:19 Collecting idna<2.8,>=2.5 19:31:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:31:20 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:31:20 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:31:20 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:31:20 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:31:21 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:31:21 Attempting uninstall: urllib3 19:31:21 Found existing installation: urllib3 1.26.7 19:31:21 Uninstalling urllib3-1.26.7: 19:31:21 Successfully uninstalled urllib3-1.26.7 19:31:22 Attempting uninstall: idna 19:31:22 Found existing installation: idna 3.3 19:31:22 Uninstalling idna-3.3: 19:31:23 Successfully uninstalled idna-3.3 19:31:28 Attempting uninstall: requests 19:31:28 Found existing installation: requests 2.26.0 19:31:28 Uninstalling requests-2.26.0: 19:31:28 Successfully uninstalled requests-2.26.0 19:31:28 Running setup.py install for texttable: started 19:31:32 Running setup.py install for texttable: finished with status 'done' 19:31:32 Running setup.py install for PyYAML: started 19:31:35 Running setup.py install for PyYAML: finished with status 'done' 19:31:36 Running setup.py install for docopt: started 19:31:39 Running setup.py install for docopt: finished with status 'done' 19:31:39 Running setup.py install for dockerpty: started 19:31:42 Running setup.py install for dockerpty: finished with status 'done' 19:31:46 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:31:46 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:31:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:31:46 ---> 4a84a9e68dca 19:31:46 Step 3/23 : WORKDIR /edgex-go 19:31:46 ---> Using cache 19:31:46 ---> b2a67a328509 19:31:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:46 ---> Using cache 19:31:46 ---> f15f3df6ce47 19:31:46 Step 5/23 : RUN apk add --update --no-cache make git 19:31:46 ---> Running in 275fdb7d227a 19:31:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:51 OK: 220 MiB in 52 packages 19:31:53 Removing intermediate container 275fdb7d227a 19:31:53 ---> 08d74264e483 19:31:53 Step 6/23 : COPY go.mod vendor* ./ 19:31:55 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:31:55 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:31:55 ---> 4a84a9e68dca 19:31:55 Step 3/25 : WORKDIR /edgex-go 19:31:55 ---> Using cache 19:31:55 ---> b2a67a328509 19:31:55 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:55 ---> Using cache 19:31:55 ---> f15f3df6ce47 19:31:55 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:31:55 ---> Using cache 19:31:55 ---> 1ed32a5aa2b2 19:31:55 Step 6/25 : COPY go.mod vendor* ./ 19:31:55 ---> Using cache 19:31:55 ---> 8cc48af232ad 19:31:55 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:55 ---> Using cache 19:31:55 ---> d3ba673069d3 19:31:55 Step 8/25 : COPY . . 19:31:56 ---> dde6408d5905 19:31:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:56 ---> Using cache 19:31:56 ---> 7defd34d0983 19:31:56 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:31:56 ---> Using cache 19:31:56 ---> e74d5a6ff9b9 19:31:56 Step 10/25 : RUN mkdir -p spire-build 19:31:56 ---> Using cache 19:31:56 ---> a52cbd473d8d 19:31:56 Step 11/25 : WORKDIR /edgex-go/spire-build 19:31:56 ---> Using cache 19:31:56 ---> 810c9505974d 19:31:56 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:31:56 ---> Running in 3c866f3c2b4a 19:31:56 ---> Running in 25fb7df72618 19:32:02 spire-1.2.1/ 19:32:02 spire-1.2.1/.data/ 19:32:02 spire-1.2.1/.data/.file 19:32:02 spire-1.2.1/.dockerignore 19:32:02 spire-1.2.1/.gitattributes 19:32:02 spire-1.2.1/.githooks/ 19:32:02 spire-1.2.1/.githooks/pre-commit 19:32:02 spire-1.2.1/.github/ 19:32:02 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:32:02 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:32:02 spire-1.2.1/.github/dependabot.yml 19:32:02 spire-1.2.1/.github/workflows/ 19:32:02 spire-1.2.1/.github/workflows/nightly_build.yaml 19:32:02 spire-1.2.1/.github/workflows/pr_build.yaml 19:32:02 spire-1.2.1/.github/workflows/release_build.yaml 19:32:02 spire-1.2.1/.github/workflows/scripts/ 19:32:02 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:32:02 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:32:02 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:32:02 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:32:02 spire-1.2.1/.github/workflows/scripts/split.sh 19:32:02 spire-1.2.1/.gitignore 19:32:02 spire-1.2.1/.go-version 19:32:02 spire-1.2.1/.golangci.yml 19:32:02 spire-1.2.1/ADOPTERS.md 19:32:02 spire-1.2.1/CHANGELOG.md 19:32:02 spire-1.2.1/CODE-OF-CONDUCT.md 19:32:02 spire-1.2.1/CODEOWNERS 19:32:02 spire-1.2.1/CONTRIBUTING.md 19:32:02 spire-1.2.1/Dockerfile 19:32:02 spire-1.2.1/Dockerfile.dev 19:32:02 spire-1.2.1/Dockerfile.scratch 19:32:02 spire-1.2.1/LICENSE 19:32:02 spire-1.2.1/MAINTAINERS.md 19:32:02 spire-1.2.1/Makefile 19:32:02 spire-1.2.1/README.md 19:32:02 spire-1.2.1/ROADMAP.md 19:32:02 spire-1.2.1/SECURITY.md 19:32:02 spire-1.2.1/cmd/ 19:32:02 spire-1.2.1/cmd/spire-agent/ 19:32:02 spire-1.2.1/cmd/spire-agent/cli/ 19:32:02 spire-1.2.1/cmd/spire-agent/cli/api/ 19:32:02 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/common/ 19:32:02 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:32:02 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/run/ 19:32:02 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:32:02 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:32:02 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:32:02 spire-1.2.1/cmd/spire-agent/main.go 19:32:02 spire-1.2.1/cmd/spire-server/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/agent/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/cli.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/run/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/token/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/validate/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/x509/ 19:32:02 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:32:02 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:32:02 spire-1.2.1/cmd/spire-server/main.go 19:32:02 spire-1.2.1/cmd/spire-server/util/ 19:32:02 spire-1.2.1/cmd/spire-server/util/util.go 19:32:02 spire-1.2.1/conf/ 19:32:02 spire-1.2.1/conf/agent/ 19:32:02 spire-1.2.1/conf/agent/agent.conf 19:32:02 spire-1.2.1/conf/agent/agent_full.conf 19:32:02 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:32:02 spire-1.2.1/conf/server/ 19:32:02 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:32:02 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:32:02 spire-1.2.1/conf/server/server.conf 19:32:02 spire-1.2.1/conf/server/server_full.conf 19:32:02 spire-1.2.1/doc/ 19:32:02 spire-1.2.1/doc/SPIRE101.md 19:32:02 spire-1.2.1/doc/auditlog.md 19:32:02 spire-1.2.1/doc/authorization_policy_engine.md 19:32:02 spire-1.2.1/doc/changelog_guidelines.md 19:32:02 spire-1.2.1/doc/cure53-report.pdf 19:32:02 spire-1.2.1/doc/images/ 19:32:02 spire-1.2.1/doc/images/2019_roadmap.png 19:32:02 spire-1.2.1/doc/images/SPIRE101.png 19:32:02 spire-1.2.1/doc/images/SPIRE_agent.png 19:32:02 spire-1.2.1/doc/images/SPIRE_server.png 19:32:02 spire-1.2.1/doc/images/cache_mgr.png 19:32:02 spire-1.2.1/doc/images/cache_mgr_components.png 19:32:02 spire-1.2.1/doc/images/federated_spire.png 19:32:02 spire-1.2.1/doc/images/ha_mode.png 19:32:02 spire-1.2.1/doc/images/nested_spire.png 19:32:02 spire-1.2.1/doc/images/oidc_federation.png 19:32:02 spire-1.2.1/doc/images/single_trust_domain.png 19:32:02 spire-1.2.1/doc/images/spiffe_compatible.png 19:32:02 spire-1.2.1/doc/images/spire_logo.png 19:32:02 spire-1.2.1/doc/migrating_registration_api_clients.md 19:32:02 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:32:02 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:32:02 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:32:02 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:32:02 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:32:02 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:32:02 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:32:02 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:32:02 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:32:02 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:32:02 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:32:02 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:32:02 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:32:02 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:32:02 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:32:02 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:32:02 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:32:02 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:32:02 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:32:02 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:32:02 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:32:02 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:32:02 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:32:02 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:32:02 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:32:02 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:32:02 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:32:02 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:32:02 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:32:02 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:32:02 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:32:02 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:32:02 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:32:02 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:32:02 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:32:02 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:32:02 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:32:02 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:32:02 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:32:02 spire-1.2.1/doc/scaling_spire.md 19:32:02 spire-1.2.1/doc/spire_agent.md 19:32:02 spire-1.2.1/doc/spire_server.md 19:32:02 spire-1.2.1/doc/supported_integrations.md 19:32:02 spire-1.2.1/doc/telemetry.md 19:32:02 spire-1.2.1/doc/telemetry_config.md 19:32:02 spire-1.2.1/doc/upgrading.md 19:32:02 spire-1.2.1/doc/using_spire.md 19:32:02 spire-1.2.1/examples/ 19:32:02 spire-1.2.1/examples/README.md 19:32:02 spire-1.2.1/go.mod 19:32:02 spire-1.2.1/go.sum 19:32:02 spire-1.2.1/pkg/ 19:32:02 spire-1.2.1/pkg/agent/ 19:32:02 spire-1.2.1/pkg/agent/agent.go 19:32:02 spire-1.2.1/pkg/agent/api/ 19:32:02 spire-1.2.1/pkg/agent/api/config.go 19:32:02 spire-1.2.1/pkg/agent/api/debug/ 19:32:02 spire-1.2.1/pkg/agent/api/debug/v1/ 19:32:02 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:32:02 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:32:02 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:32:02 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:32:02 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:32:02 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:32:02 spire-1.2.1/pkg/agent/api/endpoints.go 19:32:02 spire-1.2.1/pkg/agent/api/health/ 19:32:02 spire-1.2.1/pkg/agent/api/health/v1/ 19:32:02 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:32:02 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:32:02 spire-1.2.1/pkg/agent/api/rpccontext/ 19:32:02 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:32:02 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:32:02 spire-1.2.1/pkg/agent/attestor/ 19:32:02 spire-1.2.1/pkg/agent/attestor/node/ 19:32:02 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:32:02 spire-1.2.1/pkg/agent/attestor/node/node.go 19:32:02 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:32:02 spire-1.2.1/pkg/agent/attestor/workload/ 19:32:02 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:32:02 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:32:02 spire-1.2.1/pkg/agent/catalog/ 19:32:02 spire-1.2.1/pkg/agent/catalog/catalog.go 19:32:02 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:32:02 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:32:02 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:32:02 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:32:02 spire-1.2.1/pkg/agent/client/ 19:32:02 spire-1.2.1/pkg/agent/client/client.go 19:32:02 spire-1.2.1/pkg/agent/client/client_test.go 19:32:02 spire-1.2.1/pkg/agent/client/dial.go 19:32:02 spire-1.2.1/pkg/agent/client/nodeconn.go 19:32:02 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:32:02 spire-1.2.1/pkg/agent/client/update.go 19:32:02 spire-1.2.1/pkg/agent/client/util.go 19:32:02 spire-1.2.1/pkg/agent/common/ 19:32:02 spire-1.2.1/pkg/agent/common/backoff/ 19:32:02 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:32:02 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:32:02 spire-1.2.1/pkg/agent/common/cgroups/ 19:32:02 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:32:02 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:32:02 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:32:02 spire-1.2.1/pkg/agent/config.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/ 19:32:02 spire-1.2.1/pkg/agent/endpoints/config.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:32:02 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:32:02 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/workload/ 19:32:02 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:32:02 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:32:02 spire-1.2.1/pkg/agent/manager/ 19:32:02 spire-1.2.1/pkg/agent/manager/cache/ 19:32:02 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:32:02 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:32:02 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:32:02 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:32:02 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:32:02 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:32:02 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:32:02 spire-1.2.1/pkg/agent/manager/config.go 19:32:02 spire-1.2.1/pkg/agent/manager/manager.go 19:32:02 spire-1.2.1/pkg/agent/manager/manager_test.go 19:32:02 spire-1.2.1/pkg/agent/manager/storage.go 19:32:02 spire-1.2.1/pkg/agent/manager/storage_test.go 19:32:02 spire-1.2.1/pkg/agent/manager/storecache/ 19:32:02 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:32:02 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:32:02 spire-1.2.1/pkg/agent/manager/sync.go 19:32:02 spire-1.2.1/pkg/agent/plugin/ 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:32:02 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:32:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:32:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:32:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:32:02 spire-1.2.1/pkg/agent/svid/ 19:32:02 spire-1.2.1/pkg/agent/svid/rotator.go 19:32:02 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:32:02 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:32:02 spire-1.2.1/pkg/agent/svid/store/ 19:32:02 spire-1.2.1/pkg/agent/svid/store/service.go 19:32:02 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:32:02 spire-1.2.1/pkg/common/ 19:32:02 spire-1.2.1/pkg/common/agentpathtemplate/ 19:32:02 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:32:02 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:32:02 spire-1.2.1/pkg/common/api/ 19:32:02 spire-1.2.1/pkg/common/api/metrics.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/ 19:32:02 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/logger.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/names.go 19:32:02 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:32:02 spire-1.2.1/pkg/common/api/names.go 19:32:02 spire-1.2.1/pkg/common/api/ratelimit.go 19:32:02 spire-1.2.1/pkg/common/api/rpccontext/ 19:32:02 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:32:02 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:32:02 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:32:02 spire-1.2.1/pkg/common/auth/ 19:32:02 spire-1.2.1/pkg/common/auth/interceptors.go 19:32:02 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:32:02 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/ 19:32:02 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/types.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:32:02 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:32:02 spire-1.2.1/pkg/common/catalog/ 19:32:02 spire-1.2.1/pkg/common/catalog/bind.go 19:32:02 spire-1.2.1/pkg/common/catalog/builtin.go 19:32:02 spire-1.2.1/pkg/common/catalog/catalog.go 19:32:02 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:32:02 spire-1.2.1/pkg/common/catalog/closers.go 19:32:02 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:32:02 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:32:02 spire-1.2.1/pkg/common/catalog/config.go 19:32:02 spire-1.2.1/pkg/common/catalog/config_test.go 19:32:02 spire-1.2.1/pkg/common/catalog/configure.go 19:32:02 spire-1.2.1/pkg/common/catalog/constraints.go 19:32:02 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:32:02 spire-1.2.1/pkg/common/catalog/context.go 19:32:02 spire-1.2.1/pkg/common/catalog/external.go 19:32:02 spire-1.2.1/pkg/common/catalog/host.go 19:32:02 spire-1.2.1/pkg/common/catalog/pipenet.go 19:32:02 spire-1.2.1/pkg/common/catalog/plugin.go 19:32:02 spire-1.2.1/pkg/common/catalog/testplugin/ 19:32:02 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:32:02 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:32:02 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:32:02 spire-1.2.1/pkg/common/cli/ 19:32:02 spire-1.2.1/pkg/common/cli/env.go 19:32:02 spire-1.2.1/pkg/common/cli/flags.go 19:32:02 spire-1.2.1/pkg/common/cli/trust_domain.go 19:32:02 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:32:02 spire-1.2.1/pkg/common/cli/umask.go 19:32:02 spire-1.2.1/pkg/common/cli/umask_posix.go 19:32:02 spire-1.2.1/pkg/common/cli/umask_test.go 19:32:02 spire-1.2.1/pkg/common/cli/umask_windows.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/ 19:32:02 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/flag.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/format.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/ 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:32:02 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:32:02 spire-1.2.1/pkg/common/coretypes/ 19:32:02 spire-1.2.1/pkg/common/coretypes/bundle/ 19:32:02 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:32:02 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:32:02 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:32:02 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:32:02 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:32:02 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:32:02 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:32:02 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:32:02 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:32:02 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:32:02 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:32:02 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:32:02 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:32:02 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:32:02 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:32:02 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:32:02 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:32:02 spire-1.2.1/pkg/common/cryptoutil/ 19:32:02 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:32:02 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:32:02 spire-1.2.1/pkg/common/diskutil/ 19:32:02 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:32:02 spire-1.2.1/pkg/common/diskutil/file_test.go 19:32:02 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:32:02 spire-1.2.1/pkg/common/errorutil/ 19:32:02 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:32:02 spire-1.2.1/pkg/common/health/ 19:32:02 spire-1.2.1/pkg/common/health/config.go 19:32:02 spire-1.2.1/pkg/common/health/context.go 19:32:02 spire-1.2.1/pkg/common/health/context_test.go 19:32:02 spire-1.2.1/pkg/common/health/health.go 19:32:02 spire-1.2.1/pkg/common/health/health_test.go 19:32:02 spire-1.2.1/pkg/common/health/logger.go 19:32:02 spire-1.2.1/pkg/common/hostservice/ 19:32:02 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:32:02 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:32:02 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:32:02 spire-1.2.1/pkg/common/idutil/ 19:32:02 spire-1.2.1/pkg/common/idutil/require.go 19:32:02 spire-1.2.1/pkg/common/idutil/require_test.go 19:32:02 spire-1.2.1/pkg/common/idutil/safety.go 19:32:02 spire-1.2.1/pkg/common/idutil/safety_test.go 19:32:02 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:32:02 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:32:02 spire-1.2.1/pkg/common/jwtsvid/ 19:32:02 spire-1.2.1/pkg/common/jwtsvid/common.go 19:32:02 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:32:02 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:32:02 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:32:02 spire-1.2.1/pkg/common/jwtutil/ 19:32:02 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:32:02 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:32:02 spire-1.2.1/pkg/common/log/ 19:32:02 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:32:02 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:32:02 spire-1.2.1/pkg/common/log/log.go 19:32:02 spire-1.2.1/pkg/common/log/log_test.go 19:32:02 spire-1.2.1/pkg/common/log/options.go 19:32:02 spire-1.2.1/pkg/common/nodeutil/ 19:32:02 spire-1.2.1/pkg/common/nodeutil/node.go 19:32:02 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:32:02 spire-1.2.1/pkg/common/peertracker/ 19:32:02 spire-1.2.1/pkg/common/peertracker/conn.go 19:32:02 spire-1.2.1/pkg/common/peertracker/credentials.go 19:32:02 spire-1.2.1/pkg/common/peertracker/errors.go 19:32:02 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:32:02 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:32:02 spire-1.2.1/pkg/common/peertracker/info.go 19:32:02 spire-1.2.1/pkg/common/peertracker/listener.go 19:32:02 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:32:02 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:32:02 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:32:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:32:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:32:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:32:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:32:02 spire-1.2.1/pkg/common/peertracker/tcp.go 19:32:02 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:32:02 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:32:02 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:32:02 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:32:02 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:32:02 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:32:02 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:32:02 spire-1.2.1/pkg/common/peertracker/uds.go 19:32:02 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:32:02 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:32:02 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:32:02 spire-1.2.1/pkg/common/pemutil/ 19:32:02 spire-1.2.1/pkg/common/pemutil/block.go 19:32:02 spire-1.2.1/pkg/common/pemutil/certs.go 19:32:02 spire-1.2.1/pkg/common/pemutil/common.go 19:32:02 spire-1.2.1/pkg/common/pemutil/csr.go 19:32:02 spire-1.2.1/pkg/common/pemutil/keys.go 19:32:02 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/ 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:32:02 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:32:02 spire-1.2.1/pkg/common/plugin/ 19:32:02 spire-1.2.1/pkg/common/plugin/aws/ 19:32:02 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:32:02 spire-1.2.1/pkg/common/plugin/azure/ 19:32:02 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:32:02 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:32:02 spire-1.2.1/pkg/common/plugin/facade.go 19:32:02 spire-1.2.1/pkg/common/plugin/facade_test.go 19:32:02 spire-1.2.1/pkg/common/plugin/gcp/ 19:32:02 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:32:02 spire-1.2.1/pkg/common/plugin/k8s/ 19:32:02 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:32:02 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:32:02 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:32:02 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:32:02 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:32:02 spire-1.2.1/pkg/common/plugin/log.go 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/ 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:32:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:32:02 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:32:02 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:32:02 spire-1.2.1/pkg/common/plugin/x509pop/ 19:32:02 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:32:02 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:32:02 spire-1.2.1/pkg/common/profiling/ 19:32:02 spire-1.2.1/pkg/common/profiling/dumpers.go 19:32:02 spire-1.2.1/pkg/common/profiling/profiling.go 19:32:02 spire-1.2.1/pkg/common/protoutil/ 19:32:02 spire-1.2.1/pkg/common/protoutil/masks.go 19:32:02 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:32:02 spire-1.2.1/pkg/common/rotationutil/ 19:32:02 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:32:02 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:32:02 spire-1.2.1/pkg/common/selector/ 19:32:02 spire-1.2.1/pkg/common/selector/selector.go 19:32:02 spire-1.2.1/pkg/common/selector/selector_test.go 19:32:02 spire-1.2.1/pkg/common/selector/set.go 19:32:02 spire-1.2.1/pkg/common/selector/set_utils.go 19:32:02 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/ 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/ 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:32:02 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:32:02 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:32:02 spire-1.2.1/pkg/common/telemetry/call.go 19:32:02 spire-1.2.1/pkg/common/telemetry/common/ 19:32:02 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:32:02 spire-1.2.1/pkg/common/telemetry/config.go 19:32:02 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:32:02 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/inmem.go 19:32:02 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/m3.go 19:32:02 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/metrics.go 19:32:02 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/names.go 19:32:02 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:32:02 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:32:02 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/ 19:32:02 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:32:02 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:32:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:32:02 spire-1.2.1/pkg/common/telemetry/server/server.go 19:32:02 spire-1.2.1/pkg/common/telemetry/sink.go 19:32:02 spire-1.2.1/pkg/common/telemetry/statsd.go 19:32:02 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:32:02 spire-1.2.1/pkg/common/telemetry/uptime.go 19:32:02 spire-1.2.1/pkg/common/telemetry/version.go 19:32:02 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:32:02 spire-1.2.1/pkg/common/uptime/ 19:32:02 spire-1.2.1/pkg/common/uptime/uptime.go 19:32:02 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:32:02 spire-1.2.1/pkg/common/util/ 19:32:02 spire-1.2.1/pkg/common/util/certs.go 19:32:02 spire-1.2.1/pkg/common/util/certs_test.go 19:32:02 spire-1.2.1/pkg/common/util/csr.go 19:32:02 spire-1.2.1/pkg/common/util/hash.go 19:32:02 spire-1.2.1/pkg/common/util/selectors.go 19:32:02 spire-1.2.1/pkg/common/util/selectors_test.go 19:32:02 spire-1.2.1/pkg/common/util/signals.go 19:32:02 spire-1.2.1/pkg/common/util/sort.go 19:32:02 spire-1.2.1/pkg/common/util/sort_test.go 19:32:02 spire-1.2.1/pkg/common/util/task.go 19:32:02 spire-1.2.1/pkg/common/util/task_test.go 19:32:02 spire-1.2.1/pkg/common/util/testdata/ 19:32:02 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:32:02 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:32:02 spire-1.2.1/pkg/common/version/ 19:32:02 spire-1.2.1/pkg/common/version/version.go 19:32:02 spire-1.2.1/pkg/common/x509svid/ 19:32:02 spire-1.2.1/pkg/common/x509svid/common_test.go 19:32:02 spire-1.2.1/pkg/common/x509svid/csr.go 19:32:02 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:32:02 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:32:02 spire-1.2.1/pkg/common/x509util/ 19:32:02 spire-1.2.1/pkg/common/x509util/cert.go 19:32:02 spire-1.2.1/pkg/common/x509util/dns.go 19:32:02 spire-1.2.1/pkg/common/x509util/dns_test.go 19:32:02 spire-1.2.1/pkg/common/x509util/keyid.go 19:32:02 spire-1.2.1/pkg/common/x509util/keypair.go 19:32:02 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:32:02 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:32:02 spire-1.2.1/pkg/server/ 19:32:02 spire-1.2.1/pkg/server/api/ 19:32:02 spire-1.2.1/pkg/server/api/agent.go 19:32:02 spire-1.2.1/pkg/server/api/agent/ 19:32:02 spire-1.2.1/pkg/server/api/agent/v1/ 19:32:02 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:32:02 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:32:02 spire-1.2.1/pkg/server/api/agent_test.go 19:32:02 spire-1.2.1/pkg/server/api/api.go 19:32:02 spire-1.2.1/pkg/server/api/audit/ 19:32:02 spire-1.2.1/pkg/server/api/audit/audit.go 19:32:02 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:32:02 spire-1.2.1/pkg/server/api/bundle.go 19:32:02 spire-1.2.1/pkg/server/api/bundle/ 19:32:02 spire-1.2.1/pkg/server/api/bundle/v1/ 19:32:02 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:32:02 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:32:02 spire-1.2.1/pkg/server/api/bundle_test.go 19:32:02 spire-1.2.1/pkg/server/api/debug/ 19:32:02 spire-1.2.1/pkg/server/api/debug/v1/ 19:32:02 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:32:02 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:32:02 spire-1.2.1/pkg/server/api/entry.go 19:32:02 spire-1.2.1/pkg/server/api/entry/ 19:32:02 spire-1.2.1/pkg/server/api/entry/v1/ 19:32:02 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:32:02 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:32:02 spire-1.2.1/pkg/server/api/entry_test.go 19:32:02 spire-1.2.1/pkg/server/api/health/ 19:32:02 spire-1.2.1/pkg/server/api/health/v1/ 19:32:02 spire-1.2.1/pkg/server/api/health/v1/service.go 19:32:02 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:32:02 spire-1.2.1/pkg/server/api/id.go 19:32:02 spire-1.2.1/pkg/server/api/id_test.go 19:32:02 spire-1.2.1/pkg/server/api/limits/ 19:32:02 spire-1.2.1/pkg/server/api/limits/limits.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/ 19:32:02 spire-1.2.1/pkg/server/api/middleware/alias.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/audit.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/caller.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/common.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/entries.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:32:02 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:32:02 spire-1.2.1/pkg/server/api/ratelimit.go 19:32:02 spire-1.2.1/pkg/server/api/rpccontext/ 19:32:02 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:32:02 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:32:02 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:32:02 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:32:02 spire-1.2.1/pkg/server/api/selector.go 19:32:02 spire-1.2.1/pkg/server/api/selector_test.go 19:32:02 spire-1.2.1/pkg/server/api/status.go 19:32:02 spire-1.2.1/pkg/server/api/status_test.go 19:32:02 spire-1.2.1/pkg/server/api/svid/ 19:32:02 spire-1.2.1/pkg/server/api/svid/v1/ 19:32:02 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:32:02 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:32:02 spire-1.2.1/pkg/server/api/trustdomain.go 19:32:02 spire-1.2.1/pkg/server/api/trustdomain/ 19:32:02 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:32:02 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:32:02 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:32:02 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:32:02 spire-1.2.1/pkg/server/authpolicy/ 19:32:02 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:32:02 spire-1.2.1/pkg/server/authpolicy/policy.go 19:32:02 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:32:02 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:32:02 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:32:02 spire-1.2.1/pkg/server/authpolicy/validate.go 19:32:02 spire-1.2.1/pkg/server/bundle/ 19:32:02 spire-1.2.1/pkg/server/bundle/client/ 19:32:02 spire-1.2.1/pkg/server/bundle/client/client.go 19:32:02 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:32:02 spire-1.2.1/pkg/server/bundle/client/manager.go 19:32:02 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:32:02 spire-1.2.1/pkg/server/bundle/client/sources.go 19:32:02 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:32:02 spire-1.2.1/pkg/server/bundle/client/updater.go 19:32:02 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:32:02 spire-1.2.1/pkg/server/ca/ 19:32:02 spire-1.2.1/pkg/server/ca/ca.go 19:32:02 spire-1.2.1/pkg/server/ca/ca_health.go 19:32:02 spire-1.2.1/pkg/server/ca/ca_test.go 19:32:02 spire-1.2.1/pkg/server/ca/journal.go 19:32:02 spire-1.2.1/pkg/server/ca/journal_test.go 19:32:02 spire-1.2.1/pkg/server/ca/manager.go 19:32:02 spire-1.2.1/pkg/server/ca/manager_health.go 19:32:02 spire-1.2.1/pkg/server/ca/manager_test.go 19:32:02 spire-1.2.1/pkg/server/ca/templates.go 19:32:02 spire-1.2.1/pkg/server/ca/upstream_client.go 19:32:02 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:32:02 spire-1.2.1/pkg/server/ca/validation.go 19:32:02 spire-1.2.1/pkg/server/cache/ 19:32:02 spire-1.2.1/pkg/server/cache/dscache/ 19:32:02 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:32:02 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:32:02 spire-1.2.1/pkg/server/cache/entrycache/ 19:32:02 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:32:02 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:32:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:32:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:32:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:32:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:32:02 spire-1.2.1/pkg/server/catalog/ 19:32:02 spire-1.2.1/pkg/server/catalog/catalog.go 19:32:02 spire-1.2.1/pkg/server/catalog/keymanager.go 19:32:02 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:32:02 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:32:02 spire-1.2.1/pkg/server/catalog/notifier.go 19:32:02 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:32:02 spire-1.2.1/pkg/server/config.go 19:32:02 spire-1.2.1/pkg/server/datastore/ 19:32:02 spire-1.2.1/pkg/server/datastore/datastore.go 19:32:02 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:32:02 spire-1.2.1/pkg/server/datastore/repository.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:32:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:32:02 spire-1.2.1/pkg/server/endpoints/ 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/ 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:32:02 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:32:02 spire-1.2.1/pkg/server/endpoints/config.go 19:32:02 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:32:02 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:32:02 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:32:02 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:32:02 spire-1.2.1/pkg/server/endpoints/middleware.go 19:32:02 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:32:02 spire-1.2.1/pkg/server/hostservice/ 19:32:02 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:32:02 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:32:02 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:32:02 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:32:02 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:32:02 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:32:02 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:32:02 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/ 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/ 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:32:02 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:32:02 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:32:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:32:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:32:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:32:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:32:02 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:32:02 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:32:02 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/ 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:32:02 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:32:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:32:02 spire-1.2.1/pkg/server/registration/ 19:32:02 spire-1.2.1/pkg/server/registration/manager.go 19:32:02 spire-1.2.1/pkg/server/registration/manager_test.go 19:32:02 spire-1.2.1/pkg/server/scanentries.go 19:32:02 spire-1.2.1/pkg/server/scanentries_test.go 19:32:02 spire-1.2.1/pkg/server/server.go 19:32:02 spire-1.2.1/pkg/server/server_test.go 19:32:02 spire-1.2.1/pkg/server/svid/ 19:32:02 spire-1.2.1/pkg/server/svid/observer.go 19:32:02 spire-1.2.1/pkg/server/svid/observer_test.go 19:32:02 spire-1.2.1/pkg/server/svid/rotator.go 19:32:02 spire-1.2.1/pkg/server/svid/rotator_config.go 19:32:02 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:32:02 spire-1.2.1/pkg/server/svid/rotator_test.go 19:32:02 spire-1.2.1/proto/ 19:32:02 spire-1.2.1/proto/private/ 19:32:02 spire-1.2.1/proto/private/server/ 19:32:02 spire-1.2.1/proto/private/server/journal/ 19:32:02 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:32:02 spire-1.2.1/proto/private/server/journal/journal.proto 19:32:02 spire-1.2.1/proto/spire/ 19:32:02 spire-1.2.1/proto/spire/common/ 19:32:02 spire-1.2.1/proto/spire/common/common.pb.go 19:32:02 spire-1.2.1/proto/spire/common/common.proto 19:32:02 spire-1.2.1/proto/spire/common/plugin/ 19:32:02 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:32:02 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:32:02 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:32:02 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:32:02 spire-1.2.1/proto/spire/plugin/ 19:32:02 spire-1.2.1/proto/spire/plugin/agent/ 19:32:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:32:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:32:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:32:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:32:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:32:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:32:02 spire-1.2.1/release/ 19:32:02 spire-1.2.1/release/spire-extras/ 19:32:02 spire-1.2.1/release/spire-extras/README.md 19:32:02 spire-1.2.1/release/spire-extras/conf/ 19:32:02 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:32:02 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:32:02 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:32:02 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:32:02 spire-1.2.1/release/spire/ 19:32:02 spire-1.2.1/release/spire/README.md 19:32:02 spire-1.2.1/release/spire/conf/ 19:32:02 spire-1.2.1/release/spire/conf/agent/ 19:32:02 spire-1.2.1/release/spire/conf/agent/agent.conf 19:32:02 spire-1.2.1/release/spire/conf/server/ 19:32:02 spire-1.2.1/release/spire/conf/server/server.conf 19:32:02 spire-1.2.1/script/ 19:32:02 spire-1.2.1/script/build-artifact.sh 19:32:02 spire-1.2.1/script/generate_dummy_ca.sh 19:32:02 spire-1.2.1/support/ 19:32:02 spire-1.2.1/support/k8s/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:32:02 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/ 19:32:02 spire-1.2.1/support/oidc-discovery-provider/README.md 19:32:02 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/config.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/main.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:32:02 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:32:02 spire-1.2.1/test/ 19:32:02 spire-1.2.1/test/clock/ 19:32:02 spire-1.2.1/test/clock/clock.go 19:32:02 spire-1.2.1/test/fakes/ 19:32:02 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:32:02 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:32:02 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:32:02 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:32:02 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:32:02 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:32:02 spire-1.2.1/test/fakes/fakeagentstore/ 19:32:02 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:32:02 spire-1.2.1/test/fakes/fakedatastore/ 19:32:02 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:32:02 spire-1.2.1/test/fakes/fakeentryclient/ 19:32:02 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:32:02 spire-1.2.1/test/fakes/fakehealthchecker/ 19:32:02 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:32:02 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:32:02 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:32:02 spire-1.2.1/test/fakes/fakemetrics/ 19:32:02 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:32:02 spire-1.2.1/test/fakes/fakenoderesolver/ 19:32:02 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:32:02 spire-1.2.1/test/fakes/fakenotifier/ 19:32:02 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:32:02 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:32:02 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:32:02 spire-1.2.1/test/fakes/fakeserverca/ 19:32:02 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:32:02 spire-1.2.1/test/fakes/fakeservercatalog/ 19:32:02 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:32:02 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:32:02 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:32:02 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:32:02 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:32:02 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:32:02 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:32:02 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:32:02 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:32:02 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:32:02 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:32:02 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:32:02 spire-1.2.1/test/fixture/ 19:32:02 spire-1.2.1/test/fixture/certs/ 19:32:02 spire-1.2.1/test/fixture/certs/agent_svid.der 19:32:02 spire-1.2.1/test/fixture/certs/base_cert.pem 19:32:02 spire-1.2.1/test/fixture/certs/base_csr.pem 19:32:02 spire-1.2.1/test/fixture/certs/base_key.pem 19:32:02 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:32:02 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:32:02 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:32:02 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:32:02 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:32:02 spire-1.2.1/test/fixture/certs/blog_key.pem 19:32:02 spire-1.2.1/test/fixture/certs/bundle.der 19:32:02 spire-1.2.1/test/fixture/certs/ca.pem 19:32:02 spire-1.2.1/test/fixture/certs/ca_key.pem 19:32:02 spire-1.2.1/test/fixture/certs/database_cert.pem 19:32:02 spire-1.2.1/test/fixture/certs/database_csr.pem 19:32:02 spire-1.2.1/test/fixture/certs/database_key.pem 19:32:02 spire-1.2.1/test/fixture/certs/node_cert.pem 19:32:02 spire-1.2.1/test/fixture/certs/node_csr.pem 19:32:02 spire-1.2.1/test/fixture/certs/node_key.pem 19:32:02 spire-1.2.1/test/fixture/certs/svid.pem 19:32:02 spire-1.2.1/test/fixture/certs/svid_key.pem 19:32:02 spire-1.2.1/test/fixture/config/ 19:32:02 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:32:02 spire-1.2.1/test/fixture/config/agent_good.conf 19:32:02 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:32:02 spire-1.2.1/test/fixture/config/plugin_good.conf 19:32:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:32:02 spire-1.2.1/test/fixture/config/server_good.conf 19:32:02 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:32:02 spire-1.2.1/test/fixture/fixture.go 19:32:02 spire-1.2.1/test/fixture/nodeattestor/ 19:32:02 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:32:02 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:32:02 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:32:02 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:32:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:32:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:32:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:32:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:32:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:32:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:32:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:32:02 spire-1.2.1/test/fixture/registration/ 19:32:02 spire-1.2.1/test/fixture/registration/entries.json 19:32:02 spire-1.2.1/test/fixture/registration/good-for-update.json 19:32:02 spire-1.2.1/test/fixture/registration/good.json 19:32:02 spire-1.2.1/test/fixture/registration/invalid.json 19:32:02 spire-1.2.1/test/fixture/registration/invalid_json.json 19:32:02 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:32:02 spire-1.2.1/test/integration/ 19:32:02 spire-1.2.1/test/integration/README.md 19:32:02 spire-1.2.1/test/integration/common 19:32:02 spire-1.2.1/test/integration/setup/ 19:32:02 spire-1.2.1/test/integration/setup/adminclient/ 19:32:02 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:32:02 spire-1.2.1/test/integration/setup/adminclient/client.go 19:32:02 spire-1.2.1/test/integration/setup/debugagent/ 19:32:02 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:32:02 spire-1.2.1/test/integration/setup/debugagent/main.go 19:32:02 spire-1.2.1/test/integration/setup/debugserver/ 19:32:02 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:32:02 spire-1.2.1/test/integration/setup/debugserver/main.go 19:32:02 spire-1.2.1/test/integration/setup/downstreamclient/ 19:32:02 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:32:02 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:32:02 spire-1.2.1/test/integration/setup/itclient/ 19:32:02 spire-1.2.1/test/integration/setup/itclient/client.go 19:32:02 spire-1.2.1/test/integration/setup/node-attestation/ 19:32:02 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:32:02 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:32:02 spire-1.2.1/test/integration/setup/x509pop/ 19:32:02 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:32:02 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:32:02 spire-1.2.1/test/integration/suites/ 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:32:02 spire-1.2.1/test/integration/suites/join-token/ 19:32:02 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:32:02 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:32:02 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:32:02 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:32:02 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:32:02 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:32:02 spire-1.2.1/test/integration/suites/join-token/README.md 19:32:02 spire-1.2.1/test/integration/suites/join-token/conf/ 19:32:02 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/join-token/teardown 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:32:02 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:32:02 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:32:02 spire-1.2.1/test/integration/suites/k8s/ 19:32:02 spire-1.2.1/test/integration/suites/k8s/00-setup 19:32:02 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:32:02 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:32:02 spire-1.2.1/test/integration/suites/k8s/README.md 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/ 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:32:02 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:32:02 spire-1.2.1/test/integration/suites/k8s/teardown 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/ 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:32:02 spire-1.2.1/test/integration/suites/rotation/ 19:32:02 spire-1.2.1/test/integration/suites/rotation/00-setup 19:32:02 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:32:02 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:32:02 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:32:02 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:32:02 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:32:02 spire-1.2.1/test/integration/suites/rotation/README.md 19:32:02 spire-1.2.1/test/integration/suites/rotation/conf/ 19:32:02 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/rotation/teardown 19:32:02 spire-1.2.1/test/integration/suites/self-test/ 19:32:02 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:32:02 spire-1.2.1/test/integration/suites/self-test/README.md 19:32:02 spire-1.2.1/test/integration/suites/self-test/teardown 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:32:02 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:32:02 spire-1.2.1/test/integration/suites/upgrade/ 19:32:02 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:32:02 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:32:02 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:32:02 spire-1.2.1/test/integration/suites/upgrade/README.md 19:32:02 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:32:02 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:32:02 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:32:02 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:32:02 spire-1.2.1/test/integration/suites/upgrade/teardown 19:32:02 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:32:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:32:02 spire-1.2.1/test/integration/test-one.sh 19:32:02 spire-1.2.1/test/integration/test.sh 19:32:02 spire-1.2.1/test/plugintest/ 19:32:02 spire-1.2.1/test/plugintest/config.go 19:32:02 spire-1.2.1/test/plugintest/load.go 19:32:02 spire-1.2.1/test/plugintest/option.go 19:32:02 spire-1.2.1/test/spiretest/ 19:32:02 spire-1.2.1/test/spiretest/apiserver.go 19:32:02 spire-1.2.1/test/spiretest/assertions.go 19:32:02 spire-1.2.1/test/spiretest/dir.go 19:32:02 spire-1.2.1/test/spiretest/errors_posix.go 19:32:02 spire-1.2.1/test/spiretest/errors_windows.go 19:32:02 spire-1.2.1/test/spiretest/logs.go 19:32:02 spire-1.2.1/test/spiretest/socketapi.go 19:32:02 spire-1.2.1/test/spiretest/suite.go 19:32:02 spire-1.2.1/test/spiretest/x509.go 19:32:02 spire-1.2.1/test/testca/ 19:32:02 spire-1.2.1/test/testca/ca.go 19:32:02 spire-1.2.1/test/testkey/ 19:32:02 spire-1.2.1/test/testkey/generate.sh 19:32:02 spire-1.2.1/test/testkey/genkeys.go 19:32:02 spire-1.2.1/test/testkey/keys.go 19:32:02 spire-1.2.1/test/testkey/new.go 19:32:02 spire-1.2.1/test/tpmsimulator/ 19:32:02 spire-1.2.1/test/tpmsimulator/simulator.go 19:32:02 spire-1.2.1/test/util/ 19:32:02 spire-1.2.1/test/util/cert_fixtures.go 19:32:02 spire-1.2.1/test/util/cert_generation.go 19:32:02 spire-1.2.1/test/util/io_redirection.go 19:32:02 spire-1.2.1/test/util/race.go 19:32:02 spire-1.2.1/test/util/util.go 19:32:02 building spire from source... 19:32:03 Installing go1.17.7... 19:32:03 Removing intermediate container 3c866f3c2b4a 19:32:03 ---> 757f3bdce42b 19:32:03 Step 8/23 : COPY . . 19:32:06 Removing intermediate container a37d3eb62474 19:32:06 ---> d7b1a8b4196a 19:32:06 19:32:06 Step 9/20 : FROM alpine:3.15 19:32:06 3.15: Pulling from library/alpine 19:32:06 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:32:06 Status: Downloaded newer image for alpine:3.15 19:32:06 ---> 3fb3c9af89a9 19:32:06 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:32:06 ---> Running in bd6705a04709 19:32:07 Removing intermediate container bd6705a04709 19:32:07 ---> e85aa3d18375 19:32:07 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:08 ---> Running in 3d47d048becf 19:32:13 Removing intermediate container 3d47d048becf 19:32:13 ---> 5c31d73e0e9b 19:32:13 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:32:13 ---> Running in 694ce2fd7101 19:32:15 Removing intermediate container 9ccda5f0383a 19:32:15 ---> eefba2befc41 19:32:15 Step 14/23 : ENV APP_PORT=58890 19:32:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:32:15 ---> Running in 2d23da03600d 19:32:16 Removing intermediate container 2d23da03600d 19:32:16 ---> e1c3d2566410 19:32:16 Step 15/23 : EXPOSE $APP_PORT 19:32:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:32:16 ---> Running in 668ba8924ed8 19:32:17 Removing intermediate container 668ba8924ed8 19:32:17 ---> 1ddda5d0ebe4 19:32:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:32:18 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:32:18 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:32:18 OK: 15730 distinct packages available 19:32:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:32:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:32:20 ---> 4811161d150e 19:32:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:32:20 (1/9) Installing ca-certificates (20211220-r0) 19:32:20 (2/9) Installing brotli-libs (1.0.9-r5) 19:32:21 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:32:21 (4/9) Installing libcurl (7.80.0-r0) 19:32:21 (5/9) Installing curl (7.80.0-r0) 19:32:21 (6/9) Installing dumb-init (1.2.5-r1) 19:32:21 (7/9) Installing musl-obstack (1.2.3-r0) 19:32:21 (8/9) Installing libucontext (1.1-r0) 19:32:21 (9/9) Installing gcompat (1.0.0-r4) 19:32:21 Executing busybox-1.34.1-r5.trigger 19:32:21 Executing ca-certificates-20211220-r0.trigger 19:32:22 OK: 8 MiB in 23 packages 19:32:22 ---> e7dc49ab6835 19:32:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:32:26 ---> 6c0582acd6e7 19:32:26 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:32:26 Removing intermediate container 694ce2fd7101 19:32:26 ---> d41ff7230fa8 19:32:26 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:32:26 ---> Running in 8eb3eda5649b 19:32:27 Removing intermediate container 8eb3eda5649b 19:32:27 ---> a356598bb9fd 19:32:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32:27 ---> Running in 5fc58cf5d703 19:32:27 ---> ceb1c6ef238e 19:32:27 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:32:28 Building bin/spire-server... 19:32:28 go: downloading github.com/mitchellh/cli v1.1.2 19:32:28 Removing intermediate container 5fc58cf5d703 19:32:28 ---> 3c9cd7514d1c 19:32:28 Step 21/23 : LABEL arch=arm64 19:32:28 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:32:28 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:32:28  ---> Running in a375deb69e9b 19:32:29 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:32:29 go: downloading google.golang.org/grpc v1.44.0 19:32:29 Removing intermediate container a375deb69e9b 19:32:29 ---> 60aee6818291 19:32:29 Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:32:29 ---> Running in 01a4f6313c8e 19:32:29 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:32:30 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:32:30 Removing intermediate container 01a4f6313c8e 19:32:30 ---> b9f446a0997f 19:32:30 Step 23/23 : LABEL version=0.0.0 19:32:31 ---> Running in a3ed5704db14 19:32:31 ---> 85853cdd73e2 19:32:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:32:31 go: downloading github.com/imdario/mergo v0.3.12 19:32:31 go: downloading github.com/sirupsen/logrus v1.8.1 19:32:32 Removing intermediate container a3ed5704db14 19:32:32 ---> 0d8b454eb237 19:32:32 19:32:33 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:32:33  ---> 3bbf1ad139cd 19:32:33 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:32:33 Successfully built 0d8b454eb237 19:32:33 Successfully tagged sys-mgmt-agent-arm64:latest 19:32:33  Building sys-mgmt-agent ... done Building support-scheduler 19:32:33 ---> Running in 8af7094e5dfc 19:32:33 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:32:33 go: downloading github.com/fatih/color v1.13.0 19:32:33 go: downloading github.com/mattn/go-isatty v0.0.14 19:32:34 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:32:34 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:32:34 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:32:34 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:32:34 Removing intermediate container 8af7094e5dfc 19:32:34 ---> 6b591fc23d03 19:32:34 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32:34 ---> Running in 4b42cd6dfb14 19:32:35 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:32:35 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:32:35 Removing intermediate container 4b42cd6dfb14 19:32:35 ---> b7af816d45b1 19:32:35 Step 18/20 : LABEL arch=arm64 19:32:35 go: downloading github.com/armon/go-metrics v0.3.10 19:32:35  ---> Running in e5132901a86d 19:32:36 go: downloading github.com/prometheus/client_golang v1.12.1 19:32:36 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:32:36 Removing intermediate container e5132901a86d 19:32:36 ---> c648bd87ccc2 19:32:36 Step 19/20 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:32:37 ---> Running in ccabf88afa86 19:32:37 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:32:37 go: downloading github.com/open-policy-agent/opa v0.38.0 19:32:38 Removing intermediate container ccabf88afa86 19:32:38 ---> 4861215a71e3 19:32:38 Step 20/20 : LABEL version=0.0.0 19:32:38 ---> Running in 50a0ae158c7b 19:32:39 Removing intermediate container 50a0ae158c7b 19:32:39 ---> 3e32cb615944 19:32:39 19:32:40 Successfully built 3e32cb615944 19:32:40 Successfully tagged security-spiffe-token-provider-arm64:latest 19:32:40 Building support-notifications 19:32:42  Building security-spiffe-token-provider ... done  ---> b9f30e0ab2a4 19:32:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:32:42 ---> Running in 768938603cab 19:32: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/core-metadata/core-metadata ./cmd/core-metadata 19:32:52 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:32:52 go: downloading github.com/mattn/go-colorable v0.1.12 19:32:52 go: downloading github.com/Masterminds/goutils v1.1.0 19:32:52 go: downloading github.com/google/uuid v1.1.2 19:32:52 go: downloading github.com/Masterminds/semver v1.5.0 19:32:52 go: downloading github.com/huandu/xstrings v1.3.2 19:32:52 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:32:52 go: downloading github.com/oklog/run v1.0.0 19:32:52 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:32:53 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:32:53 go: downloading github.com/prometheus/client_model v0.2.0 19:32:53 go: downloading github.com/prometheus/common v0.32.1 19:32:53 go: downloading github.com/beorn7/perks v1.0.1 19:32:53 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:32:53 go: downloading github.com/prometheus/procfs v0.7.3 19:32:54 go: downloading github.com/imkira/go-observer v1.0.3 19:32:54 go: downloading go.uber.org/atomic v1.9.0 19:32:55 go: downloading github.com/hashicorp/errwrap v1.1.0 19:32:55 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:32:55 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:32:55 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:32:55 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:32:55 go: downloading github.com/blang/semver/v4 v4.0.0 19:32:55 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:32:55 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:32:56 go: downloading github.com/jinzhu/gorm v1.9.16 19:32:56 go: downloading github.com/lib/pq v1.10.4 19:32:56 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:32:56 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:32:57 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:33:01 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:33:11 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:33:11 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:33:11 go: downloading github.com/stretchr/testify v1.7.0 19:33:12 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:33:12 go: downloading google.golang.org/api v0.70.0 19:33:12 go: downloading k8s.io/client-go v0.23.4 19:33:22 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:33:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:33:22 ---> 4a84a9e68dca 19:33:22 Step 3/22 : WORKDIR /edgex-go 19:33:22 ---> Using cache 19:33:22 ---> b2a67a328509 19:33:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:22 ---> Using cache 19:33:22 ---> f15f3df6ce47 19:33:22 Step 5/22 : RUN apk add --update --no-cache make git 19:33:22 ---> Using cache 19:33:22 ---> 08d74264e483 19:33:22 Step 6/22 : COPY go.mod vendor* ./ 19:33:22 ---> Using cache 19:33:22 ---> dde6408d5905 19:33:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:22 ---> Using cache 19:33:22 ---> 757f3bdce42b 19:33:22 Step 8/22 : COPY . . 19:33:22 ---> Using cache 19:33:22 ---> b9f30e0ab2a4 19:33:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:33:22 go: downloading k8s.io/api v0.23.4 19:33:23  ---> Running in 844d70ac2860 19:33:26 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:33:26 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:33:29 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:33:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:33:29 ---> 4a84a9e68dca 19:33:29 Step 3/22 : WORKDIR /edgex-go 19:33:29 ---> Using cache 19:33:29 ---> b2a67a328509 19:33:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:29 ---> Using cache 19:33:29 ---> f15f3df6ce47 19:33:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:33:29 ---> Running in 8179127ba53d 19:33:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:33:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:33:33 OK: 220 MiB in 52 packages 19:33:35 Removing intermediate container 8179127ba53d 19:33:35 ---> a5834cdcbd96 19:33:35 Step 6/22 : COPY go.mod vendor* ./ 19:33:36 ---> eda427b8967f 19:33:36 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:36 ---> Running in e85bd6e6dd16 19:33:41 Removing intermediate container e85bd6e6dd16 19:33:41 ---> 5e95cca95783 19:33:41 Step 8/22 : COPY . . 19:34:03 ---> c314256652c5 19:34:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:34:03 ---> Running in d4ce7942bea9 19:34: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:34:11 go: downloading github.com/google/go-tpm v0.3.3 19:34:11 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:34:11 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:34:11 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:34:11 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:34:11 go: downloading cloud.google.com/go/storage v1.21.0 19:34:13 go: downloading cloud.google.com/go v0.100.2 19:34:15 go: downloading k8s.io/apimachinery v0.23.4 19:34:18 go: downloading k8s.io/kube-aggregator v0.23.3 19:34:19 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:34:21 go: downloading cloud.google.com/go/security v1.3.0 19:34:21 go: downloading github.com/hashicorp/vault/api v1.4.1 19:34:21 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:34:22 go: downloading github.com/twmb/murmur3 v1.1.6 19:34:22 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:34:22 go: downloading gopkg.in/yaml.v2 v2.4.0 19:34:23 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:34:23 go: downloading github.com/gobwas/glob v0.2.3 19:34:23 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:34:23 go: downloading github.com/jinzhu/inflection v1.0.0 19:34:24 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:34:24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:34:24 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:34:24 go: downloading github.com/aws/smithy-go v1.11.0 19:34:26 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:34:26 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:34:26 go: downloading github.com/gogo/protobuf v1.3.2 19:34:32 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:34:32 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:34:32 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:34:32 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:34:33 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:34:33 go: downloading github.com/dimchansky/utfbom v1.1.1 19:34:33 go: downloading cloud.google.com/go/compute v1.3.0 19:34:34 go: downloading cloud.google.com/go/iam v0.1.1 19:34:34 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:34:34 go: downloading k8s.io/klog/v2 v2.30.0 19:34:34 go: downloading github.com/google/gofuzz v1.1.0 19:34:34 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:34:36 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:34:36 go: downloading github.com/spf13/pflag v1.0.5 19:34:37 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:34:37 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:34:37 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:34:37 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:34:37 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:34:37 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:34:37 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:34:38 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:34:39 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:34:39 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:34:39 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:34:40 go: downloading go.opencensus.io v0.23.0 19:34:40 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:34:42 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:34:42 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:34:43 go: downloading gopkg.in/inf.v0 v0.9.1 19:34:43 go: downloading github.com/go-logr/logr v1.2.2 19:34:43 go: downloading github.com/google/go-cmp v0.5.7 19:34:44 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:34:44 go: downloading github.com/json-iterator/go v1.1.12 19:34:44 go: downloading github.com/googleapis/gnostic v0.5.5 19:34:47 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:34:50 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:34:50 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:34:50 go: downloading github.com/tklauser/numcpus v0.3.0 19:34:50 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:34:50 go: downloading go.uber.org/zap v1.21.0 19:34:51 go: downloading sigs.k8s.io/yaml v1.3.0 19:34:51 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:34:51 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:34:51 go: downloading github.com/modern-go/reflect2 v1.0.2 19:34:51 go: downloading github.com/ryanuber/go-glob v1.0.0 19:34:51 go: downloading github.com/golang/snappy v0.0.4 19:34:51 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:35:02 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:35:02 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:35:02 go: downloading github.com/hashicorp/go-version v1.2.0 19:35:02 go: downloading go.uber.org/multierr v1.6.0 19:35:41 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:35:41 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:38:03 Removing intermediate container 768938603cab 19:38:03 ---> 6382a65cb87e 19:38:03 19:38:03 Step 10/23 : FROM alpine:3.14 19:38:03 ---> ac73e934f311 19:38:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:38:03 ---> Running in 7ecf6a49553e 19:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:38:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:38:05 (1/1) Installing dumb-init (1.2.5-r1) 19:38:05 Executing busybox-1.33.1-r7.trigger 19:38:05 OK: 5 MiB in 15 packages 19:38:06 Removing intermediate container 7ecf6a49553e 19:38:06 ---> 001d3249669c 19:38:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:38:06 ---> Running in 2dd64e9d998d 19:38:07 Removing intermediate container 2dd64e9d998d 19:38:07 ---> 95954cf05ebe 19:38:07 Step 13/23 : ENV APP_PORT=59881 19:38:07 ---> Running in 1e6ab6e471be 19:38:07 Removing intermediate container 1e6ab6e471be 19:38:07 ---> 491ef2f39ae9 19:38:07 Step 14/23 : EXPOSE $APP_PORT 19:38:07 ---> Running in 451e69af5d09 19:38:08 Removing intermediate container 451e69af5d09 19:38:08 ---> 1b816b663197 19:38:08 Step 15/23 : WORKDIR / 19:38:08 ---> Running in bc3178d3a702 19:38:09 Removing intermediate container bc3178d3a702 19:38:09 ---> 19477e68110f 19:38:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:38:10 ---> cf75f213a44b 19:38:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:38:12 ---> bef6154c9bd1 19:38:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:38:12 ---> 808b335b1a69 19:38:12 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:38:12 ---> Running in c27972a6c3c2 19:38:13 Removing intermediate container c27972a6c3c2 19:38:13 ---> 19f670fb6ffa 19:38:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:38:13 ---> Running in 116a1d39a8ec 19:38:14 Removing intermediate container 116a1d39a8ec 19:38:14 ---> c76545d496c7 19:38:14 Step 21/23 : LABEL arch=arm64 19:38:14 ---> Running in ca06186df2ba 19:38:14 Removing intermediate container ca06186df2ba 19:38:14 ---> 56f34651e2a8 19:38:14 Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:38:14 ---> Running in f25c69a487a8 19:38:15 Removing intermediate container f25c69a487a8 19:38:15 ---> 0ff54586c23a 19:38:15 Step 23/23 : LABEL version=0.0.0 19:38:15 ---> Running in 2ddbe68c6980 19:38:16 Removing intermediate container 2ddbe68c6980 19:38:16 ---> 544b79e7ea11 19:38:16 19:38:16 Successfully built 544b79e7ea11 19:38:16 Successfully tagged core-metadata-arm64:latest 19:38:16 Building core-command 19:38:48  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:38:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:38:48 ---> 4a84a9e68dca 19:38:48 Step 3/23 : WORKDIR /edgex-go 19:38:48 ---> Using cache 19:38:48 ---> b2a67a328509 19:38:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:48 ---> Using cache 19:38:48 ---> f15f3df6ce47 19:38:48 Step 5/23 : RUN apk add --update --no-cache make git 19:38:48 ---> Using cache 19:38:48 ---> 08d74264e483 19:38:48 Step 6/23 : COPY go.mod vendor* ./ 19:38:48 ---> Using cache 19:38:48 ---> dde6408d5905 19:38:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:38:48 ---> Using cache 19:38:48 ---> 757f3bdce42b 19:38:48 Step 8/23 : COPY . . 19:38:48 ---> Using cache 19:38:48 ---> b9f30e0ab2a4 19:38:48 Step 9/23 : RUN make cmd/core-command/core-command 19:38:48 ---> Running in d4831ac255bf 19:38:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:41:26 Removing intermediate container 844d70ac2860 19:41:26 ---> e668622c55bb 19:41:26 19:41:26 Step 10/22 : FROM alpine:3.14 19:41:26 ---> ac73e934f311 19:41:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:41:26 ---> Using cache 19:41:26 ---> 001d3249669c 19:41:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:41:26 ---> Using cache 19:41:26 ---> 95954cf05ebe 19:41:26 Step 13/22 : ENV APP_PORT=59861 19:41:26 ---> Running in c50a27a44d31 19:41:26 Removing intermediate container c50a27a44d31 19:41:26 ---> 3c8ae3432583 19:41:26 Step 14/22 : EXPOSE $APP_PORT 19:41:26 ---> Running in ff1e7a9d2b5c 19:41:26 Removing intermediate container ff1e7a9d2b5c 19:41:26 ---> 2850f7b1706b 19:41:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:41:26 ---> b49bcb24a61a 19:41:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:41:26 ---> 78f85e4d892e 19:41:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:41:26 ---> e96b64b862a0 19:41:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:41:26 ---> Running in 6819c88b640a 19:41:26 Removing intermediate container 6819c88b640a 19:41:26 ---> 4ab3a4f34eb7 19:41:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:41:26 ---> Running in bd7edaf5874d 19:41:26 Removing intermediate container bd7edaf5874d 19:41:26 ---> 5d298e34ed0d 19:41:26 Step 20/22 : LABEL arch=arm64 19:41:26 ---> Running in f7c1370c75b5 19:41:26 Removing intermediate container f7c1370c75b5 19:41:26 ---> a46ede4f25b4 19:41:26 Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:41:26 ---> Running in 577e850580ac 19:41:27 Removing intermediate container 577e850580ac 19:41:27 ---> 40209dd88b6d 19:41:27 Step 22/22 : LABEL version=0.0.0 19:41:27 ---> Running in af02920634f1 19:41:27 Removing intermediate container af02920634f1 19:41:27 ---> 98152ef0823a 19:41:27 19:41:28 Successfully built 98152ef0823a 19:41:28 Successfully tagged support-scheduler-arm64:latest 19:41:28 Building security-spire-config 19:42:00  Building support-scheduler ... done Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:42:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:42:00 ---> 4a84a9e68dca 19:42:00 Step 3/26 : WORKDIR /edgex-go 19:42:00 ---> Using cache 19:42:00 ---> b2a67a328509 19:42:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:00 ---> Using cache 19:42:00 ---> f15f3df6ce47 19:42:00 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:42:00 ---> Using cache 19:42:00 ---> 1ed32a5aa2b2 19:42:00 Step 6/26 : COPY go.mod vendor* ./ 19:42:00 ---> Using cache 19:42:00 ---> 8cc48af232ad 19:42:00 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:42:00 ---> Using cache 19:42:00 ---> d3ba673069d3 19:42:00 Step 8/26 : COPY . . 19:42:00 ---> Using cache 19:42:00 ---> 7defd34d0983 19:42:00 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:42:00 ---> Using cache 19:42:00 ---> e74d5a6ff9b9 19:42:00 Step 10/26 : RUN mkdir -p spire-build 19:42:00 ---> Using cache 19:42:00 ---> a52cbd473d8d 19:42:00 Step 11/26 : WORKDIR /edgex-go/spire-build 19:42:00 ---> Using cache 19:42:00 ---> 810c9505974d 19:42:00 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:42:00 ---> Running in 128efc01ba63 19:42:04 spire-1.2.1/ 19:42:04 spire-1.2.1/.data/ 19:42:04 spire-1.2.1/.data/.file 19:42:04 spire-1.2.1/.dockerignore 19:42:04 spire-1.2.1/.gitattributes 19:42:04 spire-1.2.1/.githooks/ 19:42:04 spire-1.2.1/.githooks/pre-commit 19:42:04 spire-1.2.1/.github/ 19:42:04 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:42:04 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:42:04 spire-1.2.1/.github/dependabot.yml 19:42:04 spire-1.2.1/.github/workflows/ 19:42:04 spire-1.2.1/.github/workflows/nightly_build.yaml 19:42:04 spire-1.2.1/.github/workflows/pr_build.yaml 19:42:04 spire-1.2.1/.github/workflows/release_build.yaml 19:42:04 spire-1.2.1/.github/workflows/scripts/ 19:42:04 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:42:04 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:42:04 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:42:04 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:42:04 spire-1.2.1/.github/workflows/scripts/split.sh 19:42:04 spire-1.2.1/.gitignore 19:42:04 spire-1.2.1/.go-version 19:42:04 spire-1.2.1/.golangci.yml 19:42:04 spire-1.2.1/ADOPTERS.md 19:42:04 spire-1.2.1/CHANGELOG.md 19:42:04 spire-1.2.1/CODE-OF-CONDUCT.md 19:42:04 spire-1.2.1/CODEOWNERS 19:42:04 spire-1.2.1/CONTRIBUTING.md 19:42:04 spire-1.2.1/Dockerfile 19:42:04 spire-1.2.1/Dockerfile.dev 19:42:04 spire-1.2.1/Dockerfile.scratch 19:42:04 spire-1.2.1/LICENSE 19:42:04 spire-1.2.1/MAINTAINERS.md 19:42:04 spire-1.2.1/Makefile 19:42:04 spire-1.2.1/README.md 19:42:04 spire-1.2.1/ROADMAP.md 19:42:04 spire-1.2.1/SECURITY.md 19:42:04 spire-1.2.1/cmd/ 19:42:04 spire-1.2.1/cmd/spire-agent/ 19:42:04 spire-1.2.1/cmd/spire-agent/cli/ 19:42:04 spire-1.2.1/cmd/spire-agent/cli/api/ 19:42:04 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/common/ 19:42:04 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:42:04 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/run/ 19:42:04 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:42:04 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:42:04 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:42:04 spire-1.2.1/cmd/spire-agent/main.go 19:42:04 spire-1.2.1/cmd/spire-server/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/agent/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/cli.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/run/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/token/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/validate/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/x509/ 19:42:04 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:42:04 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:42:04 spire-1.2.1/cmd/spire-server/main.go 19:42:04 spire-1.2.1/cmd/spire-server/util/ 19:42:04 spire-1.2.1/cmd/spire-server/util/util.go 19:42:04 spire-1.2.1/conf/ 19:42:04 spire-1.2.1/conf/agent/ 19:42:04 spire-1.2.1/conf/agent/agent.conf 19:42:04 spire-1.2.1/conf/agent/agent_full.conf 19:42:04 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:42:04 spire-1.2.1/conf/server/ 19:42:04 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:42:04 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:42:04 spire-1.2.1/conf/server/server.conf 19:42:04 spire-1.2.1/conf/server/server_full.conf 19:42:04 spire-1.2.1/doc/ 19:42:04 spire-1.2.1/doc/SPIRE101.md 19:42:04 spire-1.2.1/doc/auditlog.md 19:42:04 spire-1.2.1/doc/authorization_policy_engine.md 19:42:04 spire-1.2.1/doc/changelog_guidelines.md 19:42:04 spire-1.2.1/doc/cure53-report.pdf 19:42:04 spire-1.2.1/doc/images/ 19:42:04 spire-1.2.1/doc/images/2019_roadmap.png 19:42:04 spire-1.2.1/doc/images/SPIRE101.png 19:42:04 spire-1.2.1/doc/images/SPIRE_agent.png 19:42:04 spire-1.2.1/doc/images/SPIRE_server.png 19:42:04 spire-1.2.1/doc/images/cache_mgr.png 19:42:04 spire-1.2.1/doc/images/cache_mgr_components.png 19:42:04 spire-1.2.1/doc/images/federated_spire.png 19:42:04 spire-1.2.1/doc/images/ha_mode.png 19:42:04 spire-1.2.1/doc/images/nested_spire.png 19:42:04 spire-1.2.1/doc/images/oidc_federation.png 19:42:04 spire-1.2.1/doc/images/single_trust_domain.png 19:42:04 spire-1.2.1/doc/images/spiffe_compatible.png 19:42:04 spire-1.2.1/doc/images/spire_logo.png 19:42:04 spire-1.2.1/doc/migrating_registration_api_clients.md 19:42:04 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:42:04 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:42:04 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:42:04 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:42:04 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:42:04 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:42:04 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:42:04 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:42:04 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:42:04 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:42:04 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:42:04 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:42:04 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:42:04 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:42:04 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:42:04 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:42:04 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:42:04 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:42:04 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:42:04 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:42:04 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:42:04 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:42:04 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:42:04 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:42:04 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:42:04 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:42:04 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:42:04 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:42:04 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:42:04 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:42:04 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:42:04 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:42:04 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:42:04 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:42:04 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:42:04 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:42:04 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:42:04 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:42:04 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:42:04 spire-1.2.1/doc/scaling_spire.md 19:42:04 spire-1.2.1/doc/spire_agent.md 19:42:04 spire-1.2.1/doc/spire_server.md 19:42:04 spire-1.2.1/doc/supported_integrations.md 19:42:04 spire-1.2.1/doc/telemetry.md 19:42:04 spire-1.2.1/doc/telemetry_config.md 19:42:04 spire-1.2.1/doc/upgrading.md 19:42:04 spire-1.2.1/doc/using_spire.md 19:42:04 spire-1.2.1/examples/ 19:42:04 spire-1.2.1/examples/README.md 19:42:04 spire-1.2.1/go.mod 19:42:04 spire-1.2.1/go.sum 19:42:04 spire-1.2.1/pkg/ 19:42:04 spire-1.2.1/pkg/agent/ 19:42:04 spire-1.2.1/pkg/agent/agent.go 19:42:04 spire-1.2.1/pkg/agent/api/ 19:42:04 spire-1.2.1/pkg/agent/api/config.go 19:42:04 spire-1.2.1/pkg/agent/api/debug/ 19:42:04 spire-1.2.1/pkg/agent/api/debug/v1/ 19:42:04 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:42:04 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:42:04 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:42:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:42:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:42:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:42:04 spire-1.2.1/pkg/agent/api/endpoints.go 19:42:04 spire-1.2.1/pkg/agent/api/health/ 19:42:04 spire-1.2.1/pkg/agent/api/health/v1/ 19:42:04 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:42:04 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:42:04 spire-1.2.1/pkg/agent/api/rpccontext/ 19:42:04 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:42:04 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:42:04 spire-1.2.1/pkg/agent/attestor/ 19:42:04 spire-1.2.1/pkg/agent/attestor/node/ 19:42:04 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:42:04 spire-1.2.1/pkg/agent/attestor/node/node.go 19:42:04 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:42:04 spire-1.2.1/pkg/agent/attestor/workload/ 19:42:04 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:42:04 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:42:04 spire-1.2.1/pkg/agent/catalog/ 19:42:04 spire-1.2.1/pkg/agent/catalog/catalog.go 19:42:04 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:42:04 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:42:04 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:42:04 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:42:04 spire-1.2.1/pkg/agent/client/ 19:42:04 spire-1.2.1/pkg/agent/client/client.go 19:42:04 spire-1.2.1/pkg/agent/client/client_test.go 19:42:04 spire-1.2.1/pkg/agent/client/dial.go 19:42:04 spire-1.2.1/pkg/agent/client/nodeconn.go 19:42:04 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:42:04 spire-1.2.1/pkg/agent/client/update.go 19:42:04 spire-1.2.1/pkg/agent/client/util.go 19:42:04 spire-1.2.1/pkg/agent/common/ 19:42:04 spire-1.2.1/pkg/agent/common/backoff/ 19:42:04 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:42:04 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:42:04 spire-1.2.1/pkg/agent/common/cgroups/ 19:42:04 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:42:04 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:42:04 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:42:04 spire-1.2.1/pkg/agent/config.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/ 19:42:04 spire-1.2.1/pkg/agent/endpoints/config.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:42:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:42:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/workload/ 19:42:04 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:42:04 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:42:04 spire-1.2.1/pkg/agent/manager/ 19:42:04 spire-1.2.1/pkg/agent/manager/cache/ 19:42:04 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:42:04 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:42:04 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:42:04 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:42:04 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:42:04 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:42:04 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:42:04 spire-1.2.1/pkg/agent/manager/config.go 19:42:04 spire-1.2.1/pkg/agent/manager/manager.go 19:42:04 spire-1.2.1/pkg/agent/manager/manager_test.go 19:42:04 spire-1.2.1/pkg/agent/manager/storage.go 19:42:04 spire-1.2.1/pkg/agent/manager/storage_test.go 19:42:04 spire-1.2.1/pkg/agent/manager/storecache/ 19:42:04 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:42:04 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:42:04 spire-1.2.1/pkg/agent/manager/sync.go 19:42:04 spire-1.2.1/pkg/agent/plugin/ 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:42:04 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:42:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:42:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:42:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:42:04 spire-1.2.1/pkg/agent/svid/ 19:42:04 spire-1.2.1/pkg/agent/svid/rotator.go 19:42:04 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:42:04 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:42:04 spire-1.2.1/pkg/agent/svid/store/ 19:42:04 spire-1.2.1/pkg/agent/svid/store/service.go 19:42:04 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:42:04 spire-1.2.1/pkg/common/ 19:42:04 spire-1.2.1/pkg/common/agentpathtemplate/ 19:42:04 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:42:04 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:42:04 spire-1.2.1/pkg/common/api/ 19:42:04 spire-1.2.1/pkg/common/api/metrics.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/ 19:42:04 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/logger.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/names.go 19:42:04 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:42:04 spire-1.2.1/pkg/common/api/names.go 19:42:04 spire-1.2.1/pkg/common/api/ratelimit.go 19:42:04 spire-1.2.1/pkg/common/api/rpccontext/ 19:42:04 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:42:04 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:42:04 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:42:04 spire-1.2.1/pkg/common/auth/ 19:42:04 spire-1.2.1/pkg/common/auth/interceptors.go 19:42:04 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:42:04 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/ 19:42:04 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/types.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:42:04 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:42:04 spire-1.2.1/pkg/common/catalog/ 19:42:04 spire-1.2.1/pkg/common/catalog/bind.go 19:42:04 spire-1.2.1/pkg/common/catalog/builtin.go 19:42:04 spire-1.2.1/pkg/common/catalog/catalog.go 19:42:04 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:42:04 spire-1.2.1/pkg/common/catalog/closers.go 19:42:04 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:42:04 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:42:04 spire-1.2.1/pkg/common/catalog/config.go 19:42:04 spire-1.2.1/pkg/common/catalog/config_test.go 19:42:04 spire-1.2.1/pkg/common/catalog/configure.go 19:42:04 spire-1.2.1/pkg/common/catalog/constraints.go 19:42:04 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:42:04 spire-1.2.1/pkg/common/catalog/context.go 19:42:04 spire-1.2.1/pkg/common/catalog/external.go 19:42:04 spire-1.2.1/pkg/common/catalog/host.go 19:42:04 spire-1.2.1/pkg/common/catalog/pipenet.go 19:42:04 spire-1.2.1/pkg/common/catalog/plugin.go 19:42:04 spire-1.2.1/pkg/common/catalog/testplugin/ 19:42:04 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:42:04 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:42:04 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:42:04 spire-1.2.1/pkg/common/cli/ 19:42:04 spire-1.2.1/pkg/common/cli/env.go 19:42:04 spire-1.2.1/pkg/common/cli/flags.go 19:42:04 spire-1.2.1/pkg/common/cli/trust_domain.go 19:42:04 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:42:04 spire-1.2.1/pkg/common/cli/umask.go 19:42:04 spire-1.2.1/pkg/common/cli/umask_posix.go 19:42:04 spire-1.2.1/pkg/common/cli/umask_test.go 19:42:04 spire-1.2.1/pkg/common/cli/umask_windows.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/ 19:42:04 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/flag.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/format.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/ 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:42:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:42:04 spire-1.2.1/pkg/common/coretypes/ 19:42:04 spire-1.2.1/pkg/common/coretypes/bundle/ 19:42:04 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:42:04 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:42:04 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:42:04 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:42:04 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:42:04 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:42:04 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:42:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:42:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:42:04 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:42:04 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:42:04 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:42:04 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:42:04 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:42:04 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:42:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:42:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:42:04 spire-1.2.1/pkg/common/cryptoutil/ 19:42:04 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:42:04 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:42:04 spire-1.2.1/pkg/common/diskutil/ 19:42:04 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:42:04 spire-1.2.1/pkg/common/diskutil/file_test.go 19:42:04 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:42:04 spire-1.2.1/pkg/common/errorutil/ 19:42:04 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:42:04 spire-1.2.1/pkg/common/health/ 19:42:04 spire-1.2.1/pkg/common/health/config.go 19:42:04 spire-1.2.1/pkg/common/health/context.go 19:42:04 spire-1.2.1/pkg/common/health/context_test.go 19:42:04 spire-1.2.1/pkg/common/health/health.go 19:42:04 spire-1.2.1/pkg/common/health/health_test.go 19:42:04 spire-1.2.1/pkg/common/health/logger.go 19:42:04 spire-1.2.1/pkg/common/hostservice/ 19:42:04 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:42:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:42:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:42:04 spire-1.2.1/pkg/common/idutil/ 19:42:04 spire-1.2.1/pkg/common/idutil/require.go 19:42:04 spire-1.2.1/pkg/common/idutil/require_test.go 19:42:04 spire-1.2.1/pkg/common/idutil/safety.go 19:42:04 spire-1.2.1/pkg/common/idutil/safety_test.go 19:42:04 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:42:04 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:42:04 spire-1.2.1/pkg/common/jwtsvid/ 19:42:04 spire-1.2.1/pkg/common/jwtsvid/common.go 19:42:04 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:42:04 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:42:04 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:42:04 spire-1.2.1/pkg/common/jwtutil/ 19:42:04 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:42:04 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:42:04 spire-1.2.1/pkg/common/log/ 19:42:04 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:42:04 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:42:04 spire-1.2.1/pkg/common/log/log.go 19:42:04 spire-1.2.1/pkg/common/log/log_test.go 19:42:04 spire-1.2.1/pkg/common/log/options.go 19:42:04 spire-1.2.1/pkg/common/nodeutil/ 19:42:04 spire-1.2.1/pkg/common/nodeutil/node.go 19:42:04 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:42:04 spire-1.2.1/pkg/common/peertracker/ 19:42:04 spire-1.2.1/pkg/common/peertracker/conn.go 19:42:04 spire-1.2.1/pkg/common/peertracker/credentials.go 19:42:04 spire-1.2.1/pkg/common/peertracker/errors.go 19:42:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:42:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:42:04 spire-1.2.1/pkg/common/peertracker/info.go 19:42:04 spire-1.2.1/pkg/common/peertracker/listener.go 19:42:04 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:42:04 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:42:04 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:42:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:42:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:42:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:42:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:42:04 spire-1.2.1/pkg/common/peertracker/tcp.go 19:42:04 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:42:04 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:42:04 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:42:04 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:42:04 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:42:04 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:42:04 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:42:04 spire-1.2.1/pkg/common/peertracker/uds.go 19:42:04 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:42:04 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:42:04 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:42:04 spire-1.2.1/pkg/common/pemutil/ 19:42:04 spire-1.2.1/pkg/common/pemutil/block.go 19:42:04 spire-1.2.1/pkg/common/pemutil/certs.go 19:42:04 spire-1.2.1/pkg/common/pemutil/common.go 19:42:04 spire-1.2.1/pkg/common/pemutil/csr.go 19:42:04 spire-1.2.1/pkg/common/pemutil/keys.go 19:42:04 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/ 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:42:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:42:04 spire-1.2.1/pkg/common/plugin/ 19:42:04 spire-1.2.1/pkg/common/plugin/aws/ 19:42:04 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:42:04 spire-1.2.1/pkg/common/plugin/azure/ 19:42:04 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:42:04 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:42:04 spire-1.2.1/pkg/common/plugin/facade.go 19:42:04 spire-1.2.1/pkg/common/plugin/facade_test.go 19:42:04 spire-1.2.1/pkg/common/plugin/gcp/ 19:42:04 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:42:04 spire-1.2.1/pkg/common/plugin/k8s/ 19:42:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:42:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:42:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:42:04 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:42:04 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:42:04 spire-1.2.1/pkg/common/plugin/log.go 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/ 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:42:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:42:04 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:42:04 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:42:04 spire-1.2.1/pkg/common/plugin/x509pop/ 19:42:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:42:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:42:04 spire-1.2.1/pkg/common/profiling/ 19:42:04 spire-1.2.1/pkg/common/profiling/dumpers.go 19:42:04 spire-1.2.1/pkg/common/profiling/profiling.go 19:42:04 spire-1.2.1/pkg/common/protoutil/ 19:42:04 spire-1.2.1/pkg/common/protoutil/masks.go 19:42:04 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:42:04 spire-1.2.1/pkg/common/rotationutil/ 19:42:04 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:42:04 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:42:04 spire-1.2.1/pkg/common/selector/ 19:42:04 spire-1.2.1/pkg/common/selector/selector.go 19:42:04 spire-1.2.1/pkg/common/selector/selector_test.go 19:42:04 spire-1.2.1/pkg/common/selector/set.go 19:42:04 spire-1.2.1/pkg/common/selector/set_utils.go 19:42:04 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/ 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/ 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:42:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:42:04 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:42:04 spire-1.2.1/pkg/common/telemetry/call.go 19:42:04 spire-1.2.1/pkg/common/telemetry/common/ 19:42:04 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:42:04 spire-1.2.1/pkg/common/telemetry/config.go 19:42:04 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:42:04 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/inmem.go 19:42:04 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/m3.go 19:42:04 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/metrics.go 19:42:04 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/names.go 19:42:04 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:42:04 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:42:04 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/ 19:42:04 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:42:04 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:42:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:42:04 spire-1.2.1/pkg/common/telemetry/server/server.go 19:42:04 spire-1.2.1/pkg/common/telemetry/sink.go 19:42:04 spire-1.2.1/pkg/common/telemetry/statsd.go 19:42:04 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:42:04 spire-1.2.1/pkg/common/telemetry/uptime.go 19:42:04 spire-1.2.1/pkg/common/telemetry/version.go 19:42:04 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:42:04 spire-1.2.1/pkg/common/uptime/ 19:42:04 spire-1.2.1/pkg/common/uptime/uptime.go 19:42:04 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:42:04 spire-1.2.1/pkg/common/util/ 19:42:04 spire-1.2.1/pkg/common/util/certs.go 19:42:04 spire-1.2.1/pkg/common/util/certs_test.go 19:42:04 spire-1.2.1/pkg/common/util/csr.go 19:42:04 spire-1.2.1/pkg/common/util/hash.go 19:42:04 spire-1.2.1/pkg/common/util/selectors.go 19:42:04 spire-1.2.1/pkg/common/util/selectors_test.go 19:42:04 spire-1.2.1/pkg/common/util/signals.go 19:42:04 spire-1.2.1/pkg/common/util/sort.go 19:42:04 spire-1.2.1/pkg/common/util/sort_test.go 19:42:04 spire-1.2.1/pkg/common/util/task.go 19:42:04 spire-1.2.1/pkg/common/util/task_test.go 19:42:04 spire-1.2.1/pkg/common/util/testdata/ 19:42:04 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:42:04 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:42:04 spire-1.2.1/pkg/common/version/ 19:42:04 spire-1.2.1/pkg/common/version/version.go 19:42:04 spire-1.2.1/pkg/common/x509svid/ 19:42:04 spire-1.2.1/pkg/common/x509svid/common_test.go 19:42:04 spire-1.2.1/pkg/common/x509svid/csr.go 19:42:04 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:42:04 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:42:04 spire-1.2.1/pkg/common/x509util/ 19:42:04 spire-1.2.1/pkg/common/x509util/cert.go 19:42:04 spire-1.2.1/pkg/common/x509util/dns.go 19:42:04 spire-1.2.1/pkg/common/x509util/dns_test.go 19:42:04 spire-1.2.1/pkg/common/x509util/keyid.go 19:42:04 spire-1.2.1/pkg/common/x509util/keypair.go 19:42:04 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:42:04 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:42:04 spire-1.2.1/pkg/server/ 19:42:04 spire-1.2.1/pkg/server/api/ 19:42:04 spire-1.2.1/pkg/server/api/agent.go 19:42:04 spire-1.2.1/pkg/server/api/agent/ 19:42:04 spire-1.2.1/pkg/server/api/agent/v1/ 19:42:04 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:42:04 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:42:04 spire-1.2.1/pkg/server/api/agent_test.go 19:42:04 spire-1.2.1/pkg/server/api/api.go 19:42:04 spire-1.2.1/pkg/server/api/audit/ 19:42:04 spire-1.2.1/pkg/server/api/audit/audit.go 19:42:04 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:42:04 spire-1.2.1/pkg/server/api/bundle.go 19:42:04 spire-1.2.1/pkg/server/api/bundle/ 19:42:04 spire-1.2.1/pkg/server/api/bundle/v1/ 19:42:04 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:42:04 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:42:04 spire-1.2.1/pkg/server/api/bundle_test.go 19:42:04 spire-1.2.1/pkg/server/api/debug/ 19:42:04 spire-1.2.1/pkg/server/api/debug/v1/ 19:42:04 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:42:05 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:42:05 spire-1.2.1/pkg/server/api/entry.go 19:42:05 spire-1.2.1/pkg/server/api/entry/ 19:42:05 spire-1.2.1/pkg/server/api/entry/v1/ 19:42:05 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:42:05 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:42:05 spire-1.2.1/pkg/server/api/entry_test.go 19:42:05 spire-1.2.1/pkg/server/api/health/ 19:42:05 spire-1.2.1/pkg/server/api/health/v1/ 19:42:05 spire-1.2.1/pkg/server/api/health/v1/service.go 19:42:05 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:42:05 spire-1.2.1/pkg/server/api/id.go 19:42:05 spire-1.2.1/pkg/server/api/id_test.go 19:42:05 spire-1.2.1/pkg/server/api/limits/ 19:42:05 spire-1.2.1/pkg/server/api/limits/limits.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/ 19:42:05 spire-1.2.1/pkg/server/api/middleware/alias.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/audit.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/caller.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/common.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/entries.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:42:05 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:42:05 spire-1.2.1/pkg/server/api/ratelimit.go 19:42:05 spire-1.2.1/pkg/server/api/rpccontext/ 19:42:05 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:42:05 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:42:05 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:42:05 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:42:05 spire-1.2.1/pkg/server/api/selector.go 19:42:05 spire-1.2.1/pkg/server/api/selector_test.go 19:42:05 spire-1.2.1/pkg/server/api/status.go 19:42:05 spire-1.2.1/pkg/server/api/status_test.go 19:42:05 spire-1.2.1/pkg/server/api/svid/ 19:42:05 spire-1.2.1/pkg/server/api/svid/v1/ 19:42:05 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:42:05 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:42:05 spire-1.2.1/pkg/server/api/trustdomain.go 19:42:05 spire-1.2.1/pkg/server/api/trustdomain/ 19:42:05 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:42:05 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:42:05 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:42:05 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:42:05 spire-1.2.1/pkg/server/authpolicy/ 19:42:05 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:42:05 spire-1.2.1/pkg/server/authpolicy/policy.go 19:42:05 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:42:05 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:42:05 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:42:05 spire-1.2.1/pkg/server/authpolicy/validate.go 19:42:05 spire-1.2.1/pkg/server/bundle/ 19:42:05 spire-1.2.1/pkg/server/bundle/client/ 19:42:05 spire-1.2.1/pkg/server/bundle/client/client.go 19:42:05 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:42:05 spire-1.2.1/pkg/server/bundle/client/manager.go 19:42:05 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:42:05 spire-1.2.1/pkg/server/bundle/client/sources.go 19:42:05 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:42:05 spire-1.2.1/pkg/server/bundle/client/updater.go 19:42:05 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:42:05 spire-1.2.1/pkg/server/ca/ 19:42:05 spire-1.2.1/pkg/server/ca/ca.go 19:42:05 spire-1.2.1/pkg/server/ca/ca_health.go 19:42:05 spire-1.2.1/pkg/server/ca/ca_test.go 19:42:05 spire-1.2.1/pkg/server/ca/journal.go 19:42:05 spire-1.2.1/pkg/server/ca/journal_test.go 19:42:05 spire-1.2.1/pkg/server/ca/manager.go 19:42:05 spire-1.2.1/pkg/server/ca/manager_health.go 19:42:05 spire-1.2.1/pkg/server/ca/manager_test.go 19:42:05 spire-1.2.1/pkg/server/ca/templates.go 19:42:05 spire-1.2.1/pkg/server/ca/upstream_client.go 19:42:05 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:42:05 spire-1.2.1/pkg/server/ca/validation.go 19:42:05 spire-1.2.1/pkg/server/cache/ 19:42:05 spire-1.2.1/pkg/server/cache/dscache/ 19:42:05 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:42:05 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:42:05 spire-1.2.1/pkg/server/cache/entrycache/ 19:42:05 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:42:05 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:42:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:42:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:42:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:42:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:42:05 spire-1.2.1/pkg/server/catalog/ 19:42:05 spire-1.2.1/pkg/server/catalog/catalog.go 19:42:05 spire-1.2.1/pkg/server/catalog/keymanager.go 19:42:05 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:42:05 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:42:05 spire-1.2.1/pkg/server/catalog/notifier.go 19:42:05 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:42:05 spire-1.2.1/pkg/server/config.go 19:42:05 spire-1.2.1/pkg/server/datastore/ 19:42:05 spire-1.2.1/pkg/server/datastore/datastore.go 19:42:05 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:42:05 spire-1.2.1/pkg/server/datastore/repository.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:42:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:42:05 spire-1.2.1/pkg/server/endpoints/ 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/ 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:42:05 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:42:05 spire-1.2.1/pkg/server/endpoints/config.go 19:42:05 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:42:05 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:42:05 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:42:05 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:42:05 spire-1.2.1/pkg/server/endpoints/middleware.go 19:42:05 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:42:05 spire-1.2.1/pkg/server/hostservice/ 19:42:05 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:42:05 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:42:05 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:42:05 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:42:05 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:42:05 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:42:05 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:42:05 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/ 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/ 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:42:05 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:42:05 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:42:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:42:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:42:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:42:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:42:05 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:42:05 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:42:05 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/ 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:42:05 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:42:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:42:05 spire-1.2.1/pkg/server/registration/ 19:42:05 spire-1.2.1/pkg/server/registration/manager.go 19:42:05 spire-1.2.1/pkg/server/registration/manager_test.go 19:42:05 spire-1.2.1/pkg/server/scanentries.go 19:42:05 spire-1.2.1/pkg/server/scanentries_test.go 19:42:05 spire-1.2.1/pkg/server/server.go 19:42:05 spire-1.2.1/pkg/server/server_test.go 19:42:05 spire-1.2.1/pkg/server/svid/ 19:42:05 spire-1.2.1/pkg/server/svid/observer.go 19:42:05 spire-1.2.1/pkg/server/svid/observer_test.go 19:42:05 spire-1.2.1/pkg/server/svid/rotator.go 19:42:05 spire-1.2.1/pkg/server/svid/rotator_config.go 19:42:05 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:42:05 spire-1.2.1/pkg/server/svid/rotator_test.go 19:42:05 spire-1.2.1/proto/ 19:42:05 spire-1.2.1/proto/private/ 19:42:05 spire-1.2.1/proto/private/server/ 19:42:05 spire-1.2.1/proto/private/server/journal/ 19:42:05 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:42:05 spire-1.2.1/proto/private/server/journal/journal.proto 19:42:05 spire-1.2.1/proto/spire/ 19:42:05 spire-1.2.1/proto/spire/common/ 19:42:05 spire-1.2.1/proto/spire/common/common.pb.go 19:42:05 spire-1.2.1/proto/spire/common/common.proto 19:42:05 spire-1.2.1/proto/spire/common/plugin/ 19:42:05 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:42:05 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:42:05 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:42:05 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:42:05 spire-1.2.1/proto/spire/plugin/ 19:42:05 spire-1.2.1/proto/spire/plugin/agent/ 19:42:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:42:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:42:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:42:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:42:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:42:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:42:05 spire-1.2.1/release/ 19:42:05 spire-1.2.1/release/spire-extras/ 19:42:05 spire-1.2.1/release/spire-extras/README.md 19:42:05 spire-1.2.1/release/spire-extras/conf/ 19:42:05 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:42:05 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:42:05 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:42:05 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:42:05 spire-1.2.1/release/spire/ 19:42:05 spire-1.2.1/release/spire/README.md 19:42:05 spire-1.2.1/release/spire/conf/ 19:42:05 spire-1.2.1/release/spire/conf/agent/ 19:42:05 spire-1.2.1/release/spire/conf/agent/agent.conf 19:42:05 spire-1.2.1/release/spire/conf/server/ 19:42:05 spire-1.2.1/release/spire/conf/server/server.conf 19:42:05 spire-1.2.1/script/ 19:42:05 spire-1.2.1/script/build-artifact.sh 19:42:05 spire-1.2.1/script/generate_dummy_ca.sh 19:42:05 spire-1.2.1/support/ 19:42:05 spire-1.2.1/support/k8s/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:42:05 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/ 19:42:05 spire-1.2.1/support/oidc-discovery-provider/README.md 19:42:05 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/config.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/main.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:42:05 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:42:05 spire-1.2.1/test/ 19:42:05 spire-1.2.1/test/clock/ 19:42:05 spire-1.2.1/test/clock/clock.go 19:42:05 spire-1.2.1/test/fakes/ 19:42:05 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:42:05 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:42:05 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:42:05 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:42:05 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:42:05 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:42:05 spire-1.2.1/test/fakes/fakeagentstore/ 19:42:05 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:42:05 spire-1.2.1/test/fakes/fakedatastore/ 19:42:05 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:42:05 spire-1.2.1/test/fakes/fakeentryclient/ 19:42:05 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:42:05 spire-1.2.1/test/fakes/fakehealthchecker/ 19:42:05 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:42:05 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:42:05 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:42:05 spire-1.2.1/test/fakes/fakemetrics/ 19:42:05 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:42:05 spire-1.2.1/test/fakes/fakenoderesolver/ 19:42:05 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:42:05 spire-1.2.1/test/fakes/fakenotifier/ 19:42:05 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:42:05 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:42:05 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:42:05 spire-1.2.1/test/fakes/fakeserverca/ 19:42:05 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:42:05 spire-1.2.1/test/fakes/fakeservercatalog/ 19:42:05 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:42:05 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:42:05 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:42:05 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:42:05 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:42:05 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:42:05 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:42:05 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:42:05 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:42:05 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:42:05 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:42:05 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:42:05 spire-1.2.1/test/fixture/ 19:42:05 spire-1.2.1/test/fixture/certs/ 19:42:05 spire-1.2.1/test/fixture/certs/agent_svid.der 19:42:05 spire-1.2.1/test/fixture/certs/base_cert.pem 19:42:05 spire-1.2.1/test/fixture/certs/base_csr.pem 19:42:05 spire-1.2.1/test/fixture/certs/base_key.pem 19:42:05 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:42:05 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:42:05 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:42:05 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:42:05 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:42:05 spire-1.2.1/test/fixture/certs/blog_key.pem 19:42:05 spire-1.2.1/test/fixture/certs/bundle.der 19:42:05 spire-1.2.1/test/fixture/certs/ca.pem 19:42:05 spire-1.2.1/test/fixture/certs/ca_key.pem 19:42:05 spire-1.2.1/test/fixture/certs/database_cert.pem 19:42:05 spire-1.2.1/test/fixture/certs/database_csr.pem 19:42:05 spire-1.2.1/test/fixture/certs/database_key.pem 19:42:05 spire-1.2.1/test/fixture/certs/node_cert.pem 19:42:05 spire-1.2.1/test/fixture/certs/node_csr.pem 19:42:05 spire-1.2.1/test/fixture/certs/node_key.pem 19:42:05 spire-1.2.1/test/fixture/certs/svid.pem 19:42:05 spire-1.2.1/test/fixture/certs/svid_key.pem 19:42:05 spire-1.2.1/test/fixture/config/ 19:42:05 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:42:05 spire-1.2.1/test/fixture/config/agent_good.conf 19:42:05 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:42:05 spire-1.2.1/test/fixture/config/plugin_good.conf 19:42:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:42:05 spire-1.2.1/test/fixture/config/server_good.conf 19:42:05 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:42:05 spire-1.2.1/test/fixture/fixture.go 19:42:05 spire-1.2.1/test/fixture/nodeattestor/ 19:42:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:42:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:42:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:42:05 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:42:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:42:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:42:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:42:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:42:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:42:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:42:05 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:42:05 spire-1.2.1/test/fixture/registration/ 19:42:05 spire-1.2.1/test/fixture/registration/entries.json 19:42:05 spire-1.2.1/test/fixture/registration/good-for-update.json 19:42:05 spire-1.2.1/test/fixture/registration/good.json 19:42:05 spire-1.2.1/test/fixture/registration/invalid.json 19:42:05 spire-1.2.1/test/fixture/registration/invalid_json.json 19:42:05 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:42:05 spire-1.2.1/test/integration/ 19:42:05 spire-1.2.1/test/integration/README.md 19:42:05 spire-1.2.1/test/integration/common 19:42:05 spire-1.2.1/test/integration/setup/ 19:42:05 spire-1.2.1/test/integration/setup/adminclient/ 19:42:05 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:42:05 spire-1.2.1/test/integration/setup/adminclient/client.go 19:42:05 spire-1.2.1/test/integration/setup/debugagent/ 19:42:05 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:42:05 spire-1.2.1/test/integration/setup/debugagent/main.go 19:42:05 spire-1.2.1/test/integration/setup/debugserver/ 19:42:05 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:42:05 spire-1.2.1/test/integration/setup/debugserver/main.go 19:42:05 spire-1.2.1/test/integration/setup/downstreamclient/ 19:42:05 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:42:05 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:42:05 spire-1.2.1/test/integration/setup/itclient/ 19:42:05 spire-1.2.1/test/integration/setup/itclient/client.go 19:42:05 spire-1.2.1/test/integration/setup/node-attestation/ 19:42:05 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:42:05 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:42:05 spire-1.2.1/test/integration/setup/x509pop/ 19:42:05 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:42:05 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:42:05 spire-1.2.1/test/integration/suites/ 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:42:05 spire-1.2.1/test/integration/suites/join-token/ 19:42:05 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:42:05 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:42:05 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:42:05 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:42:05 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:42:05 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:42:05 spire-1.2.1/test/integration/suites/join-token/README.md 19:42:05 spire-1.2.1/test/integration/suites/join-token/conf/ 19:42:05 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/join-token/teardown 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:42:05 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:42:05 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:42:05 spire-1.2.1/test/integration/suites/k8s/ 19:42:05 spire-1.2.1/test/integration/suites/k8s/00-setup 19:42:05 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:42:05 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:42:05 spire-1.2.1/test/integration/suites/k8s/README.md 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/ 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:42:05 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:42:05 spire-1.2.1/test/integration/suites/k8s/teardown 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/ 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:42:05 spire-1.2.1/test/integration/suites/rotation/ 19:42:05 spire-1.2.1/test/integration/suites/rotation/00-setup 19:42:05 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:42:05 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:42:05 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:42:05 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:42:05 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:42:05 spire-1.2.1/test/integration/suites/rotation/README.md 19:42:05 spire-1.2.1/test/integration/suites/rotation/conf/ 19:42:05 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/rotation/teardown 19:42:05 spire-1.2.1/test/integration/suites/self-test/ 19:42:05 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:42:05 spire-1.2.1/test/integration/suites/self-test/README.md 19:42:05 spire-1.2.1/test/integration/suites/self-test/teardown 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:42:05 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:42:05 spire-1.2.1/test/integration/suites/upgrade/ 19:42:05 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:42:05 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:42:05 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:42:05 spire-1.2.1/test/integration/suites/upgrade/README.md 19:42:05 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:42:05 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:42:05 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:42:05 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:42:05 spire-1.2.1/test/integration/suites/upgrade/teardown 19:42:05 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:42:05 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:42:05 spire-1.2.1/test/integration/test-one.sh 19:42:05 spire-1.2.1/test/integration/test.sh 19:42:05 spire-1.2.1/test/plugintest/ 19:42:05 spire-1.2.1/test/plugintest/config.go 19:42:05 spire-1.2.1/test/plugintest/load.go 19:42:05 spire-1.2.1/test/plugintest/option.go 19:42:05 spire-1.2.1/test/spiretest/ 19:42:05 spire-1.2.1/test/spiretest/apiserver.go 19:42:05 spire-1.2.1/test/spiretest/assertions.go 19:42:05 spire-1.2.1/test/spiretest/dir.go 19:42:05 spire-1.2.1/test/spiretest/errors_posix.go 19:42:05 spire-1.2.1/test/spiretest/errors_windows.go 19:42:05 spire-1.2.1/test/spiretest/logs.go 19:42:05 spire-1.2.1/test/spiretest/socketapi.go 19:42:05 spire-1.2.1/test/spiretest/suite.go 19:42:05 spire-1.2.1/test/spiretest/x509.go 19:42:05 spire-1.2.1/test/testca/ 19:42:05 spire-1.2.1/test/testca/ca.go 19:42:05 spire-1.2.1/test/testkey/ 19:42:05 spire-1.2.1/test/testkey/generate.sh 19:42:05 spire-1.2.1/test/testkey/genkeys.go 19:42:05 spire-1.2.1/test/testkey/keys.go 19:42:05 spire-1.2.1/test/testkey/new.go 19:42:05 spire-1.2.1/test/tpmsimulator/ 19:42:05 spire-1.2.1/test/tpmsimulator/simulator.go 19:42:05 spire-1.2.1/test/util/ 19:42:05 spire-1.2.1/test/util/cert_fixtures.go 19:42:05 spire-1.2.1/test/util/cert_generation.go 19:42:05 spire-1.2.1/test/util/io_redirection.go 19:42:05 spire-1.2.1/test/util/race.go 19:42:05 spire-1.2.1/test/util/util.go 19:42:05 building spire from source... 19:42:06 Installing go1.17.7... 19:42:06 Removing intermediate container d4ce7942bea9 19:42:06 ---> e242eff01abb 19:42:06 19:42:06 Step 10/22 : FROM alpine:3.14 19:42:06 ---> ac73e934f311 19:42:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:42:06 ---> Running in f8861279b817 19:42:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:42:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:42:10 (1/2) Installing ca-certificates (20211220-r0) 19:42:10 (2/2) Installing dumb-init (1.2.5-r1) 19:42:10 Executing busybox-1.33.1-r7.trigger 19:42:10 Executing ca-certificates-20211220-r0.trigger 19:42:11 OK: 6 MiB in 16 packages 19:42:14 Removing intermediate container f8861279b817 19:42:14 ---> c3ce38ab3848 19:42:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:42:14 ---> Running in 8940bf821125 19:42:14 Removing intermediate container 8940bf821125 19:42:14 ---> 2407ba0272c7 19:42:14 Step 13/22 : ENV APP_PORT=59860 19:42:14 ---> Running in 265e07e596c1 19:42:15 Removing intermediate container 265e07e596c1 19:42:15 ---> f8a7e49eca29 19:42:15 Step 14/22 : EXPOSE $APP_PORT 19:42:15 ---> Running in 88b8f09f3125 19:42:15 Removing intermediate container 88b8f09f3125 19:42:15 ---> 325bfc1871e5 19:42:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:42:16 ---> 4892bfbc96fe 19:42:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:42:19 ---> 95a4d7161329 19:42:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:42:20 ---> a378086547d2 19:42:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:42:20 ---> Running in e9fc36ae4b82 19:42:21 Removing intermediate container e9fc36ae4b82 19:42:21 ---> fb0e87840e74 19:42:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:42:21 ---> Running in 36eae6ef77fc 19:42:21 Removing intermediate container 36eae6ef77fc 19:42:21 ---> acd75035e3ca 19:42:21 Step 20/22 : LABEL arch=arm64 19:42:21 ---> Running in 8752a3695215 19:42:22 Removing intermediate container 8752a3695215 19:42:22 ---> b5288566d228 19:42:22 Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:42:22 ---> Running in 83ba42d7b518 19:42:22 Removing intermediate container 83ba42d7b518 19:42:22 ---> 0c9349e53ba1 19:42:23 Step 22/22 : LABEL version=0.0.0 19:42:23 ---> Running in 377a7937ce32 19:42:23 Removing intermediate container 377a7937ce32 19:42:23 ---> 4e940a1fec36 19:42:23 19:42:24 Successfully built 4e940a1fec36 19:42:24 Successfully tagged support-notifications-arm64:latest 19:42:24  Building support-notifications ... done Building security-proxy-setup 19:42:39 Building bin/spire-server... 19:42:39 go: downloading github.com/mitchellh/cli v1.1.2 19:42:39 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:42:39 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:42:39 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:42:39 go: downloading google.golang.org/grpc v1.44.0 19:42:45 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:42:45 go: downloading github.com/imdario/mergo v0.3.12 19:42:45 go: downloading github.com/sirupsen/logrus v1.8.1 19:42:45 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:42:45 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:42:46 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:42:47 go: downloading github.com/fatih/color v1.13.0 19:42:47 go: downloading github.com/mattn/go-isatty v0.0.14 19:42:47 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:42:47 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:42:47 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:42:47 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:42:48 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:42:48 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:42:49 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:42:49 go: downloading github.com/armon/go-metrics v0.3.10 19:42:50 go: downloading github.com/prometheus/client_golang v1.12.1 19:42:50 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:42:51 go: downloading github.com/open-policy-agent/opa v0.38.0 19:42:55 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:42:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:42:55 ---> 4a84a9e68dca 19:42:55 Step 3/22 : WORKDIR /edgex-go 19:42:55 ---> Using cache 19:42:55 ---> b2a67a328509 19:42:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:55 ---> Using cache 19:42:55 ---> f15f3df6ce47 19:42:55 Step 5/22 : RUN apk add --update --no-cache make git 19:42:55 ---> Using cache 19:42:55 ---> 08d74264e483 19:42:55 Step 6/22 : COPY go.mod vendor* ./ 19:42:55 ---> Using cache 19:42:55 ---> dde6408d5905 19:42:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:42:55 ---> Using cache 19:42:55 ---> 757f3bdce42b 19:42:55 Step 8/22 : COPY . . 19:42:55 ---> Using cache 19:42:55 ---> b9f30e0ab2a4 19:42:55 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:42:57 ---> Running in 6ee6070560b6 19:42:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:43:18 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:43:18 go: downloading github.com/mattn/go-colorable v0.1.12 19:43:18 go: downloading github.com/Masterminds/goutils v1.1.0 19:43:18 go: downloading github.com/Masterminds/semver v1.5.0 19:43:18 go: downloading github.com/google/uuid v1.1.2 19:43:18 go: downloading github.com/huandu/xstrings v1.3.2 19:43:18 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:43:18 go: downloading github.com/oklog/run v1.0.0 19:43:18 go: downloading github.com/imkira/go-observer v1.0.3 19:43:18 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:43:18 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:43:18 go: downloading github.com/prometheus/client_model v0.2.0 19:43:18 go: downloading github.com/prometheus/common v0.32.1 19:43:18 go: downloading github.com/beorn7/perks v1.0.1 19:43:18 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:43:18 go: downloading github.com/prometheus/procfs v0.7.3 19:43:18 go: downloading go.uber.org/atomic v1.9.0 19:43:19 go: downloading github.com/hashicorp/errwrap v1.1.0 19:43:19 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:43:19 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:43:19 go: downloading github.com/blang/semver/v4 v4.0.0 19:43:19 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:43:19 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:43:20 go: downloading github.com/jinzhu/gorm v1.9.16 19:43:20 go: downloading github.com/lib/pq v1.10.4 19:43:20 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:43:20 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:43:21 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:43:22 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:43:24 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:43:31 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:43:31 go: downloading github.com/stretchr/testify v1.7.0 19:43:31 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:43:31 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:43:53 go: downloading google.golang.org/api v0.70.0 19:43:53 go: downloading k8s.io/client-go v0.23.4 19:43:53 go: downloading k8s.io/api v0.23.4 19:44:00 Removing intermediate container d4831ac255bf 19:44:00 ---> 187c54b0c533 19:44:00 19:44:00 Step 10/23 : FROM alpine:3.14 19:44:00 ---> ac73e934f311 19:44:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:44:00 ---> Using cache 19:44:00 ---> 001d3249669c 19:44:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:44:00 ---> Using cache 19:44:00 ---> 95954cf05ebe 19:44:00 Step 13/23 : ENV APP_PORT=59882 19:44:01 ---> Running in 6e50b0c70829 19:44:01 Removing intermediate container 6e50b0c70829 19:44:01 ---> 6c43dd065a60 19:44:01 Step 14/23 : EXPOSE $APP_PORT 19:44:01 ---> Running in 14228db22e6a 19:44:02 Removing intermediate container 14228db22e6a 19:44:02 ---> 1f028fa73ed9 19:44:02 Step 15/23 : WORKDIR / 19:44:02 ---> Running in e68a56de6f0c 19:44:03 Removing intermediate container e68a56de6f0c 19:44:03 ---> 6d18a236be5f 19:44:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:44:04 ---> c5dd288459e7 19:44:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:44:06 ---> 649606944c32 19:44:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:44:06 ---> daaa38d0066b 19:44:06 Step 19/23 : ENTRYPOINT ["/core-command"] 19:44:06 ---> Running in 32b8e2805875 19:44:07 Removing intermediate container 32b8e2805875 19:44:07 ---> 03befd52c2ac 19:44:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:44:07 ---> Running in bd1dfca3f5a6 19:44:08 Removing intermediate container bd1dfca3f5a6 19:44:08 ---> 28bc20dc070a 19:44:08 Step 21/23 : LABEL arch=arm64 19:44:08 ---> Running in db214446e91e 19:44:08 Removing intermediate container db214446e91e 19:44:09 ---> 29f888a8b1cd 19:44:09 Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:44:09 ---> Running in 2a0694206c8b 19:44:09 go: downloading github.com/google/go-tpm v0.3.3 19:44:09 Removing intermediate container 2a0694206c8b 19:44:09 ---> 2af888f7b2a2 19:44:09 Step 23/23 : LABEL version=0.0.0 19:44:09 ---> Running in 50f39d6a6dc6 19:44:09 go: downloading cloud.google.com/go/storage v1.21.0 19:44:10 Removing intermediate container 50f39d6a6dc6 19:44:10 ---> 9bc096db7287 19:44:10 19:44:10 Successfully built 9bc096db7287 19:44:10 Successfully tagged core-command-arm64:latest 19:44:10  Building core-command ... done Building core-data 19:44:10 go: downloading cloud.google.com/go v0.100.2 19:44:12 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:44:39 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:44:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:44:39 ---> 4a84a9e68dca 19:44:39 Step 3/23 : WORKDIR /edgex-go 19:44:39 ---> Using cache 19:44:39 ---> b2a67a328509 19:44:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:39 ---> Using cache 19:44:39 ---> f15f3df6ce47 19:44:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:44:39 ---> Running in df60efe7ed8f 19:44:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:44:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:44:42 OK: 220 MiB in 52 packages 19:44:44 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:44:44 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:44:44 Removing intermediate container df60efe7ed8f 19:44:44 ---> 73839e0683a7 19:44:44 Step 6/23 : COPY go.mod vendor* ./ 19:44:44 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:44:44 go: downloading k8s.io/apimachinery v0.23.4 19:44:45  ---> b58455a1c37d 19:44:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:45 ---> Running in df467c5fe8a1 19:44:47 go: downloading k8s.io/kube-aggregator v0.23.3 19:44:47 go: downloading cloud.google.com/go/security v1.3.0 19:44:48 go: downloading github.com/hashicorp/vault/api v1.4.1 19:44:48 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:44:49 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:44:50 Removing intermediate container df467c5fe8a1 19:44:50 ---> df85087751f0 19:44:50 Step 8/23 : COPY . . 19:44:51 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:44:51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:44:51 go: downloading github.com/twmb/murmur3 v1.1.6 19:44:51 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:44:52 go: downloading gopkg.in/yaml.v2 v2.4.0 19:44:52 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:44:52 go: downloading github.com/gobwas/glob v0.2.3 19:44:53 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:44:53 go: downloading github.com/jinzhu/inflection v1.0.0 19:44:53 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:44:53 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:44:54 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:44:54 go: downloading github.com/aws/smithy-go v1.11.0 19:44:55 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:44:55 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:44:56 go: downloading github.com/gogo/protobuf v1.3.2 19:45:03 go: downloading cloud.google.com/go/compute v1.3.0 19:45:03 go: downloading cloud.google.com/go/iam v0.1.1 19:45:03 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:45:04 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:45:05 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:45:05 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:45:05 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:45:05 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:45:05 go: downloading github.com/dimchansky/utfbom v1.1.1 19:45:05 go: downloading k8s.io/klog/v2 v2.30.0 19:45:05 go: downloading github.com/google/gofuzz v1.1.0 19:45:06 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:45:07 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:45:08 go: downloading github.com/spf13/pflag v1.0.5 19:45:08 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:45:08 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:45:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:45:08 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:45:09 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:45:09 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:45:11 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:45:11 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:45:11 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:45:11  ---> 54a26d197a84 19:45:11 Step 9/23 : RUN make cmd/core-data/core-data 19:45:11 ---> Running in 236476aac037 19:45:12 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:45:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:45:12 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:45:13 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:45:14 go: downloading go.opencensus.io v0.23.0 19:45:15 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:45:15 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:45:15 go: downloading gopkg.in/inf.v0 v0.9.1 19:45:15 go: downloading github.com/go-logr/logr v1.2.2 19:45:16 go: downloading github.com/google/go-cmp v0.5.7 19:45:16 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:45:16 go: downloading github.com/json-iterator/go v1.1.12 19:45:17 go: downloading github.com/googleapis/gnostic v0.5.5 19:45:21 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:45:21 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:45:21 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:45:24 go: downloading github.com/tklauser/numcpus v0.3.0 19:45:24 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:45:24 go: downloading go.uber.org/zap v1.21.0 19:45:25 go: downloading sigs.k8s.io/yaml v1.3.0 19:45:25 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:45:25 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:45:25 go: downloading github.com/modern-go/reflect2 v1.0.2 19:45:25 go: downloading github.com/ryanuber/go-glob v1.0.0 19:45:25 go: downloading github.com/golang/snappy v0.0.4 19:45:26 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:45:36 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:45:36 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:45:36 go: downloading github.com/hashicorp/go-version v1.2.0 19:45:36 go: downloading go.uber.org/multierr v1.6.0 19:46:03 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:46:03 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:48: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/secrets-config ./cmd/secrets-config 19:48:18 Removing intermediate container 6ee6070560b6 19:48:18 ---> aad14a47fae1 19:48:18 19:48:18 Step 10/22 : FROM alpine:3.14 19:48:18 ---> ac73e934f311 19:48:18 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:48:18 ---> Running in 410eff90b481 19:48:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:48:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:48:21 (1/6) Installing ca-certificates (20211220-r0) 19:48:21 (2/6) Installing brotli-libs (1.0.9-r5) 19:48:21 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:48:21 (4/6) Installing libcurl (7.79.1-r0) 19:48:21 (5/6) Installing curl (7.79.1-r0) 19:48:21 (6/6) Installing dumb-init (1.2.5-r1) 19:48:21 Executing busybox-1.33.1-r7.trigger 19:48:21 Executing ca-certificates-20211220-r0.trigger 19:48:21 OK: 8 MiB in 20 packages 19:48:23 Removing intermediate container 410eff90b481 19:48:23 ---> 3ebb95109fd8 19:48:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:48:24 ---> Running in 523b7d6b4a74 19:48:24 Removing intermediate container 523b7d6b4a74 19:48:24 ---> 0f84e740c527 19:48:24 Step 13/22 : WORKDIR /edgex 19:48:24 ---> Running in 0eaa00489c72 19:48:25 Removing intermediate container 0eaa00489c72 19:48:25 ---> c78dbce47cbe 19:48:25 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:48:26 ---> bbc18ea87a3f 19:48:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:48:27 ---> 542efd7f3b4d 19:48:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:48:29 ---> 2eaa6a0170f2 19:48:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:48:30 ---> 0643b032a538 19:48:30 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:48:30 ---> Running in 3c13573965d3 19:48:33 Removing intermediate container 3c13573965d3 19:48:33 ---> 0b846b016094 19:48:33 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:48:33 ---> Running in df259b36fdfa 19:48:34 Removing intermediate container df259b36fdfa 19:48:34 ---> d98363fa890b 19:48:34 Step 20/22 : LABEL arch=arm64 19:48:34 ---> Running in 4aab0760f3e7 19:48:34 Removing intermediate container 4aab0760f3e7 19:48:34 ---> f098b9db9778 19:48:34 Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:48:35 ---> Running in 24f42b5f0801 19:48:35 Removing intermediate container 24f42b5f0801 19:48:35 ---> 7fd62baca366 19:48:35 Step 22/22 : LABEL version=0.0.0 19:48:35 ---> Running in 92b642ae77c3 19:48:35 Removing intermediate container 92b642ae77c3 19:48:35 ---> 666a61b362f6 19:48:35 19:48:36 Successfully built 666a61b362f6 19:48:36 Successfully tagged security-proxy-setup-arm64:latest 19:50:58  Building security-proxy-setup ... done Removing intermediate container 236476aac037 19:50:58 ---> a36b53a46404 19:50:58 19:50:58 Step 10/23 : FROM alpine:3.14 19:50:58 ---> ac73e934f311 19:50:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:50:58 ---> Running in 6a00baef340d 19:50:58 Removing intermediate container 6a00baef340d 19:50:58 ---> 8f21e2197cb8 19:50:58 Step 12/23 : ENV APP_PORT=59880 19:50:58 ---> Running in 50b36db78627 19:50:58 Removing intermediate container 50b36db78627 19:50:58 ---> ba0526c3ac6c 19:50:58 Step 13/23 : EXPOSE $APP_PORT 19:50:58 ---> Running in 2060000ccea9 19:50:58 Removing intermediate container 2060000ccea9 19:50:58 ---> 26e834339125 19:50:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:58 ---> Running in 56d2166aa689 19:51:01 Removing intermediate container 56d2166aa689 19:51:01 ---> 3352fe5a5eef 19:51:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:51:01 ---> Running in 9f822d047baa 19:51:03 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:51:04 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:51:05 (1/6) Installing dumb-init (1.2.5-r1) 19:51:05 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:51:05 (3/6) Installing libsodium (1.0.18-r0) 19:51:05 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:51:05 (5/6) Installing libzmq (4.3.4-r0) 19:51:05 (6/6) Installing zeromq (4.3.4-r0) 19:51:05 Executing busybox-1.33.1-r7.trigger 19:51:05 OK: 8 MiB in 20 packages 19:51:07 Removing intermediate container 9f822d047baa 19:51:07 ---> ec82844ee0a8 19:51:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:51:08 ---> fedc4d919f11 19:51:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:51:10 ---> e9cd673ba73f 19:51:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:51:11 ---> af543218938a 19:51:11 Step 19/23 : ENTRYPOINT ["/core-data"] 19:51:11 ---> Running in b7c1ae9a7a33 19:51:12 Removing intermediate container b7c1ae9a7a33 19:51:12 ---> 249629b39eb0 19:51:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:51:12 ---> Running in c597cd5d033e 19:51:12 Removing intermediate container c597cd5d033e 19:51:12 ---> d5d77de44f2c 19:51:12 Step 21/23 : LABEL arch=arm64 19:51:12 ---> Running in b63d14e7fddb 19:51:13 Removing intermediate container b63d14e7fddb 19:51:13 ---> 38739b644092 19:51:13 Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 19:51:13 ---> Running in cfbe6e768280 19:51:14 Removing intermediate container cfbe6e768280 19:51:14 ---> 3d236f7ffb3d 19:51:14 Step 23/23 : LABEL version=0.0.0 19:51:14 ---> Running in 7d42f4fb1a9b 19:51:14 Removing intermediate container 7d42f4fb1a9b 19:51:14 ---> b23861280d04 19:51:14 19:51:14 Successfully built b23861280d04 19:51:14 Successfully tagged core-data-arm64:latest 20:07:08  Building core-data ... done Building bin/spire-agent... 20:07:08 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:07:08 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:07:08 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:07:08 go: downloading github.com/docker/docker v20.10.12+incompatible 20:07:08 go: downloading github.com/google/go-tpm-tools v0.3.3 20:07:10 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:07:10 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:07:11 go: downloading github.com/docker/go-units v0.4.0 20:07:11 go: downloading github.com/docker/go-connections v0.4.0 20:07:11 go: downloading github.com/opencontainers/image-spec v1.0.1 20:07:11 go: downloading github.com/containerd/containerd v1.3.4 20:07:11 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:07:11 go: downloading github.com/opencontainers/go-digest v1.0.0 20:12:04 Building bin/spire-agent... 20:12:04 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:12:04 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:12:04 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:12:04 go: downloading github.com/docker/docker v20.10.12+incompatible 20:12:04 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:12:04 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:12:04 go: downloading github.com/google/go-tpm-tools v0.3.3 20:12:04 go: downloading github.com/docker/go-connections v0.4.0 20:12:04 go: downloading github.com/docker/go-units v0.4.0 20:12:04 go: downloading github.com/opencontainers/image-spec v1.0.1 20:12:04 go: downloading github.com/containerd/containerd v1.3.4 20:12:04 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:12:04 go: downloading github.com/opencontainers/go-digest v1.0.0 20:13:56 Removing intermediate container eb5548727fed 20:13:56 ---> 4d48612fffae 20:13:56 20:13:56 Step 13/26 : FROM alpine:3.15 20:13:56 ---> 3fb3c9af89a9 20:13:56 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:13:56 ---> Using cache 20:13:56 ---> e85aa3d18375 20:13:56 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:56 ---> Using cache 20:13:56 ---> 5c31d73e0e9b 20:13:56 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:13:56 ---> Running in 9be3c8922e31 20:13:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:13:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:13:56 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 20:13:56 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 20:13:56 OK: 15730 distinct packages available 20:13:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:13:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:13:56 (1/5) Installing dumb-init (1.2.5-r1) 20:13:56 (2/5) Installing musl-obstack (1.2.3-r0) 20:13:56 (3/5) Installing libucontext (1.1-r0) 20:13:56 (4/5) Installing gcompat (1.0.0-r4) 20:13:56 (5/5) Installing openssl (1.1.1n-r0) 20:13:57 Executing busybox-1.34.1-r5.trigger 20:13:57 OK: 6 MiB in 19 packages 20:13:58 Removing intermediate container 9be3c8922e31 20:13:58 ---> a2acc79cbf90 20:13:58 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 20:14:01 ---> ad5b417b0af7 20:14:01 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:14:06 ---> ba11814d21c1 20:14:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:14:06 ---> 2ceeae4fec8a 20:14:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:14:07 ---> a2360b3b797d 20:14:07 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:14:08 ---> 5b6891f0e7f3 20:14:08 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:14:08 ---> Running in 311ba629fd34 20:14:09 Removing intermediate container 311ba629fd34 20:14:09 ---> aacf58f64393 20:14:09 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:14:09 ---> Running in 8471cd9fd55c 20:14:09 Removing intermediate container 8471cd9fd55c 20:14:09 ---> b88dd79c716b 20:14:09 Step 24/26 : LABEL arch=arm64 20:14:10 ---> Running in a95c4c3bfd10 20:14:10 Removing intermediate container a95c4c3bfd10 20:14:10 ---> 912a6901cc76 20:14:10 Step 25/26 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 20:14:10 ---> Running in f61b2fb8ffb6 20:14:11 Removing intermediate container f61b2fb8ffb6 20:14:11 ---> 0be32488dd06 20:14:11 Step 26/26 : LABEL version=0.0.0 20:14:11 ---> Running in d9302cd71e34 20:14:12 Removing intermediate container d9302cd71e34 20:14:12 ---> a7abf7292072 20:14:12 20:14:12 Successfully built a7abf7292072 20:14:12 Successfully tagged security-spire-agent-arm64:latest 20:16:34  Building security-spire-agent ... done Building bin/spire-agent... 20:16:34 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:16:34 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:16:34 go: downloading github.com/docker/docker v20.10.12+incompatible 20:16:34 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:16:34 go: downloading github.com/google/go-tpm-tools v0.3.3 20:16:34 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:16:34 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:16:34 go: downloading github.com/docker/go-connections v0.4.0 20:16:34 go: downloading github.com/docker/go-units v0.4.0 20:16:34 go: downloading github.com/opencontainers/image-spec v1.0.1 20:16:34 go: downloading github.com/containerd/containerd v1.3.4 20:16:34 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:16:34 go: downloading github.com/opencontainers/go-digest v1.0.0 20:17:30 Removing intermediate container 25fb7df72618 20:17:30 ---> b3396dc04b49 20:17:30 20:17:30 Step 13/25 : FROM alpine:3.15 20:17:30 ---> 3fb3c9af89a9 20:17:30 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:17:30 ---> Using cache 20:17:30 ---> e85aa3d18375 20:17:30 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:17:30 ---> Using cache 20:17:30 ---> 5c31d73e0e9b 20:17:30 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:17:30 ---> Using cache 20:17:30 ---> a2acc79cbf90 20:17:30 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:17:32 ---> 18c7176e4996 20:17:32 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:17:33 ---> 96e2c29d1b7a 20:17:33 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:17:34 ---> d91ba6f1e520 20:17:34 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:17:35 ---> 75e25df65fb2 20:17:35 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:17:35 ---> Running in dfa7d89ad172 20:17:35 Removing intermediate container dfa7d89ad172 20:17:35 ---> 2eb58f6e016f 20:17:35 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:17:35 ---> Running in af98cdd22bbc 20:17:36 Removing intermediate container af98cdd22bbc 20:17:36 ---> 743ce404fd9f 20:17:36 Step 23/25 : LABEL arch=arm64 20:17:36 ---> Running in 6b085b11d5ea 20:17:36 Removing intermediate container 6b085b11d5ea 20:17:36 ---> 5578436fe24e 20:17:36 Step 24/25 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 20:17:36 ---> Running in 709b7ba0e8b5 20:17:37 Removing intermediate container 709b7ba0e8b5 20:17:37 ---> 7ad7a52d0342 20:17:37 Step 25/25 : LABEL version=0.0.0 20:17:37 ---> Running in 234630be536a 20:17:37 Removing intermediate container 234630be536a 20:17:37 ---> 6e5378297bc6 20:17:37 20:17:37 Successfully built 6e5378297bc6 20:17:37 Successfully tagged security-spire-server-arm64:latest 20:20:44  Building security-spire-server ... done Removing intermediate container 128efc01ba63 20:20:44 ---> 0f714177db7a 20:20:44 20:20:44 Step 13/26 : FROM alpine:3.15 20:20:44 ---> 3fb3c9af89a9 20:20:44 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:20:44 ---> Using cache 20:20:44 ---> e85aa3d18375 20:20:44 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:44 ---> Using cache 20:20:44 ---> 5c31d73e0e9b 20:20:44 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:20:44 ---> Running in 348b1aec4345 20:20:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:20:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:20:44 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 20:20:44 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 20:20:44 OK: 15730 distinct packages available 20:20:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:20:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:20:44 (1/4) Installing dumb-init (1.2.5-r1) 20:20:44 (2/4) Installing musl-obstack (1.2.3-r0) 20:20:44 (3/4) Installing libucontext (1.1-r0) 20:20:44 (4/4) Installing gcompat (1.0.0-r4) 20:20:44 Executing busybox-1.34.1-r5.trigger 20:20:44 OK: 6 MiB in 18 packages 20:20:44 Removing intermediate container 348b1aec4345 20:20:44 ---> 40135ddcb444 20:20:44 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:20:44 ---> 6cb25016c47d 20:20:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:20:45 ---> 19ef0636cd2b 20:20:45 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:20:45 ---> Running in 86e222ed8953 20:20:45 Removing intermediate container 86e222ed8953 20:20:45 ---> 6578b62ed401 20:20:45 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:20:46 ---> 11c13f2e3e7f 20:20:46 Step 21/26 : WORKDIR / 20:20:46 ---> Running in a91c6374865a 20:20:46 Removing intermediate container a91c6374865a 20:20:46 ---> 8a1472a8d562 20:20:46 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:20:46 ---> Running in 4c94fd168673 20:20:47 Removing intermediate container 4c94fd168673 20:20:47 ---> 8a14102fc0ec 20:20:47 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:20:47 ---> Running in aa5d1960343c 20:20:47 Removing intermediate container aa5d1960343c 20:20:47 ---> 3bfb3c811a22 20:20:47 Step 24/26 : LABEL arch=arm64 20:20:47 ---> Running in 064218294ff2 20:20:47 Removing intermediate container 064218294ff2 20:20:47 ---> ebfe4b2e7281 20:20:47 Step 25/26 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b 20:20:48 ---> Running in b65a767c97b5 20:20:48 Removing intermediate container b65a767c97b5 20:20:48 ---> bd8edaa25aac 20:20:48 Step 26/26 : LABEL version=0.0.0 20:20:48 ---> Running in 4869ada3fe94 20:20:48 Removing intermediate container 4869ada3fe94 20:20:48 ---> 0836ade4faca 20:20:48 20:20:49 Successfully built 0836ade4faca 20:20:49 Successfully tagged security-spire-config-arm64:latest 20:20:49  Building security-spire-config ... done  [Pipeline] } 20:20:49 $ docker stop --time=1 643f62fb8150b65e73189a9bae1965a90c7f70351e01be0b7a31b3e8c0751566 20:20:51 $ docker rm -f 643f62fb8150b65e73189a9bae1965a90c7f70351e01be0b7a31b3e8c0751566 [Pipeline] // withDockerContainer [Pipeline] sh 20:20:51 + docker images 20:20:52 REPOSITORY TAG IMAGE ID CREATED SIZE 20:20:52 security-spire-config-arm64 latest 0836ade4faca 4 seconds ago 85.6MB 20:20:52 0f714177db7a 36 seconds ago 4.14GB 20:20:52 security-spire-server-arm64 latest 6e5378297bc6 3 minutes ago 86.3MB 20:20:52 b3396dc04b49 3 minutes ago 4.14GB 20:20:52 security-spire-agent-arm64 latest a7abf7292072 6 minutes ago 126MB 20:20:52 4d48612fffae 7 minutes ago 4.14GB 20:20:52 core-data-arm64 latest b23861280d04 29 minutes ago 21.6MB 20:20:52 a36b53a46404 29 minutes ago 1.34GB 20:20:52 security-proxy-setup-arm64 latest 666a61b362f6 32 minutes ago 26.1MB 20:20:52 aad14a47fae1 32 minutes ago 1.32GB 20:20:52 core-command-arm64 latest 9bc096db7287 36 minutes ago 15.5MB 20:20:52 187c54b0c533 36 minutes ago 1.31GB 20:20:52 support-notifications-arm64 latest 4e940a1fec36 38 minutes ago 25.8MB 20:20:52 e242eff01abb 38 minutes ago 1.37GB 20:20:52 support-scheduler-arm64 latest 98152ef0823a 39 minutes ago 25.2MB 20:20:52 e668622c55bb 39 minutes ago 1.36GB 20:20:52 core-metadata-arm64 latest 544b79e7ea11 42 minutes ago 16.4MB 20:20:52 6382a65cb87e 42 minutes ago 1.31GB 20:20:52 security-spiffe-token-provider-arm64 latest 3e32cb615944 48 minutes ago 27.9MB 20:20:52 sys-mgmt-agent-arm64 latest 0d8b454eb237 48 minutes ago 282MB 20:20:52 d7b1a8b4196a 48 minutes ago 1.36GB 20:20:52 security-bootstrapper-arm64 latest 7618b22c6e2d 49 minutes ago 18.3MB 20:20:52 security-secretstore-setup-arm64 latest 919cee2bf9fa 49 minutes ago 27.5MB 20:20:52 0b5451be7a4a 50 minutes ago 1.32GB 20:20:52 dd9817db9103 50 minutes ago 1.31GB 20:20:52 7074e4997904 50 minutes ago 1.31GB 20:20:52 ci-base-image-arm64 latest 4a84a9e68dca About an hour ago 886MB 20:20:52 docker 20.10.14 c346e9eafbab 2 weeks ago 202MB 20:20:52 alpine 3.14 ac73e934f311 2 weeks ago 5.34MB 20:20:52 alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB 20:20:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB 20:20:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:20:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:20:53 20:20:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:20:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:20:53 arm64: Pulling from edgex-lftools-log-publisher 20:20:53 8998bd30e6a1: Pulling fs layer 20:20:53 04944245beec: Pulling fs layer 20:20:53 699f458cf7ca: Pulling fs layer 20:20:53 765212b225bb: Pulling fs layer 20:20:53 f23df028b6ca: Pulling fs layer 20:20:53 d65c8cfc05b1: Pulling fs layer 20:20:53 2437ff75d9bd: Pulling fs layer 20:20:53 f23df028b6ca: Waiting 20:20:53 d65c8cfc05b1: Waiting 20:20:53 2437ff75d9bd: Waiting 20:20:53 765212b225bb: Waiting 20:20:53 04944245beec: Verifying Checksum 20:20:53 04944245beec: Download complete 20:20:53 765212b225bb: Verifying Checksum 20:20:53 765212b225bb: Download complete 20:20:54 f23df028b6ca: Verifying Checksum 20:20:54 f23df028b6ca: Download complete 20:20:54 d65c8cfc05b1: Verifying Checksum 20:20:54 d65c8cfc05b1: Download complete 20:20:54 699f458cf7ca: Verifying Checksum 20:20:54 699f458cf7ca: Download complete 20:20:54 8998bd30e6a1: Verifying Checksum 20:20:54 8998bd30e6a1: Download complete 20:20:57 2437ff75d9bd: Verifying Checksum 20:20:57 2437ff75d9bd: Download complete 20:20:59 8998bd30e6a1: Pull complete 20:21:00 04944245beec: Pull complete 20:21:01 699f458cf7ca: Pull complete 20:21:01 765212b225bb: Pull complete 20:21:02 f23df028b6ca: Pull complete 20:21:03 d65c8cfc05b1: Pull complete 20:21:21 2437ff75d9bd: Pull complete 20:21:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:21:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:21:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:21:21 prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container 20:21:21 $ 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:21:25 $ docker top 2a9d9e3cbd7c98dc732e1d47be701db7ccec4066cf7511015619ac2f52c1700e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:21:26 ---> job-cost.sh 20:21:26 lf-activate-venv: SKIPPING 20:21:26 INFO: No Stack... 20:21:26 INFO: Retrieving Pricing Info for: v3-standard-4 20:21:27 INFO: Archiving Costs [Pipeline] sh 20:21:28 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:21:28 + cut -d, -f6 [Pipeline] lock 20:21:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3979-1-stack-cost] 20:21:28 Resource [jenkins-edgexfoundry-edgex-go-PR-3979-1-stack-cost] did not exist. Created. 20:21:28 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3979-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:21:29 + echo total: 0.2199999988079071 [Pipeline] stash 20:21:29 Stashed 1 file(s) [Pipeline] } 20:21:29 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3979-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:21:29 $ docker stop --time=1 2a9d9e3cbd7c98dc732e1d47be701db7ccec4066cf7511015619ac2f52c1700e 20:21:31 $ docker rm -f 2a9d9e3cbd7c98dc732e1d47be701db7ccec4066cf7511015619ac2f52c1700e [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:21:32 provisioning config files... 20:21:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2657624728894482507tmp [Pipeline] { [Pipeline] sh 20:21:32 + set +x 20:21:32 + curl -s https://codecov.io/bash 20:21:32 + bash -s -- 20:21:32 20:21:32 _____ _ 20:21:32 / ____| | | 20:21:32 | | ___ __| | ___ ___ _____ __ 20:21:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:21:32 | |___| (_) | (_| | __/ (_| (_) \ V / 20:21:32 \_____\___/ \__,_|\___|\___\___/ \_/ 20:21:32 Bash-1.0.6 20:21:32 20:21:32 20:21:32 ==> git version 2.25.1 found 20:21:32 ==> 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:21:32 Release-Date: 2020-01-08 20:21:32 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:21:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:21:32 ==> Jenkins CI detected. 20:21:32 current dir:  /w/workspace/edgex-go/1 20:21:32 project root: . 20:21:32 --> token set from env 20:21:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:21:32 ==> Running gcov in . (disable via -X gcov) 20:21:32 ==> Python coveragepy not found 20:21:32 ==> Searching for coverage reports in: 20:21:32 + . 20:21:32 -> Found 1 reports 20:21:32 ==> Detecting git/mercurial file structure 20:21:32 ==> Reading reports 20:21:32 + ./coverage.out bytes=435134 20:21:32 ==> Appending adjustments 20:21:32 https://docs.codecov.io/docs/fixing-reports 20:21:33 + Found adjustments 20:21:33 ==> Gzipping contents 20:21:33 60K /tmp/codecov.gsEu6o.gz 20:21:33 ==> Uploading reports 20:21:33 url: https://codecov.io 20:21:33 query: branch=PR-3979&commit=75f34a50dbcf05074eea60ad1b070efe2775b48b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= 20:21:33 -> Pinging Codecov 20:21:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3979&commit=75f34a50dbcf05074eea60ad1b070efe2775b48b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= 20:21:34 -> Uploading to 20:21:34 https://storage.googleapis.com/codecov/v4/raw/2022-04-19/00271124DB129430A58F1EEE437C3FCB/75f34a50dbcf05074eea60ad1b070efe2775b48b/53842cc0-0d0f-4cf4-aa3a-028d47d6fcd6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220419T202133Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb9fff3bae125e8f8ab6cfd0abaec8838f0f7f3c37ce8c8ecfc5614d74b030f0 20:21:34 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:34 Dload Upload Total Spent Left Speed 20:21:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59831 0 0 100 59831 0 248k --:--:-- --:--:-- --:--:-- 248k 20:21:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/75f34a50dbcf05074eea60ad1b070efe2775b48b [Pipeline] } 20:21:34 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:21:35 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:21:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:21:36 ---> package-listing.sh 20:21:36 ++ facter osfamily 20:21:36 ++ tr '[:upper:]' '[:lower:]' 20:21:37 + OS_FAMILY=debian 20:21:37 + workspace=/w/workspace/edgex-go/1 20:21:37 + START_PACKAGES=/tmp/packages_start.txt 20:21:37 + END_PACKAGES=/tmp/packages_end.txt 20:21:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:21:37 + PACKAGES=/tmp/packages_start.txt 20:21:37 + '[' /w/workspace/edgex-go/1 ']' 20:21:37 + PACKAGES=/tmp/packages_end.txt 20:21:37 + case "${OS_FAMILY}" in 20:21:37 + dpkg -l 20:21:37 + grep '^ii' 20:21:37 + '[' -f /tmp/packages_start.txt ']' 20:21:37 + '[' -f /tmp/packages_end.txt ']' 20:21:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:21:37 + '[' /w/workspace/edgex-go/1 ']' 20:21:37 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:21:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:21:37 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:21:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:21:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:21:38 20:21:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:21:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:21:38 latest: Pulling from edgex-lftools-log-publisher 20:21:38 5eb5b503b376: Pulling fs layer 20:21:38 5c69ac0246d0: Pulling fs layer 20:21:38 ec43610c2a17: Pulling fs layer 20:21:38 3a2ae6a8a46f: Pulling fs layer 20:21:38 33b1e0a273af: Pulling fs layer 20:21:38 5d3b04190fa2: Pulling fs layer 20:21:38 2f39f015ded8: Pulling fs layer 20:21:38 3a2ae6a8a46f: Waiting 20:21:38 33b1e0a273af: Waiting 20:21:38 5d3b04190fa2: Waiting 20:21:38 2f39f015ded8: Waiting 20:21:38 5c69ac0246d0: Download complete 20:21:38 3a2ae6a8a46f: Verifying Checksum 20:21:38 3a2ae6a8a46f: Download complete 20:21:38 ec43610c2a17: Verifying Checksum 20:21:38 ec43610c2a17: Download complete 20:21:38 5d3b04190fa2: Verifying Checksum 20:21:38 5d3b04190fa2: Download complete 20:21:38 33b1e0a273af: Verifying Checksum 20:21:38 33b1e0a273af: Download complete 20:21:38 5eb5b503b376: Download complete 20:21:39 2f39f015ded8: Download complete 20:21:39 5eb5b503b376: Pull complete 20:21:40 5c69ac0246d0: Pull complete 20:21:40 ec43610c2a17: Pull complete 20:21:40 3a2ae6a8a46f: Pull complete 20:21:40 33b1e0a273af: Pull complete 20:21:40 5d3b04190fa2: Pull complete 20:21:46 2f39f015ded8: Pull complete 20:21:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:21:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:21:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:21:46 prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container 20:21:46 $ 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:21:48 $ docker top be6db4aa7995ca7370662586ef1a57c131163f19268281b755a76ba63758273d -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:48 + touch /tmp/pre-build-complete [Pipeline] sh 20:21:49 + mkdir -p /var/log/sysstat [Pipeline] sh 20:21:49 + ls /var/log/sa-host 20:21:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:21:49 provisioning config files... 20:21:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1710018311172934390tmp [Pipeline] { [Pipeline] echo 20:21:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:21:49 ---> create-netrc.sh [Pipeline] } 20:21:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:21:50 ---> python-tools-install.sh [Pipeline] echo 20:21:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:21:50 ---> sudo-logs.sh 20:21:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:21:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:21:51 ---> job-cost.sh 20:21:51 lf-activate-venv: SKIPPING 20:21:51 DEBUG: total: 0.2199999988079071 20:21:51 INFO: Retrieving Stack Cost... 20:21:51 INFO: Retrieving Pricing Info for: v3-standard-8 20:21:51 INFO: Archiving Costs [Pipeline] echo 20:21:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:21:52 ---> logs-deploy.sh 20:21:52 lf-activate-venv: SKIPPING 20:21:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3979/1 20:21:52 INFO: archiving workspace using pattern(s): 20:21:53 Archives upload complete. 20:21:53 INFO: archiving logs to Nexus 20:21:54 ---> uname -a: 20:21:54 Linux prd-ubuntu20-04-docker-8c-8g-21381 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 20:21:54 20:21:54 20:21:54 ---> lscpu: 20:21:54 Architecture: x86_64 20:21:54 CPU op-mode(s): 32-bit, 64-bit 20:21:54 Byte Order: Little Endian 20:21:54 Address sizes: 40 bits physical, 48 bits virtual 20:21:54 CPU(s): 8 20:21:54 On-line CPU(s) list: 0-7 20:21:54 Thread(s) per core: 1 20:21:54 Core(s) per socket: 1 20:21:54 Socket(s): 8 20:21:54 NUMA node(s): 1 20:21:54 Vendor ID: AuthenticAMD 20:21:54 CPU family: 23 20:21:54 Model: 49 20:21:54 Model name: AMD EPYC-Rome Processor 20:21:54 Stepping: 0 20:21:54 CPU MHz: 2799.998 20:21:54 BogoMIPS: 5599.99 20:21:54 Virtualization: AMD-V 20:21:54 Hypervisor vendor: KVM 20:21:54 Virtualization type: full 20:21:54 L1d cache: 256 KiB 20:21:54 L1i cache: 256 KiB 20:21:54 L2 cache: 4 MiB 20:21:54 L3 cache: 128 MiB 20:21:54 NUMA node0 CPU(s): 0-7 20:21:54 Vulnerability Itlb multihit: Not affected 20:21:54 Vulnerability L1tf: Not affected 20:21:54 Vulnerability Mds: Not affected 20:21:54 Vulnerability Meltdown: Not affected 20:21:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:21:54 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:21:54 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:21:54 Vulnerability Srbds: Not affected 20:21:54 Vulnerability Tsx async abort: Not affected 20:21:54 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:21:54 20:21:54 20:21:54 ---> nproc: 20:21:54 8 20:21:54 20:21:54 20:21:54 ---> df -h: 20:21:54 Filesystem Size Used Avail Use% Mounted on 20:21:54 overlay 155G 26G 130G 17% / 20:21:54 tmpfs 64M 0 64M 0% /dev 20:21:54 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:21:54 shm 64M 0 64M 0% /dev/shm 20:21:54 /dev/vda1 155G 26G 130G 17% /facter-os 20:21:54 20:21:54 20:21:54 ---> sar -b -r -n DEV: 20:21:54 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21381) 04/19/22 _x86_64_ (8 CPU) 20:21:54 20:21:54 19:05:51 LINUX RESTART (8 CPU) 20:21:54 20:21:54 19:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:21:54 19:07:01 329.66 56.00 273.66 0.00 7440.45 176210.20 0.00 20:21:54 19:08:01 131.66 2.07 129.60 0.00 36.79 73205.13 0.00 20:21:54 19:09:01 49.52 0.12 49.40 0.00 1.60 17522.55 0.00 20:21:54 19:10:01 299.82 0.20 299.62 0.00 30.93 181248.59 0.00 20:21:54 19:11:01 730.29 2.40 727.89 0.00 19.19 342770.68 0.00 20:21:54 19:12:01 632.54 0.07 632.47 0.00 0.53 203369.41 0.00 20:21:54 19:13:01 969.08 0.08 968.99 0.00 2.93 283094.04 0.00 20:21:54 19:14:01 1052.28 5.68 1046.60 0.00 45.47 315487.73 0.00 20:21:54 19:15:01 589.22 0.03 589.19 0.00 0.27 202459.85 0.00 20:21:54 19:16:01 79.03 0.00 79.03 0.00 0.00 31269.87 0.00 20:21:54 19:17:01 232.16 0.03 232.12 0.00 2.27 119824.06 0.00 20:21:54 19:18:01 2.13 0.00 2.13 0.00 0.00 25.73 0.00 20:21:54 19:19:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 20:21:54 19:20:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 20:21:54 19:21:01 3.53 1.48 2.05 0.00 42.93 24.53 0.00 20:21:54 19:22:01 1.60 0.00 1.60 0.00 0.00 19.59 0.00 20:21:54 19:23:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 20:21:54 19:24:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 20:21:54 19:25:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 20:21:54 19:26:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 20:21:54 19:27:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 20:21:54 19:28:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 20:21:54 19:29:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 20:21:54 19:30:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 20:21:54 19:31:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 20:21:54 19:32:01 0.98 0.00 0.98 0.00 0.00 13.20 0.00 20:21:54 19:33:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 20:21:54 19:34:01 0.98 0.00 0.98 0.00 0.00 13.46 0.00 20:21:54 19:35:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 20:21:54 19:36:01 1.48 0.00 1.48 0.00 0.00 18.66 0.00 20:21:54 19:37:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 20:21:54 19:38:01 1.07 0.00 1.07 0.00 0.00 13.73 0.00 20:21:54 19:39:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 20:21:54 19:40:01 1.63 0.00 1.63 0.00 0.00 18.93 0.00 20:21:54 19:41:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 20:21:54 19:42:01 1.67 0.00 1.67 0.00 0.00 19.73 0.00 20:21:54 19:43:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 20:21:54 19:44:01 1.23 0.10 1.13 0.00 6.27 16.13 0.00 20:21:54 19:45:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 20:21:54 19:46:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 20:21:54 19:47:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 20:21:54 19:48:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 20:21:54 19:49:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 20:21:54 19:50:01 1.02 0.00 1.02 0.00 0.00 13.73 0.00 20:21:54 19:51:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 20:21:54 19:52:01 1.05 0.00 1.05 0.00 0.00 12.80 0.00 20:21:54 19:53:01 3.02 0.87 2.15 0.00 18.39 25.46 0.00 20:21:54 19:54:01 1.45 0.00 1.45 0.00 0.00 21.86 0.00 20:21:54 19:55:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 20:21:54 19:56:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 20:21:54 19:57:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 20:21:54 19:58:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 20:21:54 19:59:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 20:21:54 20:00:01 1.57 0.00 1.57 0.00 0.00 17.06 0.00 20:21:54 20:01:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 20:21:54 20:02:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 20:21:54 20:03:01 1.37 0.00 1.37 0.00 0.00 16.40 0.00 20:21:54 20:04:01 0.90 0.00 0.90 0.00 0.00 10.80 0.00 20:21:54 20:05:01 1.48 0.00 1.48 0.00 0.00 18.39 0.00 20:21:54 20:06:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 20:21:54 20:07:01 1.28 0.00 1.28 0.00 0.00 15.59 0.00 20:21:54 20:08:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 20:21:54 20:09:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 20:21:54 20:10:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 20:21:54 20:11:01 1.53 0.00 1.53 0.00 0.00 18.66 0.00 20:21:54 20:12:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 20:21:54 20:13:02 1.33 0.00 1.33 0.00 0.00 16.79 0.00 20:21:54 20:14:01 1.07 0.00 1.07 0.00 0.00 13.69 0.00 20:21:54 20:15:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 20:21:54 20:16:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 20:21:54 20:17:01 1.33 0.00 1.33 0.00 0.00 17.33 0.00 20:21:54 20:18:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 20:21:54 20:19:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 20:21:54 20:20:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 20:21:54 20:21:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 20:21:54 Average: 69.07 0.92 68.15 0.00 102.01 25972.04 0.00 20:21:54 20:21:54 19:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:21:54 19:07:01 29434848 31818844 513092 1.56 93668 2590572 2054520 6.05 1260020 1871604 325624 20:21:54 19:08:01 27665336 31489504 797080 2.42 149736 3872628 2591276 7.64 1824168 2923976 545676 20:21:54 19:09:01 27551816 31503160 782088 2.38 153984 3972880 2516380 7.42 1637532 3202320 266364 20:21:54 19:10:01 23567976 31616580 659928 2.01 161852 7942584 2656104 7.83 1904392 6785192 861300 20:21:54 19:11:01 16464528 30822280 1426176 4.34 314760 13542012 3809888 11.23 3711492 11491212 60152 20:21:54 19:12:01 10513360 27841836 4397248 13.37 339760 16355584 7782152 22.93 7785112 13217232 298960 20:21:54 19:13:01 10997508 30844244 1396176 4.25 360048 18768912 3722624 10.97 5399252 15045324 1840 20:21:54 19:14:01 4253308 31433152 812044 2.47 603880 25337916 2737148 8.07 4170720 22509416 4052300 20:21:54 19:15:01 9799276 31321032 931016 2.83 614292 20025676 2592100 7.64 4144544 17352840 509100 20:21:54 19:16:01 8760780 31616724 640024 1.95 675752 21241124 2309176 6.81 3311952 19172520 1757328 20:21:54 19:17:01 11087584 31737152 526020 1.60 704128 19136148 1947816 5.74 2854456 17437016 420 20:21:54 19:18:01 11089260 31738936 524200 1.59 704136 19136156 1947816 5.74 2852060 17437020 212 20:21:54 19:19:01 11105852 31755564 507600 1.54 704164 19136160 1947816 5.74 2835996 17437024 8 20:21:54 19:20:01 11105552 31755268 507828 1.54 704172 19136164 1947816 5.74 2835980 17437024 148 20:21:54 19:21:01 11100996 31752340 510756 1.55 704220 19137440 1977520 5.83 2840976 17436524 68 20:21:54 19:22:01 11101668 31753012 510228 1.55 704240 19137448 1977520 5.83 2840356 17436508 48 20:21:54 19:23:01 11101392 31752804 510480 1.55 704268 19137452 1977520 5.83 2839988 17436516 36 20:21:54 19:24:01 11101920 31753456 509736 1.55 704292 19137584 1977520 5.83 2839992 17436640 184 20:21:54 19:25:01 11101580 31753184 510000 1.55 704308 19137584 1977520 5.83 2840352 17436652 12 20:21:54 19:26:01 11102068 31753680 509404 1.55 704332 19137588 1977520 5.83 2840096 17436656 64 20:21:54 19:27:01 11101808 31753424 509648 1.55 704336 19137592 1977520 5.83 2840348 17436660 12 20:21:54 19:28:01 11102012 31753628 509376 1.55 704344 19137596 1977520 5.83 2840116 17436660 56 20:21:54 19:29:01 11101964 31753588 509348 1.55 704356 19137600 1977520 5.83 2840324 17436668 20 20:21:54 19:30:01 11102156 31753780 509304 1.55 704360 19137596 1977520 5.83 2840104 17436668 8 20:21:54 19:31:01 11102100 31753732 509320 1.55 704360 19137608 1977520 5.83 2840104 17436676 8 20:21:54 19:32:01 11102028 31753724 509320 1.55 704376 19137604 1977520 5.83 2840784 17436684 172 20:21:54 19:33:01 11102188 31753884 509296 1.55 704380 19137612 1977520 5.83 2840468 17436684 12 20:21:54 19:34:01 11102164 31753864 509284 1.55 704388 19137612 1977520 5.83 2840496 17436688 152 20:21:54 19:35:01 11102148 31753848 509216 1.55 704400 19137616 1977520 5.83 2840656 17436688 12 20:21:54 19:36:01 11102596 31754304 508688 1.55 704420 19137612 1977520 5.83 2840240 17436692 176 20:21:54 19:37:01 11102264 31754020 508888 1.55 704436 19137624 1977520 5.83 2840836 17436684 12 20:21:54 19:38:01 11102468 31754224 508600 1.55 704456 19137628 1977520 5.83 2840740 17436684 152 20:21:54 19:39:01 11102420 31754180 508580 1.55 704460 19137632 1993608 5.88 2840516 17436688 12 20:21:54 19:40:01 11102596 31754420 508524 1.55 704484 19137636 1993608 5.88 2840592 17436696 8 20:21:54 19:41:01 11102540 31754364 508556 1.55 704492 19137632 1993608 5.88 2840280 17436696 12 20:21:54 19:42:01 11102516 31754372 508504 1.55 704504 19137636 1993608 5.88 2841012 17436700 8 20:21:54 19:43:01 11102476 31754348 508460 1.55 704524 19137640 1993608 5.88 2840640 17436700 20 20:21:54 19:44:01 11100004 31753164 509540 1.55 704544 19137828 1993608 5.88 2842412 17436140 164 20:21:54 19:45:01 11100548 31753712 508896 1.55 704572 19137840 1993608 5.88 2841784 17436092 32 20:21:54 19:46:01 11100644 31753868 508936 1.55 704604 19137828 1993608 5.88 2841532 17436096 24 20:21:54 19:47:01 11100116 31753380 509384 1.55 704632 19137852 1993608 5.88 2842180 17436104 16 20:21:54 19:48:01 11100324 31753608 509316 1.55 704648 19137852 1993608 5.88 2841636 17436104 188 20:21:54 19:49:01 11100512 31753824 509060 1.55 704668 19137856 1993608 5.88 2842236 17436108 200 20:21:54 19:50:01 11100252 31753580 509272 1.55 704696 19137860 1993608 5.88 2842104 17436112 304 20:21:54 19:51:01 11100236 31753592 509212 1.55 704712 19137860 1993608 5.88 2842836 17436112 236 20:21:54 19:52:01 11100196 31753556 509228 1.55 704732 19137864 1993608 5.88 2842492 17436116 176 20:21:54 19:53:01 11091856 31746112 516408 1.57 704808 19138380 1999228 5.89 2850708 17436548 208 20:21:54 19:54:01 11097716 31752100 510348 1.55 704824 19138504 1999228 5.89 2842440 17436676 148 20:21:54 19:55:01 11097068 31751500 510804 1.55 704840 19138516 1999228 5.89 2842504 17436684 24 20:21:54 19:56:01 11097272 31751736 510532 1.55 704852 19138512 1999228 5.89 2842540 17436684 148 20:21:54 19:57:01 11097476 31751960 510348 1.55 704872 19138520 1999228 5.89 2842320 17436688 12 20:21:54 19:58:01 11097428 31751916 510324 1.55 704888 19138524 1999228 5.89 2842252 17436692 148 20:21:54 19:59:01 11097880 31752408 510016 1.55 704908 19138524 1982972 5.84 2842100 17436692 8 20:21:54 20:00:01 11097548 31752084 510296 1.55 704924 19138528 1982972 5.84 2842084 17436696 8 20:21:54 20:01:01 11097500 31752036 510272 1.55 704936 19138528 1982972 5.84 2842084 17436696 8 20:21:54 20:02:01 11097412 31751952 510292 1.55 704940 19138532 1982972 5.84 2842408 17436700 172 20:21:54 20:03:01 11097656 31752200 509980 1.55 704944 19138536 1982972 5.84 2842100 17436704 8 20:21:54 20:04:01 11097608 31752212 509944 1.55 704960 19138544 1982972 5.84 2842144 17436708 204 20:21:54 20:05:01 11097524 31752140 510176 1.55 704964 19138548 1982972 5.84 2842596 17436720 12 20:21:54 20:06:01 11097744 31752364 509860 1.55 704980 19138552 1982972 5.84 2842144 17436724 164 20:21:54 20:07:01 11097664 31752312 509868 1.55 704992 19138552 1982972 5.84 2842560 17436720 12 20:21:54 20:08:01 11097900 31752568 509540 1.55 705020 19138556 1982972 5.84 2842208 17436724 164 20:21:54 20:09:01 11097600 31752268 509764 1.55 705036 19138556 1982972 5.84 2842192 17436724 16 20:21:54 20:10:01 11097804 31752476 509484 1.55 705048 19138560 1999024 5.89 2842192 17436728 184 20:21:54 20:11:01 11097724 31752464 509480 1.55 705068 19138560 1999024 5.89 2842436 17436732 8 20:21:54 20:12:01 11097924 31752664 509520 1.55 705084 19138564 1999024 5.89 2842708 17436732 168 20:21:54 20:13:02 11098116 31752884 509608 1.55 705088 19138568 1999024 5.89 2842292 17436736 8 20:21:54 20:14:01 11098352 31753124 509324 1.55 705112 19138576 1999024 5.89 2842276 17436740 224 20:21:54 20:15:01 11098272 31753048 509344 1.55 705124 19138576 1999024 5.89 2842472 17436744 20 20:21:54 20:16:01 11098224 31753004 509328 1.55 705132 19138580 1999024 5.89 2842296 17436748 172 20:21:54 20:17:01 11097592 31752428 509880 1.55 705164 19138572 1999024 5.89 2842724 17436748 12 20:21:54 20:18:01 11097892 31752756 509468 1.55 705180 19138584 2015156 5.94 2842372 17436752 164 20:21:54 20:19:01 11097852 31752720 509444 1.55 705196 19138588 2015156 5.94 2842356 17436756 32 20:21:54 20:20:01 11098240 31753112 509188 1.55 705216 19138592 2015156 5.94 2842356 17436760 176 20:21:54 20:21:01 11098004 31752944 509376 1.55 705228 19138596 2015156 5.94 2842412 17436768 8 20:21:54 Average: 11873023 31656350 606788 1.85 656963 18368234 2159058 6.36 2931642 16626034 115796 20:21:54 20:21:54 19:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:21:54 19:07:01 ens3 1479.47 1674.76 7469.51 217.79 0.00 0.00 0.00 0.00 20:21:54 19:07:01 lo 4.20 4.20 0.40 0.40 0.00 0.00 0.00 0.00 20:21:54 19:07:01 docker0 799.63 437.90 67.68 2714.67 0.00 0.00 0.00 0.00 20:21:54 19:07:01 veth900210c 799.63 438.04 78.62 2714.68 0.00 0.00 0.00 0.22 20:21:54 19:08:01 ens3 292.65 200.93 4370.62 74.52 0.00 0.00 0.00 0.00 20:21:54 19:08:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 20:21:54 19:08:01 docker0 94.35 115.58 7.72 988.53 0.00 0.00 0.00 0.00 20:21:54 19:08:01 veth42de390 0.30 0.47 0.02 0.04 0.00 0.00 0.00 0.00 20:21:54 19:09:01 ens3 24.73 14.57 19.94 10.63 0.00 0.00 0.00 0.00 20:21:54 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:09:01 docker0 1.00 1.00 0.06 0.08 0.00 0.00 0.00 0.00 20:21:54 19:09:01 veth42de390 1.00 1.03 0.08 0.08 0.00 0.00 0.00 0.00 20:21:54 19:10:01 ens3 179.50 123.96 1892.84 83.31 0.00 0.00 0.00 0.00 20:21:54 19:10:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 20:21:54 19:10:01 docker0 34.68 49.89 1.98 190.61 0.00 0.00 0.00 0.00 20:21:54 19:10:01 veth01b78f2 0.00 0.47 0.00 0.03 0.00 0.00 0.00 0.00 20:21:54 19:11:01 ens3 952.57 555.68 12964.84 120.22 0.00 0.00 0.00 0.00 20:21:54 19:11:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 20:21:54 19:11:01 veth3bacc15 232.66 411.95 20.02 5828.06 0.00 0.00 0.00 0.48 20:21:54 19:11:01 docker0 486.27 852.43 34.83 11747.54 0.00 0.00 0.00 0.00 20:21:54 19:11:01 vethc87c3d6 248.42 430.12 21.06 5830.04 0.00 0.00 0.00 0.48 20:21:54 19:11:01 veth01b78f2 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 20:21:54 19:12:01 ens3 87.24 44.22 482.28 21.06 0.00 0.00 0.00 0.00 20:21:54 19:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:12:01 veth3bacc15 0.13 0.33 0.01 0.02 0.00 0.00 0.00 0.00 20:21:54 19:12:01 docker0 20.91 43.32 1.60 446.35 0.00 0.00 0.00 0.00 20:21:54 19:12:01 veth4e06dc1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:21:54 19:12:01 vetha59070c 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:21:54 19:12:01 vethc87c3d6 0.12 0.32 0.01 0.02 0.00 0.00 0.00 0.00 20:21:54 19:12:01 veth01b78f2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:21:54 19:13:01 ens3 146.97 113.96 366.21 89.46 0.00 0.00 0.00 0.00 20:21:54 19:13:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 20:21:54 19:13:01 veth3bacc15 0.07 0.60 0.00 0.03 0.00 0.00 0.00 0.00 20:21:54 19:13:01 docker0 50.78 68.61 2.98 329.19 0.00 0.00 0.00 0.00 20:21:54 19:13:01 veth224899e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:21:54 19:13:01 vethc87c3d6 0.10 0.63 0.01 0.03 0.00 0.00 0.00 0.00 20:21:54 19:13:01 vethfceb9ae 17.39 21.96 1.27 91.16 0.00 0.00 0.00 0.01 20:21:54 19:13:01 veth01b78f2 0.00 0.52 0.00 0.03 0.00 0.00 0.00 0.00 20:21:54 19:14:01 ens3 491.58 324.78 6358.00 106.68 0.00 0.00 0.00 0.00 20:21:54 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:14:01 docker0 265.22 411.23 18.56 6316.71 0.00 0.00 0.00 0.00 20:21:54 19:14:01 veth48e4975 237.88 373.12 19.72 5825.73 0.00 0.00 0.00 0.48 20:21:54 19:14:01 veth01b78f2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 20:21:54 19:15:01 ens3 73.93 52.77 177.82 11.76 0.00 0.00 0.00 0.00 20:21:54 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:15:01 docker0 42.59 55.03 2.85 162.18 0.00 0.00 0.00 0.00 20:21:54 19:15:01 veth48e4975 12.01 18.23 1.24 3.20 0.00 0.00 0.00 0.00 20:21:54 19:15:01 veth01b78f2 0.00 0.48 0.00 0.02 0.00 0.00 0.00 0.00 20:21:54 19:16:01 ens3 20.40 14.00 211.35 3.69 0.00 0.00 0.00 0.00 20:21:54 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:16:01 docker0 10.20 14.78 0.83 206.36 0.00 0.00 0.00 0.00 20:21:54 19:16:01 veth01b78f2 0.00 0.65 0.00 0.03 0.00 0.00 0.00 0.00 20:21:54 19:17:01 ens3 27.01 28.44 5.72 41.19 0.00 0.00 0.00 0.00 20:21:54 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:17:01 docker0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:21:54 19:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:21:01 ens3 13.80 14.81 3.93 23.14 0.00 0.00 0.00 0.00 20:21:54 19:21:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:22:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:21:54 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:23:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:27:01 ens3 0.20 0.15 0.13 0.07 0.00 0.00 0.00 0.00 20:21:54 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:28:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:32:01 ens3 0.25 0.27 0.08 0.08 0.00 0.00 0.00 0.00 20:21:54 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:34:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:35:01 ens3 0.10 0.10 0.11 0.01 0.00 0.00 0.00 0.00 20:21:54 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:37:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 20:21:54 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:39:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:40:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:42:01 ens3 0.25 0.28 0.08 0.08 0.00 0.00 0.00 0.00 20:21:54 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:44:01 ens3 4.73 3.70 2.94 5.36 0.00 0.00 0.00 0.00 20:21:54 19:44:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:21:54 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:47:01 ens3 0.12 0.08 0.07 0.07 0.00 0.00 0.00 0.00 20:21:54 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:48:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:49:01 ens3 0.08 0.03 0.06 0.00 0.00 0.00 0.00 0.00 20:21:54 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:50:01 ens3 0.43 0.10 0.05 0.01 0.00 0.00 0.00 0.00 20:21:54 19:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:51:01 ens3 2.15 1.07 0.95 0.70 0.00 0.00 0.00 0.00 20:21:54 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:52:01 ens3 0.77 0.52 0.40 0.28 0.00 0.00 0.00 0.00 20:21:54 19:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:53:01 ens3 0.62 0.02 0.05 0.00 0.00 0.00 0.00 0.00 20:21:54 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:54:01 ens3 1.17 0.18 0.17 0.08 0.00 0.00 0.00 0.00 20:21:54 19:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:55:01 ens3 1.03 0.30 0.40 0.26 0.00 0.00 0.00 0.00 20:21:54 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:56:01 ens3 0.92 0.73 0.52 0.42 0.00 0.00 0.00 0.00 20:21:54 19:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:57:01 ens3 0.18 0.10 0.08 0.06 0.00 0.00 0.00 0.00 20:21:54 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:58:01 ens3 0.27 0.20 0.10 0.01 0.00 0.00 0.00 0.00 20:21:54 19:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:59:01 ens3 0.12 0.03 0.01 0.00 0.00 0.00 0.00 0.00 20:21:54 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:00:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:01:01 ens3 0.12 0.02 0.01 0.00 0.00 0.00 0.00 0.00 20:21:54 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:02:01 ens3 0.32 0.30 0.14 0.08 0.00 0.00 0.00 0.00 20:21:54 20:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:03:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:04:01 ens3 0.52 0.08 0.05 0.01 0.00 0.00 0.00 0.00 20:21:54 20:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:05:01 ens3 0.68 0.47 0.35 0.28 0.00 0.00 0.00 0.00 20:21:54 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:06:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:07:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:21:54 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:08:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:09:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:10:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:11:01 ens3 0.17 0.07 0.06 0.00 0.00 0.00 0.00 0.00 20:21:54 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:12:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:21:54 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:13:02 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:14:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:15:01 ens3 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 20:21:54 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:16:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:17:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 20:21:54 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:18:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:19:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:20:01 ens3 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:54 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:21:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 20:21:54 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:54 Average: ens3 50.80 42.34 457.84 10.83 0.00 0.00 0.00 0.00 20:21:54 Average: lo 0.21 0.21 0.02 0.02 0.00 0.00 0.00 0.00 20:21:54 Average: docker0 24.08 27.34 1.86 308.10 0.00 0.00 0.00 0.00 20:21:54 20:21:54 20:21:54 ---> sar -P ALL: 20:21:54 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21381) 04/19/22 _x86_64_ (8 CPU) 20:21:54 20:21:54 19:05:51 LINUX RESTART (8 CPU) 20:21:54 20:21:54 19:06:01 CPU %user %nice %system %iowait %steal %idle 20:21:54 19:07:01 all 10.20 0.00 3.52 2.03 0.06 84.18 20:21:54 19:07:01 0 8.71 0.00 1.93 1.88 0.05 87.44 20:21:54 19:07:01 1 7.16 0.00 4.12 0.99 0.03 87.70 20:21:54 19:07:01 2 10.96 0.00 4.47 2.93 0.07 81.57 20:21:54 19:07:01 3 14.82 0.00 3.05 0.66 0.08 81.39 20:21:54 19:07:01 4 6.63 0.00 2.89 0.69 0.05 89.74 20:21:54 19:07:01 5 13.58 0.00 3.19 0.71 0.05 82.48 20:21:54 19:07:01 6 10.23 0.00 4.86 4.14 0.07 80.71 20:21:54 19:07:01 7 9.54 0.00 3.69 4.31 0.09 82.38 20:21:54 19:08:01 all 34.53 0.00 8.39 1.13 0.10 55.84 20:21:54 19:08:01 0 32.92 0.00 6.83 0.03 0.10 60.12 20:21:54 19:08:01 1 33.71 0.00 9.18 0.17 0.10 56.83 20:21:54 19:08:01 2 34.32 0.00 8.23 3.00 0.10 54.35 20:21:54 19:08:01 3 37.04 0.00 7.97 0.59 0.10 54.30 20:21:54 19:08:01 4 35.17 0.00 8.88 3.58 0.10 52.27 20:21:54 19:08:01 5 34.78 0.00 8.90 0.42 0.10 55.79 20:21:54 19:08:01 6 34.28 0.00 8.87 1.06 0.09 55.72 20:21:54 19:08:01 7 34.06 0.00 8.27 0.20 0.10 57.36 20:21:54 19:09:01 all 40.40 0.00 5.38 0.23 0.09 53.90 20:21:54 19:09:01 0 39.63 0.00 5.63 0.03 0.08 54.62 20:21:54 19:09:01 1 40.87 0.00 5.21 0.57 0.08 53.26 20:21:54 19:09:01 2 40.05 0.00 5.37 0.03 0.10 54.44 20:21:54 19:09:01 3 42.18 0.00 5.49 0.00 0.10 52.23 20:21:54 19:09:01 4 39.42 0.00 5.13 0.27 0.08 55.10 20:21:54 19:09:01 5 39.63 0.00 5.12 0.00 0.07 55.18 20:21:54 19:09:01 6 40.58 0.00 5.69 0.92 0.10 52.71 20:21:54 19:09:01 7 40.82 0.00 5.44 0.03 0.08 53.63 20:21:54 19:10:01 all 20.64 0.00 9.85 2.66 0.10 66.76 20:21:54 19:10:01 0 20.30 0.00 11.11 0.49 0.10 67.99 20:21:54 19:10:01 1 20.76 0.00 10.17 12.14 0.10 56.83 20:21:54 19:10:01 2 20.57 0.00 10.10 1.42 0.10 67.80 20:21:54 19:10:01 3 20.32 0.00 8.49 1.46 0.09 69.64 20:21:54 19:10:01 4 19.64 0.00 8.48 1.07 0.08 70.73 20:21:54 19:10:01 5 20.66 0.00 9.93 2.08 0.09 67.25 20:21:54 19:10:01 6 20.98 0.00 9.75 2.11 0.10 67.06 20:21:54 19:10:01 7 21.89 0.00 10.77 0.49 0.12 66.72 20:21:54 19:11:01 all 64.61 0.00 13.07 7.87 0.15 14.30 20:21:54 19:11:01 0 64.43 0.00 12.56 9.67 0.15 13.19 20:21:54 19:11:01 1 64.78 0.00 13.31 5.98 0.17 15.76 20:21:54 19:11:01 2 63.27 0.00 13.40 12.22 0.14 10.97 20:21:54 19:11:01 3 65.74 0.00 12.96 4.28 0.15 16.87 20:21:54 19:11:01 4 65.38 0.00 12.66 4.77 0.13 17.05 20:21:54 19:11:01 5 65.01 0.00 12.18 8.58 0.15 14.09 20:21:54 19:11:01 6 64.19 0.00 13.07 11.64 0.15 10.94 20:21:54 19:11:01 7 64.07 0.00 14.39 5.87 0.15 15.52 20:21:54 19:12:01 all 88.77 0.00 10.93 0.05 0.15 0.10 20:21:54 19:12:01 0 89.18 0.00 10.59 0.02 0.13 0.08 20:21:54 19:12:01 1 90.25 0.00 9.55 0.00 0.13 0.07 20:21:54 19:12:01 2 86.27 0.00 12.90 0.27 0.15 0.42 20:21:54 19:12:01 3 85.86 0.00 13.89 0.03 0.15 0.07 20:21:54 19:12:01 4 90.20 0.00 9.60 0.02 0.18 0.00 20:21:54 19:12:01 5 89.90 0.00 9.93 0.00 0.15 0.02 20:21:54 19:12:01 6 90.09 0.00 9.68 0.03 0.17 0.03 20:21:54 19:12:01 7 88.38 0.00 11.34 0.03 0.15 0.10 20:21:54 19:13:01 all 65.17 0.00 11.40 6.70 0.15 16.58 20:21:54 19:13:01 0 69.43 0.00 10.15 7.28 0.15 12.98 20:21:54 19:13:01 1 84.49 0.00 6.80 2.51 0.15 6.05 20:21:54 19:13:01 2 55.50 0.00 13.21 2.63 0.13 28.53 20:21:54 19:13:01 3 79.35 0.00 8.23 2.27 0.13 10.01 20:21:54 19:13:01 4 59.04 0.00 13.12 6.34 0.13 21.37 20:21:54 19:13:01 5 57.66 0.00 13.98 4.27 0.17 23.92 20:21:54 19:13:01 6 58.02 0.00 12.73 12.20 0.15 16.90 20:21:54 19:13:01 7 57.59 0.00 13.06 16.18 0.15 13.02 20:21:54 19:14:01 all 46.35 0.00 14.70 9.29 0.15 29.51 20:21:54 19:14:01 0 45.35 0.00 14.87 8.10 0.15 31.54 20:21:54 19:14:01 1 49.29 0.00 13.13 5.60 0.14 31.84 20:21:54 19:14:01 2 47.40 0.00 14.18 11.27 0.17 26.98 20:21:54 19:14:01 3 46.38 0.00 14.39 9.29 0.14 29.81 20:21:54 19:14:01 4 47.60 0.00 14.29 5.25 0.14 32.73 20:21:54 19:14:01 5 45.15 0.00 15.69 11.68 0.15 27.33 20:21:54 19:14:01 6 45.36 0.00 14.46 11.67 0.15 28.35 20:21:54 19:14:01 7 44.27 0.00 16.59 11.47 0.17 27.51 20:21:54 19:15:01 all 56.57 0.00 8.28 7.12 0.12 27.92 20:21:54 19:15:01 0 52.65 0.00 9.35 6.56 0.10 31.34 20:21:54 19:15:01 1 52.31 0.00 8.28 10.27 0.12 29.02 20:21:54 19:15:01 2 62.93 0.00 8.59 6.94 0.13 21.40 20:21:54 19:15:01 3 55.10 0.00 8.23 7.37 0.12 29.18 20:21:54 19:15:01 4 55.11 0.00 7.15 6.64 0.12 30.98 20:21:54 19:15:01 5 55.15 0.00 8.64 5.70 0.12 30.39 20:21:54 19:15:01 6 65.59 0.00 8.03 6.58 0.12 19.67 20:21:54 19:15:01 7 53.74 0.00 7.94 6.86 0.12 31.34 20:21:54 19:16:01 all 18.55 0.00 3.66 0.77 0.06 76.96 20:21:54 19:16:01 0 13.33 0.00 3.54 0.15 0.05 82.93 20:21:54 19:16:01 1 14.02 0.00 3.82 0.25 0.05 81.85 20:21:54 19:16:01 2 39.33 0.00 4.08 0.17 0.10 56.32 20:21:54 19:16:01 3 12.63 0.00 3.47 1.35 0.05 82.51 20:21:54 19:16:01 4 14.45 0.00 4.11 0.45 0.05 80.94 20:21:54 19:16:01 5 12.89 0.00 2.87 0.44 0.03 83.77 20:21:54 19:16:01 6 28.66 0.00 4.54 2.25 0.08 64.46 20:21:54 19:16:01 7 13.21 0.00 2.83 1.08 0.05 82.83 20:21:54 19:17:01 all 3.96 0.00 2.31 2.53 0.03 91.17 20:21:54 19:17:01 0 4.28 0.00 2.03 0.39 0.03 93.27 20:21:54 19:17:01 1 4.68 0.00 3.62 9.73 0.05 81.92 20:21:54 19:17:01 2 4.33 0.00 2.25 2.92 0.03 90.47 20:21:54 19:17:01 3 4.04 0.00 2.50 4.64 0.02 88.81 20:21:54 19:17:01 4 4.40 0.00 3.01 0.10 0.03 92.45 20:21:54 19:17:01 5 1.86 0.00 1.07 0.00 0.02 97.05 20:21:54 19:17:01 6 3.88 0.00 1.66 0.07 0.02 94.38 20:21:54 19:17:01 7 4.22 0.00 2.35 2.43 0.05 90.95 20:21:54 20:21:54 19:17:01 CPU %user %nice %system %iowait %steal %idle 20:21:54 19:18:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:21:54 19:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:18:01 1 0.02 0.00 0.02 0.05 0.00 99.92 20:21:54 19:18:01 2 0.02 0.00 0.02 0.03 0.00 99.93 20:21:54 19:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:18:01 6 0.05 0.00 0.05 0.00 0.02 99.88 20:21:54 19:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:19:01 all 0.02 0.00 0.02 0.01 0.00 99.96 20:21:54 19:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:19:01 2 0.05 0.00 0.02 0.05 0.00 99.88 20:21:54 19:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:21:54 19:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:19:01 5 0.03 0.00 0.05 0.00 0.00 99.92 20:21:54 19:19:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:20:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 19:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:20:01 1 0.02 0.00 0.00 0.05 0.00 99.93 20:21:54 19:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:20:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 19:20:01 4 0.02 0.00 0.03 0.00 0.02 99.93 20:21:54 19:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:21:01 all 0.17 0.00 0.04 0.01 0.00 99.78 20:21:54 19:21:01 0 0.08 0.00 0.02 0.00 0.00 99.90 20:21:54 19:21:01 1 0.15 0.00 0.03 0.02 0.00 99.80 20:21:54 19:21:01 2 0.27 0.00 0.03 0.02 0.00 99.68 20:21:54 19:21:01 3 0.10 0.00 0.03 0.00 0.00 99.87 20:21:54 19:21:01 4 0.13 0.00 0.05 0.02 0.00 99.80 20:21:54 19:21:01 5 0.18 0.00 0.05 0.03 0.00 99.73 20:21:54 19:21:01 6 0.27 0.00 0.07 0.00 0.00 99.67 20:21:54 19:21:01 7 0.18 0.00 0.03 0.02 0.00 99.77 20:21:54 19:22:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:21:54 19:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:22:01 1 0.00 0.00 0.00 0.05 0.02 99.93 20:21:54 19:22:01 2 0.02 0.00 0.02 0.02 0.00 99.95 20:21:54 19:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:22:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:21:54 19:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:22:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 19:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:23:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:21:54 19:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:23:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 19:23:01 2 0.07 0.00 0.07 0.03 0.00 99.83 20:21:54 19:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:23:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:23:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:24:01 all 0.00 0.00 0.01 0.01 0.00 99.98 20:21:54 19:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:24:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 19:24:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:21:54 19:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:21:54 19:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:25:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:21:54 19:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:25:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:25:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:25:01 4 0.03 0.00 0.03 0.00 0.02 99.92 20:21:54 19:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:26:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 19:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:26:01 1 0.00 0.00 0.00 0.05 0.00 99.95 20:21:54 19:26:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 19:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:26:01 4 0.03 0.00 0.03 0.00 0.00 99.93 20:21:54 19:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:27:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:21:54 19:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:27:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 19:27:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:21:54 19:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:27:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:21:54 19:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:28:01 all 0.02 0.00 0.01 0.01 0.00 99.97 20:21:54 19:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:28:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 19:28:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:28:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 19:28:01 4 0.05 0.00 0.03 0.00 0.00 99.92 20:21:54 19:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:28:01 6 0.00 0.00 0.03 0.00 0.02 99.95 20:21:54 19:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:21:54 19:28:01 CPU %user %nice %system %iowait %steal %idle 20:21:54 19:29:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:21:54 19:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:29:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:29:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 19:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:29:01 4 0.03 0.00 0.03 0.00 0.02 99.92 20:21:54 19:29:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:21:54 19:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 19:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:30:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 19:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:21:54 19:30:01 1 0.03 0.00 0.00 0.05 0.00 99.92 20:21:54 19:30:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:30:01 6 0.00 0.00 0.03 0.00 0.00 99.97 20:21:54 19:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:31:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:21:54 19:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:31:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:31:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:31:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:32:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:21:54 19:32:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 19:32:01 1 0.00 0.00 0.02 0.02 0.02 99.95 20:21:54 19:32:01 2 0.02 0.00 0.02 0.03 0.02 99.92 20:21:54 19:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:32:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:21:54 19:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:33:01 all 0.01 0.00 0.00 0.01 0.00 99.98 20:21:54 19:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:33:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 19:33:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 19:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:33:01 4 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 19:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:33:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 19:34:01 all 0.04 0.00 0.01 0.03 0.00 99.93 20:21:54 19:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:34:01 1 0.02 0.00 0.00 0.18 0.00 99.80 20:21:54 19:34:01 2 0.18 0.00 0.00 0.02 0.00 99.80 20:21:54 19:34:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 19:34:01 4 0.05 0.00 0.02 0.00 0.00 99.93 20:21:54 19:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:35:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 19:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:35:01 1 0.00 0.00 0.00 0.08 0.00 99.92 20:21:54 19:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:35:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:36:01 all 0.01 0.00 0.00 0.01 0.00 99.98 20:21:54 19:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:36:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:36:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:36:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:21:54 19:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:36:01 6 0.03 0.00 0.00 0.02 0.00 99.95 20:21:54 19:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:37:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 19:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:37:01 1 0.02 0.00 0.00 0.03 0.00 99.95 20:21:54 19:37:01 2 0.02 0.00 0.00 0.03 0.00 99.95 20:21:54 19:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:38:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 19:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:38:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:38:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 19:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:38:01 4 0.00 0.00 0.03 0.00 0.02 99.95 20:21:54 19:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:38:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 19:39:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:21:54 19:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:39:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:39:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:21:54 19:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:21:54 20:21:54 19:39:01 CPU %user %nice %system %iowait %steal %idle 20:21:54 19:40:01 all 0.12 0.00 0.01 0.01 0.00 99.86 20:21:54 19:40:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:21:54 19:40:01 1 0.00 0.00 0.00 0.05 0.00 99.95 20:21:54 19:40:01 2 0.91 0.00 0.02 0.02 0.00 99.05 20:21:54 19:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:40:01 4 0.02 0.00 0.03 0.00 0.02 99.93 20:21:54 19:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:41:01 all 0.02 0.00 0.00 0.00 0.00 99.97 20:21:54 19:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 19:41:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 19:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:41:01 4 0.05 0.00 0.02 0.00 0.00 99.93 20:21:54 19:41:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:21:54 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:42:01 all 0.09 0.00 0.01 0.01 0.00 99.90 20:21:54 19:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:42:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 19:42:01 2 0.63 0.00 0.00 0.02 0.02 99.33 20:21:54 19:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:21:54 19:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:43:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:21:54 19:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:43:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 19:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 19:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:43:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:44:01 all 0.14 0.00 0.03 0.01 0.00 99.82 20:21:54 19:44:01 0 0.13 0.00 0.05 0.00 0.02 99.80 20:21:54 19:44:01 1 0.07 0.00 0.00 0.02 0.00 99.92 20:21:54 19:44:01 2 0.35 0.00 0.03 0.05 0.00 99.57 20:21:54 19:44:01 3 0.12 0.00 0.05 0.00 0.00 99.83 20:21:54 19:44:01 4 0.07 0.00 0.07 0.00 0.00 99.87 20:21:54 19:44:01 5 0.17 0.00 0.02 0.00 0.00 99.82 20:21:54 19:44:01 6 0.08 0.00 0.00 0.00 0.00 99.92 20:21:54 19:44:01 7 0.12 0.00 0.02 0.00 0.00 99.87 20:21:54 19:45:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:21:54 19:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:45:01 1 0.02 0.00 0.00 0.03 0.02 99.93 20:21:54 19:45:01 2 1.97 0.00 0.00 0.03 0.00 98.00 20:21:54 19:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:45:01 4 0.02 0.00 0.03 0.00 0.02 99.93 20:21:54 19:45:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:46:01 all 0.26 0.00 0.00 0.01 0.00 99.73 20:21:54 19:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:46:01 1 0.03 0.00 0.00 0.03 0.00 99.93 20:21:54 19:46:01 2 1.99 0.00 0.00 0.02 0.00 98.00 20:21:54 19:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:46:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:47:01 all 0.28 0.00 0.00 0.01 0.00 99.71 20:21:54 19:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:47:01 1 0.05 0.00 0.00 0.02 0.00 99.93 20:21:54 19:47:01 2 1.99 0.00 0.00 0.03 0.00 97.98 20:21:54 19:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:47:01 4 0.03 0.00 0.03 0.00 0.00 99.93 20:21:54 19:47:01 5 0.07 0.00 0.00 0.00 0.00 99.93 20:21:54 19:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:48:01 all 0.27 0.00 0.01 0.00 0.00 99.72 20:21:54 19:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:48:01 1 0.10 0.00 0.00 0.02 0.00 99.88 20:21:54 19:48:01 2 1.99 0.00 0.00 0.02 0.00 98.00 20:21:54 19:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:48:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:21:54 19:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:49:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:21:54 19:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:49:01 1 0.02 0.00 0.02 0.03 0.00 99.93 20:21:54 19:49:01 2 1.97 0.00 0.00 0.02 0.02 98.00 20:21:54 19:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:49:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:49:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:50:01 all 0.26 0.00 0.00 0.01 0.00 99.73 20:21:54 19:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:50:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:50:01 2 1.99 0.00 0.00 0.03 0.00 97.98 20:21:54 19:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:21:54 19:50:01 CPU %user %nice %system %iowait %steal %idle 20:21:54 19:51:01 all 0.27 0.00 0.01 0.00 0.00 99.72 20:21:54 19:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:51:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:21:54 19:51:01 2 1.99 0.00 0.00 0.02 0.00 98.00 20:21:54 19:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:51:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:21:54 19:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:52:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:21:54 19:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:52:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:21:54 19:52:01 2 1.99 0.00 0.02 0.05 0.00 97.95 20:21:54 19:52:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 19:52:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:52:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:21:54 19:52:01 6 0.00 0.00 0.03 0.00 0.00 99.97 20:21:54 19:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:53:01 all 0.10 0.00 0.05 0.01 0.00 99.84 20:21:54 19:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 19:53:01 1 0.03 0.00 0.00 0.05 0.00 99.92 20:21:54 19:53:01 2 0.45 0.00 0.17 0.02 0.00 99.37 20:21:54 19:53:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:21:54 19:53:01 4 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 19:53:01 5 0.22 0.00 0.05 0.05 0.00 99.68 20:21:54 19:53:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 19:53:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:54:01 all 0.00 0.00 0.01 0.01 0.00 99.97 20:21:54 19:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:54:01 2 0.00 0.00 0.02 0.03 0.00 99.95 20:21:54 19:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:54:01 4 0.02 0.00 0.03 0.03 0.02 99.90 20:21:54 19:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:55:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 19:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 19:55:01 1 0.00 0.00 0.02 0.03 0.00 99.95 20:21:54 19:55:01 2 0.02 0.00 0.00 0.03 0.00 99.95 20:21:54 19:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:55:01 4 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 19:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:56:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:21:54 19:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:56:01 1 0.03 0.00 0.00 0.03 0.02 99.92 20:21:54 19:56:01 2 0.02 0.00 0.02 0.03 0.02 99.92 20:21:54 19:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:56:01 4 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 19:56:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 19:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:57:01 all 0.00 0.00 0.00 0.00 0.00 99.99 20:21:54 19:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:21:54 19:57:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:21:54 19:57:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:57:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:21:54 19:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:58:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:21:54 19:58:01 0 0.03 0.00 0.05 0.00 0.00 99.92 20:21:54 19:58:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:58:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:21:54 19:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 19:59:01 all 0.00 0.00 0.01 0.01 0.00 99.98 20:21:54 19:59:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:21:54 19:59:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 19:59:01 2 0.00 0.00 0.02 0.03 0.00 99.95 20:21:54 19:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 19:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 19:59:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:21:54 19:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:00:01 all 0.02 0.00 0.01 0.01 0.00 99.97 20:21:54 20:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:21:54 20:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:00:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 20:00:01 3 0.07 0.00 0.00 0.00 0.00 99.93 20:21:54 20:00:01 4 0.02 0.00 0.00 0.05 0.00 99.93 20:21:54 20:00:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:00:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:01:01 all 0.01 0.00 0.00 0.01 0.00 99.98 20:21:54 20:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:01:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 20:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:01:01 4 0.00 0.00 0.00 0.05 0.00 99.95 20:21:54 20:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:21:54 20:01:01 CPU %user %nice %system %iowait %steal %idle 20:21:54 20:02:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:21:54 20:02:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:21:54 20:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:02:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 20:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:02:01 4 0.02 0.00 0.02 0.02 0.00 99.95 20:21:54 20:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:03:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 20:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:21:54 20:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:03:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 20:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:03:01 4 0.02 0.00 0.02 0.05 0.00 99.92 20:21:54 20:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:04:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:21:54 20:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 20:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 20:04:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:21:54 20:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:04:01 4 0.00 0.00 0.02 0.02 0.00 99.97 20:21:54 20:04:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:21:54 20:04:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 20:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:05:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 20:05:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:21:54 20:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:05:01 4 0.00 0.00 0.00 0.05 0.00 99.95 20:21:54 20:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:05:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 20:06:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:21:54 20:06:01 0 0.02 0.00 0.05 0.00 0.00 99.93 20:21:54 20:06:01 1 0.00 0.00 0.02 0.02 0.02 99.95 20:21:54 20:06:01 2 0.02 0.00 0.00 0.03 0.02 99.93 20:21:54 20:06:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 20:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:06:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:07:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 20:07:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:21:54 20:07:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 20:07:01 2 0.03 0.00 0.02 0.03 0.00 99.92 20:21:54 20:07:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 20:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:08:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:21:54 20:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:08:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 20:08:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 20:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:09:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:21:54 20:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:09:01 2 0.02 0.00 0.02 0.02 0.00 99.95 20:21:54 20:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:09:01 4 0.00 0.00 0.02 0.02 0.00 99.97 20:21:54 20:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:09:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 20:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:10:01 all 0.01 0.00 0.01 0.01 0.00 99.98 20:21:54 20:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:10:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 20:10:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 20:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:10:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:10:01 6 0.03 0.00 0.03 0.00 0.00 99.93 20:21:54 20:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:11:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 20:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:11:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 20:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:11:01 4 0.02 0.00 0.02 0.02 0.00 99.95 20:21:54 20:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:21:54 20:12:01 all 0.01 0.00 0.00 0.01 0.00 99.98 20:21:54 20:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:12:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:21:54 20:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:12:01 4 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 20:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:21:54 20:12:01 CPU %user %nice %system %iowait %steal %idle 20:21:54 20:13:02 all 0.01 0.00 0.01 0.01 0.00 99.97 20:21:54 20:13:02 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:13:02 1 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:13:02 2 0.02 0.00 0.02 0.03 0.02 99.92 20:21:54 20:13:02 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:13:02 4 0.03 0.00 0.00 0.03 0.00 99.93 20:21:54 20:13:02 5 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:13:02 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:13:02 7 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 20:14:01 all 0.22 0.00 0.01 0.00 0.00 99.76 20:21:54 20:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:14:01 2 1.72 0.00 0.00 0.02 0.00 98.26 20:21:54 20:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:14:01 4 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 20:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:14:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:21:54 20:15:01 all 0.27 0.00 0.01 0.01 0.00 99.71 20:21:54 20:15:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:21:54 20:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:15:01 2 1.99 0.00 0.00 0.03 0.00 97.98 20:21:54 20:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:15:01 4 0.03 0.00 0.02 0.05 0.00 99.90 20:21:54 20:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:16:01 all 0.26 0.00 0.00 0.01 0.00 99.73 20:21:54 20:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:21:54 20:16:01 2 1.97 0.00 0.02 0.02 0.00 98.00 20:21:54 20:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:16:01 4 0.00 0.00 0.00 0.03 0.00 99.97 20:21:54 20:16:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:21:54 20:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:21:54 20:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:17:01 all 0.26 0.00 0.01 0.00 0.00 99.73 20:21:54 20:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:21:54 20:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:17:01 2 1.99 0.00 0.00 0.03 0.00 97.98 20:21:54 20:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:17:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:21:54 20:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:18:01 all 0.26 0.00 0.01 0.00 0.00 99.73 20:21:54 20:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:21:54 20:18:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 20:18:01 2 1.97 0.00 0.00 0.02 0.00 98.01 20:21:54 20:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:18:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:18:01 6 0.00 0.00 0.03 0.00 0.00 99.97 20:21:54 20:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:19:01 all 0.27 0.00 0.01 0.01 0.00 99.71 20:21:54 20:19:01 0 0.02 0.00 0.05 0.00 0.00 99.93 20:21:54 20:19:01 1 0.02 0.00 0.00 0.03 0.00 99.95 20:21:54 20:19:01 2 2.00 0.00 0.00 0.03 0.02 97.95 20:21:54 20:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:21:54 20:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:21:54 20:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:20:01 all 0.18 0.00 0.01 0.01 0.00 99.80 20:21:54 20:20:01 0 0.02 0.00 0.05 0.00 0.02 99.92 20:21:54 20:20:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:21:54 20:20:01 2 1.37 0.00 0.00 0.03 0.00 98.60 20:21:54 20:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:20:01 4 0.02 0.00 0.00 0.02 0.02 99.95 20:21:54 20:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:21:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:21:54 20:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:21:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 20:21:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:21:54 20:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:21:54 20:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 20:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:21:54 20:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:21:54 Average: all 6.01 0.00 1.21 0.54 0.02 92.22 20:21:54 Average: 0 5.83 0.00 1.18 0.46 0.02 92.51 20:21:54 Average: 1 6.13 0.00 1.15 0.65 0.02 92.04 20:21:54 Average: 2 6.57 0.00 1.28 0.60 0.02 91.53 20:21:54 Average: 3 6.14 0.00 1.17 0.42 0.02 92.25 20:21:54 Average: 4 5.80 0.00 1.19 0.39 0.02 92.59 20:21:54 Average: 5 5.78 0.00 1.21 0.45 0.02 92.54 20:21:54 Average: 6 6.12 0.00 1.24 0.69 0.02 91.93 20:21:54 Average: 7 5.71 0.00 1.28 0.64 0.02 92.35 20:21:54 20:21:54 20:21:54