Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 75f34a50dbcf05074eea60ad1b070efe2775b48b+6b188fc41757128322b032ed1e708678348e23e8 (ccaf5b6f9533876f29882daa7fe303a5a777a5b8) 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-ssh1299329349817781019.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-ssh7341154968034122448.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh13401477038895958175.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3307625051196910088.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8745437200058378195.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-21391 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 6b188fc41757128322b032ed1e708678348e23e8 into PR head commit 75f34a50dbcf05074eea60ad1b070efe2775b48b Merge succeeded, producing 258600fdcca477faa5919d5b2b7babf7fd089b2c Checking out Revision 258600fdcca477faa5919d5b2b7babf7fd089b2c (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 6b188fc41757128322b032ed1e708678348e23e8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 258600fdcca477faa5919d5b2b7babf7fd089b2c # timeout=10 Commit message: "Merge commit '6b188fc41757128322b032ed1e708678348e23e8' into HEAD" > git rev-list --no-walk 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-19T20:29:55.179Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-19T20:29:55.222Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-19T20:29:55.236Z] ========================================================= [2022-04-19T20:29:55.236Z] EdgeX Global Pipelines Version Info [2022-04-19T20:29:55.236Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:29:55.987Z] ------------------- [2022-04-19T20:29:55.987Z] stable info: [2022-04-19T20:29:55.987Z] ------------------- [2022-04-19T20:29:55.987Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T20:29:55.987Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-19T20:29:55.987Z] Message: update stable to v1.0.221 [2022-04-19T20:29:56.560Z] ------------------- [2022-04-19T20:29:56.560Z] experimental info: [2022-04-19T20:29:56.560Z] ------------------- [2022-04-19T20:29:56.560Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T20:29:56.560Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-19T20:29:56.560Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-19T20:29:56.736Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-19T20:29:56.745Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-19T20:29:56.752Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-19T20:29:56.760Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-19T20:29:56.769Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-19T20:29:56.780Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-19T20:29:56.794Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-19T20:29:56.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-19T20:29:56.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-19T20:29:56.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-19T20:29:56.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-19T20:29:56.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-19T20:29:56.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-19T20:29:56.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-19T20:29:56.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-19T20:29:56.901Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T20:29:56.913Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T20:29:56.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-19T20:29:56.939Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-19T20:29:56.947Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-19T20:29:56.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-19T20:29:56.963Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-19T20:29:56.971Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3979 [Pipeline] echo [2022-04-19T20:29:56.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3979 [Pipeline] echo [2022-04-19T20:29:56.987Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3979 [Pipeline] echo [2022-04-19T20:29:56.994Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 258600fdcca477faa5919d5b2b7babf7fd089b2c [Pipeline] echo [2022-04-19T20:29:57.002Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 258600f [Pipeline] echo [2022-04-19T20:29:57.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T20:29:57.051Z] provisioning config files... [2022-04-19T20:29:57.066Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7336354973725954377tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:29:57.369Z] ---> docker-login.sh [2022-04-19T20:29:57.370Z] nexus3.edgexfoundry.org:10001 [2022-04-19T20:29:57.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:29:57.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:29:57.631Z] Configure a credential helper to remove this warning. See [2022-04-19T20:29:57.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:29:57.631Z] [2022-04-19T20:29:57.631Z] Login Succeeded [2022-04-19T20:29:57.631Z] nexus3.edgexfoundry.org:10002 [2022-04-19T20:29:57.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:29:57.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:29:57.892Z] Configure a credential helper to remove this warning. See [2022-04-19T20:29:57.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:29:57.892Z] [2022-04-19T20:29:57.892Z] Login Succeeded [2022-04-19T20:29:57.892Z] nexus3.edgexfoundry.org:10003 [2022-04-19T20:29:57.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:29:57.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:29:57.892Z] Configure a credential helper to remove this warning. See [2022-04-19T20:29:57.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:29:57.892Z] [2022-04-19T20:29:57.892Z] Login Succeeded [2022-04-19T20:29:57.892Z] nexus3.edgexfoundry.org:10004 [2022-04-19T20:29:58.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:29:58.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:29:58.154Z] Configure a credential helper to remove this warning. See [2022-04-19T20:29:58.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:29:58.154Z] [2022-04-19T20:29:58.154Z] Login Succeeded [2022-04-19T20:29:58.154Z] docker.io [2022-04-19T20:29:58.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:29:58.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:29:58.418Z] Configure a credential helper to remove this warning. See [2022-04-19T20:29:58.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:29:58.418Z] [2022-04-19T20:29:58.418Z] Login Succeeded [2022-04-19T20:29:58.418Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T20:29:58.427Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T20:29:58.747Z] + 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 [2022-04-19T20:29:58.747Z] + dirname cmd/core-command/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + dirname cmd/core-data/Dockerfile [2022-04-19T20:29:58.747Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-19T20:29:58.747Z] + + cut -d/dirname -f2 cmd/core-metadata/Dockerfile [2022-04-19T20:29:58.747Z] [2022-04-19T20:29:58.747Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-19T20:29:58.747Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-19T20:29:58.747Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-19T20:29:58.747Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-19T20:29:58.747Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T20:29:58.747Z] cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T20:29:58.747Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-19T20:29:58.747Z] + + dirname cmd/security-spire-config/Dockerfile [2022-04-19T20:29:58.747Z] cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-19T20:29:58.747Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-19T20:29:58.747Z] + dirname cmd/support-notifications/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-19T20:29:58.747Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-19T20:29:58.747Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-19T20:29:58.747Z] + cut -d/ -f2 [2022-04-19T20:29:58.747Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-19T20:29:58.781Z] 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 [2022-04-19T20:29:59.136Z] + git rev-list -1 --merges 258600fdcca477faa5919d5b2b7babf7fd089b2c~1..258600fdcca477faa5919d5b2b7babf7fd089b2c [Pipeline] echo [2022-04-19T20:29:59.152Z] -----------> git rev-list -1 --merges 258600fdcca477faa5919d5b2b7babf7fd089b2c~1..258600fdcca477faa5919d5b2b7babf7fd089b2c 258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:29:59.152Z] 258600fdcca477faa5919d5b2b7babf7fd089b2c [false] [Pipeline] sh [2022-04-19T20:29:59.444Z] + git log --format=format:%s -1 258600fdcca477faa5919d5b2b7babf7fd089b2c [Pipeline] echo [2022-04-19T20:29:59.460Z] ========================================================= [2022-04-19T20:29:59.460Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-19T20:29:59.460Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-19T20:30:00.040Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-19T20:30:00.040Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-19T20:30:00.040Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-19T20:30:00.040Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-19T20:30:00.040Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-19T20:30:00.040Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-19T20:30:00.040Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:30:00.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T20:30:00.466Z] [2022-04-19T20:30:00.466Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:30:00.770Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T20:30:00.770Z] latest: Pulling from edgex-devops/git-semver [2022-04-19T20:30:00.770Z] a0d0a0d46f8b: Pulling fs layer [2022-04-19T20:30:00.770Z] 3e5f54012d9b: Pulling fs layer [2022-04-19T20:30:00.770Z] 4c7163046ea9: Pulling fs layer [2022-04-19T20:30:00.770Z] 0c2d73faf560: Pulling fs layer [2022-04-19T20:30:00.770Z] 0c2d73faf560: Waiting [2022-04-19T20:30:00.770Z] 3e5f54012d9b: Verifying Checksum [2022-04-19T20:30:00.770Z] 3e5f54012d9b: Download complete [2022-04-19T20:30:00.770Z] a0d0a0d46f8b: Verifying Checksum [2022-04-19T20:30:00.770Z] a0d0a0d46f8b: Download complete [2022-04-19T20:30:00.770Z] 0c2d73faf560: Verifying Checksum [2022-04-19T20:30:00.770Z] 0c2d73faf560: Download complete [2022-04-19T20:30:00.770Z] 4c7163046ea9: Verifying Checksum [2022-04-19T20:30:00.770Z] 4c7163046ea9: Download complete [2022-04-19T20:30:01.034Z] a0d0a0d46f8b: Pull complete [2022-04-19T20:30:01.034Z] 3e5f54012d9b: Pull complete [2022-04-19T20:30:01.295Z] 4c7163046ea9: Pull complete [2022-04-19T20:30:01.561Z] 0c2d73faf560: Pull complete [2022-04-19T20:30:01.561Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-19T20:30:01.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T20:30:01.561Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-19T20:30:01.633Z] prd-ubuntu20.04-docker-8c-8g-21391 does not seem to be running inside a container [2022-04-19T20:30:01.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat [2022-04-19T20:30:02.436Z] $ docker top 24dd440166d644ab0680f1a346310a4a2906880c1b90d4f1edc807109fd729b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-19T20:30:02.527Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T20:30:02.527Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T20:30:02.658Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T20:30:02.667Z] $ docker exec 24dd440166d644ab0680f1a346310a4a2906880c1b90d4f1edc807109fd729b2 ssh-agent [2022-04-19T20:30:02.783Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDMfEfm/agent.14 [2022-04-19T20:30:02.783Z] SSH_AGENT_PID=20 [2022-04-19T20:30:02.792Z] Running ssh-add (command line suppressed) [2022-04-19T20:30:02.917Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6469618815378964457.key (/w/workspace/edgex-go/2@tmp/private_key_6469618815378964457.key) [2022-04-19T20:30:02.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T20:30:03.222Z] + git tag --points-at HEAD [Pipeline] } [2022-04-19T20:30:03.249Z] $ docker exec --env ******** --env ******** 24dd440166d644ab0680f1a346310a4a2906880c1b90d4f1edc807109fd729b2 ssh-agent -k [2022-04-19T20:30:03.353Z] unset SSH_AUTH_SOCK; [2022-04-19T20:30:03.354Z] unset SSH_AGENT_PID; [2022-04-19T20:30:03.354Z] echo Agent pid 20 killed; [2022-04-19T20:30:03.360Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-19T20:30:03.382Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T20:30:03.382Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T20:30:03.505Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T20:30:03.514Z] $ docker exec 24dd440166d644ab0680f1a346310a4a2906880c1b90d4f1edc807109fd729b2 ssh-agent [2022-04-19T20:30:03.638Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkAoHjn/agent.55 [2022-04-19T20:30:03.638Z] SSH_AGENT_PID=61 [2022-04-19T20:30:03.644Z] Running ssh-add (command line suppressed) [2022-04-19T20:30:03.770Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2757374085817194718.key (/w/workspace/edgex-go/2@tmp/private_key_2757374085817194718.key) [2022-04-19T20:30:03.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T20:30:04.070Z] + git semver init [2022-04-19T20:30:04.070Z] # -> Open(): unable to determine branch for HEAD [2022-04-19T20:30:04.070Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2022-04-19T20:30:04.070Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2022-04-19T20:30:04.070Z] # $SEMVER_REMOTE_NAME = origin [2022-04-19T20:30:04.070Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-19T20:30:04.070Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-19T20:30:04.070Z] # $SEMVER_BRANCH = PR-3979 [2022-04-19T20:30:04.070Z] # $SEMVER_TEMP = /tmp/semver-090330071 [2022-04-19T20:30:04.070Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-19T20:30:19.021Z] # '/tmp/semver-090330071' -> '/w/workspace/edgex-go/2/.semver' [2022-04-19T20:30:19.021Z] # -> Force: false [2022-04-19T20:30:19.021Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2022-04-19T20:30:19.038Z] $ docker exec --env ******** --env ******** 24dd440166d644ab0680f1a346310a4a2906880c1b90d4f1edc807109fd729b2 ssh-agent -k [2022-04-19T20:30:19.151Z] unset SSH_AUTH_SOCK; [2022-04-19T20:30:19.151Z] unset SSH_AGENT_PID; [2022-04-19T20:30:19.151Z] echo Agent pid 61 killed; [2022-04-19T20:30:19.156Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T20:30:19.463Z] + git semver [Pipeline] } [2022-04-19T20:30:19.488Z] $ docker stop --time=1 24dd440166d644ab0680f1a346310a4a2906880c1b90d4f1edc807109fd729b2 [2022-04-19T20:30:21.405Z] $ docker rm -f 24dd440166d644ab0680f1a346310a4a2906880c1b90d4f1edc807109fd729b2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T20:30:21.775Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-19T20:30:22.034Z] Stashed 1 file(s) [Pipeline] echo [2022-04-19T20:30:22.038Z] [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 [2022-04-19T20:30:22.175Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T20:30:22.183Z] ========================================================= [2022-04-19T20:30:22.183Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-19T20:30:22.183Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:30:22.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T20:30:22.480Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-19T20:30:22.480Z] 59bf1c3509f3: Pulling fs layer [2022-04-19T20:30:22.480Z] 666ba61612fd: Pulling fs layer [2022-04-19T20:30:22.480Z] 8ed8ca486205: Pulling fs layer [2022-04-19T20:30:22.480Z] 4fe6c5a15a65: Pulling fs layer [2022-04-19T20:30:22.480Z] 22a0e8bec74d: Pulling fs layer [2022-04-19T20:30:22.480Z] 640e595b4fbd: Pulling fs layer [2022-04-19T20:30:22.480Z] 763cafe07f6e: Pulling fs layer [2022-04-19T20:30:22.480Z] 0c0b528cf693: Pulling fs layer [2022-04-19T20:30:22.480Z] 10935f4eaf8b: Pulling fs layer [2022-04-19T20:30:22.480Z] 763cafe07f6e: Waiting [2022-04-19T20:30:22.480Z] 0c0b528cf693: Waiting [2022-04-19T20:30:22.480Z] 10935f4eaf8b: Waiting [2022-04-19T20:30:22.480Z] 640e595b4fbd: Waiting [2022-04-19T20:30:22.480Z] 4fe6c5a15a65: Waiting [2022-04-19T20:30:22.480Z] 22a0e8bec74d: Waiting [2022-04-19T20:30:22.480Z] 8ed8ca486205: Verifying Checksum [2022-04-19T20:30:22.480Z] 8ed8ca486205: Download complete [2022-04-19T20:30:22.480Z] 666ba61612fd: Verifying Checksum [2022-04-19T20:30:22.480Z] 666ba61612fd: Download complete [2022-04-19T20:30:22.480Z] 22a0e8bec74d: Download complete [2022-04-19T20:30:22.480Z] 640e595b4fbd: Download complete [2022-04-19T20:30:22.480Z] 59bf1c3509f3: Download complete [2022-04-19T20:30:22.480Z] 763cafe07f6e: Verifying Checksum [2022-04-19T20:30:22.480Z] 763cafe07f6e: Download complete [2022-04-19T20:30:22.748Z] 0c0b528cf693: Verifying Checksum [2022-04-19T20:30:22.748Z] 0c0b528cf693: Download complete [2022-04-19T20:30:22.748Z] 59bf1c3509f3: Pull complete [2022-04-19T20:30:22.748Z] 666ba61612fd: Pull complete [2022-04-19T20:30:23.017Z] 8ed8ca486205: Pull complete [2022-04-19T20:30:23.278Z] 10935f4eaf8b: Download complete [2022-04-19T20:30:23.278Z] 4fe6c5a15a65: Verifying Checksum [2022-04-19T20:30:23.278Z] 4fe6c5a15a65: Download complete [2022-04-19T20:30:27.473Z] 4fe6c5a15a65: Pull complete [2022-04-19T20:30:27.473Z] 22a0e8bec74d: Pull complete [2022-04-19T20:30:27.473Z] 640e595b4fbd: Pull complete [2022-04-19T20:30:27.473Z] 763cafe07f6e: Pull complete [2022-04-19T20:30:27.473Z] 0c0b528cf693: Pull complete [2022-04-19T20:30:29.383Z] 10935f4eaf8b: Pull complete [2022-04-19T20:30:29.383Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-19T20:30:29.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T20:30:29.383Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:30:29.679Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T20:30:29.679Z] WORKDIR /edgex [2022-04-19T20:30:29.679Z] COPY go.mod . [2022-04-19T20:30:29.679Z] RUN go mod download [2022-04-19T20:30:29.679Z] + docker build -t ci-base-image-x86_64 -f - . [2022-04-19T20:30:31.060Z] Sending build context to Docker daemon 334.9MB [2022-04-19T20:30:31.060Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T20:30:31.060Z] ---> 99d49a6021b9 [2022-04-19T20:30:31.060Z] Step 2/4 : WORKDIR /edgex [2022-04-19T20:30:33.611Z] ---> Running in 007bfd625c0e [2022-04-19T20:30:33.611Z] Removing intermediate container 007bfd625c0e [2022-04-19T20:30:33.611Z] ---> 8c8936f2b97e [2022-04-19T20:30:33.611Z] Step 3/4 : COPY go.mod . [2022-04-19T20:30:33.611Z] ---> b9351d2b95d8 [2022-04-19T20:30:33.611Z] Step 4/4 : RUN go mod download [2022-04-19T20:30:33.611Z] ---> Running in 267f09c11fd6 [2022-04-19T20:30:37.128Z] Still waiting to schedule task [2022-04-19T20:30:37.128Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-04-19T20:30:51.730Z] Removing intermediate container 267f09c11fd6 [2022-04-19T20:30:51.730Z] ---> f9e2295f3ba3 [2022-04-19T20:30:51.730Z] Successfully built f9e2295f3ba3 [2022-04-19T20:30:51.730Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:30:52.030Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T20:30:52.030Z] . [Pipeline] withDockerContainer [2022-04-19T20:30:52.109Z] prd-ubuntu20.04-docker-8c-8g-21391 does not seem to be running inside a container [2022-04-19T20:30:52.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T20:30:52.560Z] $ docker top 00a9cc33cc36177d9bf81eabf1f78aa3c4eadadfb53308bdc070995fad1d33ac -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:30:52.923Z] + go version [2022-04-19T20:30:52.923Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-19T20:30:52.943Z] $ docker stop --time=1 00a9cc33cc36177d9bf81eabf1f78aa3c4eadadfb53308bdc070995fad1d33ac [2022-04-19T20:30:54.411Z] $ docker rm -f 00a9cc33cc36177d9bf81eabf1f78aa3c4eadadfb53308bdc070995fad1d33ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:30:54.845Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T20:30:54.845Z] . [Pipeline] withDockerContainer [2022-04-19T20:30:54.926Z] prd-ubuntu20.04-docker-8c-8g-21391 does not seem to be running inside a container [2022-04-19T20:30:54.983Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T20:30:55.340Z] $ docker top f9e7fae96d684f55043a92ee63e657860967cc32cad67bf71800983c95d3156e -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-19T20:30:55.420Z] ========================================================= [2022-04-19T20:30:55.420Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T20:30:55.420Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:30:55.711Z] + make test [2022-04-19T20:30:55.711Z] go mod tidy -compat=1.17 [2022-04-19T20:30:55.970Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T20:31:01.257Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T20:31:13.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.065s coverage: 28.7% of statements [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T20:31:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T20:31:14.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.085s coverage: 98.5% of statements [2022-04-19T20:31:14.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T20:31:14.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.085s coverage: 53.4% of statements [2022-04-19T20:31:14.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T20:31:14.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.318s coverage: 89.2% of statements [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.081s coverage: 84.4% of statements [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.462s coverage: 95.6% of statements [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.072s coverage: 60.0% of statements [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.093s coverage: 0.9% of statements [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.094s coverage: 29.6% of statements [2022-04-19T20:31:17.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2022-04-19T20:31:17.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements [2022-04-19T20:31:27.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2022-04-19T20:31:27.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2022-04-19T20:31:29.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.190s coverage: 82.5% of statements [2022-04-19T20:31:29.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.097s coverage: 92.9% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 65.1% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 58.8% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.047s coverage: 87.2% of statements [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 85.4% of statements [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.136s coverage: 91.2% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.135s coverage: 64.4% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 65.4% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 43.8% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 63.2% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T20:31:39.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-04-19T20:31:39.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-04-19T20:31:39.230Z] 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 [2022-04-19T20:31:54.112Z] GO111MODULE=on go vet ./... [2022-04-19T20:31:58.300Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T20:31:58.558Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T20:31:58.817Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T20:31:59.400Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T20:31:59.695Z] + ls -al . [2022-04-19T20:31:59.695Z] total 672 [2022-04-19T20:31:59.695Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 20:31 . [2022-04-19T20:31:59.695Z] drwxr-xr-x 4 root root 4096 Apr 19 20:30 .. [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 20:29 .dockerignore [2022-04-19T20:31:59.695Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:29 .git [2022-04-19T20:31:59.695Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:29 .github [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 20:29 .gitignore [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 20:29 .golangci.yml [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 20:29 .hadolint.yml [2022-04-19T20:31:59.695Z] drwx------ 3 1001 1001 4096 Apr 19 20:30 .semver [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 20:29 .sonarcloud.properties [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 20:29 ADOPTERS.md [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 20:29 Attribution.txt [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 20:29 CHANGELOG.md [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:29 CONTRIBUTING.md [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 20:29 GOVERNANCE.md [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 20:29 Jenkinsfile [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:29 LICENSE [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 20:29 Makefile [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 20:29 OWNERS.md [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 20:29 README.md [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 20:29 SECURITY.md [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 20:30 VERSION [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:29 ZMQWindows.md [2022-04-19T20:31:59.695Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 20:29 bin [2022-04-19T20:31:59.695Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 20:29 cmd [2022-04-19T20:31:59.695Z] -rw-r--r-- 1 root root 435134 Apr 19 20:31 coverage.out [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 20:29 go.mod [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 20:30 go.sum [2022-04-19T20:31:59.695Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:29 internal [2022-04-19T20:31:59.695Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:29 openapi [2022-04-19T20:31:59.695Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 20:29 snap [2022-04-19T20:31:59.695Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 20:29 version.go [Pipeline] sh [2022-04-19T20:31:59.984Z] + '[' -e coverage.out ] [2022-04-19T20:31:59.984Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-19T20:32:00.078Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T20:32:00.368Z] + make build [2022-04-19T20:32:00.368Z] 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 [2022-04-19T20:32:15.258Z] 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 [2022-04-19T20:32:21.831Z] 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 [2022-04-19T20:32:22.400Z] 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 [2022-04-19T20:32:28.964Z] 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 [2022-04-19T20:32:28.964Z] 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 [2022-04-19T20:32:29.223Z] 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 [2022-04-19T20:32:30.603Z] 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 [2022-04-19T20:32:31.170Z] 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 [2022-04-19T20:32:32.108Z] 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 [2022-04-19T20:32:32.676Z] 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 [2022-04-19T20:32:33.616Z] 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 [2022-04-19T20:32:34.999Z] 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] } [2022-04-19T20:32:35.955Z] $ docker stop --time=1 f9e7fae96d684f55043a92ee63e657860967cc32cad67bf71800983c95d3156e [2022-04-19T20:32:38.323Z] $ docker rm -f f9e7fae96d684f55043a92ee63e657860967cc32cad67bf71800983c95d3156e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:32:39.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T20:32:39.816Z] [2022-04-19T20:32:39.816Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:32:40.121Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T20:32:40.121Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-19T20:32:40.121Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-19T20:32:40.121Z] ca9280d653b3: Pulling fs layer [2022-04-19T20:32:40.121Z] 7e9c9ca2126c: Pulling fs layer [2022-04-19T20:32:40.121Z] cbdbe7a5bc2a: Verifying Checksum [2022-04-19T20:32:40.121Z] cbdbe7a5bc2a: Download complete [2022-04-19T20:32:40.381Z] ca9280d653b3: Verifying Checksum [2022-04-19T20:32:40.381Z] ca9280d653b3: Download complete [2022-04-19T20:32:40.381Z] cbdbe7a5bc2a: Pull complete [2022-04-19T20:32:40.641Z] 7e9c9ca2126c: Verifying Checksum [2022-04-19T20:32:40.926Z] ca9280d653b3: Pull complete [2022-04-19T20:32:44.285Z] 7e9c9ca2126c: Pull complete [2022-04-19T20:32:44.286Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-19T20:32:44.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T20:32:44.286Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-19T20:32:44.353Z] prd-ubuntu20.04-docker-8c-8g-21391 does not seem to be running inside a container [2022-04-19T20:32:44.398Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-19T20:32:45.514Z] $ docker top e5c4ec13f081019bfa76fd2a5d37ca26adcec119f5f269a55d9888c4743302ec -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:32:45.865Z] + docker-compose build --help [2022-04-19T20:32:45.865Z] + grep parallel [2022-04-19T20:32:46.435Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T20:32:46.453Z] $ docker stop --time=1 e5c4ec13f081019bfa76fd2a5d37ca26adcec119f5f269a55d9888c4743302ec [2022-04-19T20:32:47.745Z] $ docker rm -f e5c4ec13f081019bfa76fd2a5d37ca26adcec119f5f269a55d9888c4743302ec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:32:48.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T20:32:48.139Z] . [Pipeline] withDockerContainer [2022-04-19T20:32:48.210Z] prd-ubuntu20.04-docker-8c-8g-21391 does not seem to be running inside a container [2022-04-19T20:32:48.251Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-19T20:32:48.639Z] $ docker top 05aa9da140850fc2280f87bc570da6a2fea0e59f7280aaebe5e4a2b56bdde0fd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:32:48.992Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T20:32:49.560Z] Building core-command ... [2022-04-19T20:32:49.560Z] Building core-data ... [2022-04-19T20:32:49.560Z] Building core-metadata ... [2022-04-19T20:32:49.560Z] Building security-bootstrapper ... [2022-04-19T20:32:49.560Z] Building security-proxy-setup ... [2022-04-19T20:32:49.560Z] Building security-secretstore-setup ... [2022-04-19T20:32:49.560Z] Building security-spiffe-token-provider ... [2022-04-19T20:32:49.560Z] Building security-spire-agent ... [2022-04-19T20:32:49.560Z] Building security-spire-config ... [2022-04-19T20:32:49.560Z] Building security-spire-server ... [2022-04-19T20:32:49.560Z] Building support-notifications ... [2022-04-19T20:32:49.560Z] Building support-scheduler ... [2022-04-19T20:32:49.560Z] Building sys-mgmt-agent ... [2022-04-19T20:32:49.560Z] Building support-scheduler [2022-04-19T20:32:49.560Z] Building security-secretstore-setup [2022-04-19T20:32:49.560Z] Building security-spiffe-token-provider [2022-04-19T20:32:49.560Z] Building security-spire-agent [2022-04-19T20:32:49.560Z] Building core-metadata [2022-04-19T20:33:04.442Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:04.442Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:04.442Z] ---> f9e2295f3ba3 [2022-04-19T20:33:04.442Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:33:04.442Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:04.442Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:04.442Z] ---> f9e2295f3ba3 [2022-04-19T20:33:04.442Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T20:33:04.442Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:04.442Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:04.442Z] ---> f9e2295f3ba3 [2022-04-19T20:33:04.442Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T20:33:04.442Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:04.442Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:04.442Z] ---> f9e2295f3ba3 [2022-04-19T20:33:04.442Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T20:33:04.442Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:04.442Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:04.442Z] ---> f9e2295f3ba3 [2022-04-19T20:33:04.442Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:33:06.353Z] ---> Running in 8164caa6afdd [2022-04-19T20:33:06.353Z] ---> Running in 00fd8fa06440 [2022-04-19T20:33:06.353Z] ---> Running in c1a29a53538e [2022-04-19T20:33:06.353Z] ---> Running in fdcae543ea1c [2022-04-19T20:33:06.353Z] ---> Running in d5bb9b639ad2 [2022-04-19T20:33:06.353Z] Removing intermediate container d5bb9b639ad2 [2022-04-19T20:33:06.353Z] ---> 579132a17a99 [2022-04-19T20:33:06.353Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T20:33:06.353Z] Removing intermediate container 8164caa6afdd [2022-04-19T20:33:06.353Z] ---> cc71617339c6 [2022-04-19T20:33:06.353Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:33:06.353Z] Removing intermediate container c1a29a53538e [2022-04-19T20:33:06.353Z] ---> 384e45d6dad7 [2022-04-19T20:33:06.353Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:33:06.353Z] Removing intermediate container 00fd8fa06440 [2022-04-19T20:33:06.353Z] ---> 0a274c0315bd [2022-04-19T20:33:06.353Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:33:06.353Z] ---> Running in 58fa72027264 [2022-04-19T20:33:06.353Z] Removing intermediate container fdcae543ea1c [2022-04-19T20:33:06.353Z] ---> bd7097d20563 [2022-04-19T20:33:06.353Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:33:06.353Z] ---> Running in f9326846d6b5 [2022-04-19T20:33:06.353Z] ---> Running in baa2d7bf987a [2022-04-19T20:33:06.353Z] ---> Running in 4821041c0e10 [2022-04-19T20:33:06.353Z] ---> Running in 694e20547e95 [2022-04-19T20:33:06.611Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:07.551Z] Removing intermediate container baa2d7bf987a [2022-04-19T20:33:07.551Z] ---> 58375c05cac1 [2022-04-19T20:33:07.551Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T20:33:07.551Z] ---> Running in c7515bcc81f1 [2022-04-19T20:33:07.551Z] Removing intermediate container 4821041c0e10 [2022-04-19T20:33:07.551Z] ---> 1f21748f7e43 [2022-04-19T20:33:07.551Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T20:33:07.551Z] ---> Running in a8d6941605c6 [2022-04-19T20:33:07.551Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:07.551Z] Removing intermediate container f9326846d6b5 [2022-04-19T20:33:07.551Z] ---> eb2c2e503248 [2022-04-19T20:33:07.551Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T20:33:07.551Z] ---> Running in f19a8bd7dcce [2022-04-19T20:33:07.812Z] Removing intermediate container 694e20547e95 [2022-04-19T20:33:07.812Z] ---> 588f43b583a4 [2022-04-19T20:33:07.812Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T20:33:07.812Z] ---> Running in 70090000b818 [2022-04-19T20:33:08.070Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:33:08.070Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:33:08.070Z] OK: 15866 distinct packages available [2022-04-19T20:33:08.070Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:08.070Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:08.070Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:08.330Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:08.330Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:08.902Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:08.902Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:08.902Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:09.161Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:09.161Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:09.161Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:09.161Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:09.422Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:09.422Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:09.422Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:09.682Z] Removing intermediate container c7515bcc81f1 [2022-04-19T20:33:09.682Z] ---> 85e520a83b01 [2022-04-19T20:33:09.682Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:33:09.942Z] Removing intermediate container 58fa72027264 [2022-04-19T20:33:09.942Z] ---> 354645824c0c [2022-04-19T20:33:09.942Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T20:33:10.201Z] ---> 9dc4f4dd4120 [2022-04-19T20:33:10.201Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:10.201Z] Removing intermediate container a8d6941605c6 [2022-04-19T20:33:10.201Z] ---> ee106795dab3 [2022-04-19T20:33:10.201Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T20:33:10.201Z] ---> Running in a53a28c7cb75 [2022-04-19T20:33:10.201Z] Removing intermediate container f19a8bd7dcce [2022-04-19T20:33:10.201Z] ---> 6865cc63f339 [2022-04-19T20:33:10.201Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T20:33:10.460Z] Removing intermediate container 70090000b818 [2022-04-19T20:33:10.460Z] ---> 23088fb851ac [2022-04-19T20:33:10.460Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:33:10.460Z] ---> 06539bdb43c9 [2022-04-19T20:33:10.460Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:10.460Z] ---> Running in 4f5af0163677 [2022-04-19T20:33:10.460Z] ---> ffd85b7abc37 [2022-04-19T20:33:10.460Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:10.460Z] ---> Running in ce737c647de2 [2022-04-19T20:33:10.460Z] ---> 2d46e547032e [2022-04-19T20:33:10.460Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:10.718Z] ---> 53f16e0234d6 [2022-04-19T20:33:10.718Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:10.718Z] ---> Running in 05039828220a [2022-04-19T20:33:10.718Z] ---> Running in f6cc478606c9 [2022-04-19T20:33:11.288Z] Removing intermediate container a53a28c7cb75 [2022-04-19T20:33:11.288Z] ---> 3c5a15fd4cb9 [2022-04-19T20:33:11.288Z] Step 8/23 : COPY . . [2022-04-19T20:33:11.546Z] Removing intermediate container 4f5af0163677 [2022-04-19T20:33:11.546Z] ---> ae908eb19d12 [2022-04-19T20:33:11.546Z] Step 7/20 : COPY . . [2022-04-19T20:33:11.546Z] Removing intermediate container ce737c647de2 [2022-04-19T20:33:11.546Z] ---> 86e7b5b6ef46 [2022-04-19T20:33:11.546Z] Step 8/26 : COPY . . [2022-04-19T20:33:16.217Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21396 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws [2022-04-19T20:33:16.230Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2022-04-19T20:33:16.542Z] The recommended git tool is: git [2022-04-19T20:33:16.819Z] Removing intermediate container 05039828220a [2022-04-19T20:33:16.819Z] ---> ce0ab69c53bc [2022-04-19T20:33:16.819Z] Step 8/25 : COPY . . [2022-04-19T20:33:16.819Z] Removing intermediate container f6cc478606c9 [2022-04-19T20:33:16.819Z] ---> 6f507a172e8a [2022-04-19T20:33:16.819Z] Step 8/22 : COPY . . [2022-04-19T20:33:16.819Z] ---> 5db06e191697 [2022-04-19T20:33:16.819Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T20:33:16.819Z] ---> 167210034242 [2022-04-19T20:33:16.819Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T20:33:16.819Z] ---> 4608bf297022 [2022-04-19T20:33:16.819Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T20:33:20.102Z] ---> Running in 76b4d7326474 [2022-04-19T20:33:20.102Z] ---> Running in a577f1dd995f [2022-04-19T20:33:20.102Z] ---> Running in d126afdaeef1 [2022-04-19T20:33:20.102Z] Removing intermediate container 76b4d7326474 [2022-04-19T20:33:20.102Z] ---> 18075cf7fd85 [2022-04-19T20:33:20.102Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T20:33:20.102Z] ---> Running in 2886ae2bbd27 [2022-04-19T20:33:20.102Z] 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 [2022-04-19T20:33:20.102Z] 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 [2022-04-19T20:33:21.060Z] Removing intermediate container 2886ae2bbd27 [2022-04-19T20:33:21.060Z] ---> aafeb217ecb7 [2022-04-19T20:33:21.060Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T20:33:21.324Z] ---> Running in 4a478a4ac112 [2022-04-19T20:33:21.324Z] Removing intermediate container 4a478a4ac112 [2022-04-19T20:33:21.324Z] ---> adc8b2cde452 [2022-04-19T20:33:21.324Z] 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 [2022-04-19T20:33:21.324Z] ---> ad2a90619980 [2022-04-19T20:33:21.324Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T20:33:21.583Z] ---> Running in 4e4753e39608 [2022-04-19T20:33:21.584Z] ---> Running in bfa03f602189 [2022-04-19T20:33:21.584Z] ---> c29545b9f4b9 [2022-04-19T20:33:21.584Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T20:33:21.584Z] ---> Running in 44b13ad5323f [2022-04-19T20:33:22.156Z] 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 [2022-04-19T20:33:22.416Z] 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 [2022-04-19T20:33:22.985Z] spire-1.2.1/ [2022-04-19T20:33:22.985Z] spire-1.2.1/.data/ [2022-04-19T20:33:22.985Z] spire-1.2.1/.data/.file [2022-04-19T20:33:22.985Z] spire-1.2.1/.dockerignore [2022-04-19T20:33:22.985Z] spire-1.2.1/.gitattributes [2022-04-19T20:33:22.985Z] spire-1.2.1/.githooks/ [2022-04-19T20:33:22.985Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/ [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/ [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T20:33:22.985Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T20:33:22.985Z] spire-1.2.1/.gitignore [2022-04-19T20:33:22.985Z] spire-1.2.1/.go-version [2022-04-19T20:33:22.985Z] spire-1.2.1/.golangci.yml [2022-04-19T20:33:22.985Z] spire-1.2.1/ADOPTERS.md [2022-04-19T20:33:22.985Z] spire-1.2.1/CHANGELOG.md [2022-04-19T20:33:22.985Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T20:33:22.985Z] spire-1.2.1/CODEOWNERS [2022-04-19T20:33:22.985Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T20:33:22.985Z] spire-1.2.1/Dockerfile [2022-04-19T20:33:22.985Z] spire-1.2.1/Dockerfile.dev [2022-04-19T20:33:22.985Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T20:33:22.985Z] spire-1.2.1/LICENSE [2022-04-19T20:33:22.985Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T20:33:22.985Z] spire-1.2.1/Makefile [2022-04-19T20:33:22.985Z] spire-1.2.1/README.md [2022-04-19T20:33:22.985Z] spire-1.2.1/ROADMAP.md [2022-04-19T20:33:22.985Z] spire-1.2.1/SECURITY.md [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T20:33:22.985Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T20:33:22.986Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/ [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/agent/ [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/server/ [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/server/server.conf [2022-04-19T20:33:22.986Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/ [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/auditlog.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/ [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/spire_server.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/telemetry.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/upgrading.md [2022-04-19T20:33:22.986Z] spire-1.2.1/doc/using_spire.md [2022-04-19T20:33:22.986Z] spire-1.2.1/examples/ [2022-04-19T20:33:22.986Z] spire-1.2.1/examples/README.md [2022-04-19T20:33:22.986Z] spire-1.2.1/go.mod [2022-04-19T20:33:22.986Z] spire-1.2.1/go.sum [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T20:33:22.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T20:33:22.987Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/health/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/log/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/ [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T20:33:22.988Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/version/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/config.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T20:33:22.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:33:22.990Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/server.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/private/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/private/server/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/common/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T20:33:22.991Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T20:33:22.991Z] spire-1.2.1/release/ [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire-extras/ [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire/ [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire/README.md [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire/conf/ [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T20:33:22.991Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T20:33:22.991Z] spire-1.2.1/script/ [2022-04-19T20:33:22.991Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T20:33:22.991Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T20:33:22.991Z] spire-1.2.1/support/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T20:33:22.991Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T20:33:22.991Z] spire-1.2.1/test/ [2022-04-19T20:33:22.991Z] spire-1.2.1/test/clock/ [2022-04-19T20:33:22.991Z] spire-1.2.1/test/clock/clock.go [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/ [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T20:33:22.991Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T20:33:22.992Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/README.md [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/common [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T20:33:22.992Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T20:33:22.993Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T20:33:22.994Z] spire-1.2.1/test/integration/test.sh [2022-04-19T20:33:22.994Z] spire-1.2.1/test/plugintest/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/testca/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/testca/ca.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/testkey/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T20:33:22.994Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/testkey/new.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/util/ [2022-04-19T20:33:22.994Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/util/race.go [2022-04-19T20:33:22.994Z] spire-1.2.1/test/util/util.go [2022-04-19T20:33:22.994Z] building spire from source... [2022-04-19T20:33:23.252Z] Installing go1.17.7... [2022-04-19T20:33:27.024Z] using credential edgex-jenkins-ssh [2022-04-19T20:33:27.046Z] Cloning the remote Git repository [2022-04-19T20:33:28.516Z] Building bin/spire-server... [2022-04-19T20:33:28.516Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T20:33:28.516Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T20:33:28.516Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T20:33:28.516Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T20:33:28.516Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T20:33:28.516Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T20:33:27.182Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-19T20:33:27.420Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2022-04-19T20:33:27.787Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T20:33:27.789Z] > git --version # timeout=10 [2022-04-19T20:33:27.903Z] > git --version # 'git version 2.25.1' [2022-04-19T20:33:27.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T20:33:28.183Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T20:33:28.774Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T20:33:28.774Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T20:33:28.774Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T20:33:28.774Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T20:33:28.774Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T20:33:29.033Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T20:33:29.033Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T20:33:29.033Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T20:33:29.033Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T20:33:29.033Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T20:33:29.033Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T20:33:29.292Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T20:33:29.292Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T20:33:29.292Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T20:33:29.554Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T20:33:29.554Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T20:33:29.554Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T20:33:29.554Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T20:33:29.554Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T20:33:29.554Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T20:33:29.554Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T20:33:29.554Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T20:33:29.554Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T20:33:29.554Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T20:33:29.554Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T20:33:29.554Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T20:33:29.554Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T20:33:29.554Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T20:33:29.554Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T20:33:29.554Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T20:33:29.813Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T20:33:29.813Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T20:33:29.813Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T20:33:29.813Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T20:33:29.813Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T20:33:30.071Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T20:33:30.071Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T20:33:30.071Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T20:33:30.071Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T20:33:30.071Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T20:33:30.071Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T20:33:30.071Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T20:33:30.071Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T20:33:30.071Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T20:33:30.071Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T20:33:30.071Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T20:33:30.330Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T20:33:30.330Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T20:33:30.897Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T20:33:32.806Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T20:33:32.806Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T20:33:32.806Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T20:33:33.064Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T20:33:33.064Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T20:33:33.064Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T20:33:33.323Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T20:33:33.323Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T20:33:33.323Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T20:33:34.259Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T20:33:34.259Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T20:33:34.259Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T20:33:34.259Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T20:33:34.518Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T20:33:34.778Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T20:33:35.036Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T20:33:35.036Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T20:33:41.602Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T20:33:41.603Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T20:33:41.603Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T20:33:41.603Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T20:33:41.603Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T20:33:41.603Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T20:33:41.603Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T20:33:41.603Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T20:33:41.603Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T20:33:41.603Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T20:33:41.603Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T20:33:41.603Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T20:33:41.603Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T20:33:41.603Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T20:33:41.603Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T20:33:41.603Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T20:33:41.603Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T20:33:41.603Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T20:33:41.603Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T20:33:41.603Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T20:33:41.603Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T20:33:41.603Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T20:33:41.603Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T20:33:41.603Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T20:33:41.603Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T20:33:41.603Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T20:33:41.603Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T20:33:41.603Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T20:33:41.603Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T20:33:41.603Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T20:33:41.603Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T20:33:41.603Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T20:33:41.603Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T20:33:41.603Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T20:33:41.603Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T20:33:41.603Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T20:33:41.603Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T20:33:41.603Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T20:33:41.603Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T20:33:41.603Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T20:33:41.603Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T20:33:41.603Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T20:33:41.603Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T20:33:41.862Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T20:33:41.862Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T20:33:41.862Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T20:33:41.862Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T20:33:41.863Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T20:33:41.863Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T20:33:41.863Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T20:33:41.863Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T20:33:41.863Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T20:33:41.863Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T20:33:41.863Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T20:33:41.863Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T20:33:41.863Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T20:33:41.863Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T20:33:41.863Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T20:33:41.863Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T20:33:46.054Z] 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 [2022-04-19T20:33:47.965Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T20:33:47.965Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T20:33:49.846Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T20:33:49.874Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T20:33:49.916Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T20:33:49.966Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T20:33:49.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T20:33:49.983Z] > 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 [2022-04-19T20:33:50.723Z] Merging remotes/origin/main commit 6b188fc41757128322b032ed1e708678348e23e8 into PR head commit 75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T20:33:51.374Z] Merge succeeded, producing 9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T20:33:51.375Z] Checking out Revision 9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 (PR-3979) [2022-04-19T20:33:50.752Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T20:33:50.785Z] > git checkout -f 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 [2022-04-19T20:33:51.053Z] > git remote # timeout=10 [2022-04-19T20:33:51.076Z] > git config --get remote.origin.url # timeout=10 [2022-04-19T20:33:51.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T20:33:51.114Z] > git merge 6b188fc41757128322b032ed1e708678348e23e8 # timeout=10 [2022-04-19T20:33:51.359Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-19T20:33:51.389Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T20:33:51.411Z] > git checkout -f 9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 # timeout=10 [2022-04-19T20:33:56.009Z] Commit message: "Merge commit '6b188fc41757128322b032ed1e708678348e23e8' into HEAD" [2022-04-19T20:33:56.023Z] > git rev-list --no-walk 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-19T20:33:57.231Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-19T20:33:57.231Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T20:33:57.231Z] Dload Upload Total Spent Left Speed [2022-04-19T20:33:57.231Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 46810 0 --:--:-- --:--:-- --:--:-- 46996 [Pipeline] sh [2022-04-19T20:33:57.901Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-19T20:33:58.270Z] + sudo tee /etc/docker/daemon.new [2022-04-19T20:33:58.270Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-19T20:33:58.270Z] { [2022-04-19T20:33:58.270Z] "registry-mirrors": [ [2022-04-19T20:33:58.270Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-19T20:33:58.270Z] ], [2022-04-19T20:33:58.270Z] "bip": "10.250.0.254/24", [2022-04-19T20:33:58.270Z] "hosts": [ [2022-04-19T20:33:58.270Z] "tcp://0.0.0.0:5555", [2022-04-19T20:33:58.270Z] "unix:///var/run/docker.sock" [2022-04-19T20:33:58.270Z] ], [2022-04-19T20:33:58.270Z] "mtu": 1458, [2022-04-19T20:33:58.270Z] "selinux-enabled": true, [2022-04-19T20:33:58.270Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-19T20:33:58.270Z] } [Pipeline] sh [2022-04-19T20:33:58.647Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-19T20:33:59.035Z] + sudo service docker restart [2022-04-19T20:34:02.974Z] Removing intermediate container bfa03f602189 [2022-04-19T20:34:02.974Z] ---> bf9fb1e87d59 [2022-04-19T20:34:02.974Z] [2022-04-19T20:34:02.974Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T20:34:02.974Z] Removing intermediate container d126afdaeef1 [2022-04-19T20:34:02.974Z] ---> b87d14da0675 [2022-04-19T20:34:02.974Z] [2022-04-19T20:34:02.974Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T20:34:02.974Z] Removing intermediate container a577f1dd995f [2022-04-19T20:34:02.974Z] ---> 5fa0fdac45a9 [2022-04-19T20:34:02.974Z] [2022-04-19T20:34:02.974Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T20:34:02.974Z] Removing intermediate container 44b13ad5323f [2022-04-19T20:34:02.974Z] ---> 8b40d6586ab2 [2022-04-19T20:34:02.974Z] [2022-04-19T20:34:02.974Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:34:02.974Z] 3.14: Pulling from library/alpine [2022-04-19T20:34:02.974Z] 3.14: Pulling from library/alpine [2022-04-19T20:34:02.974Z] 3.14: Pulling from library/alpine [2022-04-19T20:34:03.238Z] 3.15: Pulling from library/alpine [2022-04-19T20:34:03.496Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T20:34:03.496Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T20:34:03.496Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T20:34:03.496Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T20:34:03.496Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T20:34:03.496Z] Status: Image is up to date for alpine:3.14 [2022-04-19T20:34:03.496Z] ---> e04c818066af [2022-04-19T20:34:03.496Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T20:34:03.496Z] ---> e04c818066af [2022-04-19T20:34:03.496Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T20:34:03.496Z] ---> e04c818066af [2022-04-19T20:34:03.496Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T20:34:03.754Z] ---> Running in c769827afd6c [2022-04-19T20:34:03.754Z] ---> Running in abc38b2fbd43 [2022-04-19T20:34:03.754Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T20:34:03.754Z] ---> Running in 8c584078922c [2022-04-19T20:34:04.023Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T20:34:04.023Z] ---> 0ac33e5f5afa [2022-04-19T20:34:04.023Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:34:04.023Z] ---> Running in cb1e1a91f356 [2022-04-19T20:34:04.023Z] Removing intermediate container cb1e1a91f356 [2022-04-19T20:34:04.023Z] ---> 95f2280a4f44 [2022-04-19T20:34:04.023Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:04.283Z] ---> Running in a41ebbcbaf64 [2022-04-19T20:34:04.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:04.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:04.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:04.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:04.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:05.114Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T20:34:05.114Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T20:34:05.114Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T20:34:05.114Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:34:05.114Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:34:05.114Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:05.114Z] OK: 6 MiB in 17 packages [2022-04-19T20:34:05.114Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T20:34:05.114Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:34:05.114Z] OK: 6 MiB in 15 packages [2022-04-19T20:34:05.114Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T20:34:05.114Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:34:05.373Z] OK: 6 MiB in 15 packages [2022-04-19T20:34:05.373Z] Removing intermediate container a41ebbcbaf64 [2022-04-19T20:34:05.373Z] ---> b2b99e46635e [2022-04-19T20:34:05.373Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T20:34:05.632Z] ---> Running in f513c88e316c [2022-04-19T20:34:05.890Z] Removing intermediate container abc38b2fbd43 [2022-04-19T20:34:05.890Z] ---> ea502e1f5155 [2022-04-19T20:34:05.890Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T20:34:06.150Z] Removing intermediate container c769827afd6c [2022-04-19T20:34:06.150Z] ---> a89587ab48a2 [2022-04-19T20:34:06.150Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:34:06.150Z] Removing intermediate container 8c584078922c [2022-04-19T20:34:06.150Z] ---> 28c3cc86cab0 [2022-04-19T20:34:06.150Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:34:06.150Z] ---> Running in 209b2fa6ef63 [2022-04-19T20:34:06.150Z] ---> Running in 53046cf0117d [2022-04-19T20:34:06.150Z] ---> Running in e8ad17a1f6fe [2022-04-19T20:34:06.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:06.409Z] Removing intermediate container 53046cf0117d [2022-04-19T20:34:06.409Z] ---> aae6882a6a26 [2022-04-19T20:34:06.409Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T20:34:06.409Z] Removing intermediate container 209b2fa6ef63 [2022-04-19T20:34:06.409Z] ---> 7a1542fcd56a [2022-04-19T20:34:06.409Z] Step 13/25 : WORKDIR / [2022-04-19T20:34:06.409Z] Removing intermediate container e8ad17a1f6fe [2022-04-19T20:34:06.409Z] ---> 2f689febfb3b [2022-04-19T20:34:06.409Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T20:34:06.409Z] ---> Running in 1fe2c39c58fe [2022-04-19T20:34:06.668Z] ---> Running in 981d793d7f6d [2022-04-19T20:34:06.668Z] ---> Running in 0ffb72838b7d [2022-04-19T20:34:06.668Z] Removing intermediate container 1fe2c39c58fe [2022-04-19T20:34:06.668Z] ---> 7b8f14353245 [2022-04-19T20:34:06.668Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T20:34:06.668Z] ---> Running in a4d131dd2711 [2022-04-19T20:34:06.668Z] Removing intermediate container 0ffb72838b7d [2022-04-19T20:34:06.668Z] ---> 6ef48593d4c1 [2022-04-19T20:34:06.668Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T20:34:06.668Z] Removing intermediate container 981d793d7f6d [2022-04-19T20:34:06.668Z] ---> ce397f7e4950 [2022-04-19T20:34:06.668Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-19T20:34:06.926Z] ---> Running in 417b5f086d24 [2022-04-19T20:34:06.926Z] Removing intermediate container a4d131dd2711 [2022-04-19T20:34:06.926Z] ---> 5533f3628d16 [2022-04-19T20:34:06.926Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:34:06.926Z] Removing intermediate container 417b5f086d24 [2022-04-19T20:34:06.926Z] ---> 92e5e51f79ef [2022-04-19T20:34:06.926Z] Step 15/23 : WORKDIR / [2022-04-19T20:34:06.926Z] ---> Running in 1088fed47ace [2022-04-19T20:34:07.184Z] ---> f41c2c9d39b2 [2022-04-19T20:34:07.184Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-19T20:34:07.184Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:07.184Z] ---> 5e03fe2003a6 [2022-04-19T20:34:07.184Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T20:34:07.184Z] Removing intermediate container 1088fed47ace [2022-04-19T20:34:07.184Z] ---> 2ad51fc76d13 [2022-04-19T20:34:07.184Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:34:07.443Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:34:07.443Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:34:07.443Z] OK: 15855 distinct packages available [2022-04-19T20:34:07.701Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:07.701Z] ---> e05161be62d0 [2022-04-19T20:34:07.701Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T20:34:07.701Z] ---> a7476575f622 [2022-04-19T20:34:07.701Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T20:34:07.964Z] ---> 6be1b6e2cb31 [2022-04-19T20:34:07.964Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-04-19T20:34:08.225Z] ---> 3a90e0999176 [2022-04-19T20:34:08.225Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T20:34:08.496Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:08.496Z] ---> 20045b2ca8de [2022-04-19T20:34:08.496Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T20:34:08.496Z] ---> 8196540cac2d [2022-04-19T20:34:08.496Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T20:34:08.496Z] ---> 84ce6f64ca31 [2022-04-19T20:34:08.496Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T20:34:09.074Z] ---> Running in 3fb9ba3ef0ad [2022-04-19T20:34:09.074Z] ---> ece9558ddb71 [2022-04-19T20:34:09.074Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T20:34:09.074Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T20:34:09.074Z] Removing intermediate container 3fb9ba3ef0ad [2022-04-19T20:34:09.074Z] ---> 82504c79c063 [2022-04-19T20:34:09.074Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:34:09.074Z] ---> Running in 896f404b9c09 [2022-04-19T20:34:09.359Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T20:34:09.359Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T20:34:09.359Z] ---> a6a9939fb32f [2022-04-19T20:34:09.359Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-19T20:34:09.359Z] ---> Running in e1d44bd670bd [2022-04-19T20:34:09.621Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T20:34:09.621Z] Removing intermediate container 896f404b9c09 [2022-04-19T20:34:09.621Z] ---> 1a2d64232443 [2022-04-19T20:34:09.621Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:34:09.621Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T20:34:09.621Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T20:34:09.899Z] ---> Running in 05ec178fe53e [2022-04-19T20:34:09.899Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:34:09.899Z] Removing intermediate container e1d44bd670bd [2022-04-19T20:34:09.899Z] ---> f6619cafed58 [2022-04-19T20:34:09.899Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T20:34:09.899Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T20:34:09.899Z] ---> Running in b338d307d6b5 [2022-04-19T20:34:09.899Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T20:34:09.899Z] Removing intermediate container 05ec178fe53e [2022-04-19T20:34:09.899Z] ---> 8fcd33d6739f [2022-04-19T20:34:09.899Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T20:34:10.164Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:34:10.164Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:34:10.164Z] OK: 8 MiB in 23 packages [2022-04-19T20:34:10.164Z] ---> Running in 9dd0628fa129 [2022-04-19T20:34:10.446Z] Removing intermediate container b338d307d6b5 [2022-04-19T20:34:10.446Z] ---> c61728d5b1c2 [2022-04-19T20:34:10.446Z] Step 21/22 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:34:10.446Z] ---> 25265451a593 [2022-04-19T20:34:10.446Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T20:34:10.446Z] Removing intermediate container 9dd0628fa129 [2022-04-19T20:34:10.446Z] ---> d6b94ec0d130 [2022-04-19T20:34:10.446Z] Step 22/23 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:34:10.446Z] ---> Running in 0202fa4a1d91 [2022-04-19T20:34:10.704Z] ---> Running in e6d22891ff99 [2022-04-19T20:34:10.971Z] Removing intermediate container 0202fa4a1d91 [2022-04-19T20:34:10.971Z] ---> 24e727fed598 [2022-04-19T20:34:10.971Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T20:34:10.971Z] ---> 35b4c11dd851 [2022-04-19T20:34:10.971Z] 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/ [2022-04-19T20:34:10.971Z] ---> Running in fae33bcf4d55 [2022-04-19T20:34:11.229Z] ---> Running in e86d8b309bde [2022-04-19T20:34:11.229Z] Removing intermediate container e6d22891ff99 [2022-04-19T20:34:11.229Z] ---> f61183e55830 [2022-04-19T20:34:11.229Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:34:11.229Z] Removing intermediate container f513c88e316c [2022-04-19T20:34:11.229Z] ---> f7dfe34bf4a3 [2022-04-19T20:34:11.229Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:34:11.229Z] Removing intermediate container fae33bcf4d55 [2022-04-19T20:34:11.229Z] ---> ae893b68d879 [2022-04-19T20:34:11.229Z] [2022-04-19T20:34:11.229Z] ---> Running in f2e33a103016 [2022-04-19T20:34:11.492Z] Successfully built ae893b68d879 [2022-04-19T20:34:11.492Z] Successfully tagged support-scheduler:latest [2022-04-19T20:34:11.492Z]  Building support-scheduler ... done Building support-notifications [2022-04-19T20:34:11.750Z] Removing intermediate container f2e33a103016 [2022-04-19T20:34:11.750Z] ---> ecbbc5b20895 [2022-04-19T20:34:11.750Z] [2022-04-19T20:34:11.750Z] Successfully built ecbbc5b20895 [2022-04-19T20:34:12.317Z] Successfully tagged core-metadata:latest [2022-04-19T20:34:12.317Z]  Building core-metadata ... done Building core-command [2022-04-19T20:34:13.698Z] ---> 19e17bc9b3ab [2022-04-19T20:34:13.698Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T20:34:15.660Z] ---> dbc4e8c6133d [2022-04-19T20:34:15.660Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T20:34:15.928Z] Removing intermediate container e86d8b309bde [2022-04-19T20:34:15.928Z] ---> 4601c36d308e [2022-04-19T20:34:15.928Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T20:34:16.186Z] ---> Running in 109c38d147dd [2022-04-19T20:34:16.186Z] ---> 1a996ab87405 [2022-04-19T20:34:16.186Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T20:34:16.445Z] ---> Running in 6e4039127f23 [2022-04-19T20:34:16.445Z] Removing intermediate container 109c38d147dd [2022-04-19T20:34:16.445Z] ---> d31c0a99f53a [2022-04-19T20:34:16.445Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T20:34:16.703Z] ---> Running in 01dabfc3e1bd [2022-04-19T20:34:16.703Z] Removing intermediate container 6e4039127f23 [2022-04-19T20:34:16.703Z] ---> 532cddc2cc02 [2022-04-19T20:34:16.703Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:34:16.964Z] ---> Running in 448faf26a710 [2022-04-19T20:34:16.964Z] Removing intermediate container 01dabfc3e1bd [2022-04-19T20:34:16.964Z] ---> a36cd29deed1 [2022-04-19T20:34:16.964Z] Step 24/25 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:34:17.222Z] ---> Running in fda2040e9018 [2022-04-19T20:34:17.222Z] Removing intermediate container 448faf26a710 [2022-04-19T20:34:17.222Z] ---> e36cee7e9304 [2022-04-19T20:34:17.222Z] Step 18/20 : LABEL arch=x86_64 [2022-04-19T20:34:17.222Z] ---> Running in 5e05297e5b8a [2022-04-19T20:34:17.482Z] Removing intermediate container fda2040e9018 [2022-04-19T20:34:17.482Z] ---> 7e13fc1a1634 [2022-04-19T20:34:17.482Z] Step 25/25 : LABEL version=0.0.0 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T20:34:17.577Z] provisioning config files... [2022-04-19T20:34:17.606Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2724785432505666282tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:34:17.740Z] Removing intermediate container 5e05297e5b8a [2022-04-19T20:34:17.740Z] ---> f1147b51c56c [2022-04-19T20:34:17.740Z] Step 19/20 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:34:17.740Z] ---> Running in 4c602c13a90a [2022-04-19T20:34:17.740Z] ---> Running in 362bff6f99e4 [2022-04-19T20:34:17.987Z] ---> docker-login.sh [2022-04-19T20:34:17.987Z] nexus3.edgexfoundry.org:10001 [2022-04-19T20:34:18.018Z] Removing intermediate container 4c602c13a90a [2022-04-19T20:34:18.018Z] ---> aa03c5fbf330 [2022-04-19T20:34:18.018Z] [2022-04-19T20:34:18.275Z] Successfully built aa03c5fbf330 [2022-04-19T20:34:18.275Z] Successfully tagged security-secretstore-setup:latest [2022-04-19T20:34:18.275Z] Building security-bootstrapper [2022-04-19T20:34:18.275Z]  Building security-secretstore-setup ... done Removing intermediate container 362bff6f99e4 [2022-04-19T20:34:18.275Z] ---> e0f98ae12008 [2022-04-19T20:34:18.275Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T20:34:18.275Z] ---> Running in 6173d8e8549b [2022-04-19T20:34:18.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:34:18.840Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:34:18.840Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:34:18.840Z] ---> f9e2295f3ba3 [2022-04-19T20:34:18.840Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:34:18.840Z] ---> Using cache [2022-04-19T20:34:18.840Z] ---> bd7097d20563 [2022-04-19T20:34:18.840Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:18.840Z] ---> Using cache [2022-04-19T20:34:18.840Z] ---> 588f43b583a4 [2022-04-19T20:34:18.840Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T20:34:18.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:34:18.862Z] Configure a credential helper to remove this warning. See [2022-04-19T20:34:18.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:34:18.862Z] [2022-04-19T20:34:18.862Z] Login Succeeded [2022-04-19T20:34:19.143Z] nexus3.edgexfoundry.org:10002 [2022-04-19T20:34:19.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:34:19.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:34:19.438Z] Configure a credential helper to remove this warning. See [2022-04-19T20:34:19.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:34:19.438Z] [2022-04-19T20:34:19.438Z] Login Succeeded [2022-04-19T20:34:19.438Z] nexus3.edgexfoundry.org:10003 [2022-04-19T20:34:20.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:34:20.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:34:20.042Z] Configure a credential helper to remove this warning. See [2022-04-19T20:34:20.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:34:20.042Z] [2022-04-19T20:34:20.042Z] Login Succeeded [2022-04-19T20:34:20.042Z] nexus3.edgexfoundry.org:10004 [2022-04-19T20:34:20.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:34:20.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:34:20.649Z] Configure a credential helper to remove this warning. See [2022-04-19T20:34:20.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:34:20.649Z] [2022-04-19T20:34:20.649Z] Login Succeeded [2022-04-19T20:34:20.649Z] docker.io [2022-04-19T20:34:20.749Z] Removing intermediate container 6173d8e8549b [2022-04-19T20:34:20.749Z] ---> 638d8ea030bf [2022-04-19T20:34:20.749Z] [2022-04-19T20:34:20.749Z] ---> Running in 1640f1d31e97 [2022-04-19T20:34:20.749Z] Successfully built 638d8ea030bf [2022-04-19T20:34:20.749Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-19T20:34:20.749Z]  Building security-spiffe-token-provider ... done Building sys-mgmt-agent [2022-04-19T20:34:21.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:34:21.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:34:21.530Z] Configure a credential helper to remove this warning. See [2022-04-19T20:34:21.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:34:21.530Z] [2022-04-19T20:34:21.530Z] Login Succeeded [2022-04-19T20:34:21.530Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T20:34:21.554Z] Deleting 1 temporary files [2022-04-19T20:34:21.683Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-19T20:34:22.191Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T20:34:22.203Z] ========================================================= [2022-04-19T20:34:22.203Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-19T20:34:22.203Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:34:22.249Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:34:22.249Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:34:22.249Z] ---> f9e2295f3ba3 [2022-04-19T20:34:22.249Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:34:22.249Z] ---> Using cache [2022-04-19T20:34:22.249Z] ---> bd7097d20563 [2022-04-19T20:34:22.249Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:22.249Z] ---> Using cache [2022-04-19T20:34:22.249Z] ---> 588f43b583a4 [2022-04-19T20:34:22.249Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T20:34:22.249Z] ---> Using cache [2022-04-19T20:34:22.249Z] ---> 23088fb851ac [2022-04-19T20:34:22.249Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:34:22.249Z] ---> Using cache [2022-04-19T20:34:22.249Z] ---> 53f16e0234d6 [2022-04-19T20:34:22.249Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:34:22.249Z] ---> Using cache [2022-04-19T20:34:22.249Z] ---> 6f507a172e8a [2022-04-19T20:34:22.249Z] Step 8/23 : COPY . . [2022-04-19T20:34:22.249Z] ---> Using cache [2022-04-19T20:34:22.249Z] ---> c29545b9f4b9 [2022-04-19T20:34:22.249Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T20:34:22.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:22.570Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T20:34:22.818Z] OK: 221 MiB in 52 packages [2022-04-19T20:34:22.850Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-19T20:34:22.850Z] 9b3977197b4f: Pulling fs layer [2022-04-19T20:34:22.850Z] 1a89e8eeedd5: Pulling fs layer [2022-04-19T20:34:22.850Z] 94645a83ff95: Pulling fs layer [2022-04-19T20:34:22.850Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-19T20:34:22.850Z] 0c92f367c5e7: Pulling fs layer [2022-04-19T20:34:22.850Z] f7c0051592d6: Pulling fs layer [2022-04-19T20:34:22.850Z] a227ed2f7395: Pulling fs layer [2022-04-19T20:34:22.850Z] 7b1c46037f91: Pulling fs layer [2022-04-19T20:34:22.850Z] 0c92f367c5e7: Waiting [2022-04-19T20:34:22.850Z] f7c0051592d6: Waiting [2022-04-19T20:34:22.850Z] a227ed2f7395: Waiting [2022-04-19T20:34:22.850Z] 7b1c46037f91: Waiting [2022-04-19T20:34:22.850Z] 3f3a8bcf1eab: Waiting [2022-04-19T20:34:22.850Z] 94645a83ff95: Verifying Checksum [2022-04-19T20:34:22.850Z] 94645a83ff95: Download complete [2022-04-19T20:34:22.850Z] 1a89e8eeedd5: Verifying Checksum [2022-04-19T20:34:22.851Z] 1a89e8eeedd5: Download complete [2022-04-19T20:34:22.851Z] 0c92f367c5e7: Verifying Checksum [2022-04-19T20:34:22.851Z] 0c92f367c5e7: Download complete [2022-04-19T20:34:22.851Z] f7c0051592d6: Verifying Checksum [2022-04-19T20:34:22.851Z] f7c0051592d6: Download complete [2022-04-19T20:34:22.851Z] 9b3977197b4f: Download complete [2022-04-19T20:34:22.851Z] a227ed2f7395: Verifying Checksum [2022-04-19T20:34:22.851Z] a227ed2f7395: Download complete [2022-04-19T20:34:23.861Z] 9b3977197b4f: Pull complete [2022-04-19T20:34:24.476Z] 1a89e8eeedd5: Pull complete [2022-04-19T20:34:24.756Z] 94645a83ff95: Pull complete [2022-04-19T20:34:25.363Z] 7b1c46037f91: Verifying Checksum [2022-04-19T20:34:25.363Z] 7b1c46037f91: Download complete [2022-04-19T20:34:25.966Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-19T20:34:25.966Z] 3f3a8bcf1eab: Download complete [2022-04-19T20:34:26.108Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:34:26.108Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:34:26.108Z] ---> f9e2295f3ba3 [2022-04-19T20:34:26.108Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T20:34:26.108Z] ---> Using cache [2022-04-19T20:34:26.108Z] ---> bd7097d20563 [2022-04-19T20:34:26.108Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:26.108Z] ---> Using cache [2022-04-19T20:34:26.108Z] ---> 588f43b583a4 [2022-04-19T20:34:26.108Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T20:34:26.108Z] ---> Using cache [2022-04-19T20:34:26.108Z] ---> 23088fb851ac [2022-04-19T20:34:26.108Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T20:34:26.108Z] ---> Using cache [2022-04-19T20:34:26.108Z] ---> 53f16e0234d6 [2022-04-19T20:34:26.108Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:34:26.108Z] ---> Using cache [2022-04-19T20:34:26.108Z] ---> 6f507a172e8a [2022-04-19T20:34:26.108Z] Step 8/31 : COPY . . [2022-04-19T20:34:26.108Z] ---> Using cache [2022-04-19T20:34:26.108Z] ---> c29545b9f4b9 [2022-04-19T20:34:26.108Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T20:34:26.108Z] ---> Running in 552d04a632e9 [2022-04-19T20:34:26.371Z] ---> Running in d68264729b35 [2022-04-19T20:34:26.371Z] Removing intermediate container 1640f1d31e97 [2022-04-19T20:34:26.371Z] ---> 3cbeb6d2ef94 [2022-04-19T20:34:26.371Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:34:27.305Z] ---> 65348672635b [2022-04-19T20:34:27.305Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:34:27.305Z] 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 [2022-04-19T20:34:27.305Z] 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 [2022-04-19T20:34:27.305Z] ---> Running in 668897b3a601 [2022-04-19T20:34:27.565Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:34:27.565Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:34:27.565Z] ---> f9e2295f3ba3 [2022-04-19T20:34:27.565Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:34:27.565Z] ---> Using cache [2022-04-19T20:34:27.565Z] ---> bd7097d20563 [2022-04-19T20:34:27.565Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:27.565Z] ---> Using cache [2022-04-19T20:34:27.565Z] ---> 588f43b583a4 [2022-04-19T20:34:27.565Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T20:34:27.823Z] ---> Running in 03f845c98f41 [2022-04-19T20:34:28.764Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:29.022Z] Removing intermediate container 668897b3a601 [2022-04-19T20:34:29.022Z] ---> 8b8137b785f1 [2022-04-19T20:34:29.022Z] Step 8/22 : COPY . . [2022-04-19T20:34:29.281Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:29.538Z] OK: 221 MiB in 52 packages [2022-04-19T20:34:32.074Z] Removing intermediate container 03f845c98f41 [2022-04-19T20:34:32.074Z] ---> 0ebfdfb1611d [2022-04-19T20:34:32.074Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:34:32.646Z] ---> bf6cb411369e [2022-04-19T20:34:32.646Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:34:32.906Z] ---> Running in bd722d30d69c [2022-04-19T20:34:35.438Z] Removing intermediate container bd722d30d69c [2022-04-19T20:34:35.438Z] ---> 3479dc2bea6d [2022-04-19T20:34:35.438Z] Step 8/23 : COPY . . [2022-04-19T20:34:39.622Z] ---> 91bc77c8d5e6 [2022-04-19T20:34:39.622Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T20:34:39.880Z] ---> Running in 25facd771ec0 [2022-04-19T20:34:40.446Z] 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 [2022-04-19T20:34:41.103Z] 3f3a8bcf1eab: Pull complete [2022-04-19T20:34:41.103Z] 0c92f367c5e7: Pull complete [2022-04-19T20:34:41.103Z] f7c0051592d6: Pull complete [2022-04-19T20:34:41.103Z] a227ed2f7395: Pull complete [2022-04-19T20:34:44.635Z] ---> a6480c97f25e [2022-04-19T20:34:44.635Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T20:34:44.635Z] ---> Running in 2ff5811c3d26 [2022-04-19T20:34:45.202Z] 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 [2022-04-19T20:34:46.535Z] 7b1c46037f91: Pull complete [2022-04-19T20:34:46.535Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-19T20:34:46.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T20:34:46.535Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:34:46.896Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-19T20:34:46.896Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T20:34:46.896Z] WORKDIR /edgex [2022-04-19T20:34:46.896Z] COPY go.mod . [2022-04-19T20:34:46.896Z] RUN go mod download [2022-04-19T20:34:49.563Z] Sending build context to Docker daemon 169.2MB [2022-04-19T20:34:49.563Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T20:34:49.563Z] ---> f79e39bc4007 [2022-04-19T20:34:49.563Z] Step 2/4 : WORKDIR /edgex [2022-04-19T20:34:51.543Z] ---> Running in 900ebdc9f069 [2022-04-19T20:34:51.762Z] Removing intermediate container 552d04a632e9 [2022-04-19T20:34:51.762Z] ---> 6d119cbab56e [2022-04-19T20:34:51.762Z] [2022-04-19T20:34:51.762Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T20:34:51.762Z] ---> e04c818066af [2022-04-19T20:34:51.762Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T20:34:51.762Z] ---> Using cache [2022-04-19T20:34:51.762Z] ---> 28c3cc86cab0 [2022-04-19T20:34:51.762Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:34:51.762Z] ---> Using cache [2022-04-19T20:34:51.762Z] ---> aae6882a6a26 [2022-04-19T20:34:51.762Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T20:34:51.762Z] Removing intermediate container d68264729b35 [2022-04-19T20:34:51.762Z] ---> 58351b26b50f [2022-04-19T20:34:51.762Z] [2022-04-19T20:34:51.762Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T20:34:51.762Z] ---> e04c818066af [2022-04-19T20:34:51.762Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T20:34:51.762Z] ---> Running in 75d47f32e96f [2022-04-19T20:34:51.763Z] ---> Running in e0a34570e77f [2022-04-19T20:34:51.763Z] Removing intermediate container 75d47f32e96f [2022-04-19T20:34:51.763Z] ---> aac26edb613b [2022-04-19T20:34:51.763Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T20:34:51.763Z] Removing intermediate container e0a34570e77f [2022-04-19T20:34:51.763Z] ---> 6b528596d271 [2022-04-19T20:34:51.763Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T20:34:51.763Z] ---> Running in d1dbeb6f5673 [2022-04-19T20:34:51.763Z] ---> Running in cd099a739245 [2022-04-19T20:34:51.818Z] Removing intermediate container 900ebdc9f069 [2022-04-19T20:34:51.818Z] ---> 0de4cebe3a9b [2022-04-19T20:34:51.818Z] Step 3/4 : COPY go.mod . [2022-04-19T20:34:52.027Z] Removing intermediate container d1dbeb6f5673 [2022-04-19T20:34:52.027Z] ---> d82a32b2117a [2022-04-19T20:34:52.027Z] Step 15/23 : WORKDIR / [2022-04-19T20:34:52.027Z] ---> Running in c53ee709707c [2022-04-19T20:34:52.286Z] Removing intermediate container c53ee709707c [2022-04-19T20:34:52.286Z] ---> 93e6981bf92a [2022-04-19T20:34:52.286Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:34:52.418Z] ---> 8d0a6fd2c897 [2022-04-19T20:34:52.418Z] Step 4/4 : RUN go mod download [2022-04-19T20:34:52.418Z] ---> Running in 9c96ce37bfd1 [2022-04-19T20:34:52.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:52.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:52.802Z] ---> f12fa52ac59d [2022-04-19T20:34:52.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T20:34:52.802Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T20:34:52.802Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T20:34:52.802Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:34:52.802Z] OK: 6 MiB in 16 packages [2022-04-19T20:34:53.371Z] ---> 62afcd6dec76 [2022-04-19T20:34:53.371Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T20:34:53.630Z] Removing intermediate container cd099a739245 [2022-04-19T20:34:53.631Z] ---> c6fa92a4a619 [2022-04-19T20:34:53.631Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T20:34:53.631Z] ---> Running in 1d2c667201e0 [2022-04-19T20:34:53.888Z] ---> a141b0a120e8 [2022-04-19T20:34:53.888Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T20:34:53.888Z] ---> Running in 13f2f70a8bb2 [2022-04-19T20:34:53.888Z] Removing intermediate container 1d2c667201e0 [2022-04-19T20:34:53.888Z] ---> 0938f1c10382 [2022-04-19T20:34:53.888Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T20:34:54.145Z] ---> Running in 6794998b4742 [2022-04-19T20:34:54.145Z] Removing intermediate container 13f2f70a8bb2 [2022-04-19T20:34:54.145Z] ---> 2beca131d0ce [2022-04-19T20:34:54.145Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:34:54.145Z] ---> Running in 16bb988547c4 [2022-04-19T20:34:54.413Z] Removing intermediate container 6794998b4742 [2022-04-19T20:34:54.413Z] ---> 32057b14380f [2022-04-19T20:34:54.413Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T20:34:54.413Z] Removing intermediate container 16bb988547c4 [2022-04-19T20:34:54.413Z] ---> fb8489a5ee6a [2022-04-19T20:34:54.413Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T20:34:54.413Z] ---> Running in 17abcda7b333 [2022-04-19T20:34:54.690Z] ---> Running in fca24ead5c20 [2022-04-19T20:34:54.690Z] Removing intermediate container fca24ead5c20 [2022-04-19T20:34:54.690Z] ---> 2e2bd11aeb46 [2022-04-19T20:34:54.690Z] Step 22/23 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:34:54.948Z] ---> Running in 880b77c3eb34 [2022-04-19T20:34:55.205Z] Removing intermediate container 880b77c3eb34 [2022-04-19T20:34:55.205Z] ---> 26c6d0021c89 [2022-04-19T20:34:55.205Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:34:55.205Z] ---> Running in bc931c1dd579 [2022-04-19T20:34:55.771Z] Removing intermediate container bc931c1dd579 [2022-04-19T20:34:55.771Z] ---> 0dfec1a1e94a [2022-04-19T20:34:55.771Z] [2022-04-19T20:34:55.771Z] Successfully built 0dfec1a1e94a [2022-04-19T20:34:55.771Z] Successfully tagged core-command:latest [2022-04-19T20:34:55.771Z] Building core-data [2022-04-19T20:34:59.980Z]  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:34:59.980Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:34:59.980Z] ---> f9e2295f3ba3 [2022-04-19T20:34:59.980Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:34:59.980Z] ---> Using cache [2022-04-19T20:34:59.980Z] ---> bd7097d20563 [2022-04-19T20:34:59.980Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:59.980Z] ---> Using cache [2022-04-19T20:34:59.980Z] ---> 588f43b583a4 [2022-04-19T20:34:59.980Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T20:35:00.545Z] Removing intermediate container 17abcda7b333 [2022-04-19T20:35:00.546Z] ---> de848f48e32e [2022-04-19T20:35:00.546Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T20:35:00.546Z] ---> Running in dea70eff1995 [2022-04-19T20:35:00.546Z] ---> Running in a58826294e02 [2022-04-19T20:35:00.804Z] Removing intermediate container a58826294e02 [2022-04-19T20:35:00.804Z] ---> 53f1d5e6814b [2022-04-19T20:35:00.804Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T20:35:01.063Z] ---> b9902c080d1f [2022-04-19T20:35:01.063Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T20:35:01.063Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:01.063Z] ---> Running in 531b629809b6 [2022-04-19T20:35:02.000Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:02.263Z] OK: 221 MiB in 52 packages [2022-04-19T20:35:02.263Z] Removing intermediate container 531b629809b6 [2022-04-19T20:35:02.263Z] ---> 2f3d22df2c79 [2022-04-19T20:35:02.263Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:35:02.263Z] Removing intermediate container 2ff5811c3d26 [2022-04-19T20:35:02.263Z] ---> 3142da990b13 [2022-04-19T20:35:02.263Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T20:35:02.520Z] ---> Running in ccc77b8878b2 [2022-04-19T20:35:02.520Z] ---> 9f65241708d6 [2022-04-19T20:35:02.520Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T20:35:02.779Z] Removing intermediate container dea70eff1995 [2022-04-19T20:35:02.779Z] ---> 2b001cbf8128 [2022-04-19T20:35:02.779Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:35:03.036Z] 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 [2022-04-19T20:35:03.036Z] ---> 58c40752bc66 [2022-04-19T20:35:03.036Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T20:35:03.293Z] ---> 73790f4a7eb8 [2022-04-19T20:35:03.293Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:35:03.293Z] ---> Running in 50b063a160ab [2022-04-19T20:35:03.293Z] ---> 278a757daec9 [2022-04-19T20:35:03.293Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T20:35:03.552Z] Removing intermediate container ccc77b8878b2 [2022-04-19T20:35:03.552Z] ---> 1bd6103d3ef0 [2022-04-19T20:35:03.552Z] [2022-04-19T20:35:03.552Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T20:35:03.809Z] ---> 0ebc1bfbb15b [2022-04-19T20:35:03.809Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T20:35:03.810Z] Removing intermediate container 25facd771ec0 [2022-04-19T20:35:03.810Z] ---> e658f0b07bc9 [2022-04-19T20:35:03.810Z] [2022-04-19T20:35:03.810Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:35:03.810Z] ---> e04c818066af [2022-04-19T20:35:03.810Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T20:35:03.810Z] 20.10.14: Pulling from library/docker [2022-04-19T20:35:03.810Z] ---> Running in edd5d023c0ad [2022-04-19T20:35:04.067Z] ---> b014d96862d5 [2022-04-19T20:35:04.067Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T20:35:05.005Z] ---> Running in 7de0568d6072 [2022-04-19T20:35:05.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:05.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:05.005Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T20:35:05.264Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T20:35:05.264Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:35:05.264Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:35:05.264Z] OK: 6 MiB in 16 packages [2022-04-19T20:35:05.523Z] Removing intermediate container 7de0568d6072 [2022-04-19T20:35:05.523Z] ---> 3b2e02292dd3 [2022-04-19T20:35:05.523Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T20:35:05.781Z] Removing intermediate container 50b063a160ab [2022-04-19T20:35:05.781Z] ---> 6f3bb6e968f1 [2022-04-19T20:35:05.781Z] Step 8/23 : COPY . . [2022-04-19T20:35:11.055Z] ---> 0b27e14ebae1 [2022-04-19T20:35:11.055Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T20:35:11.055Z] Removing intermediate container edd5d023c0ad [2022-04-19T20:35:11.055Z] ---> 6e1506e6d6b3 [2022-04-19T20:35:11.055Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:35:11.055Z] ---> 79db2632a077 [2022-04-19T20:35:11.055Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T20:35:11.055Z] ---> Running in c88a03210dd6 [2022-04-19T20:35:11.055Z] ---> Running in ac10640c648d [2022-04-19T20:35:11.055Z] ---> Running in 27c9d5daade5 [2022-04-19T20:35:11.055Z] Removing intermediate container c88a03210dd6 [2022-04-19T20:35:11.055Z] ---> e470a5b9a7a1 [2022-04-19T20:35:11.055Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T20:35:11.344Z] ---> Running in 492f7211c8b0 [2022-04-19T20:35:11.344Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T20:35:11.344Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T20:35:11.605Z] ---> 7417809fdb73 [2022-04-19T20:35:11.605Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:35:11.605Z] 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 [2022-04-19T20:35:11.863Z] Removing intermediate container 492f7211c8b0 [2022-04-19T20:35:11.863Z] ---> 387e44c69dce [2022-04-19T20:35:11.863Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T20:35:12.430Z] ---> Running in 4cce2cd55069 [2022-04-19T20:35:12.430Z] ---> Running in 8cc3948f11f1 [2022-04-19T20:35:12.689Z] Removing intermediate container 4cce2cd55069 [2022-04-19T20:35:12.689Z] ---> c16782bf043c [2022-04-19T20:35:12.689Z] 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 [2022-04-19T20:35:12.689Z] Removing intermediate container 8cc3948f11f1 [2022-04-19T20:35:12.689Z] ---> 7b21d53aaa5e [2022-04-19T20:35:12.689Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:35:12.689Z] Removing intermediate container ac10640c648d [2022-04-19T20:35:12.689Z] ---> 07663bd4f33a [2022-04-19T20:35:12.689Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T20:35:12.689Z] ---> Running in 16d3e90f01d0 [2022-04-19T20:35:12.951Z] ---> Running in f73f0ca32eee [2022-04-19T20:35:13.210Z] ---> f765ad02702a [2022-04-19T20:35:13.210Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T20:35:13.210Z] Removing intermediate container f73f0ca32eee [2022-04-19T20:35:13.210Z] ---> 227614a27d4c [2022-04-19T20:35:13.210Z] Step 28/31 : CMD ["gate"] [2022-04-19T20:35:13.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:13.469Z] ---> Running in c1542be882ff [2022-04-19T20:35:13.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:13.727Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T20:35:13.727Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T20:35:13.727Z] Executing bash-5.1.16-r0.post-install [2022-04-19T20:35:13.727Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T20:35:13.727Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T20:35:13.727Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T20:35:13.985Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T20:35:13.985Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T20:35:13.985Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T20:35:13.985Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T20:35:13.985Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T20:35:13.985Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T20:35:13.985Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T20:35:13.985Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T20:35:13.985Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T20:35:13.985Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T20:35:13.985Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T20:35:13.985Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T20:35:14.244Z] Removing intermediate container c1542be882ff [2022-04-19T20:35:14.244Z] ---> 91d89b377f25 [2022-04-19T20:35:14.244Z] Step 29/31 : LABEL arch=x86_64 [2022-04-19T20:35:14.244Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T20:35:14.244Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T20:35:14.244Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T20:35:14.244Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T20:35:14.244Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T20:35:14.244Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T20:35:14.244Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T20:35:14.244Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T20:35:14.244Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T20:35:14.244Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T20:35:14.244Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T20:35:14.244Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T20:35:14.244Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T20:35:14.244Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T20:35:14.244Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T20:35:14.244Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T20:35:14.503Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T20:35:14.503Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T20:35:14.503Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T20:35:14.503Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T20:35:14.503Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T20:35:14.503Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T20:35:14.503Z] ---> 387181e83036 [2022-04-19T20:35:14.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T20:35:14.503Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T20:35:14.503Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T20:35:14.503Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T20:35:14.503Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T20:35:14.503Z] ---> Running in 9e80da7daad3 [2022-04-19T20:35:14.503Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:35:14.762Z] OK: 83 MiB in 65 packages [2022-04-19T20:35:14.762Z] ---> 58cce0782b9e [2022-04-19T20:35:14.762Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T20:35:14.762Z] ---> Running in 6bafaef55122 [2022-04-19T20:35:14.762Z] Removing intermediate container 9e80da7daad3 [2022-04-19T20:35:14.762Z] ---> 8e6b4a99e067 [2022-04-19T20:35:14.762Z] Step 30/31 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:35:15.021Z] Removing intermediate container 6bafaef55122 [2022-04-19T20:35:15.021Z] ---> eb8cb65850fc [2022-04-19T20:35:15.021Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:35:15.021Z] ---> Running in ead0ad92249d [2022-04-19T20:35:15.021Z] ---> Running in 11e8580058ca [2022-04-19T20:35:15.021Z] Removing intermediate container ead0ad92249d [2022-04-19T20:35:15.021Z] ---> 07a8e20d377c [2022-04-19T20:35:15.021Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T20:35:15.021Z] Removing intermediate container 11e8580058ca [2022-04-19T20:35:15.021Z] ---> 8b958e16f450 [2022-04-19T20:35:15.021Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T20:35:15.279Z] ---> Running in 4994d5c670c1 [2022-04-19T20:35:15.279Z] ---> Running in d1d48b7c12b1 [2022-04-19T20:35:15.279Z] Removing intermediate container d1d48b7c12b1 [2022-04-19T20:35:15.279Z] ---> d37e9aea6ba7 [2022-04-19T20:35:15.279Z] Step 21/22 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:35:15.279Z] Removing intermediate container 4994d5c670c1 [2022-04-19T20:35:15.279Z] ---> c1f1e32e7fb9 [2022-04-19T20:35:15.279Z] [2022-04-19T20:35:15.279Z] ---> Running in d4fd0192aceb [2022-04-19T20:35:15.537Z] Collecting docker-compose==1.23.2 [2022-04-19T20:35:15.538Z] Successfully built c1f1e32e7fb9 [2022-04-19T20:35:15.538Z] Successfully tagged security-bootstrapper:latest [2022-04-19T20:35:15.538Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-04-19T20:35:15.538Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T20:35:15.538Z] Removing intermediate container d4fd0192aceb [2022-04-19T20:35:15.538Z] ---> bd20cbd0bfc8 [2022-04-19T20:35:15.538Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T20:35:15.538Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-19T20:35:15.538Z] ---> Running in 8f9a50c34380 [2022-04-19T20:35:15.538Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T20:35:15.538Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T20:35:15.795Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T20:35:15.795Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T20:35:16.054Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T20:35:16.054Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T20:35:16.054Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T20:35:16.054Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T20:35:16.358Z] Collecting PyYAML<4,>=3.10 [2022-04-19T20:35:16.358Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T20:35:16.657Z] Removing intermediate container 8f9a50c34380 [2022-04-19T20:35:16.657Z] ---> 8a73a82e9ba2 [2022-04-19T20:35:16.657Z] [2022-04-19T20:35:16.657Z] Successfully built 8a73a82e9ba2 [2022-04-19T20:35:16.657Z] Successfully tagged support-notifications:latest [2022-04-19T20:35:16.657Z]  Building support-notifications ... done Building security-spire-server [2022-04-19T20:35:16.978Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T20:35:16.978Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T20:35:16.978Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T20:35:16.978Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T20:35:16.978Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T20:35:16.978Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T20:35:17.275Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T20:35:17.275Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T20:35:17.840Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T20:35:17.840Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T20:35:17.840Z] 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) [2022-04-19T20:35:17.840Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T20:35:17.840Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T20:35:18.098Z] Collecting idna<2.8,>=2.5 [2022-04-19T20:35:18.098Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T20:35:18.098Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T20:35:18.098Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T20:35:18.098Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T20:35:18.098Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T20:35:18.098Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T20:35:18.098Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T20:35:18.098Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T20:35:18.098Z] Attempting uninstall: urllib3 [2022-04-19T20:35:18.098Z] Found existing installation: urllib3 1.26.7 [2022-04-19T20:35:18.098Z] Uninstalling urllib3-1.26.7: [2022-04-19T20:35:18.098Z] Successfully uninstalled urllib3-1.26.7 [2022-04-19T20:35:18.357Z] Attempting uninstall: idna [2022-04-19T20:35:18.357Z] Found existing installation: idna 3.3 [2022-04-19T20:35:18.357Z] Uninstalling idna-3.3: [2022-04-19T20:35:18.357Z] Successfully uninstalled idna-3.3 [2022-04-19T20:35:18.924Z] Attempting uninstall: requests [2022-04-19T20:35:18.924Z] Found existing installation: requests 2.26.0 [2022-04-19T20:35:18.924Z] Uninstalling requests-2.26.0: [2022-04-19T20:35:18.924Z] Successfully uninstalled requests-2.26.0 [2022-04-19T20:35:18.924Z] Running setup.py install for texttable: started [2022-04-19T20:35:19.182Z] Running setup.py install for texttable: finished with status 'done' [2022-04-19T20:35:19.182Z] Running setup.py install for PyYAML: started [2022-04-19T20:35:19.440Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T20:35:19.698Z] Running setup.py install for docopt: started [2022-04-19T20:35:19.959Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T20:35:19.959Z] Running setup.py install for dockerpty: started [2022-04-19T20:35:20.218Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:35:20.218Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:35:20.218Z] ---> f9e2295f3ba3 [2022-04-19T20:35:20.218Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:35:20.218Z] ---> Using cache [2022-04-19T20:35:20.218Z] ---> bd7097d20563 [2022-04-19T20:35:20.218Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:35:20.218Z] ---> Using cache [2022-04-19T20:35:20.218Z] ---> 588f43b583a4 [2022-04-19T20:35:20.218Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T20:35:20.218Z] ---> Using cache [2022-04-19T20:35:20.218Z] ---> 23088fb851ac [2022-04-19T20:35:20.218Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:35:20.218Z] ---> Using cache [2022-04-19T20:35:20.218Z] ---> 53f16e0234d6 [2022-04-19T20:35:20.218Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:35:20.218Z] ---> Using cache [2022-04-19T20:35:20.218Z] ---> 6f507a172e8a [2022-04-19T20:35:20.218Z] Step 8/22 : COPY . . [2022-04-19T20:35:20.218Z] ---> Using cache [2022-04-19T20:35:20.218Z] ---> c29545b9f4b9 [2022-04-19T20:35:20.218Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T20:35:20.218Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T20:35:21.596Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:35:21.596Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:35:21.596Z] ---> f9e2295f3ba3 [2022-04-19T20:35:21.596Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T20:35:21.596Z] ---> Using cache [2022-04-19T20:35:21.596Z] ---> bd7097d20563 [2022-04-19T20:35:21.596Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:35:21.596Z] ---> Using cache [2022-04-19T20:35:21.596Z] ---> 588f43b583a4 [2022-04-19T20:35:21.596Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T20:35:22.534Z] 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 [2022-04-19T20:35:23.910Z] ---> Running in 4e783ac995ec [2022-04-19T20:35:23.911Z] ---> Running in b9113e1632b0 [2022-04-19T20:35:24.477Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:24.477Z] 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 [2022-04-19T20:35:25.044Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:25.609Z] OK: 221 MiB in 52 packages [2022-04-19T20:35:25.870Z] Removing intermediate container 16d3e90f01d0 [2022-04-19T20:35:25.870Z] ---> 3a1f10468ed7 [2022-04-19T20:35:25.870Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T20:35:25.870Z] ---> Running in b7b08ff65081 [2022-04-19T20:35:26.129Z] Removing intermediate container 4e783ac995ec [2022-04-19T20:35:26.129Z] ---> 4d9037fe40dd [2022-04-19T20:35:26.129Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T20:35:26.129Z] Removing intermediate container b7b08ff65081 [2022-04-19T20:35:26.129Z] ---> b89eee9410ed [2022-04-19T20:35:26.129Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T20:35:26.129Z] ---> Running in 9a4deb89c368 [2022-04-19T20:35:26.388Z] ---> 2e7c9a890654 [2022-04-19T20:35:26.388Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:35:26.388Z] Removing intermediate container 9a4deb89c368 [2022-04-19T20:35:26.388Z] ---> c3d61657a67b [2022-04-19T20:35:26.388Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T20:35:26.388Z] ---> Running in 33ad47cd503d [2022-04-19T20:35:27.323Z] ---> a5c1c5916174 [2022-04-19T20:35:27.323Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T20:35:27.581Z] ---> 24463c3fd031 [2022-04-19T20:35:27.581Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T20:35:27.839Z] ---> e9f9fc9647bb [2022-04-19T20:35:27.840Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T20:35:27.840Z] ---> Running in ae99c118fe04 [2022-04-19T20:35:28.110Z] Removing intermediate container 33ad47cd503d [2022-04-19T20:35:28.110Z] ---> 7dd31c707148 [2022-04-19T20:35:28.110Z] Step 8/25 : COPY . . [2022-04-19T20:35:28.110Z] Removing intermediate container ae99c118fe04 [2022-04-19T20:35:28.110Z] ---> 6709ac4abe36 [2022-04-19T20:35:28.110Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:35:28.370Z] ---> Running in 5743b9afaaf0 [2022-04-19T20:35:28.937Z] Removing intermediate container 5743b9afaaf0 [2022-04-19T20:35:28.937Z] ---> 989c0cce7bd2 [2022-04-19T20:35:28.937Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T20:35:29.878Z] ---> Running in d90dece8605c [2022-04-19T20:35:30.137Z] Removing intermediate container 27c9d5daade5 [2022-04-19T20:35:30.137Z] ---> 5b182013d445 [2022-04-19T20:35:30.137Z] [2022-04-19T20:35:30.137Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T20:35:30.137Z] ---> e04c818066af [2022-04-19T20:35:30.137Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T20:35:30.464Z] Removing intermediate container d90dece8605c [2022-04-19T20:35:30.464Z] ---> 2111f919ba2b [2022-04-19T20:35:30.464Z] Step 22/23 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:35:30.464Z] ---> Running in 46c7d631b1ac [2022-04-19T20:35:30.724Z] ---> Running in 353d2af016b5 [2022-04-19T20:35:31.660Z] Removing intermediate container 46c7d631b1ac [2022-04-19T20:35:31.660Z] ---> bd4c0e33e994 [2022-04-19T20:35:31.660Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T20:35:34.952Z] Removing intermediate container 353d2af016b5 [2022-04-19T20:35:34.952Z] ---> 6de536eebc61 [2022-04-19T20:35:34.952Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:35:34.952Z] ---> Running in 7f1bda2df5e4 [2022-04-19T20:35:35.214Z] ---> Running in 8b4ebaf9675d [2022-04-19T20:35:35.214Z] ---> 4eb57c962dff [2022-04-19T20:35:35.214Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T20:35:35.472Z] Building bin/spire-agent... [2022-04-19T20:35:35.472Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:35:35.472Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:35:35.472Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:35:35.472Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:35:35.472Z] Removing intermediate container 7f1bda2df5e4 [2022-04-19T20:35:35.472Z] ---> 1f3533ade615 [2022-04-19T20:35:35.472Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T20:35:35.754Z] ---> Running in 1d8a9991af09 [2022-04-19T20:35:35.754Z] ---> Running in 3a311711e28a [2022-04-19T20:35:35.754Z] Removing intermediate container 8b4ebaf9675d [2022-04-19T20:35:35.754Z] ---> ad8967203b1f [2022-04-19T20:35:35.754Z] [2022-04-19T20:35:36.013Z] Successfully built ad8967203b1f [2022-04-19T20:35:36.013Z] Removing intermediate container 1d8a9991af09 [2022-04-19T20:35:36.013Z] ---> 3237c2cbb784 [2022-04-19T20:35:36.013Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T20:35:36.013Z] Successfully tagged sys-mgmt-agent:latest [2022-04-19T20:35:36.013Z] Building security-spire-config [2022-04-19T20:35:36.319Z]  Building sys-mgmt-agent ... done go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:35:36.319Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:35:36.319Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:35:36.577Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:35:36.578Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:35:36.578Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:35:36.578Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:35:36.578Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:35:36.578Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:35:36.836Z] 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 [2022-04-19T20:35:39.369Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:35:39.369Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:35:39.369Z] ---> f9e2295f3ba3 [2022-04-19T20:35:39.369Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T20:35:39.369Z] ---> Using cache [2022-04-19T20:35:39.369Z] ---> bd7097d20563 [2022-04-19T20:35:39.369Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:35:39.369Z] ---> Using cache [2022-04-19T20:35:39.369Z] ---> 588f43b583a4 [2022-04-19T20:35:39.369Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T20:35:39.369Z] ---> Using cache [2022-04-19T20:35:39.369Z] ---> 4d9037fe40dd [2022-04-19T20:35:39.369Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T20:35:39.369Z] ---> Using cache [2022-04-19T20:35:39.369Z] ---> 2e7c9a890654 [2022-04-19T20:35:39.369Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:35:39.369Z] ---> Using cache [2022-04-19T20:35:39.369Z] ---> 7dd31c707148 [2022-04-19T20:35:39.369Z] Step 8/26 : COPY . . [2022-04-19T20:35:39.369Z] ---> Using cache [2022-04-19T20:35:39.369Z] ---> 4eb57c962dff [2022-04-19T20:35:39.369Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T20:35:39.369Z] ---> Using cache [2022-04-19T20:35:39.369Z] ---> 3237c2cbb784 [2022-04-19T20:35:39.369Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T20:35:40.745Z] Removing intermediate container 3a311711e28a [2022-04-19T20:35:40.745Z] ---> 3c95a11338f7 [2022-04-19T20:35:40.745Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:35:41.004Z] ---> Running in ae5149041fdc [2022-04-19T20:35:41.004Z] ---> Running in bd566a973c20 [2022-04-19T20:35:41.004Z] ---> Running in 261e78e3ed97 [2022-04-19T20:35:43.543Z] Removing intermediate container ae5149041fdc [2022-04-19T20:35:43.543Z] ---> 368369ac58a2 [2022-04-19T20:35:43.543Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T20:35:43.543Z] Removing intermediate container b9113e1632b0 [2022-04-19T20:35:43.543Z] ---> 90fcc98ffa61 [2022-04-19T20:35:43.543Z] [2022-04-19T20:35:43.543Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:35:43.543Z] ---> e04c818066af [2022-04-19T20:35:43.543Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T20:35:43.543Z] Removing intermediate container bd566a973c20 [2022-04-19T20:35:43.543Z] ---> f0a4821780ac [2022-04-19T20:35:43.543Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T20:35:43.801Z] ---> Running in 8c3af54bdcbc [2022-04-19T20:35:43.801Z] ---> Running in be26229221c4 [2022-04-19T20:35:43.801Z] ---> Running in 84a7e210e883 [2022-04-19T20:35:43.801Z] Removing intermediate container 261e78e3ed97 [2022-04-19T20:35:43.801Z] ---> 0f3206149e85 [2022-04-19T20:35:43.801Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T20:35:43.801Z] ---> Running in f76d95e82226 [2022-04-19T20:35:44.064Z] Removing intermediate container 8c3af54bdcbc [2022-04-19T20:35:44.064Z] ---> 77bcfb5d2f05 [2022-04-19T20:35:44.064Z] 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 [2022-04-19T20:35:44.064Z] ---> Running in cf55305e0391 [2022-04-19T20:35:44.064Z] Removing intermediate container f76d95e82226 [2022-04-19T20:35:44.064Z] ---> 32cec5954369 [2022-04-19T20:35:44.064Z] 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 [2022-04-19T20:35:44.525Z] ---> Running in 99e698a4b184 [2022-04-19T20:35:44.525Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:44.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:44.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:44.783Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T20:35:44.783Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T20:35:44.783Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T20:35:44.783Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T20:35:44.783Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T20:35:44.783Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T20:35:44.783Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:35:44.783Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:35:44.783Z] OK: 8 MiB in 20 packages [2022-04-19T20:35:45.048Z] spire-1.2.1/ [2022-04-19T20:35:45.048Z] spire-1.2.1/.data/ [2022-04-19T20:35:45.048Z] spire-1.2.1/.data/.file [2022-04-19T20:35:45.048Z] spire-1.2.1/.dockerignore [2022-04-19T20:35:45.048Z] spire-1.2.1/.gitattributes [2022-04-19T20:35:45.048Z] spire-1.2.1/.githooks/ [2022-04-19T20:35:45.048Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/ [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/ [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T20:35:45.048Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T20:35:45.048Z] spire-1.2.1/.gitignore [2022-04-19T20:35:45.048Z] spire-1.2.1/.go-version [2022-04-19T20:35:45.048Z] spire-1.2.1/.golangci.yml [2022-04-19T20:35:45.048Z] spire-1.2.1/ADOPTERS.md [2022-04-19T20:35:45.048Z] spire-1.2.1/CHANGELOG.md [2022-04-19T20:35:45.048Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T20:35:45.048Z] spire-1.2.1/CODEOWNERS [2022-04-19T20:35:45.048Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T20:35:45.048Z] spire-1.2.1/Dockerfile [2022-04-19T20:35:45.048Z] spire-1.2.1/Dockerfile.dev [2022-04-19T20:35:45.048Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T20:35:45.048Z] spire-1.2.1/LICENSE [2022-04-19T20:35:45.048Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T20:35:45.048Z] spire-1.2.1/Makefile [2022-04-19T20:35:45.048Z] spire-1.2.1/README.md [2022-04-19T20:35:45.048Z] spire-1.2.1/ROADMAP.md [2022-04-19T20:35:45.048Z] spire-1.2.1/SECURITY.md [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T20:35:45.048Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/ [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/agent/ [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/server/ [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/server/server.conf [2022-04-19T20:35:45.048Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/ [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/auditlog.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/ [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/spire_server.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/telemetry.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/upgrading.md [2022-04-19T20:35:45.048Z] spire-1.2.1/doc/using_spire.md [2022-04-19T20:35:45.048Z] spire-1.2.1/examples/ [2022-04-19T20:35:45.048Z] spire-1.2.1/examples/README.md [2022-04-19T20:35:45.048Z] spire-1.2.1/go.mod [2022-04-19T20:35:45.048Z] spire-1.2.1/go.sum [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/ [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/ [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T20:35:45.048Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T20:35:45.049Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/context.gospire-1.2.1/ [2022-04-19T20:35:45.050Z] [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.gospire-1.2.1/.data/ [2022-04-19T20:35:45.050Z] spire-1.2.1/.data/.file [2022-04-19T20:35:45.050Z] spire-1.2.1/.dockerignore [2022-04-19T20:35:45.050Z] spire-1.2.1/.gitattributes [2022-04-19T20:35:45.050Z] spire-1.2.1/.githooks/ [2022-04-19T20:35:45.050Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/ [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/ [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T20:35:45.050Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T20:35:45.050Z] spire-1.2.1/.gitignore [2022-04-19T20:35:45.050Z] spire-1.2.1/.go-version [2022-04-19T20:35:45.050Z] spire-1.2.1/.golangci.yml [2022-04-19T20:35:45.050Z] spire-1.2.1/ADOPTERS.md [2022-04-19T20:35:45.050Z] spire-1.2.1/CHANGELOG.md [2022-04-19T20:35:45.050Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T20:35:45.050Z] spire-1.2.1/CODEOWNERS [2022-04-19T20:35:45.050Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T20:35:45.050Z] spire-1.2.1/Dockerfile [2022-04-19T20:35:45.050Z] spire-1.2.1/Dockerfile.dev [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/health/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/log/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T20:35:45.050Z] spire-1.2.1/LICENSE [2022-04-19T20:35:45.050Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T20:35:45.050Z] spire-1.2.1/Makefile [2022-04-19T20:35:45.050Z] spire-1.2.1/README.md [2022-04-19T20:35:45.050Z] spire-1.2.1/ROADMAP.md [2022-04-19T20:35:45.050Z] spire-1.2.1/SECURITY.md [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/ [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T20:35:45.050Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T20:35:45.051Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/version/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/server/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/server/api/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T20:35:45.051Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/config.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T20:35:45.052Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T20:35:45.052Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T20:35:45.052Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T20:35:45.052Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T20:35:45.052Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/ [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/agent/ [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/server/ [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/server/server.conf [2022-04-19T20:35:45.052Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/ [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/auditlog.md [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/images/ [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T20:35:45.052Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T20:35:45.052Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T20:35:45.053Z] [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T20:35:45.053Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.mdspire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T20:35:45.053Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/server.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/private/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/private/server/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/common/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T20:35:45.054Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T20:35:45.054Z] spire-1.2.1/release/ [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire-extras/ [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire/ [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire/README.md [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire/conf/ [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T20:35:45.054Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T20:35:45.054Z] spire-1.2.1/script/ [2022-04-19T20:35:45.054Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T20:35:45.054Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T20:35:45.054Z] spire-1.2.1/support/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/spire_server.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/telemetry.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/upgrading.md [2022-04-19T20:35:45.054Z] spire-1.2.1/doc/using_spire.md [2022-04-19T20:35:45.054Z] spire-1.2.1/examples/ [2022-04-19T20:35:45.054Z] spire-1.2.1/examples/README.md [2022-04-19T20:35:45.054Z] spire-1.2.1/go.mod [2022-04-19T20:35:45.054Z] spire-1.2.1/go.sum [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/agent/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T20:35:45.054Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T20:35:45.054Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T20:35:45.055Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/clock/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/clock/clock.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T20:35:45.055Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T20:35:45.055Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T20:35:45.056Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/common [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T20:35:45.056Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T20:35:45.056Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T20:35:45.057Z] [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T20:35:45.057Z] [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-testsspire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T20:35:45.057Z] spire-1.2.1/test/integration/test.sh [2022-04-19T20:35:45.057Z] spire-1.2.1/test/plugintest/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/health/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/testca/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/testca/ca.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/testkey/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T20:35:45.057Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/testkey/new.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/util/ [2022-04-19T20:35:45.057Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/util/race.go [2022-04-19T20:35:45.057Z] spire-1.2.1/test/util/util.go [2022-04-19T20:35:45.057Z] building spire from source... [2022-04-19T20:35:45.057Z] [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T20:35:45.057Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/log/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/version/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/config.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T20:35:45.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/server.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/private/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/private/server/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/common/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T20:35:45.059Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T20:35:45.059Z] spire-1.2.1/release/ [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire-extras/ [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire/ [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire/README.md [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire/conf/ [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T20:35:45.059Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/script/ [2022-04-19T20:35:45.059Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T20:35:45.059Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T20:35:45.059Z] spire-1.2.1/support/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T20:35:45.059Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/clock/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/clock/clock.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T20:35:45.059Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/README.md [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/common [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T20:35:45.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/conf/Installing go1.17.7... [2022-04-19T20:35:45.060Z] [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T20:35:45.060Z] spire-1.2.1/test/integration/test.sh [2022-04-19T20:35:45.060Z] spire-1.2.1/test/plugintest/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/testca/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/testca/ca.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/testkey/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T20:35:45.060Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/testkey/new.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/util/ [2022-04-19T20:35:45.060Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/util/race.go [2022-04-19T20:35:45.060Z] spire-1.2.1/test/util/util.go [2022-04-19T20:35:45.060Z] building spire from source... [2022-04-19T20:35:45.060Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:35:45.319Z] Installing go1.17.7... [2022-04-19T20:35:45.577Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T20:35:45.577Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T20:35:45.577Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T20:35:45.838Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T20:35:45.838Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T20:35:46.098Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T20:35:46.098Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:35:46.098Z] OK: 8 MiB in 20 packages [2022-04-19T20:35:46.356Z] Removing intermediate container be26229221c4 [2022-04-19T20:35:46.356Z] ---> 1e9cde789297 [2022-04-19T20:35:46.356Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T20:35:47.739Z] ---> Running in e5047b13b0b3 [2022-04-19T20:35:48.312Z] Removing intermediate container e5047b13b0b3 [2022-04-19T20:35:48.312Z] ---> 70d04ad9a449 [2022-04-19T20:35:48.312Z] Step 13/22 : WORKDIR /edgex [2022-04-19T20:35:48.312Z] Removing intermediate container 84a7e210e883 [2022-04-19T20:35:48.312Z] ---> f477d9a7893f [2022-04-19T20:35:48.312Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:35:48.312Z] ---> Running in 9597487ab547 [2022-04-19T20:35:48.583Z] ---> 6024d4323c41 [2022-04-19T20:35:48.583Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T20:35:48.841Z] Removing intermediate container 9597487ab547 [2022-04-19T20:35:48.841Z] ---> eb3f3e9e8ad7 [2022-04-19T20:35:48.841Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T20:35:49.113Z] Removing intermediate container 9c96ce37bfd1 [2022-04-19T20:35:49.113Z] ---> 84bd6f1bec7d [2022-04-19T20:35:49.113Z] Successfully built 84bd6f1bec7d [2022-04-19T20:35:49.113Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:35:49.465Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T20:35:49.466Z] . [Pipeline] withDockerContainer [2022-04-19T20:35:49.745Z] prd-ubuntu20.04-docker-arm64-4c-16g-21396 does not seem to be running inside a container [2022-04-19T20:35:49.776Z] ---> 7cb8974958f4 [2022-04-19T20:35:49.776Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T20:35:49.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-19T20:35:51.152Z] ---> 6fa5a5b01cbb [2022-04-19T20:35:51.152Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T20:35:51.152Z] Building bin/spire-server... [2022-04-19T20:35:51.152Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T20:35:51.152Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T20:35:51.152Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T20:35:51.152Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T20:35:51.152Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T20:35:51.152Z] Building bin/spire-server... [2022-04-19T20:35:51.152Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T20:35:51.152Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T20:35:51.152Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T20:35:51.152Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T20:35:51.152Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T20:35:51.152Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T20:35:51.152Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T20:35:51.152Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T20:35:51.152Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T20:35:51.152Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T20:35:51.357Z] $ docker top 3ea7b125c7be9427b9f4a731de69697e5652eaf9a7518eff04d483123853a3d3 -eo pid,comm [2022-04-19T20:35:51.412Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T20:35:51.412Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T20:35:51.412Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T20:35:51.412Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T20:35:51.412Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T20:35:51.412Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T20:35:51.412Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T20:35:51.412Z] go: downloading github.com/mattn/go-isatty v0.0.14 [Pipeline] { [2022-04-19T20:35:51.671Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T20:35:51.671Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T20:35:51.671Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T20:35:51.671Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T20:35:51.671Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T20:35:51.671Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T20:35:51.671Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T20:35:51.671Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T20:35:51.671Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [Pipeline] sh [2022-04-19T20:35:51.931Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T20:35:51.931Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T20:35:51.931Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T20:35:51.931Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T20:35:51.931Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T20:35:51.931Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T20:35:51.931Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T20:35:51.931Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T20:35:51.931Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T20:35:51.931Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T20:35:51.931Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T20:35:51.931Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T20:35:51.931Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T20:35:51.931Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T20:35:51.931Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T20:35:51.931Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T20:35:51.932Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T20:35:51.932Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T20:35:51.932Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T20:35:51.932Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T20:35:51.932Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T20:35:51.932Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T20:35:51.932Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T20:35:51.932Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T20:35:52.190Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T20:35:52.190Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T20:35:52.190Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T20:35:52.190Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T20:35:52.190Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T20:35:52.190Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T20:35:52.190Z]  ---> ed007e541989 [2022-04-19T20:35:52.190Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T20:35:52.190Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T20:35:52.190Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T20:35:52.190Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T20:35:52.190Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T20:35:52.190Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T20:35:52.190Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T20:35:52.352Z] + go version [2022-04-19T20:35:52.352Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-19T20:35:52.381Z] $ docker stop --time=1 3ea7b125c7be9427b9f4a731de69697e5652eaf9a7518eff04d483123853a3d3 [2022-04-19T20:35:52.452Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T20:35:52.452Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T20:35:52.452Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T20:35:52.452Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T20:35:52.452Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T20:35:52.452Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T20:35:52.452Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T20:35:52.452Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T20:35:52.452Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T20:35:52.452Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T20:35:52.452Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T20:35:52.452Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T20:35:52.452Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T20:35:52.452Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T20:35:52.452Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T20:35:52.452Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T20:35:52.452Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T20:35:52.452Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T20:35:52.710Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T20:35:52.710Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T20:35:52.710Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T20:35:52.710Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T20:35:52.710Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T20:35:52.710Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T20:35:52.710Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T20:35:52.710Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T20:35:52.710Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T20:35:52.710Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T20:35:52.969Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T20:35:52.969Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T20:35:52.969Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T20:35:52.969Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T20:35:52.969Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T20:35:52.969Z]  ---> 5fabc32fc0cb [2022-04-19T20:35:52.969Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T20:35:52.969Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T20:35:52.969Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T20:35:52.969Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T20:35:52.969Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T20:35:52.969Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T20:35:53.230Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T20:35:53.230Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T20:35:53.800Z]  ---> Running in 719bf6bbf0d2 [2022-04-19T20:35:53.800Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T20:35:53.800Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T20:35:53.800Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T20:35:54.058Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T20:35:54.058Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T20:35:54.058Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T20:35:54.058Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T20:35:54.058Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T20:35:54.155Z] $ docker rm -f 3ea7b125c7be9427b9f4a731de69697e5652eaf9a7518eff04d483123853a3d3 [2022-04-19T20:35:54.315Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T20:35:54.315Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:35:54.574Z]  ---> 6d6d5cc8fca4 [2022-04-19T20:35:54.574Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T20:35:54.772Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T20:35:54.772Z] . [Pipeline] withDockerContainer [2022-04-19T20:35:55.041Z] prd-ubuntu20.04-docker-arm64-4c-16g-21396 does not seem to be running inside a container [2022-04-19T20:35:55.132Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-19T20:35:56.477Z] Removing intermediate container 719bf6bbf0d2 [2022-04-19T20:35:56.477Z] ---> 57f4b41ea8f6 [2022-04-19T20:35:56.477Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:35:56.572Z] $ docker top abc2d06a5f9762bc011ddf7d75ece36aac4fad58029e08afb952d7782262f813 -eo pid,comm [2022-04-19T20:35:56.737Z] ---> a16134c37fa0 [2022-04-19T20:35:56.737Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [Pipeline] { [Pipeline] echo [2022-04-19T20:35:56.894Z] ========================================================= [2022-04-19T20:35:56.895Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T20:35:56.895Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:35:57.566Z] + make test [2022-04-19T20:35:57.566Z] go mod tidy -compat=1.17 [2022-04-19T20:35:57.673Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T20:35:57.673Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T20:35:57.673Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T20:35:57.673Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T20:35:57.673Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T20:35:57.973Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T20:35:57.973Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T20:35:57.973Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T20:35:57.973Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T20:35:57.973Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T20:35:58.247Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T20:35:58.247Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T20:35:58.247Z]  ---> Running in 1cc6db55711c [2022-04-19T20:35:58.247Z] ---> Running in 889b9806b143 [2022-04-19T20:35:58.247Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T20:35:58.247Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T20:35:58.247Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T20:35:58.515Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T20:35:58.515Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T20:35:58.515Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T20:35:58.515Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T20:35:58.563Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T20:35:58.777Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T20:35:58.777Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T20:35:58.777Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T20:35:59.036Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T20:35:59.036Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T20:35:59.036Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T20:35:59.294Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T20:35:59.552Z] Removing intermediate container 1cc6db55711c [2022-04-19T20:35:59.552Z] ---> ab096700a15a [2022-04-19T20:35:59.552Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T20:35:59.552Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T20:35:59.552Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T20:35:59.552Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T20:35:59.552Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T20:35:59.552Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T20:35:59.552Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T20:35:59.552Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T20:35:59.809Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T20:35:59.809Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T20:35:59.809Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T20:35:59.809Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T20:35:59.809Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T20:35:59.809Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T20:35:59.809Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T20:36:00.068Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T20:36:00.068Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T20:36:00.068Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T20:36:00.068Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T20:36:00.068Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T20:36:00.068Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T20:36:00.068Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T20:36:00.068Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T20:36:00.330Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T20:36:00.330Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T20:36:00.330Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T20:36:00.330Z]  ---> Running in 1039deb9fb50 [2022-04-19T20:36:00.330Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T20:36:00.330Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T20:36:00.330Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T20:36:00.330Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T20:36:00.330Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T20:36:00.330Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T20:36:00.330Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T20:36:00.330Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T20:36:00.330Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T20:36:00.330Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T20:36:00.330Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T20:36:00.330Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T20:36:00.589Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T20:36:00.589Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T20:36:00.589Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T20:36:00.847Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T20:36:00.847Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T20:36:00.848Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T20:36:01.104Z] Removing intermediate container 1039deb9fb50 [2022-04-19T20:36:01.104Z] ---> 55a1d9e0787c [2022-04-19T20:36:01.104Z] Step 22/23 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:36:01.365Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T20:36:01.365Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T20:36:01.365Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T20:36:01.365Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T20:36:01.365Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T20:36:01.365Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T20:36:01.365Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T20:36:01.365Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T20:36:01.365Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T20:36:01.365Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T20:36:01.625Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T20:36:01.625Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T20:36:01.625Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T20:36:01.625Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T20:36:01.625Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T20:36:01.625Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T20:36:01.625Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T20:36:01.625Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T20:36:01.625Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T20:36:01.625Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T20:36:01.625Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T20:36:01.625Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T20:36:01.625Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T20:36:01.625Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T20:36:01.625Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T20:36:01.625Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T20:36:01.625Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T20:36:01.625Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T20:36:01.625Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T20:36:01.625Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T20:36:01.625Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T20:36:01.625Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T20:36:01.625Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T20:36:01.883Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T20:36:01.883Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T20:36:01.883Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T20:36:01.883Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T20:36:01.883Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T20:36:01.883Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T20:36:01.883Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T20:36:01.883Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T20:36:01.883Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T20:36:01.883Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T20:36:01.883Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T20:36:01.883Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T20:36:01.883Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T20:36:01.883Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T20:36:01.883Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T20:36:01.883Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T20:36:01.883Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T20:36:01.883Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T20:36:01.883Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T20:36:01.883Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T20:36:01.883Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T20:36:01.883Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T20:36:02.141Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T20:36:02.141Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T20:36:02.141Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T20:36:02.141Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T20:36:02.141Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T20:36:02.141Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T20:36:02.141Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T20:36:02.141Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T20:36:02.141Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T20:36:02.141Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T20:36:02.141Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T20:36:02.141Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T20:36:02.141Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T20:36:02.141Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T20:36:02.141Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T20:36:02.141Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T20:36:02.141Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T20:36:02.141Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T20:36:02.141Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T20:36:02.141Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T20:36:02.141Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T20:36:02.141Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T20:36:02.141Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T20:36:02.407Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T20:36:02.407Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T20:36:02.407Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T20:36:02.407Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T20:36:02.407Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T20:36:02.407Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T20:36:02.407Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T20:36:02.407Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T20:36:02.407Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T20:36:02.407Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T20:36:02.407Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T20:36:02.407Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T20:36:02.407Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T20:36:02.407Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T20:36:02.407Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T20:36:02.407Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T20:36:02.407Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T20:36:02.407Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T20:36:02.407Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T20:36:02.669Z] Removing intermediate container 889b9806b143 [2022-04-19T20:36:02.669Z] ---> 7ae8444f9c12 [2022-04-19T20:36:02.669Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T20:36:02.931Z] ---> Running in 3438db9ebfaa [2022-04-19T20:36:02.931Z] ---> Running in 9470471cc58e [2022-04-19T20:36:03.190Z] Removing intermediate container 3438db9ebfaa [2022-04-19T20:36:03.190Z] ---> 69768eb0279c [2022-04-19T20:36:03.190Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:36:03.190Z] Removing intermediate container 9470471cc58e [2022-04-19T20:36:03.190Z] ---> 6ae7e23991be [2022-04-19T20:36:03.190Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T20:36:03.448Z] ---> Running in 0547cc7ddb7f [2022-04-19T20:36:03.706Z] ---> Running in a23efafd74d9 [2022-04-19T20:36:04.273Z] Removing intermediate container 0547cc7ddb7f [2022-04-19T20:36:04.273Z] ---> ce1549ee7a35 [2022-04-19T20:36:04.273Z] [2022-04-19T20:36:04.533Z] Successfully built ce1549ee7a35 [2022-04-19T20:36:04.533Z] Successfully tagged core-data:latest [2022-04-19T20:36:05.112Z]  Building core-data ... done Removing intermediate container a23efafd74d9 [2022-04-19T20:36:05.112Z] ---> 8804335d89eb [2022-04-19T20:36:05.112Z] Step 21/22 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:36:06.494Z] ---> Running in 1c79e35e15e0 [2022-04-19T20:36:07.430Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T20:36:07.430Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T20:36:07.689Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T20:36:07.689Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T20:36:08.281Z] Removing intermediate container 1c79e35e15e0 [2022-04-19T20:36:08.281Z] ---> f09ffba40cbe [2022-04-19T20:36:08.281Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T20:36:09.218Z] ---> Running in ee469740390b [2022-04-19T20:36:09.476Z] Removing intermediate container ee469740390b [2022-04-19T20:36:09.476Z] ---> 05c7d234ac93 [2022-04-19T20:36:09.476Z] [2022-04-19T20:36:09.476Z] Successfully built 05c7d234ac93 [2022-04-19T20:36:09.476Z] Successfully tagged security-proxy-setup:latest [2022-04-19T20:36:36.102Z]  Building security-proxy-setup ... done Removing intermediate container 4e4753e39608 [2022-04-19T20:36:36.102Z] ---> f6644d67c80d [2022-04-19T20:36:36.102Z] [2022-04-19T20:36:36.102Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T20:36:36.102Z] ---> 0ac33e5f5afa [2022-04-19T20:36:36.102Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:36:36.102Z] ---> Using cache [2022-04-19T20:36:36.102Z] ---> 95f2280a4f44 [2022-04-19T20:36:36.102Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:36:36.102Z] ---> Using cache [2022-04-19T20:36:36.102Z] ---> b2b99e46635e [2022-04-19T20:36:36.102Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T20:36:36.102Z] ---> Running in cbecdc4b20b0 [2022-04-19T20:36:37.178Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:37.647Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T20:36:37.744Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:38.002Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:36:38.002Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:36:38.002Z] OK: 15855 distinct packages available [2022-04-19T20:36:38.260Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:38.826Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:39.393Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T20:36:39.393Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:36:39.393Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T20:36:39.393Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T20:36:39.651Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T20:36:39.651Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:36:39.651Z] OK: 6 MiB in 19 packages [2022-04-19T20:36:40.584Z] Removing intermediate container cbecdc4b20b0 [2022-04-19T20:36:40.584Z] ---> 49a6708df585 [2022-04-19T20:36:40.584Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T20:36:41.962Z] ---> 0c38aec9c28c [2022-04-19T20:36:41.962Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:36:44.497Z] ---> 21399a643f6b [2022-04-19T20:36:44.497Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:36:45.065Z] ---> b9df7340f771 [2022-04-19T20:36:45.065Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-19T20:36:45.999Z] ---> 6d7f8d9dee92 [2022-04-19T20:36:45.999Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T20:36:46.565Z] ---> ea9112303217 [2022-04-19T20:36:46.565Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:36:46.565Z] ---> Running in fcd055360fe4 [2022-04-19T20:36:46.823Z] Removing intermediate container fcd055360fe4 [2022-04-19T20:36:46.823Z] ---> ae940c201418 [2022-04-19T20:36:46.823Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:36:47.084Z] ---> Running in 9ad0a968e39e [2022-04-19T20:36:47.084Z] Removing intermediate container 9ad0a968e39e [2022-04-19T20:36:47.084Z] ---> 6d73f6589924 [2022-04-19T20:36:47.084Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T20:36:47.342Z] ---> Running in f1af1df68520 [2022-04-19T20:36:47.603Z] Removing intermediate container f1af1df68520 [2022-04-19T20:36:47.603Z] ---> 43e2c5c71664 [2022-04-19T20:36:47.603Z] Step 25/26 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:36:47.603Z] ---> Running in 8f92d0f6b56f [2022-04-19T20:36:48.170Z] Removing intermediate container 8f92d0f6b56f [2022-04-19T20:36:48.170Z] ---> 460761a39012 [2022-04-19T20:36:48.170Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T20:36:48.428Z] ---> Running in 6404fad6d1af [2022-04-19T20:36:48.998Z] Removing intermediate container 6404fad6d1af [2022-04-19T20:36:48.998Z] ---> b6cd1ad6e749 [2022-04-19T20:36:48.998Z] [2022-04-19T20:36:48.998Z] Successfully built b6cd1ad6e749 [2022-04-19T20:36:48.998Z] Successfully tagged security-spire-agent:latest [2022-04-19T20:38:10.434Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-19T20:38:10.434Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:38:10.434Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:38:10.434Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:38:10.434Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:38:10.434Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:38:10.434Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:38:10.434Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:38:10.434Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:38:10.434Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:38:10.434Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:38:10.434Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:38:10.434Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:38:10.434Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:38:10.434Z] Building bin/spire-agent... [2022-04-19T20:38:10.434Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:38:10.434Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:38:10.434Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:38:10.434Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:38:10.434Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:38:10.434Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:38:10.434Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:38:10.434Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:38:10.434Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:38:10.434Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:38:10.434Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:38:10.434Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:38:10.434Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:38:29.630Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T20:38:29.630Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T20:38:29.915Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T20:38:29.915Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T20:38:40.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T20:38:55.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.275s coverage: 28.7% of statements [2022-04-19T20:38:55.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T20:38:55.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T20:39:02.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.660s coverage: 98.5% of statements [2022-04-19T20:39:02.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T20:39:02.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.558s coverage: 53.4% of statements [2022-04-19T20:39:02.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T20:39:02.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T20:39:06.676Z] Removing intermediate container 99e698a4b184 [2022-04-19T20:39:06.676Z] ---> e66c8fa7cbe7 [2022-04-19T20:39:06.676Z] [2022-04-19T20:39:06.676Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T20:39:06.676Z] ---> 0ac33e5f5afa [2022-04-19T20:39:06.676Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:39:06.676Z] ---> Using cache [2022-04-19T20:39:06.676Z] ---> 95f2280a4f44 [2022-04-19T20:39:06.676Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:39:06.676Z] ---> Using cache [2022-04-19T20:39:06.676Z] ---> b2b99e46635e [2022-04-19T20:39:06.676Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T20:39:06.676Z] Removing intermediate container cf55305e0391 [2022-04-19T20:39:06.676Z] ---> 1c0cf55c5596 [2022-04-19T20:39:06.676Z] [2022-04-19T20:39:06.676Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T20:39:06.676Z] ---> 0ac33e5f5afa [2022-04-19T20:39:06.676Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:39:06.676Z] ---> Using cache [2022-04-19T20:39:06.676Z] ---> 95f2280a4f44 [2022-04-19T20:39:06.676Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:39:06.676Z] ---> Using cache [2022-04-19T20:39:06.676Z] ---> b2b99e46635e [2022-04-19T20:39:06.676Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T20:39:06.676Z] ---> Using cache [2022-04-19T20:39:06.676Z] ---> 49a6708df585 [2022-04-19T20:39:06.676Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:39:06.676Z] ---> Running in b4ef1657e034 [2022-04-19T20:39:06.676Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:39:06.676Z] ---> 42ab87b0dee1 [2022-04-19T20:39:06.676Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:39:06.676Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:39:06.676Z] ---> 061fcb2b7c18 [2022-04-19T20:39:06.676Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-19T20:39:06.676Z] ---> e385edc0ac1b [2022-04-19T20:39:06.676Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T20:39:06.676Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:39:06.676Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:39:06.676Z] OK: 15855 distinct packages available [2022-04-19T20:39:06.676Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:39:06.676Z] ---> f6098ab08629 [2022-04-19T20:39:06.676Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:39:06.676Z] ---> Running in 5934296c4ab4 [2022-04-19T20:39:06.676Z] Removing intermediate container 5934296c4ab4 [2022-04-19T20:39:06.676Z] ---> 663f8ec13bfa [2022-04-19T20:39:06.676Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:39:06.676Z] ---> Running in 23880b918599 [2022-04-19T20:39:06.676Z] Removing intermediate container 23880b918599 [2022-04-19T20:39:06.676Z] ---> ed3d4392c397 [2022-04-19T20:39:06.676Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T20:39:06.676Z] ---> Running in 06aa73c9bc32 [2022-04-19T20:39:06.676Z] Removing intermediate container 06aa73c9bc32 [2022-04-19T20:39:06.676Z] ---> a8346aef254f [2022-04-19T20:39:06.676Z] Step 24/25 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:39:06.676Z] ---> Running in 20d11dcea860 [2022-04-19T20:39:06.676Z] Removing intermediate container 20d11dcea860 [2022-04-19T20:39:06.676Z] ---> 392683ef3381 [2022-04-19T20:39:06.676Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T20:39:06.676Z] ---> Running in 569e2cdbdd4b [2022-04-19T20:39:06.676Z] Removing intermediate container 569e2cdbdd4b [2022-04-19T20:39:06.676Z] ---> 4eb5595dc5c0 [2022-04-19T20:39:06.676Z] [2022-04-19T20:39:06.676Z] Successfully built 4eb5595dc5c0 [2022-04-19T20:39:06.676Z] Successfully tagged security-spire-server:latest [2022-04-19T20:39:06.676Z]  Building security-spire-server ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:39:06.676Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T20:39:06.676Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:39:06.676Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T20:39:06.676Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T20:39:06.676Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:39:06.676Z] OK: 6 MiB in 18 packages [2022-04-19T20:39:06.676Z] Removing intermediate container b4ef1657e034 [2022-04-19T20:39:06.676Z] ---> 42be7a5eab5a [2022-04-19T20:39:06.676Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:39:06.676Z] ---> 7781faeb2e5a [2022-04-19T20:39:06.676Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:39:06.676Z] ---> d01a9ccca839 [2022-04-19T20:39:06.676Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T20:39:06.676Z] ---> Running in 994f9cf288c1 [2022-04-19T20:39:06.676Z] Removing intermediate container 994f9cf288c1 [2022-04-19T20:39:06.676Z] ---> 07d942739682 [2022-04-19T20:39:06.676Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-19T20:39:06.676Z] ---> c2923fa06c4d [2022-04-19T20:39:06.676Z] Step 21/26 : WORKDIR / [2022-04-19T20:39:06.676Z] ---> Running in a45300ab5671 [2022-04-19T20:39:06.676Z] Removing intermediate container a45300ab5671 [2022-04-19T20:39:06.676Z] ---> bb0875923290 [2022-04-19T20:39:06.676Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:39:06.676Z] ---> Running in ee6a3a55bdb4 [2022-04-19T20:39:06.676Z] Removing intermediate container ee6a3a55bdb4 [2022-04-19T20:39:06.676Z] ---> ac620299bb0b [2022-04-19T20:39:06.676Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:39:06.676Z] ---> Running in 8fcb2fe856bf [2022-04-19T20:39:06.676Z] Removing intermediate container 8fcb2fe856bf [2022-04-19T20:39:06.676Z] ---> 1b740ded47a4 [2022-04-19T20:39:06.676Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T20:39:06.676Z] ---> Running in b3156f65d95b [2022-04-19T20:39:06.676Z] Removing intermediate container b3156f65d95b [2022-04-19T20:39:06.676Z] ---> 86cea6173ca3 [2022-04-19T20:39:06.676Z] Step 25/26 : LABEL git_sha=258600fdcca477faa5919d5b2b7babf7fd089b2c [2022-04-19T20:39:06.676Z] ---> Running in a97f719a1d65 [2022-04-19T20:39:06.676Z] Removing intermediate container a97f719a1d65 [2022-04-19T20:39:06.676Z] ---> a2c6cd216d24 [2022-04-19T20:39:06.677Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T20:39:06.677Z] ---> Running in 1f80f0976c37 [2022-04-19T20:39:06.677Z] Removing intermediate container 1f80f0976c37 [2022-04-19T20:39:06.677Z] ---> cf42a32db901 [2022-04-19T20:39:06.677Z] [2022-04-19T20:39:06.677Z] Successfully built cf42a32db901 [2022-04-19T20:39:06.677Z] Successfully tagged security-spire-config:latest [2022-04-19T20:39:06.684Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-19T20:39:06.696Z] $ docker stop --time=1 05aa9da140850fc2280f87bc570da6a2fea0e59f7280aaebe5e4a2b56bdde0fd [2022-04-19T20:39:07.989Z] $ docker rm -f 05aa9da140850fc2280f87bc570da6a2fea0e59f7280aaebe5e4a2b56bdde0fd [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T20:39:08.333Z] + docker images [2022-04-19T20:39:08.333Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T20:39:08.333Z] security-spire-config latest cf42a32db901 3 seconds ago 86.7MB [2022-04-19T20:39:08.333Z] security-spire-server latest 4eb5595dc5c0 7 seconds ago 87.3MB [2022-04-19T20:39:08.333Z] 1c0cf55c5596 19 seconds ago 4.43GB [2022-04-19T20:39:08.333Z] e66c8fa7cbe7 20 seconds ago 4.43GB [2022-04-19T20:39:08.333Z] security-spire-agent latest b6cd1ad6e749 2 minutes ago 127MB [2022-04-19T20:39:08.333Z] f6644d67c80d 2 minutes ago 4.43GB [2022-04-19T20:39:08.333Z] security-proxy-setup latest 05c7d234ac93 2 minutes ago 26.9MB [2022-04-19T20:39:08.333Z] core-data latest ce1549ee7a35 3 minutes ago 22.5MB [2022-04-19T20:39:08.333Z] 90fcc98ffa61 3 minutes ago 1.5GB [2022-04-19T20:39:08.333Z] sys-mgmt-agent latest ad8967203b1f 3 minutes ago 299MB [2022-04-19T20:39:08.333Z] 5b182013d445 3 minutes ago 1.52GB [2022-04-19T20:39:08.333Z] support-notifications latest 8a73a82e9ba2 3 minutes ago 26.9MB [2022-04-19T20:39:08.333Z] security-bootstrapper latest c1f1e32e7fb9 3 minutes ago 19.1MB [2022-04-19T20:39:08.333Z] 1bd6103d3ef0 4 minutes ago 1.49GB [2022-04-19T20:39:08.333Z] e658f0b07bc9 4 minutes ago 1.55GB [2022-04-19T20:39:08.333Z] core-command latest 0dfec1a1e94a 4 minutes ago 16.1MB [2022-04-19T20:39:08.333Z] 58351b26b50f 4 minutes ago 1.5GB [2022-04-19T20:39:08.333Z] 6d119cbab56e 4 minutes ago 1.49GB [2022-04-19T20:39:08.333Z] security-spiffe-token-provider latest 638d8ea030bf 4 minutes ago 28.8MB [2022-04-19T20:39:08.333Z] security-secretstore-setup latest aa03c5fbf330 4 minutes ago 28.5MB [2022-04-19T20:39:08.333Z] core-metadata latest ecbbc5b20895 4 minutes ago 17MB [2022-04-19T20:39:08.333Z] support-scheduler latest ae893b68d879 4 minutes ago 26.3MB [2022-04-19T20:39:08.333Z] 8b40d6586ab2 5 minutes ago 1.55GB [2022-04-19T20:39:08.333Z] 5fa0fdac45a9 5 minutes ago 1.54GB [2022-04-19T20:39:08.333Z] bf9fb1e87d59 5 minutes ago 1.5GB [2022-04-19T20:39:08.333Z] b87d14da0675 5 minutes ago 1.5GB [2022-04-19T20:39:08.333Z] ci-base-image-x86_64 latest f9e2295f3ba3 8 minutes ago 896MB [2022-04-19T20:39:08.333Z] docker 20.10.14 7417809fdb73 2 weeks ago 218MB [2022-04-19T20:39:08.333Z] alpine 3.14 e04c818066af 2 weeks ago 5.59MB [2022-04-19T20:39:08.333Z] alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB [2022-04-19T20:39:08.333Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-19T20:39:08.333Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-19T20:39:08.333Z] 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] } [2022-04-19T20:39:24.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.311s coverage: 89.2% of statements [2022-04-19T20:39:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T20:39:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T20:39:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:39:24.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.370s coverage: 84.4% of statements [2022-04-19T20:39:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T20:39:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T20:39:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T20:39:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T20:39:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T20:39:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.703s coverage: 95.6% of statements [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:39:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.449s coverage: 72.2% of statements [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T20:39:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.699s coverage: 60.0% of statements [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T20:39:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.423s coverage: 0.9% of statements [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T20:39:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.638s coverage: 58.8% of statements [2022-04-19T20:39:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.276s coverage: 29.6% of statements [2022-04-19T20:39:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T20:39:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.265s coverage: 47.1% of statements [2022-04-19T20:39:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.321s coverage: 79.5% of statements [2022-04-19T20:39:28.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.226s coverage: 94.1% of statements [2022-04-19T20:39:30.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.545s coverage: 96.3% of statements [2022-04-19T20:39:31.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.450s coverage: 87.5% of statements [2022-04-19T20:39:44.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.473s coverage: 94.4% of statements [2022-04-19T20:39:44.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.335s coverage: 44.8% of statements [2022-04-19T20:39:51.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.790s coverage: 82.5% of statements [2022-04-19T20:39:51.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T20:39:58.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.317s coverage: 92.9% of statements [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T20:39:58.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T20:39:58.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.255s coverage: 87.2% of statements [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T20:39:58.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.232s coverage: 100.0% of statements [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T20:39:58.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.353s coverage: 58.8% of statements [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T20:39:58.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.352s coverage: 80.0% of statements [2022-04-19T20:39:58.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.311s coverage: 87.2% of statements [2022-04-19T20:39:58.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.362s coverage: 85.4% of statements [2022-04-19T20:39:58.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.970s coverage: 91.2% of statements [2022-04-19T20:39:58.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T20:40:06.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.136s coverage: 64.4% of statements [2022-04-19T20:40:06.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T20:40:06.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T20:40:06.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.328s coverage: 100.0% of statements [2022-04-19T20:40:06.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.134s coverage: 89.4% of statements [2022-04-19T20:40:06.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements [2022-04-19T20:40:06.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2022-04-19T20:40:06.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2022-04-19T20:40:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.729s coverage: 65.4% of statements [2022-04-19T20:40:16.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T20:40:16.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T20:40:16.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T20:40:18.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.994s coverage: 43.8% of statements [2022-04-19T20:40:18.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T20:40:18.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T20:40:18.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.328s coverage: 89.5% of statements [2022-04-19T20:40:18.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T20:40:18.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.300s coverage: 84.8% of statements [2022-04-19T20:40:18.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T20:40:18.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T20:40:18.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T20:40:18.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T20:40:28.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.419s coverage: 17.7% of statements [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T20:40:28.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.823s coverage: 92.3% of statements [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T20:40:28.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.366s coverage: 63.2% of statements [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T20:40:28.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T20:40:30.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.569s coverage: 97.7% of statements [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T20:40:30.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.288s coverage: 28.9% of statements [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T20:40:30.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T20:40:30.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.260s coverage: 100.0% of statements [2022-04-19T20:40:30.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.096s coverage: 96.9% of statements [2022-04-19T20:40:31.431Z] 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 [2022-04-19T20:40:31.431Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-19T20:40:31.431Z] GO111MODULE=on go vet ./... [2022-04-19T20:42:53.479Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T20:42:53.479Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T20:42:53.479Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T20:42:53.511Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T20:42:54.180Z] + ls -al . [2022-04-19T20:42:54.180Z] total 668 [2022-04-19T20:42:54.180Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 20:42 . [2022-04-19T20:42:54.180Z] drwxr-xr-x 4 root root 4096 Apr 19 20:35 .. [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 20:33 .dockerignore [2022-04-19T20:42:54.180Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:33 .git [2022-04-19T20:42:54.180Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:33 .github [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 20:33 .gitignore [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 20:33 .golangci.yml [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 20:33 .hadolint.yml [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 20:33 .sonarcloud.properties [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 20:33 ADOPTERS.md [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 20:33 Attribution.txt [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 20:33 CHANGELOG.md [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:33 CONTRIBUTING.md [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 20:33 GOVERNANCE.md [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 20:33 Jenkinsfile [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:33 LICENSE [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 20:33 Makefile [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 20:33 OWNERS.md [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 20:33 README.md [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 20:33 SECURITY.md [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 20:30 VERSION [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:33 ZMQWindows.md [2022-04-19T20:42:54.180Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 20:33 bin [2022-04-19T20:42:54.180Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 20:33 cmd [2022-04-19T20:42:54.180Z] -rw-r--r-- 1 root root 435134 Apr 19 20:40 coverage.out [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 20:33 go.mod [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 20:35 go.sum [2022-04-19T20:42:54.180Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:33 internal [2022-04-19T20:42:54.180Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:33 openapi [2022-04-19T20:42:54.180Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 20:33 snap [2022-04-19T20:42:54.180Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 20:33 version.go [Pipeline] sh [2022-04-19T20:42:54.865Z] + '[' -e coverage.out ] [2022-04-19T20:42:54.865Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-19T20:42:54.889Z] Warning: overwriting stash ‘coverage-report’ [2022-04-19T20:42:55.820Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T20:42:56.490Z] + make build [2022-04-19T20:42:56.490Z] 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 [2022-04-19T20:44:33.373Z] 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 [2022-04-19T20:45:41.440Z] 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 [2022-04-19T20:45:44.077Z] 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 [2022-04-19T20:46:31.129Z] 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 [2022-04-19T20:46:31.129Z] 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 [2022-04-19T20:46:33.753Z] 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 [2022-04-19T20:46:40.462Z] 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 [2022-04-19T20:46:43.848Z] 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 [2022-04-19T20:46:49.245Z] 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 [2022-04-19T20:46:53.564Z] 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 [2022-04-19T20:46:57.895Z] 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 [2022-04-19T20:47:06.214Z] 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] } [2022-04-19T20:47:11.600Z] $ docker stop --time=1 abc2d06a5f9762bc011ddf7d75ece36aac4fad58029e08afb952d7782262f813 [2022-04-19T20:47:13.633Z] $ docker rm -f abc2d06a5f9762bc011ddf7d75ece36aac4fad58029e08afb952d7782262f813 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:47:16.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T20:47:16.031Z] [2022-04-19T20:47:16.031Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:47:16.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T20:47:16.680Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-19T20:47:16.680Z] 29e5d40040c1: Pulling fs layer [2022-04-19T20:47:16.680Z] 1ce36da41761: Pulling fs layer [2022-04-19T20:47:16.680Z] 25b303627fd3: Pulling fs layer [2022-04-19T20:47:16.680Z] 29e5d40040c1: Verifying Checksum [2022-04-19T20:47:16.680Z] 29e5d40040c1: Download complete [2022-04-19T20:47:16.958Z] 1ce36da41761: Verifying Checksum [2022-04-19T20:47:16.958Z] 1ce36da41761: Download complete [2022-04-19T20:47:17.562Z] 29e5d40040c1: Pull complete [2022-04-19T20:47:18.550Z] 25b303627fd3: Verifying Checksum [2022-04-19T20:47:18.550Z] 25b303627fd3: Download complete [2022-04-19T20:47:18.825Z] 1ce36da41761: Pull complete [2022-04-19T20:47:31.281Z] 25b303627fd3: Pull complete [2022-04-19T20:47:31.281Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-19T20:47:31.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T20:47:31.281Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-19T20:47:31.588Z] prd-ubuntu20.04-docker-arm64-4c-16g-21396 does not seem to be running inside a container [2022-04-19T20:47:31.718Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-19T20:47:34.367Z] $ docker top 4ec9d77dcff8e885bd531325c9608517c16f558d0c05dd1359bb4f3ec1c69ab4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:47:35.397Z] + docker-compose build --help [2022-04-19T20:47:35.397Z] + grep parallel [2022-04-19T20:47:40.809Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T20:47:41.080Z] $ docker stop --time=1 4ec9d77dcff8e885bd531325c9608517c16f558d0c05dd1359bb4f3ec1c69ab4 [2022-04-19T20:47:42.794Z] $ docker rm -f 4ec9d77dcff8e885bd531325c9608517c16f558d0c05dd1359bb4f3ec1c69ab4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:47:43.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T20:47:43.450Z] . [Pipeline] withDockerContainer [2022-04-19T20:47:43.688Z] prd-ubuntu20.04-docker-arm64-4c-16g-21396 does not seem to be running inside a container [2022-04-19T20:47:43.750Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-19T20:47:45.122Z] $ docker top 1fe07a42a6fb251e5e43e2bfdce4c28245ddf7efa431f8907c261e993d48f2ad -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:47:46.104Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T20:47:54.379Z] Building core-command ... [2022-04-19T20:47:54.379Z] Building core-data ... [2022-04-19T20:47:54.379Z] Building core-metadata ... [2022-04-19T20:47:54.379Z] Building security-bootstrapper ... [2022-04-19T20:47:54.379Z] Building security-proxy-setup ... [2022-04-19T20:47:54.379Z] Building security-secretstore-setup ... [2022-04-19T20:47:54.379Z] Building security-spiffe-token-provider ... [2022-04-19T20:47:54.379Z] Building security-spire-agent ... [2022-04-19T20:47:54.379Z] Building security-spire-config ... [2022-04-19T20:47:54.379Z] Building security-spire-server ... [2022-04-19T20:47:54.379Z] Building support-notifications ... [2022-04-19T20:47:54.379Z] Building support-scheduler ... [2022-04-19T20:47:54.379Z] Building sys-mgmt-agent ... [2022-04-19T20:47:54.379Z] Building security-spire-agent [2022-04-19T20:47:54.379Z] Building support-notifications [2022-04-19T20:47:54.379Z] Building security-spire-config [2022-04-19T20:47:54.379Z] Building core-data [2022-04-19T20:47:54.379Z] Building core-metadata [2022-04-19T20:49:16.122Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:16.122Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:16.122Z] ---> 84bd6f1bec7d [2022-04-19T20:49:16.122Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:49:16.122Z] ---> Running in fbb2eb324565 [2022-04-19T20:49:16.122Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:16.122Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:16.122Z] ---> 84bd6f1bec7d [2022-04-19T20:49:16.122Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:49:16.122Z] ---> Running in 1702b2b9929c [2022-04-19T20:49:16.122Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:16.122Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:16.122Z] ---> 84bd6f1bec7d [2022-04-19T20:49:16.122Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T20:49:16.122Z] ---> Running in 8b86467d3d97 [2022-04-19T20:49:16.122Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:16.122Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:16.122Z] ---> 84bd6f1bec7d [2022-04-19T20:49:16.122Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T20:49:16.122Z] ---> Running in ed1cf161c0da [2022-04-19T20:49:16.122Z] Removing intermediate container 1702b2b9929c [2022-04-19T20:49:16.122Z] ---> ed5532c009aa [2022-04-19T20:49:16.122Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:16.122Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:16.122Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:16.122Z] ---> 84bd6f1bec7d [2022-04-19T20:49:16.122Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:49:16.122Z] ---> Running in 9c716ac3aefd [2022-04-19T20:49:16.122Z] Removing intermediate container fbb2eb324565 [2022-04-19T20:49:16.122Z] ---> 595aeb3d3238 [2022-04-19T20:49:16.122Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:16.122Z] ---> Running in 71114dd85a56 [2022-04-19T20:49:16.122Z] Removing intermediate container 8b86467d3d97 [2022-04-19T20:49:16.122Z] ---> 02c326b5cc34 [2022-04-19T20:49:16.122Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:16.122Z] ---> Running in 8886dd9a221e [2022-04-19T20:49:16.400Z] ---> Running in 62073bb8c88c [2022-04-19T20:49:16.705Z] Removing intermediate container ed1cf161c0da [2022-04-19T20:49:16.705Z] ---> e88cdc0131a9 [2022-04-19T20:49:16.705Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:16.705Z] Removing intermediate container 9c716ac3aefd [2022-04-19T20:49:16.705Z] ---> ce1c0e1c7f6b [2022-04-19T20:49:16.705Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:16.985Z] ---> Running in c5212a307f3d [2022-04-19T20:49:16.985Z] ---> Running in 64fcf9d443d9 [2022-04-19T20:49:20.433Z] Removing intermediate container 71114dd85a56 [2022-04-19T20:49:20.433Z] ---> d1a0675322f9 [2022-04-19T20:49:20.433Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T20:49:20.708Z] ---> Running in aabc60ef6ab6 [2022-04-19T20:49:20.708Z] Removing intermediate container 62073bb8c88c [2022-04-19T20:49:20.708Z] ---> 4a51b9931d31 [2022-04-19T20:49:20.708Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T20:49:20.986Z] ---> Running in 3e7273dad0c0 [2022-04-19T20:49:20.986Z] Removing intermediate container 64fcf9d443d9 [2022-04-19T20:49:20.986Z] ---> a04c84208f40 [2022-04-19T20:49:20.986Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T20:49:21.280Z] Removing intermediate container 8886dd9a221e [2022-04-19T20:49:21.280Z] ---> 29a32af5d024 [2022-04-19T20:49:21.280Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T20:49:21.280Z] Removing intermediate container c5212a307f3d [2022-04-19T20:49:21.280Z] ---> 9cc1c903714c [2022-04-19T20:49:21.280Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl ---> Running in e24d08f8a53d [2022-04-19T20:49:21.280Z] [2022-04-19T20:49:21.559Z] ---> Running in 5f7bb845719a [2022-04-19T20:49:21.559Z] ---> Running in 25d0371c619b [2022-04-19T20:49:23.011Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:23.291Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:23.894Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:23.894Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:23.894Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:24.173Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:24.450Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:24.731Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:25.010Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:25.010Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:25.293Z] OK: 220 MiB in 52 packages [2022-04-19T20:49:25.579Z] OK: 220 MiB in 52 packages [2022-04-19T20:49:26.581Z] OK: 220 MiB in 52 packages [2022-04-19T20:49:26.877Z] OK: 220 MiB in 52 packages [2022-04-19T20:49:26.877Z] OK: 220 MiB in 52 packages [2022-04-19T20:49:27.168Z] Removing intermediate container aabc60ef6ab6 [2022-04-19T20:49:27.168Z] ---> 001303b3df23 [2022-04-19T20:49:27.168Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:49:27.446Z] Removing intermediate container 3e7273dad0c0 [2022-04-19T20:49:27.446Z] ---> a76fccf2e2c1 [2022-04-19T20:49:27.446Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T20:49:28.455Z] Removing intermediate container 5f7bb845719a [2022-04-19T20:49:28.455Z] ---> 8747947f40d4 [2022-04-19T20:49:28.455Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T20:49:28.737Z] Removing intermediate container 25d0371c619b [2022-04-19T20:49:28.737Z] ---> de8d2ce97b9d [2022-04-19T20:49:28.737Z] ---> e18564431a70 [2022-04-19T20:49:28.737Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:49:28.737Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:49:28.737Z] Removing intermediate container e24d08f8a53d [2022-04-19T20:49:28.737Z] ---> 130f498235a6 [2022-04-19T20:49:28.737Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:49:28.737Z] ---> 6672a65058d4 [2022-04-19T20:49:28.737Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:49:28.737Z] ---> Running in 7729033c6e02 [2022-04-19T20:49:29.017Z] ---> Running in 581d0cf348e4 [2022-04-19T20:49:30.020Z] ---> 4319d35c7a33 [2022-04-19T20:49:30.020Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:49:30.308Z] ---> Running in 0004396e1f0c [2022-04-19T20:49:30.308Z] ---> 6af5d4fa5991 [2022-04-19T20:49:30.308Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:49:30.587Z] ---> Running in 566ea116b1a3 [2022-04-19T20:49:30.587Z] ---> 22c446944845 [2022-04-19T20:49:30.587Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:49:30.882Z] ---> Running in 8739c1c51b97 [2022-04-19T20:49:35.259Z] Removing intermediate container 7729033c6e02 [2022-04-19T20:49:35.259Z] ---> d9c7deca49a2 [2022-04-19T20:49:35.259Z] Step 8/23 : COPY . . [2022-04-19T20:49:35.259Z] Removing intermediate container 581d0cf348e4 [2022-04-19T20:49:35.259Z] ---> 0afea56c884b [2022-04-19T20:49:35.259Z] Step 8/26 : COPY . . [2022-04-19T20:49:36.734Z] Removing intermediate container 0004396e1f0c [2022-04-19T20:49:36.734Z] ---> 15809e8cf840 [2022-04-19T20:49:36.734Z] Step 8/26 : COPY . . [2022-04-19T20:49:37.013Z] Removing intermediate container 8739c1c51b97 [2022-04-19T20:49:37.013Z] ---> 956f77420fc8 [2022-04-19T20:49:37.013Z] Step 8/22 : COPY . . [2022-04-19T20:49:37.013Z] Removing intermediate container 566ea116b1a3 [2022-04-19T20:49:37.013Z] ---> 62ee243cd04d [2022-04-19T20:49:37.013Z] Step 8/23 : COPY . . [2022-04-19T20:50:09.417Z] ---> e757c8cc64eb [2022-04-19T20:50:09.417Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T20:50:09.417Z] ---> ea02f7b84a4f [2022-04-19T20:50:09.417Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T20:50:09.417Z] ---> Running in 41fac824bb61 [2022-04-19T20:50:09.417Z] ---> 027672dea40a [2022-04-19T20:50:09.417Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T20:50:09.417Z] ---> 1360e1efb683 [2022-04-19T20:50:09.417Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T20:50:09.417Z] ---> a2b1ba63d31d [2022-04-19T20:50:09.417Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T20:50:09.417Z] ---> Running in cd66d5a1e587 [2022-04-19T20:50:09.417Z] ---> Running in cf59cb25cd16 [2022-04-19T20:50:09.417Z] ---> Running in 6c48c29b24ee [2022-04-19T20:50:09.417Z] ---> Running in c6e0e9677dfa [2022-04-19T20:50:09.417Z] Removing intermediate container 41fac824bb61 [2022-04-19T20:50:09.418Z] ---> 7e8bda54244b [2022-04-19T20:50:09.418Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T20:50:09.418Z] Removing intermediate container 6c48c29b24ee [2022-04-19T20:50:09.418Z] ---> f7d6156c6b2d [2022-04-19T20:50:09.418Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T20:50:09.418Z] ---> Running in bc41ad6856e3 [2022-04-19T20:50:09.418Z] ---> Running in 2ead6aab759f [2022-04-19T20:50:10.428Z] 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 [2022-04-19T20:50:10.428Z] 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 [2022-04-19T20:50:10.428Z] 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 [2022-04-19T20:50:13.095Z] Removing intermediate container bc41ad6856e3 [2022-04-19T20:50:13.095Z] ---> e161f53c4df5 [2022-04-19T20:50:13.095Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T20:50:13.095Z] Removing intermediate container 2ead6aab759f [2022-04-19T20:50:13.095Z] ---> 478dbf1835b7 [2022-04-19T20:50:13.095Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T20:50:13.095Z] ---> Running in 8a4f641be15c [2022-04-19T20:50:13.095Z] ---> Running in 68ea453fe4e0 [2022-04-19T20:50:13.717Z] Removing intermediate container 8a4f641be15c [2022-04-19T20:50:13.717Z] ---> 55727075c947 [2022-04-19T20:50:13.717Z] 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 [2022-04-19T20:50:13.717Z] Removing intermediate container 68ea453fe4e0 [2022-04-19T20:50:13.717Z] ---> 70ae2b577d28 [2022-04-19T20:50:13.717Z] 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 [2022-04-19T20:50:14.002Z] ---> Running in a430d6f851e0 [2022-04-19T20:50:14.002Z] ---> Running in fa9a1ee59996 [2022-04-19T20:50:18.518Z] spire-1.2.1/ [2022-04-19T20:50:18.518Z] spire-1.2.1/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.data/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.data/.file [2022-04-19T20:50:18.518Z] spire-1.2.1/.dockerignore [2022-04-19T20:50:18.518Z] spire-1.2.1/.gitattributes [2022-04-19T20:50:18.518Z] spire-1.2.1/.githooks/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T20:50:18.518Z] spire-1.2.1/.gitignore [2022-04-19T20:50:18.518Z] spire-1.2.1/.go-version [2022-04-19T20:50:18.518Z] spire-1.2.1/.golangci.yml [2022-04-19T20:50:18.518Z] spire-1.2.1/ADOPTERS.md [2022-04-19T20:50:18.518Z] spire-1.2.1/CHANGELOG.md [2022-04-19T20:50:18.518Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T20:50:18.518Z] spire-1.2.1/CODEOWNERS [2022-04-19T20:50:18.518Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T20:50:18.518Z] spire-1.2.1/Dockerfile [2022-04-19T20:50:18.518Z] spire-1.2.1/Dockerfile.devspire-1.2.1/.data/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.data/.file [2022-04-19T20:50:18.518Z] spire-1.2.1/.dockerignore [2022-04-19T20:50:18.518Z] spire-1.2.1/.gitattributes [2022-04-19T20:50:18.518Z] spire-1.2.1/.githooks/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/ [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T20:50:18.518Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T20:50:18.519Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T20:50:18.519Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T20:50:18.519Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T20:50:18.519Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T20:50:18.519Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T20:50:18.519Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T20:50:18.519Z] spire-1.2.1/.gitignore [2022-04-19T20:50:18.519Z] spire-1.2.1/.go-version [2022-04-19T20:50:18.519Z] spire-1.2.1/.golangci.yml [2022-04-19T20:50:18.519Z] spire-1.2.1/ADOPTERS.md [2022-04-19T20:50:18.519Z] spire-1.2.1/CHANGELOG.md [2022-04-19T20:50:18.519Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T20:50:18.519Z] spire-1.2.1/CODEOWNERS [2022-04-19T20:50:18.519Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T20:50:18.519Z] spire-1.2.1/Dockerfile [2022-04-19T20:50:18.519Z] spire-1.2.1/Dockerfile.dev [2022-04-19T20:50:18.519Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T20:50:18.519Z] spire-1.2.1/LICENSE [2022-04-19T20:50:18.519Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T20:50:18.519Z] spire-1.2.1/Makefile [2022-04-19T20:50:18.519Z] spire-1.2.1/README.md [2022-04-19T20:50:18.519Z] spire-1.2.1/ROADMAP.md [2022-04-19T20:50:18.519Z] spire-1.2.1/SECURITY.md [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T20:50:18.519Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T20:50:18.519Z] spire-1.2.1/LICENSE [2022-04-19T20:50:18.519Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T20:50:18.519Z] spire-1.2.1/Makefile [2022-04-19T20:50:18.519Z] spire-1.2.1/README.md [2022-04-19T20:50:18.519Z] spire-1.2.1/ROADMAP.md [2022-04-19T20:50:18.519Z] spire-1.2.1/SECURITY.md [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T20:50:18.519Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/ [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/agent/ [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/ [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/server.conf [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/ [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/auditlog.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/ [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T20:50:18.520Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T20:50:18.520Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T20:50:18.520Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T20:50:18.520Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T20:50:18.520Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/ [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/agent/ [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/ [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/server.conf [2022-04-19T20:50:18.520Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/ [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/auditlog.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/ [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/spire_server.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/telemetry.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/upgrading.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/using_spire.md [2022-04-19T20:50:18.520Z] spire-1.2.1/examples/ [2022-04-19T20:50:18.520Z] spire-1.2.1/examples/README.md [2022-04-19T20:50:18.520Z] spire-1.2.1/go.mod [2022-04-19T20:50:18.520Z] spire-1.2.1/go.sum [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T20:50:18.520Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T20:50:18.520Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/spire_server.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/telemetry.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/upgrading.md [2022-04-19T20:50:18.521Z] spire-1.2.1/doc/using_spire.md [2022-04-19T20:50:18.521Z] spire-1.2.1/examples/ [2022-04-19T20:50:18.521Z] spire-1.2.1/examples/README.md [2022-04-19T20:50:18.521Z] spire-1.2.1/go.mod [2022-04-19T20:50:18.521Z] spire-1.2.1/go.sum [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T20:50:18.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T20:50:18.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T20:50:18.523Z] [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T20:50:18.523Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T20:50:18.801Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/health/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/log/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T20:50:18.802Z] [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pemspire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T20:50:18.802Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/health/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/log/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T20:50:18.803Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/version/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T20:50:18.804Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/version/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T20:50:19.086Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T20:50:19.087Z] [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/config.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T20:50:19.087Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T20:50:19.088Z] [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/config.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T20:50:19.088Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T20:50:19.369Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T20:50:19.370Z] [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.gospire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T20:50:19.370Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/server.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/private/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/private/server/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T20:50:19.371Z] [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/common/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T20:50:19.371Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T20:50:19.371Z] spire-1.2.1/release/ [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire-extras/ [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire/ [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire/README.md [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire/conf/ [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T20:50:19.371Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T20:50:19.371Z] spire-1.2.1/script/ [2022-04-19T20:50:19.371Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T20:50:19.371Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T20:50:19.371Z] spire-1.2.1/support/ [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/ [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.gospire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T20:50:19.371Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T20:50:19.371Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/server.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/proto/ [2022-04-19T20:50:19.372Z] spire-1.2.1/proto/private/ [2022-04-19T20:50:19.372Z] spire-1.2.1/proto/private/server/ [2022-04-19T20:50:19.372Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T20:50:19.372Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/ [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/common/ [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T20:50:19.655Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T20:50:19.655Z] spire-1.2.1/release/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire-extras/ [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire/ [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire/README.md [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire/conf/ [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T20:50:19.655Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T20:50:19.655Z] spire-1.2.1/script/ [2022-04-19T20:50:19.655Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T20:50:19.655Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T20:50:19.655Z] spire-1.2.1/support/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T20:50:19.655Z] spire-1.2.1/test/ [2022-04-19T20:50:19.655Z] spire-1.2.1/test/clock/ [2022-04-19T20:50:19.655Z] spire-1.2.1/test/clock/clock.go [2022-04-19T20:50:19.655Z] spire-1.2.1/test/fakes/ [2022-04-19T20:50:19.655Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T20:50:19.655Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T20:50:19.655Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T20:50:19.655Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T20:50:19.655Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T20:50:19.655Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T20:50:19.655Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T20:50:19.655Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T20:50:19.655Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T20:50:19.656Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/clock/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/clock/clock.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/config/ [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T20:50:19.656Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/README.md [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/common [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T20:50:19.657Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T20:50:19.657Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T20:50:19.658Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/README.md [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/common [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T20:50:19.658Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T20:50:19.659Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T20:50:19.942Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T20:50:19.943Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T20:50:19.944Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T20:50:19.945Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T20:50:19.946Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/test.sh [2022-04-19T20:50:19.947Z] spire-1.2.1/test/plugintest/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/testca/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/testca/ca.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/testkey/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T20:50:19.947Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/testkey/new.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/util/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/util/race.go [2022-04-19T20:50:19.947Z] spire-1.2.1/test/util/util.go [2022-04-19T20:50:19.947Z] building spire from source... [2022-04-19T20:50:19.947Z] [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T20:50:19.947Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T20:50:20.225Z] spire-1.2.1/test/integration/test.sh [2022-04-19T20:50:20.225Z] spire-1.2.1/test/plugintest/ [2022-04-19T20:50:20.225Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/ [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/testca/ [2022-04-19T20:50:20.225Z] spire-1.2.1/test/testca/ca.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/testkey/ [2022-04-19T20:50:20.225Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T20:50:20.225Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/testkey/new.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T20:50:20.225Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/util/ [2022-04-19T20:50:20.225Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/util/race.go [2022-04-19T20:50:20.225Z] spire-1.2.1/test/util/util.go [2022-04-19T20:50:20.225Z] building spire from source... [2022-04-19T20:50:20.508Z] Installing go1.17.7... [2022-04-19T20:50:20.792Z] Installing go1.17.7... [2022-04-19T20:50:53.245Z] Building bin/spire-server... [2022-04-19T20:50:53.245Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T20:50:53.245Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T20:50:53.245Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T20:50:53.245Z] Building bin/spire-server... [2022-04-19T20:50:53.245Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T20:50:53.245Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T20:50:53.245Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T20:50:53.245Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T20:50:53.245Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T20:50:53.246Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T20:50:53.246Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T20:50:55.245Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T20:50:55.523Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T20:50:55.523Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T20:50:55.523Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T20:50:55.802Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T20:50:56.407Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T20:50:56.407Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T20:50:56.407Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T20:50:56.687Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T20:50:56.967Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T20:50:56.967Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T20:50:56.967Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T20:50:56.967Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T20:50:57.577Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T20:50:57.577Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T20:50:57.577Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T20:50:57.577Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T20:50:57.577Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T20:50:57.577Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T20:50:57.577Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T20:50:57.577Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T20:50:57.856Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T20:50:58.136Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T20:50:58.136Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T20:50:58.136Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T20:50:58.416Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T20:50:58.416Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T20:50:59.422Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T20:50:59.422Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T20:50:59.704Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T20:50:59.704Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T20:50:59.992Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T20:50:59.992Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T20:51:01.453Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T20:51:02.449Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T20:51:02.730Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T20:51:29.614Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T20:51:29.614Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T20:51:29.614Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T20:51:29.614Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T20:51:29.614Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T20:51:29.614Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T20:51:29.614Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T20:51:29.614Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T20:51:29.614Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T20:51:29.614Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T20:51:29.614Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T20:51:29.614Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T20:51:29.614Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T20:51:29.614Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T20:51:29.614Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T20:51:29.614Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T20:51:29.891Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T20:51:29.892Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T20:51:29.892Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T20:51:30.171Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T20:51:30.171Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T20:51:30.171Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T20:51:30.171Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T20:51:30.171Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T20:51:30.171Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T20:51:30.171Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T20:51:30.171Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T20:51:30.171Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T20:51:30.450Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T20:51:30.450Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T20:51:30.450Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T20:51:30.727Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T20:51:31.005Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T20:51:31.005Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T20:51:31.285Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T20:51:31.561Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T20:51:31.839Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T20:51:32.116Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T20:51:32.116Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T20:51:32.395Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T20:51:32.395Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T20:51:32.395Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T20:51:32.395Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T20:51:32.395Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T20:51:32.395Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T20:51:32.673Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T20:51:32.951Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T20:51:32.951Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T20:51:32.951Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T20:51:32.951Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T20:51:33.227Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T20:51:33.826Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T20:51:33.826Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T20:51:34.105Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T20:51:34.105Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T20:51:34.711Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T20:51:34.711Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T20:51:38.122Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T20:51:41.528Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T20:51:41.528Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T20:51:41.528Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T20:51:41.528Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T20:51:41.528Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T20:51:41.528Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T20:51:41.528Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T20:51:41.803Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T20:51:42.409Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T20:51:42.409Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T20:51:42.409Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T20:51:42.692Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T20:51:42.692Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T20:51:42.974Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T20:51:42.974Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T20:52:09.824Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T20:52:09.824Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T20:52:09.824Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T20:52:09.824Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T20:52:09.824Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T20:52:09.824Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T20:52:09.824Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T20:52:09.824Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T20:52:22.272Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T20:52:22.272Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T20:52:54.728Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T20:52:54.728Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T20:52:54.728Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T20:52:54.728Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T20:52:54.728Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T20:52:54.728Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T20:52:55.009Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T20:52:55.009Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T20:52:56.006Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T20:52:56.611Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T20:52:57.216Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T20:52:57.496Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T20:52:59.496Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T20:52:59.496Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T20:53:00.104Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T20:53:01.557Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T20:53:01.557Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T20:53:01.969Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T20:53:02.353Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T20:53:02.654Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T20:53:02.955Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T20:53:03.365Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T20:53:03.971Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T20:53:03.971Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T20:53:04.254Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T20:53:04.538Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T20:53:04.838Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T20:53:05.119Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T20:53:05.119Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T20:53:05.396Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T20:53:05.396Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T20:53:05.674Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T20:53:05.674Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T20:53:05.674Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T20:53:05.952Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T20:53:06.230Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T20:53:06.507Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T20:53:06.507Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T20:53:07.111Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T20:53:07.390Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T20:53:07.666Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T20:53:07.942Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T20:53:07.942Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T20:53:07.942Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T20:53:08.218Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T20:53:08.218Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T20:53:08.495Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T20:53:08.495Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T20:53:08.496Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T20:53:08.771Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T20:53:09.366Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T20:53:14.782Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T20:53:14.782Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T20:53:14.782Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T20:53:14.782Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T20:53:14.782Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T20:53:15.057Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T20:53:15.057Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T20:53:15.057Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T20:53:15.333Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T20:53:15.333Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T20:53:15.612Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T20:53:15.889Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T20:53:15.889Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T20:53:15.889Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T20:53:15.889Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T20:53:15.889Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T20:53:16.496Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T20:53:17.097Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T20:53:17.376Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T20:53:17.376Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T20:53:17.376Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T20:53:17.652Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T20:53:17.652Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T20:53:17.652Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T20:53:17.934Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T20:53:18.214Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T20:53:18.819Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T20:53:18.819Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T20:53:18.819Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T20:53:19.096Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T20:53:19.373Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T20:53:19.373Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T20:53:19.373Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T20:53:19.373Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T20:53:19.373Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T20:53:19.979Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T20:53:19.979Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T20:53:20.585Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T20:53:20.585Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T20:53:20.860Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T20:53:20.860Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T20:53:20.860Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T20:53:20.860Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T20:53:21.138Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T20:53:21.139Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T20:53:21.416Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T20:53:21.416Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T20:53:22.408Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T20:53:22.408Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T20:53:23.010Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T20:53:23.010Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T20:53:23.010Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T20:53:23.288Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T20:53:23.891Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T20:53:24.170Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T20:53:24.170Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T20:53:24.446Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T20:53:24.446Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T20:53:24.724Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T20:53:25.003Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T20:53:25.279Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T20:53:25.556Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T20:53:26.161Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T20:53:26.161Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T20:53:26.773Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T20:53:26.773Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T20:53:27.049Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T20:53:27.327Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T20:53:27.606Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T20:53:28.601Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T20:53:28.601Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T20:53:31.301Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T20:53:31.301Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T20:53:31.580Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T20:53:31.857Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T20:53:32.134Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T20:53:32.134Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T20:53:33.128Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T20:53:33.128Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T20:53:33.128Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T20:53:33.406Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T20:53:33.685Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T20:53:33.685Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T20:53:33.685Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T20:53:33.685Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T20:53:33.685Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T20:53:34.293Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T20:53:34.293Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T20:53:34.569Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T20:53:35.173Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T20:53:35.450Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T20:53:35.727Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T20:53:35.727Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T20:53:36.003Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T20:53:36.003Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T20:53:36.281Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T20:53:46.474Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T20:53:46.474Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T20:53:46.474Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T20:53:46.474Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T20:53:46.752Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T20:53:46.752Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T20:53:47.031Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T20:53:47.031Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T20:54:13.873Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T20:54:13.873Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T20:54:13.873Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T20:54:13.873Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T20:56:05.766Z] Removing intermediate container cd66d5a1e587 [2022-04-19T20:56:05.766Z] ---> 1bd32c1465ae [2022-04-19T20:56:05.766Z] [2022-04-19T20:56:05.766Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T20:56:05.766Z] 3.14: Pulling from library/alpine [2022-04-19T20:56:05.766Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T20:56:05.766Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T20:56:05.766Z] ---> ac73e934f311 [2022-04-19T20:56:05.766Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T20:56:05.766Z] ---> Running in 5e8d201860e9 [2022-04-19T20:56:05.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:56:05.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:56:05.766Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T20:56:05.766Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:56:05.766Z] OK: 5 MiB in 15 packages [2022-04-19T20:56:05.766Z] Removing intermediate container 5e8d201860e9 [2022-04-19T20:56:05.766Z] ---> bdc156a05757 [2022-04-19T20:56:05.766Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:56:05.766Z] ---> Running in 9c5b2d717a73 [2022-04-19T20:56:05.766Z] Removing intermediate container 9c5b2d717a73 [2022-04-19T20:56:05.766Z] ---> 27aa8ea36fa6 [2022-04-19T20:56:05.766Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T20:56:05.766Z] ---> Running in 75f964c7b61e [2022-04-19T20:56:05.766Z] Removing intermediate container 75f964c7b61e [2022-04-19T20:56:05.766Z] ---> 4b74f146520f [2022-04-19T20:56:05.766Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T20:56:05.766Z] ---> Running in adeaada19f1d [2022-04-19T20:56:05.766Z] Removing intermediate container adeaada19f1d [2022-04-19T20:56:05.766Z] ---> 30a74726ec5c [2022-04-19T20:56:05.766Z] Step 15/23 : WORKDIR / [2022-04-19T20:56:05.766Z] ---> Running in 79b143d2a0f2 [2022-04-19T20:56:05.766Z] Removing intermediate container 79b143d2a0f2 [2022-04-19T20:56:05.766Z] ---> 3a58e20ea4d6 [2022-04-19T20:56:05.766Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:56:05.766Z] ---> 11405c428256 [2022-04-19T20:56:05.766Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T20:56:06.373Z] ---> c3fdd6ca1d4e [2022-04-19T20:56:06.373Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T20:56:06.992Z] ---> fded21bb6699 [2022-04-19T20:56:06.992Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T20:56:07.269Z] ---> Running in 2181bd5510dd [2022-04-19T20:56:07.876Z] Removing intermediate container 2181bd5510dd [2022-04-19T20:56:07.876Z] ---> 9050db9c139b [2022-04-19T20:56:07.876Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:56:07.876Z] ---> Running in 6ee302642510 [2022-04-19T20:56:08.481Z] Removing intermediate container 6ee302642510 [2022-04-19T20:56:08.481Z] ---> 1ac1e30de58f [2022-04-19T20:56:08.481Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T20:56:08.481Z] ---> Running in 899977ae3a88 [2022-04-19T20:56:09.089Z] Removing intermediate container 899977ae3a88 [2022-04-19T20:56:09.089Z] ---> a6e362ae9215 [2022-04-19T20:56:09.089Z] Step 22/23 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T20:56:09.089Z] ---> Running in bb81d52d0306 [2022-04-19T20:56:10.033Z] Removing intermediate container bb81d52d0306 [2022-04-19T20:56:10.033Z] ---> 72a7b2a2158c [2022-04-19T20:56:10.033Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:56:10.033Z] ---> Running in 2f0c3d4ab1e2 [2022-04-19T20:56:10.481Z] Removing intermediate container 2f0c3d4ab1e2 [2022-04-19T20:56:10.481Z] ---> 81fb92acb6b3 [2022-04-19T20:56:10.481Z] [2022-04-19T20:56:11.129Z] Successfully built 81fb92acb6b3 [2022-04-19T20:56:11.129Z] Successfully tagged core-metadata-arm64:latest [2022-04-19T20:56:11.129Z]  Building core-metadata ... done Building sys-mgmt-agent [2022-04-19T20:56:43.858Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:56:43.858Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:56:43.858Z] ---> 84bd6f1bec7d [2022-04-19T20:56:43.858Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:56:43.858Z] ---> Using cache [2022-04-19T20:56:43.858Z] ---> ce1c0e1c7f6b [2022-04-19T20:56:43.858Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:56:43.858Z] ---> Using cache [2022-04-19T20:56:43.858Z] ---> a04c84208f40 [2022-04-19T20:56:43.858Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T20:56:43.858Z] ---> Running in df315b35dc4a [2022-04-19T20:56:44.852Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:56:45.840Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:56:47.294Z] OK: 220 MiB in 52 packages [2022-04-19T20:56:48.755Z] Removing intermediate container df315b35dc4a [2022-04-19T20:56:48.755Z] ---> 833e2da448a7 [2022-04-19T20:56:48.755Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:56:49.757Z] ---> 0a56e233260b [2022-04-19T20:56:49.757Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:56:50.049Z] ---> Running in f1d89e85f700 [2022-04-19T20:56:56.796Z] Removing intermediate container f1d89e85f700 [2022-04-19T20:56:56.796Z] ---> e917d6a652d8 [2022-04-19T20:56:56.796Z] Step 8/23 : COPY . . [2022-04-19T20:57:09.273Z] Removing intermediate container c6e0e9677dfa [2022-04-19T20:57:09.273Z] ---> 5813dc2b9801 [2022-04-19T20:57:09.273Z] [2022-04-19T20:57:09.273Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T20:57:09.273Z] ---> ac73e934f311 [2022-04-19T20:57:09.273Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T20:57:09.273Z] ---> Running in db130f0edffe [2022-04-19T20:57:09.550Z] Removing intermediate container db130f0edffe [2022-04-19T20:57:09.550Z] ---> 6e0bedc9e81e [2022-04-19T20:57:09.550Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T20:57:09.831Z] ---> Running in 3451b4a072cb [2022-04-19T20:57:10.827Z] Removing intermediate container 3451b4a072cb [2022-04-19T20:57:10.827Z] ---> d45731b56cc1 [2022-04-19T20:57:10.827Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T20:57:10.827Z] ---> Running in 1eff1a9785a0 [2022-04-19T20:57:11.832Z] Removing intermediate container 1eff1a9785a0 [2022-04-19T20:57:11.832Z] ---> 156e57f6dbc3 [2022-04-19T20:57:11.832Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:57:12.106Z] ---> Running in 2dadd42f4419 [2022-04-19T20:57:16.472Z] Removing intermediate container 2dadd42f4419 [2022-04-19T20:57:16.472Z] ---> b96b002454c5 [2022-04-19T20:57:16.472Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T20:57:16.472Z] ---> Running in b00503e9ddad [2022-04-19T20:57:19.124Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:57:20.140Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:57:21.609Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T20:57:21.609Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T20:57:21.609Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T20:57:21.890Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T20:57:22.177Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T20:57:22.177Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T20:57:22.462Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:57:22.462Z] OK: 8 MiB in 20 packages [2022-04-19T20:57:25.103Z] Removing intermediate container b00503e9ddad [2022-04-19T20:57:25.103Z] ---> c9fce230daf0 [2022-04-19T20:57:25.103Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:57:26.559Z] ---> 076e7e3163fb [2022-04-19T20:57:26.559Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T20:57:30.939Z] ---> 55f3d617bf83 [2022-04-19T20:57:30.939Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T20:57:31.538Z] ---> 319308d831fa [2022-04-19T20:57:31.538Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T20:57:31.818Z] ---> Running in f68cbb5b1553 [2022-04-19T20:57:31.818Z] ---> 873b59b65f3f [2022-04-19T20:57:31.818Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T20:57:32.101Z] ---> Running in e0138fbc1447 [2022-04-19T20:57:33.108Z] Removing intermediate container e0138fbc1447 [2022-04-19T20:57:33.108Z] ---> ddab68ef1d9f [2022-04-19T20:57:33.108Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:57:33.108Z] ---> Running in d3e2fd2b812f [2022-04-19T20:57:33.721Z] Removing intermediate container d3e2fd2b812f [2022-04-19T20:57:33.721Z] ---> df0f571a275d [2022-04-19T20:57:33.721Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T20:57:33.995Z] ---> Running in 222db9e5a615 [2022-04-19T20:57:34.601Z] 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 [2022-04-19T20:57:34.601Z] Removing intermediate container 222db9e5a615 [2022-04-19T20:57:34.601Z] ---> f7968db45c5e [2022-04-19T20:57:34.877Z] Step 22/23 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T20:57:34.877Z] ---> Running in e983a783a577 [2022-04-19T20:57:35.482Z] Removing intermediate container e983a783a577 [2022-04-19T20:57:35.482Z] ---> c3a5ab8ae52c [2022-04-19T20:57:35.482Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:57:35.482Z] ---> Running in 04c1566d6ad7 [2022-04-19T20:57:36.078Z] Removing intermediate container 04c1566d6ad7 [2022-04-19T20:57:36.078Z] ---> e84ba755df0d [2022-04-19T20:57:36.078Z] [2022-04-19T20:57:36.353Z] Successfully built e84ba755df0d [2022-04-19T20:57:36.630Z] Successfully tagged core-data-arm64:latest [2022-04-19T20:57:36.630Z] Building security-proxy-setup [2022-04-19T20:58:09.059Z]  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:58:09.059Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:58:09.059Z] ---> 84bd6f1bec7d [2022-04-19T20:58:09.059Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:58:09.059Z] ---> Using cache [2022-04-19T20:58:09.059Z] ---> ce1c0e1c7f6b [2022-04-19T20:58:09.059Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:58:09.059Z] ---> Using cache [2022-04-19T20:58:09.059Z] ---> a04c84208f40 [2022-04-19T20:58:09.059Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T20:58:09.059Z] ---> Running in c4eda707036b [2022-04-19T20:58:09.059Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:58:09.059Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:58:10.519Z] OK: 220 MiB in 52 packages [2022-04-19T20:58:12.011Z] Removing intermediate container c4eda707036b [2022-04-19T20:58:12.011Z] ---> f37618ba136a [2022-04-19T20:58:12.011Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:58:13.488Z] ---> 60dc4b1afaa5 [2022-04-19T20:58:13.488Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:58:13.488Z] ---> Running in c23ebe5b5835 [2022-04-19T20:58:18.923Z] Removing intermediate container c23ebe5b5835 [2022-04-19T20:58:18.923Z] ---> f921927ffe6f [2022-04-19T20:58:18.923Z] Step 8/22 : COPY . . [2022-04-19T20:58:46.069Z] ---> 0d9854cb0ff3 [2022-04-19T20:58:46.069Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T20:58:46.069Z] ---> Running in ef35c3f85f9d [2022-04-19T20:58:46.069Z] 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 [2022-04-19T20:58:51.557Z] Removing intermediate container cf59cb25cd16 [2022-04-19T20:58:51.557Z] ---> cb8d3ab98b28 [2022-04-19T20:58:51.557Z] [2022-04-19T20:58:51.557Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:58:51.557Z] ---> ac73e934f311 [2022-04-19T20:58:51.557Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T20:58:51.557Z] ---> Running in baa26438f01d [2022-04-19T20:58:53.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:58:53.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:58:55.299Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T20:58:55.299Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T20:58:55.299Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:58:55.575Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:58:55.853Z] OK: 6 MiB in 16 packages [2022-04-19T20:58:57.883Z] Removing intermediate container baa26438f01d [2022-04-19T20:58:57.883Z] ---> 5a2226a65b73 [2022-04-19T20:58:57.883Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:58:57.883Z] ---> Running in 57135df93c20 [2022-04-19T20:58:58.490Z] Removing intermediate container 57135df93c20 [2022-04-19T20:58:58.490Z] ---> 424eff1687b9 [2022-04-19T20:58:58.490Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T20:58:58.768Z] ---> Running in bbd9c19fdbae [2022-04-19T20:58:59.386Z] Removing intermediate container bbd9c19fdbae [2022-04-19T20:58:59.386Z] ---> 63f0af7e653a [2022-04-19T20:58:59.386Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T20:58:59.386Z] ---> Running in 0035e1ca96ee [2022-04-19T20:59:00.029Z] Removing intermediate container 0035e1ca96ee [2022-04-19T20:59:00.029Z] ---> ce71575ea84e [2022-04-19T20:59:00.029Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:59:01.027Z] ---> b7867f8104e5 [2022-04-19T20:59:01.027Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T20:59:03.677Z] ---> c01707f010ae [2022-04-19T20:59:03.677Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T20:59:04.315Z] ---> abf07f465e2f [2022-04-19T20:59:04.315Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T20:59:04.315Z] ---> Running in 24217a200307 [2022-04-19T20:59:04.920Z] Removing intermediate container 24217a200307 [2022-04-19T20:59:04.920Z] ---> 0c41e474f003 [2022-04-19T20:59:04.920Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:59:04.920Z] ---> Running in 130ea5ee214a [2022-04-19T20:59:05.543Z] Removing intermediate container 130ea5ee214a [2022-04-19T20:59:05.543Z] ---> 2cf65163746d [2022-04-19T20:59:05.543Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T20:59:05.543Z] ---> Running in c48c5bf7bea0 [2022-04-19T20:59:05.851Z] Removing intermediate container c48c5bf7bea0 [2022-04-19T20:59:05.851Z] ---> 85c18fd8a6ee [2022-04-19T20:59:05.851Z] Step 21/22 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T20:59:06.125Z] ---> Running in a9c860936068 [2022-04-19T20:59:06.737Z] Removing intermediate container a9c860936068 [2022-04-19T20:59:06.737Z] ---> 867e5bd319e1 [2022-04-19T20:59:06.737Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T20:59:07.026Z] ---> Running in 09d6b92554de [2022-04-19T20:59:07.654Z] Removing intermediate container 09d6b92554de [2022-04-19T20:59:07.654Z] ---> 0627bf540e89 [2022-04-19T20:59:07.654Z] [2022-04-19T20:59:08.270Z] Successfully built 0627bf540e89 [2022-04-19T20:59:08.270Z] Successfully tagged support-notifications-arm64:latest [2022-04-19T20:59:08.270Z] Building security-spire-server [2022-04-19T20:59:40.682Z]  Building support-notifications ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:59:40.682Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:59:40.682Z] ---> 84bd6f1bec7d [2022-04-19T20:59:40.682Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T20:59:40.682Z] ---> Using cache [2022-04-19T20:59:40.682Z] ---> ce1c0e1c7f6b [2022-04-19T20:59:40.682Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:59:40.682Z] ---> Using cache [2022-04-19T20:59:40.682Z] ---> a04c84208f40 [2022-04-19T20:59:40.682Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T20:59:40.682Z] ---> Running in a40b654cc9f6 [2022-04-19T20:59:42.694Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:59:43.698Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:59:45.146Z] OK: 220 MiB in 52 packages [2022-04-19T20:59:46.139Z] Removing intermediate container a40b654cc9f6 [2022-04-19T20:59:46.139Z] ---> 9bc4d24038a0 [2022-04-19T20:59:46.139Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T20:59:47.585Z] ---> f194bd8f83a9 [2022-04-19T20:59:47.585Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:59:47.585Z] ---> Running in e28cc6cb3c70 [2022-04-19T20:59:53.025Z] Removing intermediate container e28cc6cb3c70 [2022-04-19T20:59:53.025Z] ---> 70ae2c270c30 [2022-04-19T20:59:53.025Z] Step 8/25 : COPY . . [2022-04-19T21:00:15.252Z] ---> b7d386e16d02 [2022-04-19T21:00:15.252Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T21:00:15.252Z] ---> Running in 488fdd6178a8 [2022-04-19T21:00:15.853Z] Removing intermediate container 488fdd6178a8 [2022-04-19T21:00:15.853Z] ---> 4d1f38c1bc24 [2022-04-19T21:00:15.853Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T21:00:15.853Z] ---> Running in 9ba84e02e33e [2022-04-19T21:00:19.281Z] Removing intermediate container 9ba84e02e33e [2022-04-19T21:00:19.281Z] ---> b99823f412a4 [2022-04-19T21:00:19.281Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T21:00:19.281Z] ---> Running in 74eae535b1cc [2022-04-19T21:00:19.878Z] Removing intermediate container 74eae535b1cc [2022-04-19T21:00:19.878Z] ---> c19bd73667f7 [2022-04-19T21:00:19.879Z] 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 [2022-04-19T21:00:20.159Z] ---> Running in b55ff72dfc86 [2022-04-19T21:00:23.566Z] spire-1.2.1/ [2022-04-19T21:00:23.566Z] spire-1.2.1/.data/ [2022-04-19T21:00:23.566Z] spire-1.2.1/.data/.file [2022-04-19T21:00:23.566Z] spire-1.2.1/.dockerignore [2022-04-19T21:00:23.566Z] spire-1.2.1/.gitattributes [2022-04-19T21:00:23.566Z] spire-1.2.1/.githooks/ [2022-04-19T21:00:23.566Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/ [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/ [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T21:00:23.566Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T21:00:23.566Z] spire-1.2.1/.gitignore [2022-04-19T21:00:23.566Z] spire-1.2.1/.go-version [2022-04-19T21:00:23.566Z] spire-1.2.1/.golangci.yml [2022-04-19T21:00:23.566Z] spire-1.2.1/ADOPTERS.md [2022-04-19T21:00:23.566Z] spire-1.2.1/CHANGELOG.md [2022-04-19T21:00:23.566Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T21:00:23.566Z] spire-1.2.1/CODEOWNERS [2022-04-19T21:00:23.566Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T21:00:23.566Z] spire-1.2.1/Dockerfile [2022-04-19T21:00:23.566Z] spire-1.2.1/Dockerfile.dev [2022-04-19T21:00:23.566Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T21:00:23.566Z] spire-1.2.1/LICENSE [2022-04-19T21:00:23.566Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T21:00:23.566Z] spire-1.2.1/Makefile [2022-04-19T21:00:23.566Z] spire-1.2.1/README.md [2022-04-19T21:00:23.566Z] spire-1.2.1/ROADMAP.md [2022-04-19T21:00:23.566Z] spire-1.2.1/SECURITY.md [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T21:00:23.566Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/ [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/agent/ [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/server/ [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/server/server.conf [2022-04-19T21:00:23.566Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/ [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/auditlog.md [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/ [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T21:00:23.566Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/spire_server.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/telemetry.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/upgrading.md [2022-04-19T21:00:23.567Z] spire-1.2.1/doc/using_spire.md [2022-04-19T21:00:23.567Z] spire-1.2.1/examples/ [2022-04-19T21:00:23.567Z] spire-1.2.1/examples/README.md [2022-04-19T21:00:23.567Z] spire-1.2.1/go.mod [2022-04-19T21:00:23.567Z] spire-1.2.1/go.sum [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T21:00:23.567Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T21:00:23.568Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/health/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/log/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T21:00:23.849Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/version/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T21:00:23.850Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/config.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T21:00:24.128Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T21:00:24.129Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T21:00:24.405Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/server.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/private/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/private/server/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/common/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T21:00:24.406Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T21:00:24.406Z] spire-1.2.1/release/ [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire-extras/ [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire/ [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire/README.md [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire/conf/ [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T21:00:24.406Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T21:00:24.406Z] spire-1.2.1/script/ [2022-04-19T21:00:24.406Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T21:00:24.406Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T21:00:24.406Z] spire-1.2.1/support/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T21:00:24.406Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T21:00:24.685Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/clock/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/clock/clock.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T21:00:24.685Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/README.md [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/common [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/suites/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T21:00:24.685Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T21:00:24.686Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T21:00:24.965Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T21:00:24.966Z] spire-1.2.1/test/integration/test.sh [2022-04-19T21:00:24.966Z] spire-1.2.1/test/plugintest/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T21:00:24.966Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T21:00:24.966Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T21:00:24.966Z] spire-1.2.1/test/spiretest/ [2022-04-19T21:00:24.966Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/testca/ [2022-04-19T21:00:25.243Z] spire-1.2.1/test/testca/ca.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/testkey/ [2022-04-19T21:00:25.243Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T21:00:25.243Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/testkey/new.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T21:00:25.243Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/util/ [2022-04-19T21:00:25.243Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/util/race.go [2022-04-19T21:00:25.243Z] spire-1.2.1/test/util/util.go [2022-04-19T21:00:25.243Z] building spire from source... [2022-04-19T21:00:25.847Z] Installing go1.17.7... [2022-04-19T21:00:53.221Z] Building bin/spire-server... [2022-04-19T21:00:53.221Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T21:00:53.221Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T21:00:53.221Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T21:00:53.499Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T21:00:53.499Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T21:00:54.102Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T21:00:54.721Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T21:00:56.168Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T21:00:56.446Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T21:00:57.444Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T21:00:59.438Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T21:00:59.438Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T21:00:59.438Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T21:00:59.715Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T21:00:59.715Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T21:00:59.715Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T21:00:59.715Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T21:01:00.704Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T21:01:00.704Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T21:01:00.704Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T21:01:00.982Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T21:01:00.982Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T21:01:02.427Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T21:01:02.427Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T21:01:17.551Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T21:01:17.551Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T21:01:17.830Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T21:01:17.830Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T21:01:17.830Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T21:01:18.107Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T21:01:18.386Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T21:01:18.386Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T21:01:18.661Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T21:01:18.661Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T21:01:18.938Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T21:01:18.938Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T21:01:18.938Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T21:01:19.213Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T21:01:19.490Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T21:01:20.483Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T21:01:20.760Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T21:01:21.037Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T21:01:21.315Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T21:01:21.315Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T21:01:21.315Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T21:01:21.315Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T21:01:21.592Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T21:01:21.592Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T21:01:21.871Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T21:01:22.148Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T21:01:22.752Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T21:01:22.752Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T21:01:23.034Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T21:01:24.023Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T21:01:28.354Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T21:01:38.537Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T21:01:38.537Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T21:01:38.813Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T21:01:39.090Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T21:01:39.367Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T21:01:39.367Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T21:02:26.402Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T21:02:26.402Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T21:02:26.402Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T21:02:26.402Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T21:02:41.541Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T21:02:41.541Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T21:02:41.541Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T21:02:41.541Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T21:02:41.541Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T21:02:42.988Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T21:02:44.976Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T21:02:46.959Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T21:02:46.959Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T21:02:47.948Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T21:02:47.948Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T21:02:49.393Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T21:02:49.393Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T21:02:49.393Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T21:02:49.668Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T21:02:49.944Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T21:02:50.552Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T21:02:50.552Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T21:02:50.827Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T21:02:52.290Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T21:02:52.290Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T21:02:53.036Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T21:02:53.322Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T21:02:53.322Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T21:02:53.655Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T21:02:54.646Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T21:03:01.369Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T21:03:01.369Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T21:03:01.369Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T21:03:01.369Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T21:03:01.370Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T21:03:01.370Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T21:03:02.359Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T21:03:02.359Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T21:03:02.636Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T21:03:02.913Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T21:03:02.913Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T21:03:03.898Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T21:03:04.496Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T21:03:04.771Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T21:03:04.771Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T21:03:05.372Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T21:03:05.372Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T21:03:05.372Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T21:03:05.372Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T21:03:05.648Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T21:03:07.099Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T21:03:07.099Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T21:03:07.385Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T21:03:07.659Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T21:03:07.937Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T21:03:09.382Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T21:03:12.013Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T21:03:12.013Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T21:03:12.288Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T21:03:12.288Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T21:03:12.895Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T21:03:13.172Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T21:03:13.459Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T21:03:14.444Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T21:03:15.043Z] Removing intermediate container f68cbb5b1553 [2022-04-19T21:03:15.043Z] ---> 57c8a4036f04 [2022-04-19T21:03:15.043Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T21:03:15.318Z] ---> Running in 9ce6ceac33a2 [2022-04-19T21:03:17.317Z] 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 [2022-04-19T21:03:17.922Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T21:03:20.559Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T21:03:20.560Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T21:03:20.838Z] Removing intermediate container 9ce6ceac33a2 [2022-04-19T21:03:20.838Z] ---> f2da39e0eba5 [2022-04-19T21:03:20.838Z] [2022-04-19T21:03:20.838Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T21:03:21.114Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T21:03:21.114Z] 20.10.14: Pulling from library/docker [2022-04-19T21:03:21.393Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T21:03:21.393Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T21:03:22.840Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T21:03:22.840Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T21:03:23.116Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T21:03:23.116Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T21:03:23.393Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T21:03:23.671Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T21:03:23.946Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T21:03:36.404Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T21:03:36.404Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T21:03:36.404Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T21:03:36.404Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T21:03:36.404Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T21:03:36.404Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T21:03:36.404Z] ---> c346e9eafbab [2022-04-19T21:03:36.404Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-19T21:03:36.676Z] ---> Running in 0727f5f4fd8c [2022-04-19T21:03:37.287Z] Removing intermediate container 0727f5f4fd8c [2022-04-19T21:03:37.287Z] ---> 641c4f2c07b0 [2022-04-19T21:03:37.287Z] 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 [2022-04-19T21:03:37.560Z] ---> Running in eb61714fa440 [2022-04-19T21:03:39.552Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:03:40.151Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:03:41.136Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T21:03:41.136Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T21:03:41.414Z] Executing bash-5.1.16-r0.post-install [2022-04-19T21:03:41.414Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T21:03:41.414Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T21:03:41.414Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T21:03:41.414Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T21:03:41.414Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T21:03:41.414Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T21:03:41.414Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T21:03:41.414Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T21:03:41.414Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T21:03:41.414Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T21:03:41.414Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T21:03:41.414Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T21:03:41.414Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T21:03:41.414Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T21:03:41.691Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T21:03:44.330Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T21:03:44.331Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T21:03:44.331Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T21:03:44.331Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T21:03:44.331Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T21:03:44.605Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T21:03:44.605Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T21:03:44.605Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T21:03:44.605Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T21:03:44.605Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T21:03:44.605Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T21:03:44.880Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T21:03:44.880Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T21:03:44.880Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T21:03:44.880Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T21:03:44.880Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T21:03:44.880Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T21:03:44.880Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T21:03:45.157Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T21:03:45.157Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T21:03:45.157Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T21:03:45.157Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T21:03:45.157Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T21:03:45.157Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T21:03:45.433Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T21:03:45.433Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T21:03:46.418Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T21:03:46.418Z] OK: 82 MiB in 65 packages [2022-04-19T21:03:53.138Z] Collecting docker-compose==1.23.2 [2022-04-19T21:03:53.138Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T21:03:53.412Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T21:03:53.412Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T21:03:56.851Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T21:03:56.851Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T21:03:57.128Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T21:03:57.128Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T21:03:57.732Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T21:03:57.732Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T21:03:58.007Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T21:03:58.008Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T21:04:00.645Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T21:04:00.645Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T21:04:03.750Z] 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 [2022-04-19T21:04:04.673Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T21:04:04.673Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T21:04:06.188Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T21:04:06.188Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T21:04:06.464Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-19T21:04:07.450Z] Collecting PyYAML<4,>=3.10 [2022-04-19T21:04:07.450Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T21:04:12.877Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T21:04:12.877Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T21:04:12.877Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T21:04:12.877Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T21:04:13.864Z] Collecting idna<2.8,>=2.5 [2022-04-19T21:04:13.864Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T21:04:14.140Z] 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) [2022-04-19T21:04:15.133Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T21:04:15.133Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T21:04:15.133Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T21:04:15.133Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T21:04:15.734Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T21:04:15.734Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T21:04:15.734Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T21:04:15.734Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T21:04:17.182Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T21:04:17.182Z] Attempting uninstall: urllib3 [2022-04-19T21:04:17.182Z] Found existing installation: urllib3 1.26.7 [2022-04-19T21:04:17.182Z] Uninstalling urllib3-1.26.7: [2022-04-19T21:04:17.460Z] Successfully uninstalled urllib3-1.26.7 [2022-04-19T21:04:18.452Z] Attempting uninstall: idna [2022-04-19T21:04:18.452Z] Found existing installation: idna 3.3 [2022-04-19T21:04:18.452Z] Uninstalling idna-3.3: [2022-04-19T21:04:18.452Z] Successfully uninstalled idna-3.3 [2022-04-19T21:04:22.789Z] Attempting uninstall: requests [2022-04-19T21:04:22.789Z] Found existing installation: requests 2.26.0 [2022-04-19T21:04:22.789Z] Uninstalling requests-2.26.0: [2022-04-19T21:04:22.789Z] Successfully uninstalled requests-2.26.0 [2022-04-19T21:04:23.391Z] Running setup.py install for texttable: started [2022-04-19T21:04:26.027Z] Removing intermediate container ef35c3f85f9d [2022-04-19T21:04:26.027Z] ---> 169cf097a54b [2022-04-19T21:04:26.027Z] [2022-04-19T21:04:26.027Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T21:04:26.027Z] ---> ac73e934f311 [2022-04-19T21:04:26.027Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T21:04:26.027Z] ---> Running in 26d9e1980c58 [2022-04-19T21:04:27.022Z] Running setup.py install for texttable: finished with status 'done' [2022-04-19T21:04:27.022Z] Running setup.py install for PyYAML: started [2022-04-19T21:04:28.017Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:04:28.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:04:29.619Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T21:04:29.900Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T21:04:29.900Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T21:04:29.900Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T21:04:29.900Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T21:04:29.900Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T21:04:29.900Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T21:04:29.900Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T21:04:30.507Z] OK: 8 MiB in 20 packages [2022-04-19T21:04:31.124Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T21:04:32.120Z] Running setup.py install for docopt: started [2022-04-19T21:04:32.399Z] Removing intermediate container 26d9e1980c58 [2022-04-19T21:04:32.399Z] ---> 5b90c5e5939e [2022-04-19T21:04:32.399Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T21:04:32.399Z] ---> Running in 66800326bfe2 [2022-04-19T21:04:33.009Z] Removing intermediate container 66800326bfe2 [2022-04-19T21:04:33.009Z] ---> 60ccdbb0f9d7 [2022-04-19T21:04:33.009Z] Step 13/22 : WORKDIR /edgex [2022-04-19T21:04:33.287Z] ---> Running in 391a3db3cec8 [2022-04-19T21:04:33.893Z] Removing intermediate container 391a3db3cec8 [2022-04-19T21:04:33.893Z] ---> e827a41f0894 [2022-04-19T21:04:33.893Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T21:04:34.879Z] ---> 0a7f23f3c5bc [2022-04-19T21:04:34.879Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T21:04:36.320Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T21:04:36.320Z] Running setup.py install for dockerpty: started [2022-04-19T21:04:36.320Z] ---> 0ba90dc9cba1 [2022-04-19T21:04:36.320Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T21:04:37.769Z] ---> 0a9a8a47d0c9 [2022-04-19T21:04:37.769Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T21:04:38.762Z] ---> 1ecafe4c8e30 [2022-04-19T21:04:38.762Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-19T21:04:39.039Z] ---> Running in b1ba9bfbd833 [2022-04-19T21:04:40.030Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T21:04:42.024Z] Removing intermediate container b1ba9bfbd833 [2022-04-19T21:04:42.024Z] ---> 21ab0b441603 [2022-04-19T21:04:42.024Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T21:04:42.024Z] ---> Running in 6fbef5bf8cb3 [2022-04-19T21:04:42.634Z] Removing intermediate container 6fbef5bf8cb3 [2022-04-19T21:04:42.634Z] ---> 634e71ca1b2a [2022-04-19T21:04:42.634Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T21:04:42.915Z] ---> Running in 352550be2720 [2022-04-19T21:04:43.200Z] 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 [2022-04-19T21:04:43.200Z] Removing intermediate container 352550be2720 [2022-04-19T21:04:43.200Z] ---> a91f0cf44d70 [2022-04-19T21:04:43.200Z] Step 21/22 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:04:43.487Z] ---> Running in e007921cf6b5 [2022-04-19T21:04:44.085Z] Removing intermediate container e007921cf6b5 [2022-04-19T21:04:44.085Z] ---> cc652a1cf6f3 [2022-04-19T21:04:44.085Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T21:04:44.085Z] ---> Running in a1f785aca6aa [2022-04-19T21:04:44.684Z] Removing intermediate container a1f785aca6aa [2022-04-19T21:04:44.684Z] ---> f5b74d4dff4c [2022-04-19T21:04:44.684Z] [2022-04-19T21:04:45.287Z] Successfully built f5b74d4dff4c [2022-04-19T21:04:45.287Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-19T21:04:45.287Z] Building core-command [2022-04-19T21:05:00.393Z]  Building security-proxy-setup ... done Removing intermediate container eb61714fa440 [2022-04-19T21:05:00.393Z] ---> f2ef9ff05139 [2022-04-19T21:05:00.393Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T21:05:00.393Z] ---> Running in b70fe3db0dcc [2022-04-19T21:05:00.393Z] Removing intermediate container b70fe3db0dcc [2022-04-19T21:05:00.393Z] ---> 0d5b0fdd12c4 [2022-04-19T21:05:00.393Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T21:05:00.393Z] ---> Running in f9852a190e58 [2022-04-19T21:05:00.393Z] Removing intermediate container f9852a190e58 [2022-04-19T21:05:00.393Z] ---> a0853ac9e5fc [2022-04-19T21:05:00.393Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T21:05:01.849Z] ---> cadace23f420 [2022-04-19T21:05:01.849Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T21:05:03.300Z] ---> a3eb4d7c3839 [2022-04-19T21:05:03.300Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T21:05:04.752Z] ---> 4aebaacde8d0 [2022-04-19T21:05:04.752Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T21:05:04.752Z] ---> Running in 48b500384a9f [2022-04-19T21:05:05.754Z] Removing intermediate container 48b500384a9f [2022-04-19T21:05:05.754Z] ---> e9134f006851 [2022-04-19T21:05:05.754Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:05:05.754Z] ---> Running in eca5a9cb95ab [2022-04-19T21:05:06.371Z] Removing intermediate container eca5a9cb95ab [2022-04-19T21:05:06.371Z] ---> 097f9b0d99e4 [2022-04-19T21:05:06.371Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T21:05:06.371Z] ---> Running in 53d8040e1f8f [2022-04-19T21:05:07.829Z] Removing intermediate container 53d8040e1f8f [2022-04-19T21:05:07.829Z] ---> d43dfd82a71d [2022-04-19T21:05:07.829Z] Step 22/23 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:05:07.829Z] ---> Running in 62bdaefc8590 [2022-04-19T21:05:08.433Z] Removing intermediate container 62bdaefc8590 [2022-04-19T21:05:08.433Z] ---> af7f75eb3362 [2022-04-19T21:05:08.717Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T21:05:08.717Z] ---> Running in bfa80fa511a3 [2022-04-19T21:05:09.727Z] Removing intermediate container bfa80fa511a3 [2022-04-19T21:05:09.727Z] ---> bda4fe97f25f [2022-04-19T21:05:09.727Z] [2022-04-19T21:05:10.881Z] Successfully built bda4fe97f25f [2022-04-19T21:05:10.881Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-19T21:05:10.881Z] Building support-scheduler [2022-04-19T21:05:26.023Z]  Building sys-mgmt-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:05:26.023Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:05:26.023Z] ---> 84bd6f1bec7d [2022-04-19T21:05:26.023Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T21:05:26.023Z] ---> Using cache [2022-04-19T21:05:26.023Z] ---> ce1c0e1c7f6b [2022-04-19T21:05:26.023Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:05:26.023Z] ---> Using cache [2022-04-19T21:05:26.023Z] ---> a04c84208f40 [2022-04-19T21:05:26.023Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T21:05:26.023Z] ---> Using cache [2022-04-19T21:05:26.023Z] ---> f37618ba136a [2022-04-19T21:05:26.023Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T21:05:26.023Z] ---> Using cache [2022-04-19T21:05:26.023Z] ---> 60dc4b1afaa5 [2022-04-19T21:05:26.023Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:05:26.023Z] ---> Using cache [2022-04-19T21:05:26.023Z] ---> f921927ffe6f [2022-04-19T21:05:26.023Z] Step 8/23 : COPY . . [2022-04-19T21:05:26.023Z] ---> Using cache [2022-04-19T21:05:26.023Z] ---> 0d9854cb0ff3 [2022-04-19T21:05:26.023Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T21:05:26.023Z] ---> Running in dfd6c548ad7b [2022-04-19T21:05:28.004Z] 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 [2022-04-19T21:05:54.837Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:05:54.837Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:05:54.837Z] ---> 84bd6f1bec7d [2022-04-19T21:05:54.837Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T21:05:54.837Z] ---> Using cache [2022-04-19T21:05:54.837Z] ---> ce1c0e1c7f6b [2022-04-19T21:05:54.837Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:05:54.837Z] ---> Using cache [2022-04-19T21:05:54.837Z] ---> a04c84208f40 [2022-04-19T21:05:54.837Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T21:05:54.837Z] ---> Using cache [2022-04-19T21:05:54.837Z] ---> f37618ba136a [2022-04-19T21:05:54.837Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T21:05:54.837Z] ---> Using cache [2022-04-19T21:05:54.837Z] ---> 60dc4b1afaa5 [2022-04-19T21:05:54.837Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:05:54.837Z] ---> Using cache [2022-04-19T21:05:54.837Z] ---> f921927ffe6f [2022-04-19T21:05:54.837Z] Step 8/22 : COPY . . [2022-04-19T21:05:54.837Z] ---> Using cache [2022-04-19T21:05:54.837Z] ---> 0d9854cb0ff3 [2022-04-19T21:05:54.837Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T21:05:54.837Z] ---> Running in a6fc666b0983 [2022-04-19T21:05:54.837Z] 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 [2022-04-19T21:10:31.964Z] Removing intermediate container dfd6c548ad7b [2022-04-19T21:10:31.964Z] ---> 9fa57db95e97 [2022-04-19T21:10:31.964Z] [2022-04-19T21:10:31.964Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T21:10:31.964Z] ---> ac73e934f311 [2022-04-19T21:10:31.964Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T21:10:31.964Z] ---> Using cache [2022-04-19T21:10:31.964Z] ---> bdc156a05757 [2022-04-19T21:10:31.964Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T21:10:31.964Z] ---> Using cache [2022-04-19T21:10:31.964Z] ---> 27aa8ea36fa6 [2022-04-19T21:10:31.964Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T21:10:31.964Z] ---> Running in 44fd40656da4 [2022-04-19T21:10:31.964Z] Removing intermediate container 44fd40656da4 [2022-04-19T21:10:31.964Z] ---> 5941b686ce78 [2022-04-19T21:10:31.964Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T21:10:31.964Z] ---> Running in 87a9ac825def [2022-04-19T21:10:31.964Z] Removing intermediate container 87a9ac825def [2022-04-19T21:10:31.964Z] ---> 3dadb79a3376 [2022-04-19T21:10:31.964Z] Step 15/23 : WORKDIR / [2022-04-19T21:10:31.964Z] ---> Running in 4768b05950db [2022-04-19T21:10:31.964Z] Removing intermediate container 4768b05950db [2022-04-19T21:10:31.964Z] ---> 9704b271ee22 [2022-04-19T21:10:31.964Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T21:10:31.964Z] ---> d90c05e0548a [2022-04-19T21:10:31.964Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T21:10:31.964Z] ---> 82abb06863dd [2022-04-19T21:10:31.964Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T21:10:31.964Z] ---> 62e058b7d997 [2022-04-19T21:10:31.964Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T21:10:31.964Z] ---> Running in 05b97c642ff5 [2022-04-19T21:10:31.964Z] Removing intermediate container 05b97c642ff5 [2022-04-19T21:10:31.964Z] ---> 59f74c56cf70 [2022-04-19T21:10:31.964Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:10:31.964Z] ---> Running in bb5326165629 [2022-04-19T21:10:32.565Z] Removing intermediate container bb5326165629 [2022-04-19T21:10:32.565Z] ---> 48c97e37d0e9 [2022-04-19T21:10:32.565Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T21:10:32.565Z] ---> Running in a85a7786239b [2022-04-19T21:10:33.170Z] Removing intermediate container a85a7786239b [2022-04-19T21:10:33.170Z] ---> 7caea5f6d6f9 [2022-04-19T21:10:33.170Z] Step 22/23 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:10:33.170Z] ---> Running in b1c9593ecd5d [2022-04-19T21:10:33.779Z] Removing intermediate container b1c9593ecd5d [2022-04-19T21:10:33.779Z] ---> 4cf225c4aa64 [2022-04-19T21:10:33.779Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T21:10:34.055Z] ---> Running in afe86c1c83ed [2022-04-19T21:10:34.662Z] Removing intermediate container afe86c1c83ed [2022-04-19T21:10:34.662Z] ---> 2b0241d7d450 [2022-04-19T21:10:34.662Z] [2022-04-19T21:10:34.940Z] Successfully built 2b0241d7d450 [2022-04-19T21:10:34.940Z] Successfully tagged core-command-arm64:latest [2022-04-19T21:10:34.940Z] Building security-spiffe-token-provider [2022-04-19T21:11:07.301Z]  Building core-command ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:11:07.301Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:11:07.301Z] ---> 84bd6f1bec7d [2022-04-19T21:11:07.301Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T21:11:07.301Z] ---> Using cache [2022-04-19T21:11:07.301Z] ---> ce1c0e1c7f6b [2022-04-19T21:11:07.301Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T21:11:07.900Z] ---> Running in 51a88e9d53d1 [2022-04-19T21:11:09.889Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:11:10.875Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:11:12.326Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T21:11:12.326Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T21:11:12.326Z] OK: 15741 distinct packages available [2022-04-19T21:11:12.604Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:11:13.612Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:11:15.062Z] OK: 220 MiB in 52 packages [2022-04-19T21:11:16.506Z] Removing intermediate container 51a88e9d53d1 [2022-04-19T21:11:16.506Z] ---> 1ae6ecab8fc8 [2022-04-19T21:11:16.506Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T21:11:17.500Z] ---> 377fa823c5c3 [2022-04-19T21:11:17.500Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:11:17.774Z] ---> Running in 9b96fc9dbd9d [2022-04-19T21:11:23.187Z] Removing intermediate container 9b96fc9dbd9d [2022-04-19T21:11:23.187Z] ---> 75fda81355ad [2022-04-19T21:11:23.188Z] Step 7/20 : COPY . . [2022-04-19T21:11:45.487Z] ---> 0a13ab9a1088 [2022-04-19T21:11:45.487Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T21:11:45.487Z] ---> Running in b424144c84d3 [2022-04-19T21:11:46.482Z] 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 [2022-04-19T21:13:53.337Z] Removing intermediate container a6fc666b0983 [2022-04-19T21:13:53.337Z] ---> 8ad527145ec3 [2022-04-19T21:13:53.337Z] [2022-04-19T21:13:53.337Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T21:13:53.337Z] ---> ac73e934f311 [2022-04-19T21:13:53.337Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T21:13:53.337Z] ---> Using cache [2022-04-19T21:13:53.337Z] ---> bdc156a05757 [2022-04-19T21:13:53.337Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T21:13:53.337Z] ---> Using cache [2022-04-19T21:13:53.337Z] ---> 27aa8ea36fa6 [2022-04-19T21:13:53.337Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T21:13:53.337Z] ---> Running in f2a73aae83df [2022-04-19T21:13:53.337Z] Removing intermediate container f2a73aae83df [2022-04-19T21:13:53.337Z] ---> 33a0f7c886ec [2022-04-19T21:13:53.337Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T21:13:53.337Z] ---> Running in afd58145d962 [2022-04-19T21:13:53.337Z] Removing intermediate container afd58145d962 [2022-04-19T21:13:53.337Z] ---> 6a8a030d8927 [2022-04-19T21:13:53.337Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T21:13:53.337Z] ---> 6be85bc1413b [2022-04-19T21:13:53.337Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T21:13:53.337Z] ---> 3593334aa047 [2022-04-19T21:13:53.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T21:13:53.337Z] ---> 3fe7259c3441 [2022-04-19T21:13:53.337Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T21:13:53.337Z] ---> Running in 7b69be219881 [2022-04-19T21:13:53.337Z] Removing intermediate container 7b69be219881 [2022-04-19T21:13:53.337Z] ---> e6ae367c7b72 [2022-04-19T21:13:53.337Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:13:53.337Z] ---> Running in 270a0d478cd1 [2022-04-19T21:13:53.337Z] Removing intermediate container 270a0d478cd1 [2022-04-19T21:13:53.337Z] ---> c6b3c0722fee [2022-04-19T21:13:53.337Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T21:13:53.337Z] ---> Running in 52cd120dc700 [2022-04-19T21:13:53.337Z] Removing intermediate container 52cd120dc700 [2022-04-19T21:13:53.337Z] ---> b726e1eb6968 [2022-04-19T21:13:53.337Z] Step 21/22 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:13:53.337Z] ---> Running in ac9e52e8d598 [2022-04-19T21:13:53.337Z] Removing intermediate container ac9e52e8d598 [2022-04-19T21:13:53.337Z] ---> cdb76dabb7a6 [2022-04-19T21:13:53.337Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T21:13:53.337Z] ---> Running in 9d565bf252d5 [2022-04-19T21:13:53.337Z] Removing intermediate container 9d565bf252d5 [2022-04-19T21:13:53.337Z] ---> 94eebb150f5f [2022-04-19T21:13:53.337Z] [2022-04-19T21:13:53.337Z] Successfully built 94eebb150f5f [2022-04-19T21:13:53.337Z] Successfully tagged support-scheduler-arm64:latest [2022-04-19T21:13:53.337Z] Building security-bootstrapper [2022-04-19T21:14:20.158Z]  Building support-scheduler ... done Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:14:20.158Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:14:20.158Z] ---> 84bd6f1bec7d [2022-04-19T21:14:20.158Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T21:14:20.158Z] ---> Using cache [2022-04-19T21:14:20.158Z] ---> ce1c0e1c7f6b [2022-04-19T21:14:20.158Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:14:20.158Z] ---> Using cache [2022-04-19T21:14:20.158Z] ---> a04c84208f40 [2022-04-19T21:14:20.158Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T21:14:20.158Z] ---> Using cache [2022-04-19T21:14:20.158Z] ---> f37618ba136a [2022-04-19T21:14:20.158Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T21:14:20.158Z] ---> Using cache [2022-04-19T21:14:20.158Z] ---> 60dc4b1afaa5 [2022-04-19T21:14:20.158Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:14:20.158Z] ---> Using cache [2022-04-19T21:14:20.159Z] ---> f921927ffe6f [2022-04-19T21:14:20.159Z] Step 8/31 : COPY . . [2022-04-19T21:14:20.159Z] ---> Using cache [2022-04-19T21:14:20.159Z] ---> 0d9854cb0ff3 [2022-04-19T21:14:20.159Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T21:14:20.159Z] ---> Running in ee89867bf735 [2022-04-19T21:14:21.617Z] 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 [2022-04-19T21:18:58.770Z] Removing intermediate container b424144c84d3 [2022-04-19T21:18:58.770Z] ---> 2906b61448bf [2022-04-19T21:18:58.770Z] [2022-04-19T21:18:58.770Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T21:18:58.770Z] 3.15: Pulling from library/alpine [2022-04-19T21:18:58.770Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T21:18:58.770Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T21:18:58.770Z] ---> 3fb3c9af89a9 [2022-04-19T21:18:58.770Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T21:18:58.770Z] ---> Running in 30441f89d59e [2022-04-19T21:18:58.770Z] Removing intermediate container 30441f89d59e [2022-04-19T21:18:58.770Z] ---> be0aeea0b9e9 [2022-04-19T21:18:58.770Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:18:58.770Z] ---> Running in 7424c9c08c8b [2022-04-19T21:18:58.770Z] Removing intermediate container 7424c9c08c8b [2022-04-19T21:18:58.770Z] ---> 414d72341e29 [2022-04-19T21:18:58.770Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T21:18:58.770Z] ---> Running in 77de2354e6cf [2022-04-19T21:18:58.770Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:18:58.770Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:18:59.375Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T21:18:59.375Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T21:18:59.375Z] OK: 15730 distinct packages available [2022-04-19T21:18:59.655Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:19:00.647Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:19:02.089Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T21:19:02.363Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T21:19:02.363Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T21:19:02.637Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T21:19:02.637Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T21:19:02.637Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T21:19:02.913Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T21:19:02.913Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T21:19:02.913Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T21:19:03.189Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T21:19:03.189Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T21:19:03.794Z] OK: 8 MiB in 23 packages [2022-04-19T21:19:05.779Z] Removing intermediate container 77de2354e6cf [2022-04-19T21:19:05.779Z] ---> b7a3b3f9cafb [2022-04-19T21:19:05.779Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T21:19:06.766Z] ---> 623d41f3ae1c [2022-04-19T21:19:06.766Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T21:19:09.409Z] ---> 8c25074e92e8 [2022-04-19T21:19:09.409Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T21:19:10.017Z] ---> 5e98f1c85842 [2022-04-19T21:19:10.017Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T21:19:10.017Z] ---> Running in d39329c7b807 [2022-04-19T21:19:10.635Z] Removing intermediate container d39329c7b807 [2022-04-19T21:19:10.635Z] ---> bb15435f0c35 [2022-04-19T21:19:10.635Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:19:10.914Z] ---> Running in 45942d718153 [2022-04-19T21:19:11.192Z] Removing intermediate container 45942d718153 [2022-04-19T21:19:11.192Z] ---> 142cc8f8e656 [2022-04-19T21:19:11.192Z] Step 18/20 : LABEL arch=arm64 [2022-04-19T21:19:11.468Z] ---> Running in 18a535e5c579 [2022-04-19T21:19:12.072Z] Removing intermediate container 18a535e5c579 [2022-04-19T21:19:12.072Z] ---> d1d82fe0e1a6 [2022-04-19T21:19:12.072Z] Step 19/20 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:19:12.072Z] ---> Running in 7d1e55c387a3 [2022-04-19T21:19:12.675Z] Removing intermediate container 7d1e55c387a3 [2022-04-19T21:19:12.675Z] ---> 7da6c693fde4 [2022-04-19T21:19:12.675Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T21:19:12.675Z] ---> Running in 2deb9c3e15c8 [2022-04-19T21:19:13.277Z] Removing intermediate container 2deb9c3e15c8 [2022-04-19T21:19:13.278Z] ---> ec5d8cf5e16e [2022-04-19T21:19:13.278Z] [2022-04-19T21:19:13.882Z] Successfully built ec5d8cf5e16e [2022-04-19T21:19:13.882Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-19T21:19:13.882Z] Building security-secretstore-setup [2022-04-19T21:19:26.432Z]  Building security-spiffe-token-provider ... done Removing intermediate container ee89867bf735 [2022-04-19T21:19:26.432Z] ---> 7efcceb05f00 [2022-04-19T21:19:26.432Z] [2022-04-19T21:19:26.432Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T21:19:26.432Z] ---> ac73e934f311 [2022-04-19T21:19:26.432Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T21:19:26.432Z] ---> Running in c6287a639a57 [2022-04-19T21:19:26.432Z] Removing intermediate container c6287a639a57 [2022-04-19T21:19:26.432Z] ---> b5060638d112 [2022-04-19T21:19:26.432Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T21:19:26.432Z] ---> Running in 357428fa5622 [2022-04-19T21:19:29.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:19:29.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:19:31.059Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T21:19:31.338Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T21:19:31.338Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T21:19:31.338Z] OK: 6 MiB in 16 packages [2022-04-19T21:19:33.327Z] Removing intermediate container 357428fa5622 [2022-04-19T21:19:33.327Z] ---> 54de2df3eec2 [2022-04-19T21:19:33.327Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T21:19:33.327Z] ---> Running in d032b7570148 [2022-04-19T21:19:34.313Z] Removing intermediate container d032b7570148 [2022-04-19T21:19:34.313Z] ---> a3ff10935e76 [2022-04-19T21:19:34.313Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T21:19:34.313Z] ---> Running in 40a58e8bf9c8 [2022-04-19T21:19:35.310Z] Removing intermediate container 40a58e8bf9c8 [2022-04-19T21:19:35.310Z] ---> c5b7f0430250 [2022-04-19T21:19:35.310Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T21:19:35.585Z] ---> Running in 54e1f7d0f39f [2022-04-19T21:19:39.037Z] Removing intermediate container 54e1f7d0f39f [2022-04-19T21:19:39.037Z] ---> d0c5ab3af949 [2022-04-19T21:19:39.037Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T21:19:39.037Z] ---> Running in 2d14ef538b50 [2022-04-19T21:19:40.018Z] Removing intermediate container 2d14ef538b50 [2022-04-19T21:19:40.018Z] ---> 58f68f496e27 [2022-04-19T21:19:40.018Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T21:19:41.471Z] ---> 33393f56d646 [2022-04-19T21:19:41.471Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T21:19:41.471Z] ---> Running in 5bd44f56af36 [2022-04-19T21:19:45.831Z] Removing intermediate container 5bd44f56af36 [2022-04-19T21:19:45.831Z] ---> 3213667bade0 [2022-04-19T21:19:45.831Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T21:19:45.831Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:19:45.831Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:19:45.831Z] ---> 84bd6f1bec7d [2022-04-19T21:19:45.831Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T21:19:45.831Z] ---> Using cache [2022-04-19T21:19:45.831Z] ---> ce1c0e1c7f6b [2022-04-19T21:19:45.831Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:19:45.831Z] ---> Using cache [2022-04-19T21:19:45.831Z] ---> a04c84208f40 [2022-04-19T21:19:45.831Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T21:19:45.831Z] ---> Using cache [2022-04-19T21:19:45.831Z] ---> f37618ba136a [2022-04-19T21:19:45.831Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T21:19:45.831Z] ---> Using cache [2022-04-19T21:19:45.831Z] ---> 60dc4b1afaa5 [2022-04-19T21:19:45.831Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:19:45.831Z] ---> Using cache [2022-04-19T21:19:45.831Z] ---> f921927ffe6f [2022-04-19T21:19:45.831Z] Step 8/25 : COPY . . [2022-04-19T21:19:45.831Z] ---> Using cache [2022-04-19T21:19:45.831Z] ---> 0d9854cb0ff3 [2022-04-19T21:19:45.831Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T21:19:45.831Z] ---> Running in 268424589b31 [2022-04-19T21:19:46.435Z] ---> 4ed48f467fd2 [2022-04-19T21:19:46.435Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T21:19:48.466Z] 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 [2022-04-19T21:19:48.744Z] ---> dbe0a45b31bb [2022-04-19T21:19:48.744Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T21:19:49.738Z] ---> a2c8267070f1 [2022-04-19T21:19:49.738Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T21:19:50.368Z] ---> 7fb4fa1b96ec [2022-04-19T21:19:50.368Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T21:19:51.362Z] ---> aaa865e1cca3 [2022-04-19T21:19:51.363Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T21:19:51.650Z] ---> Running in b29a43ab2e03 [2022-04-19T21:19:52.253Z] Removing intermediate container b29a43ab2e03 [2022-04-19T21:19:52.253Z] ---> 56a028b87faf [2022-04-19T21:19:52.253Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T21:19:53.245Z] ---> 886b752b7919 [2022-04-19T21:19:53.245Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T21:19:53.245Z] ---> Running in 3e1fd7f2052b [2022-04-19T21:19:56.654Z] Removing intermediate container 3e1fd7f2052b [2022-04-19T21:19:56.654Z] ---> a50ef2626ffe [2022-04-19T21:19:56.654Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T21:19:56.654Z] ---> Running in db7a7bf20cfe [2022-04-19T21:19:57.257Z] Removing intermediate container db7a7bf20cfe [2022-04-19T21:19:57.257Z] ---> 53e6c5b0338d [2022-04-19T21:19:57.257Z] Step 28/31 : CMD ["gate"] [2022-04-19T21:19:57.533Z] ---> Running in 65c2ad6bb222 [2022-04-19T21:19:58.137Z] Removing intermediate container 65c2ad6bb222 [2022-04-19T21:19:58.137Z] ---> 6599893abf0b [2022-04-19T21:19:58.137Z] Step 29/31 : LABEL arch=arm64 [2022-04-19T21:19:58.414Z] ---> Running in 2316334e8d58 [2022-04-19T21:19:59.014Z] Removing intermediate container 2316334e8d58 [2022-04-19T21:19:59.014Z] ---> df0b04cf3cae [2022-04-19T21:19:59.014Z] Step 30/31 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:19:59.289Z] ---> Running in a9904db564d1 [2022-04-19T21:19:59.892Z] Removing intermediate container a9904db564d1 [2022-04-19T21:19:59.892Z] ---> 65b9ad5f6972 [2022-04-19T21:19:59.892Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T21:20:00.171Z] ---> Running in 084dd04497c3 [2022-04-19T21:20:00.772Z] Removing intermediate container 084dd04497c3 [2022-04-19T21:20:00.772Z] ---> bb3bdca240d1 [2022-04-19T21:20:00.772Z] [2022-04-19T21:20:01.375Z] Successfully built bb3bdca240d1 [2022-04-19T21:20:01.375Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-19T21:23:53.425Z]  Building security-bootstrapper ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-19T21:23:53.425Z] Removing intermediate container 268424589b31 [2022-04-19T21:23:53.425Z] ---> de8dda2efa84 [2022-04-19T21:23:53.425Z] [2022-04-19T21:23:53.425Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T21:23:53.425Z] ---> ac73e934f311 [2022-04-19T21:23:53.425Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T21:23:53.425Z] ---> Running in 9c5dad37ac37 [2022-04-19T21:23:54.028Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:23:54.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:23:55.298Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T21:23:55.572Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T21:23:55.572Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T21:23:55.572Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T21:23:55.572Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T21:23:56.175Z] OK: 6 MiB in 17 packages [2022-04-19T21:23:58.362Z] Removing intermediate container 9c5dad37ac37 [2022-04-19T21:23:58.362Z] ---> 0e90aeb76e17 [2022-04-19T21:23:58.362Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T21:23:58.362Z] ---> Running in 3564ce538542 [2022-04-19T21:23:58.664Z] Removing intermediate container 3564ce538542 [2022-04-19T21:23:58.664Z] ---> 7632a2e89bd3 [2022-04-19T21:23:58.664Z] Step 13/25 : WORKDIR / [2022-04-19T21:23:58.938Z] ---> Running in e255db3f5930 [2022-04-19T21:23:59.214Z] Removing intermediate container e255db3f5930 [2022-04-19T21:23:59.214Z] ---> c34bb1f7de07 [2022-04-19T21:23:59.214Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-19T21:24:00.199Z] ---> 371350a97dad [2022-04-19T21:24:00.199Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-19T21:24:01.655Z] ---> 368f17aa03ca [2022-04-19T21:24:01.655Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T21:24:02.257Z] ---> c878c87442df [2022-04-19T21:24:02.258Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-04-19T21:24:03.244Z] ---> b97a56984926 [2022-04-19T21:24:03.244Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T21:24:05.227Z] ---> ffa50310638c [2022-04-19T21:24:05.227Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-19T21:24:06.668Z] ---> 7bd7d8ffb93d [2022-04-19T21:24:06.668Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T21:24:07.677Z] ---> 47b722624051 [2022-04-19T21:24:07.677Z] 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/ [2022-04-19T21:24:07.677Z] ---> Running in 7a209be754c1 [2022-04-19T21:24:11.087Z] Removing intermediate container 7a209be754c1 [2022-04-19T21:24:11.087Z] ---> 09d422aa7f53 [2022-04-19T21:24:11.087Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T21:24:11.087Z] ---> Running in 4ea39ce6d1c6 [2022-04-19T21:24:11.087Z] Removing intermediate container 4ea39ce6d1c6 [2022-04-19T21:24:11.087Z] ---> dcfaa117219d [2022-04-19T21:24:11.087Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T21:24:11.364Z] ---> Running in caf72302bd84 [2022-04-19T21:24:11.641Z] Removing intermediate container caf72302bd84 [2022-04-19T21:24:11.641Z] ---> 5e0d87d4aeb3 [2022-04-19T21:24:11.641Z] Step 24/25 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:24:11.918Z] ---> Running in bf6f63c686e7 [2022-04-19T21:24:12.194Z] Removing intermediate container bf6f63c686e7 [2022-04-19T21:24:12.194Z] ---> 58b25524af00 [2022-04-19T21:24:12.194Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T21:24:12.470Z] ---> Running in 81ceb9e94e32 [2022-04-19T21:24:13.076Z] Removing intermediate container 81ceb9e94e32 [2022-04-19T21:24:13.076Z] ---> 769c7e12e368 [2022-04-19T21:24:13.076Z] [2022-04-19T21:24:13.352Z] Successfully built 769c7e12e368 [2022-04-19T21:24:13.352Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-19T21:34:51.133Z]  Building security-secretstore-setup ... done Building bin/spire-agent... [2022-04-19T21:34:51.133Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T21:34:51.133Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T21:34:51.133Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T21:34:51.133Z] Building bin/spire-agent... [2022-04-19T21:34:51.133Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T21:34:51.133Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T21:34:51.133Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T21:34:51.133Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T21:34:51.133Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T21:34:51.133Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T21:34:51.133Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T21:34:51.133Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T21:34:51.133Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T21:34:51.133Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T21:34:51.133Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T21:34:51.133Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T21:34:51.133Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T21:34:51.133Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T21:34:51.737Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T21:34:52.721Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T21:34:52.998Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T21:34:53.274Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T21:34:53.274Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T21:34:53.553Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T21:34:53.832Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T21:34:53.832Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T21:34:54.109Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T21:38:31.716Z] Building bin/spire-agent... [2022-04-19T21:38:31.716Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T21:38:31.716Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T21:38:31.716Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T21:38:31.716Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T21:38:31.716Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T21:38:31.716Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T21:38:31.716Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T21:38:31.716Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T21:38:31.716Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T21:38:31.716Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T21:38:31.716Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T21:38:31.716Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T21:38:31.716Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T21:41:38.722Z] Removing intermediate container fa9a1ee59996 [2022-04-19T21:41:38.722Z] ---> eb91a69c0864 [2022-04-19T21:41:38.722Z] [2022-04-19T21:41:38.722Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T21:41:38.722Z] ---> 3fb3c9af89a9 [2022-04-19T21:41:38.722Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T21:41:38.722Z] ---> Using cache [2022-04-19T21:41:38.722Z] ---> be0aeea0b9e9 [2022-04-19T21:41:38.722Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:41:38.722Z] ---> Using cache [2022-04-19T21:41:38.722Z] ---> 414d72341e29 [2022-04-19T21:41:38.722Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T21:41:38.722Z] ---> Running in 9086891091a0 [2022-04-19T21:41:38.722Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:38.722Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:38.722Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T21:41:38.722Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T21:41:38.722Z] OK: 15730 distinct packages available [2022-04-19T21:41:38.722Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:38.722Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:38.722Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T21:41:38.722Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T21:41:38.722Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T21:41:38.722Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T21:41:38.722Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T21:41:38.722Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T21:41:38.722Z] OK: 6 MiB in 19 packages [2022-04-19T21:41:38.722Z] Removing intermediate container 9086891091a0 [2022-04-19T21:41:38.722Z] ---> 04dbd6829761 [2022-04-19T21:41:38.722Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T21:41:39.712Z] Removing intermediate container a430d6f851e0 [2022-04-19T21:41:39.712Z] ---> 6c6eb476d702 [2022-04-19T21:41:39.712Z] [2022-04-19T21:41:39.712Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T21:41:39.712Z] ---> 3fb3c9af89a9 [2022-04-19T21:41:39.712Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T21:41:39.712Z] ---> Using cache [2022-04-19T21:41:39.712Z] ---> be0aeea0b9e9 [2022-04-19T21:41:39.712Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:41:39.712Z] ---> Using cache [2022-04-19T21:41:39.712Z] ---> 414d72341e29 [2022-04-19T21:41:39.712Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T21:41:39.986Z] ---> Running in 0fc8c92ab875 [2022-04-19T21:41:41.427Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:42.020Z] ---> ebe36a63e2a3 [2022-04-19T21:41:42.020Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T21:41:42.617Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:44.057Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T21:41:44.057Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T21:41:44.057Z] OK: 15730 distinct packages available [2022-04-19T21:41:44.057Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:45.040Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:46.021Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T21:41:46.021Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T21:41:46.021Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T21:41:46.299Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T21:41:46.299Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T21:41:46.299Z] OK: 6 MiB in 18 packages [2022-04-19T21:41:47.301Z] ---> 84b0909e01ef [2022-04-19T21:41:47.301Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T21:41:47.916Z] Removing intermediate container 0fc8c92ab875 [2022-04-19T21:41:47.916Z] ---> 24232caab5da [2022-04-19T21:41:47.916Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T21:41:47.916Z] ---> 67c7d83b52b5 [2022-04-19T21:41:47.916Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-19T21:41:48.905Z] ---> 53c2fe1674d5 [2022-04-19T21:41:48.905Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T21:41:49.897Z] ---> 203197a04c69 [2022-04-19T21:41:49.897Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T21:41:50.176Z] ---> Running in a446031d1873 [2022-04-19T21:41:50.460Z] Removing intermediate container a446031d1873 [2022-04-19T21:41:50.460Z] ---> 437544136f6b [2022-04-19T21:41:50.460Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T21:41:50.738Z] ---> Running in b3cfb3f326b5 [2022-04-19T21:41:51.347Z] Removing intermediate container b3cfb3f326b5 [2022-04-19T21:41:51.347Z] ---> 49740f825004 [2022-04-19T21:41:51.347Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T21:41:51.347Z] ---> Running in 62213364bd97 [2022-04-19T21:41:51.950Z] Removing intermediate container 62213364bd97 [2022-04-19T21:41:51.950Z] ---> 5fb2da4dece1 [2022-04-19T21:41:51.950Z] Step 25/26 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:41:51.950Z] ---> Running in feb8c6176904 [2022-04-19T21:41:52.551Z] Removing intermediate container feb8c6176904 [2022-04-19T21:41:52.551Z] ---> 04f79c0e4469 [2022-04-19T21:41:52.551Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T21:41:52.829Z] ---> Running in c1e32b67642a [2022-04-19T21:41:52.829Z] ---> 6a1240793427 [2022-04-19T21:41:52.829Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T21:41:53.437Z] Removing intermediate container c1e32b67642a [2022-04-19T21:41:53.437Z] ---> 8f2f13b27bb6 [2022-04-19T21:41:53.437Z] [2022-04-19T21:41:53.714Z] Successfully built 8f2f13b27bb6 [2022-04-19T21:41:53.714Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-19T21:41:53.714Z]  Building security-spire-agent ... done  ---> 9dbd9082987c [2022-04-19T21:41:53.715Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T21:41:53.993Z] ---> Running in 3afe59f4c966 [2022-04-19T21:41:54.271Z] Removing intermediate container 3afe59f4c966 [2022-04-19T21:41:54.271Z] ---> fa94b2460688 [2022-04-19T21:41:54.271Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-19T21:41:55.260Z] ---> e48c56b8a7f3 [2022-04-19T21:41:55.260Z] Step 21/26 : WORKDIR / [2022-04-19T21:41:55.260Z] ---> Running in 236b14225fb8 [2022-04-19T21:41:55.861Z] Removing intermediate container 236b14225fb8 [2022-04-19T21:41:55.861Z] ---> 380bb030a43f [2022-04-19T21:41:55.861Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T21:41:55.861Z] ---> Running in b8208cc356dd [2022-04-19T21:41:56.466Z] Removing intermediate container b8208cc356dd [2022-04-19T21:41:56.466Z] ---> 60e9e48b53bd [2022-04-19T21:41:56.466Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T21:41:56.466Z] ---> Running in f2a9cc1e29f4 [2022-04-19T21:41:57.069Z] Removing intermediate container f2a9cc1e29f4 [2022-04-19T21:41:57.069Z] ---> 16f122dc0cf6 [2022-04-19T21:41:57.069Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T21:41:57.069Z] ---> Running in c263298e03ad [2022-04-19T21:41:57.678Z] Removing intermediate container c263298e03ad [2022-04-19T21:41:57.678Z] ---> 809a36ff4902 [2022-04-19T21:41:57.678Z] Step 25/26 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:41:57.678Z] ---> Running in 9ba1c2e10f85 [2022-04-19T21:41:57.957Z] Removing intermediate container 9ba1c2e10f85 [2022-04-19T21:41:57.957Z] ---> d5d3bf716b9a [2022-04-19T21:41:57.957Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T21:41:58.242Z] ---> Running in 655ba5362fd0 [2022-04-19T21:41:58.844Z] Removing intermediate container 655ba5362fd0 [2022-04-19T21:41:58.844Z] ---> 99b3144c9055 [2022-04-19T21:41:58.844Z] [2022-04-19T21:41:58.844Z] Successfully built 99b3144c9055 [2022-04-19T21:41:58.844Z] Successfully tagged security-spire-config-arm64:latest [2022-04-19T21:43:50.740Z]  Building security-spire-config ... done Removing intermediate container b55ff72dfc86 [2022-04-19T21:43:50.740Z] ---> e778f9ab61e3 [2022-04-19T21:43:50.740Z] [2022-04-19T21:43:50.740Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T21:43:50.740Z] ---> 3fb3c9af89a9 [2022-04-19T21:43:50.740Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T21:43:50.740Z] ---> Using cache [2022-04-19T21:43:50.740Z] ---> be0aeea0b9e9 [2022-04-19T21:43:50.740Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:43:50.740Z] ---> Using cache [2022-04-19T21:43:50.740Z] ---> 414d72341e29 [2022-04-19T21:43:50.740Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T21:43:50.740Z] ---> Using cache [2022-04-19T21:43:50.740Z] ---> 04dbd6829761 [2022-04-19T21:43:50.740Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T21:43:50.740Z] ---> ea50833e7990 [2022-04-19T21:43:50.740Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T21:43:50.740Z] ---> d87efc0d6307 [2022-04-19T21:43:50.740Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-19T21:43:50.740Z] ---> 5bc4335f7410 [2022-04-19T21:43:50.740Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T21:43:50.740Z] ---> 471f8bbfc7d8 [2022-04-19T21:43:50.740Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T21:43:50.740Z] ---> Running in c740e44970e3 [2022-04-19T21:43:50.740Z] Removing intermediate container c740e44970e3 [2022-04-19T21:43:50.740Z] ---> 8cb58ba99e31 [2022-04-19T21:43:50.740Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T21:43:50.740Z] ---> Running in 4b6c060794e4 [2022-04-19T21:43:50.740Z] Removing intermediate container 4b6c060794e4 [2022-04-19T21:43:50.740Z] ---> 4f134a418401 [2022-04-19T21:43:50.740Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T21:43:50.740Z] ---> Running in 8cd4591b2107 [2022-04-19T21:43:50.740Z] Removing intermediate container 8cd4591b2107 [2022-04-19T21:43:50.740Z] ---> 06e137d4cc40 [2022-04-19T21:43:50.740Z] Step 24/25 : LABEL git_sha=9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 [2022-04-19T21:43:50.740Z] ---> Running in a145b1cb372a [2022-04-19T21:43:50.740Z] Removing intermediate container a145b1cb372a [2022-04-19T21:43:50.740Z] ---> be2202f83860 [2022-04-19T21:43:50.740Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T21:43:50.740Z] ---> Running in 68d50412c19c [2022-04-19T21:43:50.740Z] Removing intermediate container 68d50412c19c [2022-04-19T21:43:50.740Z] ---> 4517e10c9f06 [2022-04-19T21:43:50.740Z] [2022-04-19T21:43:50.740Z] Successfully built 4517e10c9f06 [2022-04-19T21:43:50.740Z] Successfully tagged security-spire-server-arm64:latest [2022-04-19T21:43:50.758Z]  Building security-spire-server ... done  [Pipeline] } [2022-04-19T21:43:50.750Z] $ docker stop --time=1 1fe07a42a6fb251e5e43e2bfdce4c28245ddf7efa431f8907c261e993d48f2ad [2022-04-19T21:43:52.592Z] $ docker rm -f 1fe07a42a6fb251e5e43e2bfdce4c28245ddf7efa431f8907c261e993d48f2ad [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T21:43:53.193Z] + docker images [2022-04-19T21:43:53.792Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T21:43:53.792Z] security-spire-server-arm64 latest 4517e10c9f06 6 seconds ago 86.3MB [2022-04-19T21:43:53.792Z] e778f9ab61e3 31 seconds ago 4.14GB [2022-04-19T21:43:53.792Z] security-spire-config-arm64 latest 99b3144c9055 About a minute ago 85.6MB [2022-04-19T21:43:53.792Z] security-spire-agent-arm64 latest 8f2f13b27bb6 2 minutes ago 126MB [2022-04-19T21:43:53.792Z] 6c6eb476d702 2 minutes ago 4.14GB [2022-04-19T21:43:53.792Z] eb91a69c0864 2 minutes ago 4.14GB [2022-04-19T21:43:53.792Z] security-secretstore-setup-arm64 latest 769c7e12e368 19 minutes ago 27.5MB [2022-04-19T21:43:53.792Z] de8dda2efa84 20 minutes ago 1.32GB [2022-04-19T21:43:53.792Z] security-bootstrapper-arm64 latest bb3bdca240d1 23 minutes ago 18.3MB [2022-04-19T21:43:53.792Z] 7efcceb05f00 24 minutes ago 1.31GB [2022-04-19T21:43:53.792Z] security-spiffe-token-provider-arm64 latest ec5d8cf5e16e 24 minutes ago 27.9MB [2022-04-19T21:43:53.792Z] 2906b61448bf 25 minutes ago 1.36GB [2022-04-19T21:43:53.792Z] support-scheduler-arm64 latest 94eebb150f5f 30 minutes ago 25.2MB [2022-04-19T21:43:53.792Z] 8ad527145ec3 30 minutes ago 1.36GB [2022-04-19T21:43:53.792Z] core-command-arm64 latest 2b0241d7d450 33 minutes ago 15.5MB [2022-04-19T21:43:53.792Z] 9fa57db95e97 33 minutes ago 1.31GB [2022-04-19T21:43:53.792Z] sys-mgmt-agent-arm64 latest bda4fe97f25f 38 minutes ago 282MB [2022-04-19T21:43:53.792Z] security-proxy-setup-arm64 latest f5b74d4dff4c 39 minutes ago 26.1MB [2022-04-19T21:43:53.792Z] 169cf097a54b 39 minutes ago 1.32GB [2022-04-19T21:43:53.792Z] f2da39e0eba5 40 minutes ago 1.31GB [2022-04-19T21:43:53.792Z] support-notifications-arm64 latest 0627bf540e89 44 minutes ago 25.8MB [2022-04-19T21:43:53.792Z] cb8d3ab98b28 45 minutes ago 1.37GB [2022-04-19T21:43:53.792Z] core-data-arm64 latest e84ba755df0d 46 minutes ago 21.6MB [2022-04-19T21:43:53.792Z] 5813dc2b9801 46 minutes ago 1.34GB [2022-04-19T21:43:53.792Z] core-metadata-arm64 latest 81fb92acb6b3 47 minutes ago 16.4MB [2022-04-19T21:43:53.792Z] 1bd32c1465ae 48 minutes ago 1.31GB [2022-04-19T21:43:53.792Z] ci-base-image-arm64 latest 84bd6f1bec7d About an hour ago 886MB [2022-04-19T21:43:53.792Z] docker 20.10.14 c346e9eafbab 2 weeks ago 202MB [2022-04-19T21:43:53.792Z] alpine 3.14 ac73e934f311 2 weeks ago 5.34MB [2022-04-19T21:43:53.792Z] alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB [2022-04-19T21:43:53.792Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-19T21:43:53.792Z] 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 [2022-04-19T21:43:54.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T21:43:54.236Z] [2022-04-19T21:43:54.236Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-19T21:43:54.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T21:43:55.143Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-19T21:43:55.143Z] 8998bd30e6a1: Pulling fs layer [2022-04-19T21:43:55.143Z] 04944245beec: Pulling fs layer [2022-04-19T21:43:55.143Z] 699f458cf7ca: Pulling fs layer [2022-04-19T21:43:55.143Z] 765212b225bb: Pulling fs layer [2022-04-19T21:43:55.143Z] f23df028b6ca: Pulling fs layer [2022-04-19T21:43:55.143Z] d65c8cfc05b1: Pulling fs layer [2022-04-19T21:43:55.143Z] 2437ff75d9bd: Pulling fs layer [2022-04-19T21:43:55.143Z] f23df028b6ca: Waiting [2022-04-19T21:43:55.143Z] d65c8cfc05b1: Waiting [2022-04-19T21:43:55.143Z] 2437ff75d9bd: Waiting [2022-04-19T21:43:55.143Z] 765212b225bb: Waiting [2022-04-19T21:43:55.143Z] 04944245beec: Verifying Checksum [2022-04-19T21:43:55.143Z] 04944245beec: Download complete [2022-04-19T21:43:55.143Z] 765212b225bb: Verifying Checksum [2022-04-19T21:43:55.143Z] 765212b225bb: Download complete [2022-04-19T21:43:55.420Z] f23df028b6ca: Verifying Checksum [2022-04-19T21:43:55.420Z] f23df028b6ca: Download complete [2022-04-19T21:43:55.420Z] d65c8cfc05b1: Verifying Checksum [2022-04-19T21:43:55.420Z] d65c8cfc05b1: Download complete [2022-04-19T21:43:55.420Z] 699f458cf7ca: Verifying Checksum [2022-04-19T21:43:55.420Z] 699f458cf7ca: Download complete [2022-04-19T21:43:56.017Z] 8998bd30e6a1: Verifying Checksum [2022-04-19T21:43:56.017Z] 8998bd30e6a1: Download complete [2022-04-19T21:43:58.640Z] 2437ff75d9bd: Verifying Checksum [2022-04-19T21:43:58.640Z] 2437ff75d9bd: Download complete [2022-04-19T21:44:01.275Z] 8998bd30e6a1: Pull complete [2022-04-19T21:44:01.275Z] 04944245beec: Pull complete [2022-04-19T21:44:03.322Z] 699f458cf7ca: Pull complete [2022-04-19T21:44:03.604Z] 765212b225bb: Pull complete [2022-04-19T21:44:04.698Z] f23df028b6ca: Pull complete [2022-04-19T21:44:04.970Z] d65c8cfc05b1: Pull complete [2022-04-19T21:44:21.563Z] 2437ff75d9bd: Pull complete [2022-04-19T21:44:21.563Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-19T21:44:21.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T21:44:21.563Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-19T21:44:21.817Z] prd-ubuntu20.04-docker-arm64-4c-16g-21396 does not seem to be running inside a container [2022-04-19T21:44:21.892Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-19T21:44:24.942Z] $ docker top 1c1bb74d5601e388dffc58c6f57f5fef9f906f1bcfeb687e18f11132bc8cda63 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:44:26.009Z] ---> job-cost.sh [2022-04-19T21:44:26.009Z] lf-activate-venv: SKIPPING [2022-04-19T21:44:26.009Z] INFO: No Stack... [2022-04-19T21:44:26.605Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-19T21:44:27.583Z] INFO: Archiving Costs [Pipeline] sh [2022-04-19T21:44:28.249Z] + cut -d,+ -f6 [2022-04-19T21:44:28.249Z] cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2022-04-19T21:44:28.285Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3979-2-stack-cost] [2022-04-19T21:44:28.290Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3979-2-stack-cost] did not exist. Created. [2022-04-19T21:44:28.290Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3979-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-19T21:44:28.977Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-19T21:44:29.192Z] Stashed 1 file(s) [Pipeline] } [2022-04-19T21:44:29.199Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3979-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-19T21:44:29.207Z] $ docker stop --time=1 1c1bb74d5601e388dffc58c6f57f5fef9f906f1bcfeb687e18f11132bc8cda63 [2022-04-19T21:44:30.786Z] $ docker rm -f 1c1bb74d5601e388dffc58c6f57f5fef9f906f1bcfeb687e18f11132bc8cda63 [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 [2022-04-19T21:44:31.367Z] provisioning config files... [2022-04-19T21:44:31.378Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config818204376415016272tmp [Pipeline] { [Pipeline] sh [2022-04-19T21:44:31.682Z] + set +x [2022-04-19T21:44:31.682Z] + curl -s https://codecov.io/bash [2022-04-19T21:44:31.682Z] + bash -s -- [2022-04-19T21:44:31.682Z] [2022-04-19T21:44:31.682Z] _____ _ [2022-04-19T21:44:31.682Z] / ____| | | [2022-04-19T21:44:31.682Z] | | ___ __| | ___ ___ _____ __ [2022-04-19T21:44:31.682Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-19T21:44:31.682Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-19T21:44:31.682Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-19T21:44:31.682Z] Bash-1.0.6 [2022-04-19T21:44:31.682Z] [2022-04-19T21:44:31.682Z] [2022-04-19T21:44:31.682Z] ==> git version 2.25.1 found [2022-04-19T21:44:31.682Z] ==> 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 [2022-04-19T21:44:31.682Z] Release-Date: 2020-01-08 [2022-04-19T21:44:31.682Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-19T21:44:31.682Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-19T21:44:31.682Z] ==> Jenkins CI detected. [2022-04-19T21:44:31.682Z] current dir:  /w/workspace/edgex-go/2 [2022-04-19T21:44:31.682Z] project root: . [2022-04-19T21:44:31.682Z] --> token set from env [2022-04-19T21:44:31.682Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-19T21:44:31.682Z] ==> Running gcov in . (disable via -X gcov) [2022-04-19T21:44:31.682Z] ==> Python coveragepy not found [2022-04-19T21:44:31.682Z] ==> Searching for coverage reports in: [2022-04-19T21:44:31.682Z] + . [2022-04-19T21:44:31.682Z] -> Found 1 reports [2022-04-19T21:44:31.682Z] ==> Detecting git/mercurial file structure [2022-04-19T21:44:31.942Z] ==> Reading reports [2022-04-19T21:44:31.942Z] + ./coverage.out bytes=435134 [2022-04-19T21:44:31.942Z] ==> Appending adjustments [2022-04-19T21:44:31.942Z] https://docs.codecov.io/docs/fixing-reports [2022-04-19T21:44:32.882Z] + Found adjustments [2022-04-19T21:44:32.882Z] ==> Gzipping contents [2022-04-19T21:44:33.142Z] 60K /tmp/codecov.1E6l3S.gz [2022-04-19T21:44:33.142Z] ==> Uploading reports [2022-04-19T21:44:33.142Z] url: https://codecov.io [2022-04-19T21:44:33.142Z] query: branch=PR-3979&commit=258600fdcca477faa5919d5b2b7babf7fd089b2c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= [2022-04-19T21:44:33.142Z] -> Pinging Codecov [2022-04-19T21:44:33.143Z] 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=258600fdcca477faa5919d5b2b7babf7fd089b2c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= [2022-04-19T21:44:33.143Z] -> Uploading to [2022-04-19T21:44:33.143Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-19/00271124DB129430A58F1EEE437C3FCB/258600fdcca477faa5919d5b2b7babf7fd089b2c/cf839c11-d652-4b9b-ac63-50f0fee245b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220419T214433Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ef3bbc436151d2b254bfe0ad2a1ab4df8311dae391d54a5afe4415d1fdf2fa13 [2022-04-19T21:44:33.143Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T21:44:33.143Z] Dload Upload Total Spent Left Speed [2022-04-19T21:44:33.402Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59784 0 0 100 59784 0 256k --:--:-- --:--:-- --:--:-- 254k 100 59784 0 0 100 59784 0 229k --:--:-- --:--:-- --:--:-- 228k [2022-04-19T21:44:33.402Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/258600fdcca477faa5919d5b2b7babf7fd089b2c [Pipeline] } [2022-04-19T21:44:33.411Z] 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 [2022-04-19T21:44:34.185Z] + [ -d /w/workspace/edgex-go/2/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:44:34.478Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:44:35.345Z] ---> package-listing.sh [2022-04-19T21:44:35.345Z] ++ facter osfamily [2022-04-19T21:44:35.345Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-19T21:44:35.606Z] + OS_FAMILY=debian [2022-04-19T21:44:35.606Z] + workspace=/w/workspace/edgex-go/2 [2022-04-19T21:44:35.606Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-19T21:44:35.606Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-19T21:44:35.606Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-19T21:44:35.606Z] + PACKAGES=/tmp/packages_start.txt [2022-04-19T21:44:35.606Z] + '[' /w/workspace/edgex-go/2 ']' [2022-04-19T21:44:35.606Z] + PACKAGES=/tmp/packages_end.txt [2022-04-19T21:44:35.606Z] + case "${OS_FAMILY}" in [2022-04-19T21:44:35.606Z] + dpkg -l [2022-04-19T21:44:35.606Z] + grep '^ii' [2022-04-19T21:44:35.606Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-19T21:44:35.606Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-19T21:44:35.606Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-19T21:44:35.606Z] + '[' /w/workspace/edgex-go/2 ']' [2022-04-19T21:44:35.606Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2022-04-19T21:44:35.606Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2022-04-19T21:44:35.618Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-19T21:44:35.900Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-19T21:44:36.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T21:44:36.457Z] [2022-04-19T21:44:36.457Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T21:44:36.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T21:44:36.773Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-19T21:44:36.773Z] 5eb5b503b376: Pulling fs layer [2022-04-19T21:44:36.773Z] 5c69ac0246d0: Pulling fs layer [2022-04-19T21:44:36.773Z] ec43610c2a17: Pulling fs layer [2022-04-19T21:44:36.774Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-19T21:44:36.774Z] 33b1e0a273af: Pulling fs layer [2022-04-19T21:44:36.774Z] 5d3b04190fa2: Pulling fs layer [2022-04-19T21:44:36.774Z] 2f39f015ded8: Pulling fs layer [2022-04-19T21:44:36.774Z] 5d3b04190fa2: Waiting [2022-04-19T21:44:36.774Z] 3a2ae6a8a46f: Waiting [2022-04-19T21:44:36.774Z] 2f39f015ded8: Waiting [2022-04-19T21:44:36.774Z] 33b1e0a273af: Waiting [2022-04-19T21:44:36.774Z] 5c69ac0246d0: Download complete [2022-04-19T21:44:36.774Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-19T21:44:36.774Z] 33b1e0a273af: Verifying Checksum [2022-04-19T21:44:36.774Z] 33b1e0a273af: Download complete [2022-04-19T21:44:36.774Z] 5d3b04190fa2: Verifying Checksum [2022-04-19T21:44:36.774Z] 5d3b04190fa2: Download complete [2022-04-19T21:44:36.774Z] ec43610c2a17: Verifying Checksum [2022-04-19T21:44:36.774Z] ec43610c2a17: Download complete [2022-04-19T21:44:37.032Z] 5eb5b503b376: Verifying Checksum [2022-04-19T21:44:37.032Z] 5eb5b503b376: Download complete [2022-04-19T21:44:37.598Z] 2f39f015ded8: Verifying Checksum [2022-04-19T21:44:37.598Z] 2f39f015ded8: Download complete [2022-04-19T21:44:38.166Z] 5eb5b503b376: Pull complete [2022-04-19T21:44:38.166Z] 5c69ac0246d0: Pull complete [2022-04-19T21:44:38.733Z] ec43610c2a17: Pull complete [2022-04-19T21:44:38.733Z] 3a2ae6a8a46f: Pull complete [2022-04-19T21:44:38.993Z] 33b1e0a273af: Pull complete [2022-04-19T21:44:38.993Z] 5d3b04190fa2: Pull complete [2022-04-19T21:44:43.185Z] 2f39f015ded8: Pull complete [2022-04-19T21:44:43.185Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-19T21:44:43.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T21:44:43.185Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-19T21:44:43.249Z] prd-ubuntu20.04-docker-8c-8g-21391 does not seem to be running inside a container [2022-04-19T21:44:43.287Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:latest cat [2022-04-19T21:44:45.435Z] $ docker top 59f57797fcebaf54ac8b97b21688405b220fac198b2596b6b459ca9bafec10d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T21:44:45.792Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-19T21:44:46.081Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-19T21:44:46.369Z] + ls /var/log/sa-host [2022-04-19T21:44:46.369Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T21:44:46.592Z] provisioning config files... [2022-04-19T21:44:46.602Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8819529055487150184tmp [Pipeline] { [Pipeline] echo [2022-04-19T21:44:46.615Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:44:46.900Z] ---> create-netrc.sh [Pipeline] } [2022-04-19T21:44:46.908Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:44:47.249Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-19T21:44:47.259Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:44:47.547Z] ---> sudo-logs.sh [2022-04-19T21:44:47.547Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-19T21:44:47.567Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:44:47.851Z] ---> job-cost.sh [2022-04-19T21:44:47.851Z] lf-activate-venv: SKIPPING [2022-04-19T21:44:47.851Z] DEBUG: total: 0.2199999988079071 [2022-04-19T21:44:47.851Z] INFO: Retrieving Stack Cost... [2022-04-19T21:44:48.421Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-19T21:44:48.680Z] INFO: Archiving Costs [Pipeline] echo [2022-04-19T21:44:48.694Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:44:48.980Z] ---> logs-deploy.sh [2022-04-19T21:44:48.980Z] lf-activate-venv: SKIPPING [2022-04-19T21:44:48.980Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3979/2 [2022-04-19T21:44:48.980Z] INFO: archiving workspace using pattern(s): [2022-04-19T21:44:49.918Z] Archives upload complete. [2022-04-19T21:44:49.918Z] INFO: archiving logs to Nexus