Pull request #3976 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch main at b0d4cebb59bfc21350c181e75d596a60ac717096 rather than 5ab360f7512bb55ab2f882020eb61a4c86139b62 Obtained Jenkinsfile from b0d4cebb59bfc21350c181e75d596a60ac717096 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-ssh320265375430628424.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-ssh8423651664994016020.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-3976/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-3976/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12113400338213081953.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-ssh8273841393409241795.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-3976/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-3976/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh14547757270349708085.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 Running on prd-ubuntu20.04-docker-8c-8g-21297 in /w/workspace/edgexfoundry_edgex-go_PR-3976 [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 b0d4cebb59bfc21350c181e75d596a60ac717096 into PR head commit 5ab360f7512bb55ab2f882020eb61a4c86139b62 Merge succeeded, producing 5ab360f7512bb55ab2f882020eb61a4c86139b62 Checking out Revision 5ab360f7512bb55ab2f882020eb61a4c86139b62 (PR-3976) > 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/3976/head:refs/remotes/origin/PR-3976 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ab360f7512bb55ab2f882020eb61a4c86139b62 # 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 b0d4cebb59bfc21350c181e75d596a60ac717096 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ab360f7512bb55ab2f882020eb61a4c86139b62 # timeout=10 Commit message: "fix(metadata): not trigger DS callback if only lastConnected is updated" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-19T03:54:21.897Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-19T03:54:21.956Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-19T03:54:21.977Z] ========================================================= [2022-04-19T03:54:21.977Z] EdgeX Global Pipelines Version Info [2022-04-19T03:54:21.977Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk da64c50e96ec48585349bf6e25356bfff5f85739 # timeout=10 [2022-04-19T03:54:22.784Z] ------------------- [2022-04-19T03:54:22.784Z] stable info: [2022-04-19T03:54:22.784Z] ------------------- [2022-04-19T03:54:22.784Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T03:54:22.784Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-19T03:54:22.784Z] Message: update stable to v1.0.221 [2022-04-19T03:54:23.357Z] ------------------- [2022-04-19T03:54:23.357Z] experimental info: [2022-04-19T03:54:23.357Z] ------------------- [2022-04-19T03:54:23.357Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T03:54:23.357Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-19T03:54:23.357Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-19T03:54:23.482Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-19T03:54:23.498Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-19T03:54:23.510Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-19T03:54:23.519Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-19T03:54:23.527Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-19T03:54:23.536Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-19T03:54:23.551Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-19T03:54:23.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-19T03:54:23.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-19T03:54:23.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-19T03:54:23.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-19T03:54:23.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-19T03:54:23.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-19T03:54:23.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-19T03:54:23.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-19T03:54:23.664Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T03:54:23.681Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T03:54:23.697Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-19T03:54:23.709Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-19T03:54:23.724Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-19T03:54:23.734Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-19T03:54:23.749Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-19T03:54:23.760Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3976 [Pipeline] echo [2022-04-19T03:54:23.772Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3976 [Pipeline] echo [2022-04-19T03:54:23.785Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3976 [Pipeline] echo [2022-04-19T03:54:23.801Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] echo [2022-04-19T03:54:23.813Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ab360f [Pipeline] echo [2022-04-19T03:54:23.829Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T03:54:23.880Z] provisioning config files... [2022-04-19T03:54:23.896Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8238865060141496805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T03:54:24.209Z] ---> docker-login.sh [2022-04-19T03:54:24.209Z] nexus3.edgexfoundry.org:10001 [2022-04-19T03:54:24.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:54:24.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:54:24.738Z] Configure a credential helper to remove this warning. See [2022-04-19T03:54:24.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:54:24.738Z] [2022-04-19T03:54:24.738Z] Login Succeeded [2022-04-19T03:54:24.738Z] nexus3.edgexfoundry.org:10002 [2022-04-19T03:54:24.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:54:25.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:54:25.006Z] Configure a credential helper to remove this warning. See [2022-04-19T03:54:25.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:54:25.006Z] [2022-04-19T03:54:25.006Z] Login Succeeded [2022-04-19T03:54:25.006Z] nexus3.edgexfoundry.org:10003 [2022-04-19T03:54:25.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:54:25.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:54:25.006Z] Configure a credential helper to remove this warning. See [2022-04-19T03:54:25.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:54:25.006Z] [2022-04-19T03:54:25.006Z] Login Succeeded [2022-04-19T03:54:25.006Z] nexus3.edgexfoundry.org:10004 [2022-04-19T03:54:25.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:54:25.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:54:25.269Z] Configure a credential helper to remove this warning. See [2022-04-19T03:54:25.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:54:25.269Z] [2022-04-19T03:54:25.269Z] Login Succeeded [2022-04-19T03:54:25.269Z] docker.io [2022-04-19T03:54:25.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:54:25.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:54:25.847Z] Configure a credential helper to remove this warning. See [2022-04-19T03:54:25.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:54:25.847Z] [2022-04-19T03:54:25.847Z] Login Succeeded [2022-04-19T03:54:25.847Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T03:54:25.858Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T03:54:26.167Z] + 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-19T03:54:26.167Z] + cut -d/ -f2 [2022-04-19T03:54:26.167Z] + dirname cmd/core-command/Dockerfile [2022-04-19T03:54:26.167Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-19T03:54:26.167Z] + + dirname cmd/core-data/Dockerfile [2022-04-19T03:54:26.167Z] cut -d/ -f2 [2022-04-19T03:54:26.167Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-19T03:54:26.167Z] + dirname cmd/core-metadata/Dockerfile [2022-04-19T03:54:26.167Z] + cut -d/ -f2 [2022-04-19T03:54:26.167Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-19T03:54:26.167Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-19T03:54:26.167Z] + cut -d/ -f2 [2022-04-19T03:54:26.167Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-19T03:54:26.167Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-19T03:54:26.167Z] + cut -d/ -f2 [2022-04-19T03:54:26.167Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-19T03:54:26.167Z] + + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-19T03:54:26.167Z] cut -d/ -f2 [2022-04-19T03:54:26.167Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-19T03:54:26.167Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T03:54:26.167Z] + cut -d/ -f2 [2022-04-19T03:54:26.167Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T03:54:26.167Z] + + cut -d/dirname -f2 cmd/security-spire-agent/Dockerfile [2022-04-19T03:54:26.167Z] [2022-04-19T03:54:26.167Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-19T03:54:26.167Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-19T03:54:26.167Z] + cut -d/ -f2 [2022-04-19T03:54:26.167Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-19T03:54:26.168Z] + + cut -d/dirname -f2 cmd/security-spire-server/Dockerfile [2022-04-19T03:54:26.168Z] [2022-04-19T03:54:26.168Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-19T03:54:26.168Z] + dirname cmd/support-notifications/Dockerfile [2022-04-19T03:54:26.168Z] + cut -d/ -f2 [2022-04-19T03:54:26.168Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-19T03:54:26.168Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-19T03:54:26.168Z] + cut -d/ -f2 [2022-04-19T03:54:26.168Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-19T03:54:26.168Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-19T03:54:26.168Z] + cut -d/ -f2 [2022-04-19T03:54:26.168Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-19T03:54:26.270Z] 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-19T03:54:26.613Z] + git rev-list -1 --merges 5ab360f7512bb55ab2f882020eb61a4c86139b62~1..5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] echo [2022-04-19T03:54:26.635Z] -----------> git rev-list -1 --merges 5ab360f7512bb55ab2f882020eb61a4c86139b62~1..5ab360f7512bb55ab2f882020eb61a4c86139b62 5ab360f7512bb55ab2f882020eb61a4c86139b62 [false] [Pipeline] sh [2022-04-19T03:54:26.933Z] + git log --format=format:%s -1 5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] echo [2022-04-19T03:54:26.955Z] ========================================================= [2022-04-19T03:54:26.955Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-19T03:54:26.955Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-19T03:54:27.522Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-19T03:54:27.522Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-19T03:54:27.522Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-19T03:54:27.522Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-19T03:54:27.522Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-19T03:54:27.522Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-19T03:54:27.522Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-19T03:54:27.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T03:54:27.967Z] [2022-04-19T03:54:27.967Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T03:54:28.279Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T03:54:28.279Z] latest: Pulling from edgex-devops/git-semver [2022-04-19T03:54:28.279Z] a0d0a0d46f8b: Pulling fs layer [2022-04-19T03:54:28.279Z] 3e5f54012d9b: Pulling fs layer [2022-04-19T03:54:28.279Z] 4c7163046ea9: Pulling fs layer [2022-04-19T03:54:28.279Z] 0c2d73faf560: Pulling fs layer [2022-04-19T03:54:28.279Z] 0c2d73faf560: Waiting [2022-04-19T03:54:28.279Z] 3e5f54012d9b: Verifying Checksum [2022-04-19T03:54:28.279Z] 3e5f54012d9b: Download complete [2022-04-19T03:54:28.279Z] a0d0a0d46f8b: Download complete [2022-04-19T03:54:28.279Z] 0c2d73faf560: Verifying Checksum [2022-04-19T03:54:28.279Z] 0c2d73faf560: Download complete [2022-04-19T03:54:28.279Z] 4c7163046ea9: Verifying Checksum [2022-04-19T03:54:28.279Z] 4c7163046ea9: Download complete [2022-04-19T03:54:28.544Z] a0d0a0d46f8b: Pull complete [2022-04-19T03:54:28.544Z] 3e5f54012d9b: Pull complete [2022-04-19T03:54:28.809Z] 4c7163046ea9: Pull complete [2022-04-19T03:54:29.070Z] 0c2d73faf560: Pull complete [2022-04-19T03:54:29.070Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-19T03:54:29.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T03:54:29.070Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-19T03:54:29.151Z] prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container [2022-04-19T03:54:29.199Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-19T03:54:29.973Z] $ docker top 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-19T03:54:30.078Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T03:54:30.078Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T03:54:30.225Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T03:54:30.234Z] $ docker exec 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 ssh-agent [2022-04-19T03:54:30.356Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBEgHpJ/agent.13 [2022-04-19T03:54:30.356Z] SSH_AGENT_PID=19 [2022-04-19T03:54:30.364Z] Running ssh-add (command line suppressed) [2022-04-19T03:54:30.498Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8882135013824495282.key (/w/workspace/edgex-go/2@tmp/private_key_8882135013824495282.key) [2022-04-19T03:54:30.510Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T03:54:30.804Z] + git tag --points-at HEAD [Pipeline] } [2022-04-19T03:54:30.825Z] $ docker exec --env ******** --env ******** 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 ssh-agent -k [2022-04-19T03:54:30.945Z] unset SSH_AUTH_SOCK; [2022-04-19T03:54:30.945Z] unset SSH_AGENT_PID; [2022-04-19T03:54:30.945Z] echo Agent pid 19 killed; [2022-04-19T03:54:30.955Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-19T03:54:30.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T03:54:30.980Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T03:54:31.109Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T03:54:31.118Z] $ docker exec 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 ssh-agent [2022-04-19T03:54:31.257Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfAdjno/agent.52 [2022-04-19T03:54:31.257Z] SSH_AGENT_PID=58 [2022-04-19T03:54:31.264Z] Running ssh-add (command line suppressed) [2022-04-19T03:54:31.398Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_608276476124832824.key (/w/workspace/edgex-go/2@tmp/private_key_608276476124832824.key) [2022-04-19T03:54:31.413Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T03:54:31.707Z] + git semver init [2022-04-19T03:54:31.707Z] # -> Open(): unable to determine branch for HEAD [2022-04-19T03:54:31.707Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2022-04-19T03:54:31.707Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2022-04-19T03:54:31.707Z] # $SEMVER_REMOTE_NAME = origin [2022-04-19T03:54:31.707Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-19T03:54:31.707Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-19T03:54:31.707Z] # $SEMVER_BRANCH = PR-3976 [2022-04-19T03:54:31.707Z] # $SEMVER_TEMP = /tmp/semver-885063069 [2022-04-19T03:54:31.707Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-19T03:54:46.638Z] # '/tmp/semver-885063069' -> '/w/workspace/edgex-go/2/.semver' [2022-04-19T03:54:46.638Z] # -> Force: false [2022-04-19T03:54:46.638Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2022-04-19T03:54:46.658Z] $ docker exec --env ******** --env ******** 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 ssh-agent -k [2022-04-19T03:54:46.776Z] unset SSH_AUTH_SOCK; [2022-04-19T03:54:46.777Z] unset SSH_AGENT_PID; [2022-04-19T03:54:46.777Z] echo Agent pid 58 killed; [2022-04-19T03:54:46.783Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T03:54:47.094Z] + git semver [Pipeline] } [2022-04-19T03:54:47.117Z] $ docker stop --time=1 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 [2022-04-19T03:54:49.033Z] $ docker rm -f 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T03:54:49.402Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-19T03:54:49.720Z] Stashed 1 file(s) [Pipeline] echo [2022-04-19T03:54:49.724Z] [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-19T03:54:49.814Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T03:54:49.820Z] ========================================================= [2022-04-19T03:54:49.820Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-19T03:54:49.820Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T03:54:50.114Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T03:54:50.114Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-19T03:54:50.114Z] 59bf1c3509f3: Pulling fs layer [2022-04-19T03:54:50.114Z] 666ba61612fd: Pulling fs layer [2022-04-19T03:54:50.114Z] 8ed8ca486205: Pulling fs layer [2022-04-19T03:54:50.114Z] 4fe6c5a15a65: Pulling fs layer [2022-04-19T03:54:50.114Z] 22a0e8bec74d: Pulling fs layer [2022-04-19T03:54:50.114Z] 640e595b4fbd: Pulling fs layer [2022-04-19T03:54:50.114Z] 763cafe07f6e: Pulling fs layer [2022-04-19T03:54:50.114Z] 0c0b528cf693: Pulling fs layer [2022-04-19T03:54:50.114Z] 10935f4eaf8b: Pulling fs layer [2022-04-19T03:54:50.114Z] 4fe6c5a15a65: Waiting [2022-04-19T03:54:50.114Z] 22a0e8bec74d: Waiting [2022-04-19T03:54:50.114Z] 0c0b528cf693: Waiting [2022-04-19T03:54:50.114Z] 10935f4eaf8b: Waiting [2022-04-19T03:54:50.114Z] 763cafe07f6e: Waiting [2022-04-19T03:54:50.114Z] 640e595b4fbd: Waiting [2022-04-19T03:54:50.114Z] 8ed8ca486205: Verifying Checksum [2022-04-19T03:54:50.114Z] 8ed8ca486205: Download complete [2022-04-19T03:54:50.114Z] 666ba61612fd: Verifying Checksum [2022-04-19T03:54:50.114Z] 666ba61612fd: Download complete [2022-04-19T03:54:50.114Z] 22a0e8bec74d: Verifying Checksum [2022-04-19T03:54:50.114Z] 22a0e8bec74d: Download complete [2022-04-19T03:54:50.114Z] 640e595b4fbd: Verifying Checksum [2022-04-19T03:54:50.114Z] 640e595b4fbd: Download complete [2022-04-19T03:54:50.114Z] 59bf1c3509f3: Verifying Checksum [2022-04-19T03:54:50.114Z] 59bf1c3509f3: Download complete [2022-04-19T03:54:50.114Z] 763cafe07f6e: Verifying Checksum [2022-04-19T03:54:50.114Z] 763cafe07f6e: Download complete [2022-04-19T03:54:50.376Z] 0c0b528cf693: Verifying Checksum [2022-04-19T03:54:50.377Z] 0c0b528cf693: Download complete [2022-04-19T03:54:50.377Z] 59bf1c3509f3: Pull complete [2022-04-19T03:54:50.377Z] 666ba61612fd: Pull complete [2022-04-19T03:54:50.644Z] 8ed8ca486205: Pull complete [2022-04-19T03:54:50.911Z] 10935f4eaf8b: Verifying Checksum [2022-04-19T03:54:50.911Z] 10935f4eaf8b: Download complete [2022-04-19T03:54:50.911Z] 4fe6c5a15a65: Verifying Checksum [2022-04-19T03:54:50.911Z] 4fe6c5a15a65: Download complete [2022-04-19T03:54:56.203Z] 4fe6c5a15a65: Pull complete [2022-04-19T03:54:56.203Z] 22a0e8bec74d: Pull complete [2022-04-19T03:54:56.203Z] 640e595b4fbd: Pull complete [2022-04-19T03:54:56.203Z] 763cafe07f6e: Pull complete [2022-04-19T03:54:56.203Z] 0c0b528cf693: Pull complete [2022-04-19T03:54:58.112Z] 10935f4eaf8b: Pull complete [2022-04-19T03:54:58.112Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-19T03:54:58.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T03:54:58.112Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-19T03:54:58.413Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T03:54:58.413Z] WORKDIR /edgex [2022-04-19T03:54:58.413Z] COPY go.mod . [2022-04-19T03:54:58.413Z] RUN go mod download [2022-04-19T03:54:58.413Z] docker build -t ci-base-image-x86_64 -f - . [2022-04-19T03:54:59.796Z] Sending build context to Docker daemon 334.9MB [2022-04-19T03:54:59.796Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T03:54:59.796Z] ---> 99d49a6021b9 [2022-04-19T03:54:59.796Z] Step 2/4 : WORKDIR /edgex [2022-04-19T03:55:03.105Z] ---> Running in 6a2e0f5631c1 [2022-04-19T03:55:03.105Z] Removing intermediate container 6a2e0f5631c1 [2022-04-19T03:55:03.105Z] ---> a74e91e37c8f [2022-04-19T03:55:03.105Z] Step 3/4 : COPY go.mod . [2022-04-19T03:55:03.105Z] ---> caa066378a26 [2022-04-19T03:55:03.105Z] Step 4/4 : RUN go mod download [2022-04-19T03:55:03.105Z] ---> Running in f86b39fa0738 [2022-04-19T03:55:04.782Z] Still waiting to schedule task [2022-04-19T03:55:04.782Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-19T03:55:25.093Z] Removing intermediate container f86b39fa0738 [2022-04-19T03:55:25.093Z] ---> de41f8a8d027 [2022-04-19T03:55:25.093Z] Successfully built de41f8a8d027 [2022-04-19T03:55:25.093Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T03:55:25.395Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T03:55:25.395Z] . [Pipeline] withDockerContainer [2022-04-19T03:55:25.472Z] prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container [2022-04-19T03:55:25.514Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T03:55:26.068Z] $ docker top e4c31b070ac29f59bd976c63f29a2fb7bb675bf0985034f49ce118b07639a1db -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T03:55:26.428Z] + go version [2022-04-19T03:55:26.428Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-19T03:55:26.446Z] $ docker stop --time=1 e4c31b070ac29f59bd976c63f29a2fb7bb675bf0985034f49ce118b07639a1db [2022-04-19T03:55:27.795Z] $ docker rm -f e4c31b070ac29f59bd976c63f29a2fb7bb675bf0985034f49ce118b07639a1db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T03:55:28.222Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T03:55:28.222Z] . [Pipeline] withDockerContainer [2022-04-19T03:55:28.299Z] prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container [2022-04-19T03:55:28.338Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T03:55:28.717Z] $ docker top 37a6255a43d6c973b5d110f72d5dd13bee992f7a0e629bc0ffc65b79ee6fc5da -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-19T03:55:28.794Z] ========================================================= [2022-04-19T03:55:28.794Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T03:55:28.794Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T03:55:29.086Z] + make test [2022-04-19T03:55:29.086Z] go mod tidy -compat=1.17 [2022-04-19T03:55:29.086Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T03:55:35.678Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T03:55:48.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T03:55:48.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.093s coverage: 28.7% of statements [2022-04-19T03:55:48.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T03:55:48.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T03:55:49.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.098s coverage: 98.5% of statements [2022-04-19T03:55:49.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T03:55:49.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.138s coverage: 53.4% of statements [2022-04-19T03:55:49.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T03:55:49.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.894s coverage: 89.2% of statements [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.113s coverage: 84.4% of statements [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.077s coverage: 60.0% of statements [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.112s coverage: 0.9% of statements [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.085s coverage: 29.6% of statements [2022-04-19T03:55:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2022-04-19T03:55:51.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2022-04-19T03:56:04.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2022-04-19T03:56:04.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2022-04-19T03:56:04.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.188s coverage: 82.5% of statements [2022-04-19T03:56:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.020s coverage: 65.1% of statements [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 58.8% of statements [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 85.4% of statements [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.2% of statements [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 64.4% of statements [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2022-04-19T03:56:14.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.356s coverage: 65.4% of statements [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T03:56:14.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.158s coverage: 43.8% of statements [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.071s coverage: 89.5% of statements [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.074s coverage: 84.8% of statements [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.170s coverage: 92.3% of statements [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.112s coverage: 97.7% of statements [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T03:56:14.010Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-04-19T03:56:14.010Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-04-19T03:56:14.010Z] 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-19T03:56:32.113Z] GO111MODULE=on go vet ./... [2022-04-19T03:56:35.405Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T03:56:35.405Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T03:56:35.665Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T03:56:36.249Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T03:56:36.541Z] + ls -al . [2022-04-19T03:56:36.541Z] total 672 [2022-04-19T03:56:36.541Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 03:56 . [2022-04-19T03:56:36.541Z] drwxr-xr-x 4 root root 4096 Apr 19 03:55 .. [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 03:54 .dockerignore [2022-04-19T03:56:36.541Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 03:54 .git [2022-04-19T03:56:36.541Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 03:54 .github [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 03:54 .gitignore [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 03:54 .golangci.yml [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 03:54 .hadolint.yml [2022-04-19T03:56:36.541Z] drwx------ 3 1001 1001 4096 Apr 19 03:54 .semver [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 03:54 .sonarcloud.properties [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 03:54 ADOPTERS.md [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 03:54 Attribution.txt [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 03:54 CHANGELOG.md [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 03:54 CONTRIBUTING.md [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 03:54 GOVERNANCE.md [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 03:54 Jenkinsfile [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 03:54 LICENSE [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 03:54 Makefile [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 03:54 OWNERS.md [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 03:54 README.md [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 03:54 SECURITY.md [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 03:54 VERSION [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 03:54 ZMQWindows.md [2022-04-19T03:56:36.541Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 03:54 bin [2022-04-19T03:56:36.541Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 03:54 cmd [2022-04-19T03:56:36.541Z] -rw-r--r-- 1 root root 435134 Apr 19 03:56 coverage.out [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 03:54 go.mod [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 03:54 go.sum [2022-04-19T03:56:36.541Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 03:54 internal [2022-04-19T03:56:36.541Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 03:54 openapi [2022-04-19T03:56:36.541Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 03:54 snap [2022-04-19T03:56:36.541Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 03:54 version.go [Pipeline] sh [2022-04-19T03:56:36.798Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21298 in /w/workspace/edgexfoundry_edgex-go_PR-3976 [Pipeline] { [Pipeline] ws [2022-04-19T03:56:36.812Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [2022-04-19T03:56:36.828Z] + '[' -e coverage.out ] [2022-04-19T03:56:36.828Z] + chown 1001:1001 coverage.out [Pipeline] checkout [Pipeline] stash [2022-04-19T03:56:36.936Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T03:56:37.032Z] The recommended git tool is: git [2022-04-19T03:56:37.218Z] + make build [2022-04-19T03:56:37.218Z] 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-19T03:56:44.677Z] using credential edgex-jenkins-ssh [2022-04-19T03:56:44.735Z] Cloning the remote Git repository [2022-04-19T03:56:44.902Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-19T03:56:45.059Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2022-04-19T03:56:45.251Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T03:56:45.252Z] > git --version # timeout=10 [2022-04-19T03:56:45.317Z] > git --version # 'git version 2.25.1' [2022-04-19T03:56:45.319Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T03:56:45.430Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T03:56:52.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/core-metadata/core-metadata ./cmd/core-metadata [2022-04-19T03:57:00.231Z] 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-19T03:57:00.490Z] 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-19T03:57:03.097Z] Merging remotes/origin/main commit b0d4cebb59bfc21350c181e75d596a60ac717096 into PR head commit 5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T03:57:03.469Z] Merge succeeded, producing 5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T03:57:03.469Z] Checking out Revision 5ab360f7512bb55ab2f882020eb61a4c86139b62 (PR-3976) [2022-04-19T03:57:02.176Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T03:57:02.197Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T03:57:02.225Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T03:57:02.266Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T03:57:02.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T03:57:02.281Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3976/head:refs/remotes/origin/PR-3976 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-19T03:57:03.123Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T03:57:03.149Z] > git checkout -f 5ab360f7512bb55ab2f882020eb61a4c86139b62 # timeout=10 [2022-04-19T03:57:03.377Z] > git remote # timeout=10 [2022-04-19T03:57:03.401Z] > git config --get remote.origin.url # timeout=10 [2022-04-19T03:57:03.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T03:57:03.426Z] > git merge b0d4cebb59bfc21350c181e75d596a60ac717096 # timeout=10 [2022-04-19T03:57:03.452Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-19T03:57:03.482Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T03:57:03.497Z] > git checkout -f 5ab360f7512bb55ab2f882020eb61a4c86139b62 # timeout=10 [2022-04-19T03:57:07.084Z] 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-19T03:57:07.084Z] 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-19T03:57:07.820Z] Commit message: "fix(metadata): not trigger DS callback if only lastConnected is updated" [2022-04-19T03:57:08.023Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-19T03:57:08.769Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-19T03:57:08.769Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T03:57:08.769Z] Dload Upload Total Spent Left Speed [2022-04-19T03:57:08.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 51268 0 --:--:-- --:--:-- --:--:-- 51268 [Pipeline] sh [2022-04-19T03:57:09.365Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-19T03:57:09.404Z] 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-19T03:57:09.706Z] + sudo tee /etc/docker/daemon.new [2022-04-19T03:57:09.706Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-19T03:57:09.706Z] { [2022-04-19T03:57:09.706Z] "registry-mirrors": [ [2022-04-19T03:57:09.706Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-19T03:57:09.706Z] ], [2022-04-19T03:57:09.706Z] "bip": "10.250.0.254/24", [2022-04-19T03:57:09.706Z] "hosts": [ [2022-04-19T03:57:09.706Z] "tcp://0.0.0.0:5555", [2022-04-19T03:57:09.706Z] "unix:///var/run/docker.sock" [2022-04-19T03:57:09.706Z] ], [2022-04-19T03:57:09.706Z] "mtu": 1458, [2022-04-19T03:57:09.706Z] "selinux-enabled": true, [2022-04-19T03:57:09.706Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-19T03:57:09.706Z] } [Pipeline] sh [2022-04-19T03:57:09.973Z] 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-19T03:57:10.056Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-19T03:57:10.403Z] + sudo service docker restart [2022-04-19T03:57:10.915Z] 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-19T03:57:11.856Z] 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-19T03:57:12.427Z] 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-19T03:57:13.814Z] 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-19T03:57:14.780Z] $ docker stop --time=1 37a6255a43d6c973b5d110f72d5dd13bee992f7a0e629bc0ffc65b79ee6fc5da [2022-04-19T03:57:17.156Z] $ docker rm -f 37a6255a43d6c973b5d110f72d5dd13bee992f7a0e629bc0ffc65b79ee6fc5da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T03:57:18.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T03:57:18.537Z] [2022-04-19T03:57:18.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T03:57:18.841Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T03:57:18.841Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-19T03:57:18.841Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-19T03:57:18.841Z] ca9280d653b3: Pulling fs layer [2022-04-19T03:57:18.841Z] 7e9c9ca2126c: Pulling fs layer [2022-04-19T03:57:18.841Z] cbdbe7a5bc2a: Verifying Checksum [2022-04-19T03:57:18.841Z] cbdbe7a5bc2a: Download complete [2022-04-19T03:57:19.101Z] ca9280d653b3: Verifying Checksum [2022-04-19T03:57:19.101Z] ca9280d653b3: Download complete [2022-04-19T03:57:19.101Z] cbdbe7a5bc2a: Pull complete [2022-04-19T03:57:19.360Z] 7e9c9ca2126c: Verifying Checksum [2022-04-19T03:57:19.360Z] 7e9c9ca2126c: Download complete [2022-04-19T03:57:19.360Z] ca9280d653b3: Pull complete [2022-04-19T03:57:22.650Z] 7e9c9ca2126c: Pull complete [2022-04-19T03:57:22.650Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-19T03:57:22.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T03:57:22.650Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-19T03:57:22.717Z] prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container [2022-04-19T03:57:22.757Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-19T03:57:24.131Z] $ docker top 74cbd9ce4d01f3e92e453aa9b34d04b60ebd1e31fd294e9880e46f6c0a1088f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T03:57:24.475Z] + + docker-composegrep build parallel --help [2022-04-19T03:57:24.475Z] [2022-04-19T03:57:25.047Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T03:57:25.064Z] $ docker stop --time=1 74cbd9ce4d01f3e92e453aa9b34d04b60ebd1e31fd294e9880e46f6c0a1088f4 [2022-04-19T03:57:26.346Z] $ docker rm -f 74cbd9ce4d01f3e92e453aa9b34d04b60ebd1e31fd294e9880e46f6c0a1088f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T03:57:26.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T03:57:26.749Z] . [Pipeline] withDockerContainer [2022-04-19T03:57:26.813Z] prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container [2022-04-19T03:57:26.854Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-19T03:57:27.234Z] $ docker top 74c872f0aa7af49fc3568badb5ad12af7dd2c988ccd85d4ea57da22849e1d271 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T03:57:27.625Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T03:57:28.196Z] Building core-command ... [2022-04-19T03:57:28.196Z] Building core-data ... [2022-04-19T03:57:28.196Z] Building core-metadata ... [2022-04-19T03:57:28.196Z] Building security-bootstrapper ... [2022-04-19T03:57:28.196Z] Building security-proxy-setup ... [2022-04-19T03:57:28.196Z] Building security-secretstore-setup ... [2022-04-19T03:57:28.196Z] Building security-spiffe-token-provider ... [2022-04-19T03:57:28.196Z] Building security-spire-agent ... [2022-04-19T03:57:28.196Z] Building security-spire-config ... [2022-04-19T03:57:28.196Z] Building security-spire-server ... [2022-04-19T03:57:28.196Z] Building support-notifications ... [2022-04-19T03:57:28.196Z] Building support-scheduler ... [2022-04-19T03:57:28.196Z] Building sys-mgmt-agent ... [2022-04-19T03:57:28.196Z] Building core-command [2022-04-19T03:57:28.196Z] Building support-scheduler [2022-04-19T03:57:28.196Z] Building security-secretstore-setup [2022-04-19T03:57:28.196Z] Building security-spiffe-token-provider [2022-04-19T03:57:28.196Z] Building security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T03:57:28.729Z] provisioning config files... [2022-04-19T03:57:28.751Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5784103781366127596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T03:57:29.104Z] ---> docker-login.sh [2022-04-19T03:57:29.104Z] nexus3.edgexfoundry.org:10001 [2022-04-19T03:57:29.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:57:29.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:57:29.978Z] Configure a credential helper to remove this warning. See [2022-04-19T03:57:29.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:57:29.978Z] [2022-04-19T03:57:29.978Z] Login Succeeded [2022-04-19T03:57:29.978Z] nexus3.edgexfoundry.org:10002 [2022-04-19T03:57:30.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:57:30.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:57:30.250Z] Configure a credential helper to remove this warning. See [2022-04-19T03:57:30.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:57:30.250Z] [2022-04-19T03:57:30.250Z] Login Succeeded [2022-04-19T03:57:30.525Z] nexus3.edgexfoundry.org:10003 [2022-04-19T03:57:30.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:57:30.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:57:30.801Z] Configure a credential helper to remove this warning. See [2022-04-19T03:57:30.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:57:30.801Z] [2022-04-19T03:57:30.801Z] Login Succeeded [2022-04-19T03:57:30.801Z] nexus3.edgexfoundry.org:10004 [2022-04-19T03:57:31.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:57:31.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:57:31.354Z] Configure a credential helper to remove this warning. See [2022-04-19T03:57:31.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:57:31.354Z] [2022-04-19T03:57:31.354Z] Login Succeeded [2022-04-19T03:57:31.354Z] docker.io [2022-04-19T03:57:31.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T03:57:31.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T03:57:31.900Z] Configure a credential helper to remove this warning. See [2022-04-19T03:57:31.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T03:57:31.900Z] [2022-04-19T03:57:31.900Z] Login Succeeded [2022-04-19T03:57:31.900Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T03:57:31.918Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-19T03:57:32.500Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T03:57:32.514Z] ========================================================= [2022-04-19T03:57:32.514Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-19T03:57:32.514Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T03:57:32.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T03:57:33.126Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-19T03:57:33.126Z] 9b3977197b4f: Pulling fs layer [2022-04-19T03:57:33.126Z] 1a89e8eeedd5: Pulling fs layer [2022-04-19T03:57:33.126Z] 94645a83ff95: Pulling fs layer [2022-04-19T03:57:33.126Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-19T03:57:33.126Z] 0c92f367c5e7: Pulling fs layer [2022-04-19T03:57:33.126Z] f7c0051592d6: Pulling fs layer [2022-04-19T03:57:33.126Z] a227ed2f7395: Pulling fs layer [2022-04-19T03:57:33.126Z] 7b1c46037f91: Pulling fs layer [2022-04-19T03:57:33.126Z] 0c92f367c5e7: Waiting [2022-04-19T03:57:33.126Z] f7c0051592d6: Waiting [2022-04-19T03:57:33.126Z] a227ed2f7395: Waiting [2022-04-19T03:57:33.126Z] 7b1c46037f91: Waiting [2022-04-19T03:57:33.126Z] 3f3a8bcf1eab: Waiting [2022-04-19T03:57:33.126Z] 94645a83ff95: Verifying Checksum [2022-04-19T03:57:33.126Z] 94645a83ff95: Download complete [2022-04-19T03:57:33.126Z] 1a89e8eeedd5: Verifying Checksum [2022-04-19T03:57:33.126Z] 1a89e8eeedd5: Download complete [2022-04-19T03:57:33.126Z] 0c92f367c5e7: Verifying Checksum [2022-04-19T03:57:33.126Z] 0c92f367c5e7: Download complete [2022-04-19T03:57:33.126Z] f7c0051592d6: Download complete [2022-04-19T03:57:33.126Z] 9b3977197b4f: Verifying Checksum [2022-04-19T03:57:33.126Z] 9b3977197b4f: Download complete [2022-04-19T03:57:33.126Z] a227ed2f7395: Verifying Checksum [2022-04-19T03:57:33.126Z] a227ed2f7395: Download complete [2022-04-19T03:57:33.735Z] 9b3977197b4f: Pull complete [2022-04-19T03:57:34.349Z] 1a89e8eeedd5: Pull complete [2022-04-19T03:57:34.628Z] 94645a83ff95: Pull complete [2022-04-19T03:57:35.229Z] 7b1c46037f91: Download complete [2022-04-19T03:57:35.833Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-19T03:57:35.833Z] 3f3a8bcf1eab: Download complete [2022-04-19T03:57:46.293Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:57:46.293Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:57:46.293Z] ---> de41f8a8d027 [2022-04-19T03:57:46.293Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T03:57:46.293Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:57:46.293Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:57:46.293Z] ---> de41f8a8d027 [2022-04-19T03:57:46.293Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T03:57:46.293Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:57:46.293Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:57:46.293Z] ---> de41f8a8d027 [2022-04-19T03:57:46.293Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T03:57:46.293Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:57:46.293Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:57:46.293Z] ---> de41f8a8d027 [2022-04-19T03:57:46.293Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T03:57:46.293Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:57:46.293Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:57:46.293Z] ---> de41f8a8d027 [2022-04-19T03:57:46.293Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T03:57:46.865Z] ---> Running in b249b26c2259 [2022-04-19T03:57:46.865Z] ---> Running in ab3f2848f679 [2022-04-19T03:57:46.865Z] ---> Running in daa3c7636dad [2022-04-19T03:57:47.125Z] ---> Running in 9f95b649714c [2022-04-19T03:57:47.125Z] ---> Running in 7eda7ba9044c [2022-04-19T03:57:47.125Z] Removing intermediate container 9f95b649714c [2022-04-19T03:57:47.125Z] ---> 96294150116d [2022-04-19T03:57:47.125Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:57:47.125Z] Removing intermediate container daa3c7636dad [2022-04-19T03:57:47.125Z] ---> 20c89ee46815 [2022-04-19T03:57:47.125Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:57:47.125Z] Removing intermediate container 7eda7ba9044c [2022-04-19T03:57:47.125Z] ---> 907d0033218a [2022-04-19T03:57:47.125Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:57:47.125Z] Removing intermediate container ab3f2848f679 [2022-04-19T03:57:47.125Z] ---> 9502502a39c5 [2022-04-19T03:57:47.125Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T03:57:47.125Z] Removing intermediate container b249b26c2259 [2022-04-19T03:57:47.125Z] ---> c5970da740e8 [2022-04-19T03:57:47.125Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:57:47.125Z] ---> Running in fd7ed183cdb0 [2022-04-19T03:57:47.125Z] ---> Running in a4ee99964f28 [2022-04-19T03:57:47.125Z] ---> Running in 9a3c7151f6d6 [2022-04-19T03:57:47.125Z] ---> Running in 3a2556419d6b [2022-04-19T03:57:47.125Z] ---> Running in 37a1c98d7447 [2022-04-19T03:57:48.065Z] Removing intermediate container fd7ed183cdb0 [2022-04-19T03:57:48.065Z] ---> 274c33fc450b [2022-04-19T03:57:48.065Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T03:57:48.065Z] ---> Running in c8b302720241 [2022-04-19T03:57:48.255Z] 3f3a8bcf1eab: Pull complete [2022-04-19T03:57:48.255Z] 0c92f367c5e7: Pull complete [2022-04-19T03:57:48.255Z] f7c0051592d6: Pull complete [2022-04-19T03:57:48.255Z] a227ed2f7395: Pull complete [2022-04-19T03:57:48.324Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:48.324Z] Removing intermediate container a4ee99964f28 [2022-04-19T03:57:48.324Z] ---> 32364ecbaa1c [2022-04-19T03:57:48.324Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T03:57:48.324Z] ---> Running in 222ddcc53405 [2022-04-19T03:57:48.585Z] Removing intermediate container 9a3c7151f6d6 [2022-04-19T03:57:48.585Z] ---> 5bee4b6a2071 [2022-04-19T03:57:48.585Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T03:57:48.585Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:48.585Z] Removing intermediate container 37a1c98d7447 [2022-04-19T03:57:48.585Z] ---> Running in b4d7e8619e21 [2022-04-19T03:57:48.585Z] ---> b8f43bf133b3 [2022-04-19T03:57:48.585Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T03:57:48.845Z] ---> Running in 0438e926e4c5 [2022-04-19T03:57:48.845Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:49.106Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:49.106Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:49.106Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:49.366Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:49.627Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T03:57:49.627Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T03:57:49.627Z] OK: 15866 distinct packages available [2022-04-19T03:57:49.627Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:49.627Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:49.887Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:49.887Z] OK: 221 MiB in 52 packages [2022-04-19T03:57:49.887Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:49.887Z] OK: 221 MiB in 52 packages [2022-04-19T03:57:50.146Z] OK: 221 MiB in 52 packages [2022-04-19T03:57:50.146Z] OK: 221 MiB in 52 packages [2022-04-19T03:57:50.146Z] Removing intermediate container c8b302720241 [2022-04-19T03:57:50.146Z] ---> 1c13a8b1630c [2022-04-19T03:57:50.146Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T03:57:50.408Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:57:50.408Z] Removing intermediate container 222ddcc53405 [2022-04-19T03:57:50.408Z] ---> 4cff5a2d391c [2022-04-19T03:57:50.408Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T03:57:50.408Z] ---> c98ff058a60c [2022-04-19T03:57:50.408Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:57:50.408Z] ---> Running in b574f4f4e4f2 [2022-04-19T03:57:50.671Z] ---> c22bef3a25cd [2022-04-19T03:57:50.671Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:57:50.671Z] Removing intermediate container b4d7e8619e21 [2022-04-19T03:57:50.671Z] ---> 89dc1615a321 [2022-04-19T03:57:50.671Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T03:57:50.671Z] ---> Running in d5bdea00d866 [2022-04-19T03:57:50.671Z] OK: 221 MiB in 52 packages [2022-04-19T03:57:50.671Z] Removing intermediate container 0438e926e4c5 [2022-04-19T03:57:50.671Z] ---> a57ff9f61e77 [2022-04-19T03:57:50.671Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T03:57:50.931Z] ---> 8eae1a5b7f4b [2022-04-19T03:57:50.931Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:57:50.931Z] ---> f691355be3c1 [2022-04-19T03:57:50.931Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:57:50.931Z] ---> Running in fd22d6d65cc9 [2022-04-19T03:57:50.931Z] ---> Running in 77903f32ecc2 [2022-04-19T03:57:51.190Z] Removing intermediate container 3a2556419d6b [2022-04-19T03:57:51.190Z] ---> fbc911f427ee [2022-04-19T03:57:51.190Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T03:57:51.450Z] ---> 9b00eaaf0fd3 [2022-04-19T03:57:51.450Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:57:51.450Z] ---> Running in 7f2c1f07cb01 [2022-04-19T03:57:51.450Z] Removing intermediate container b574f4f4e4f2 [2022-04-19T03:57:51.450Z] ---> 64d70d6c1849 [2022-04-19T03:57:51.450Z] Step 8/22 : COPY . . [2022-04-19T03:57:53.391Z] Removing intermediate container d5bdea00d866 [2022-04-19T03:57:53.391Z] ---> 537f1b0f766a [2022-04-19T03:57:53.391Z] Step 8/31 : COPY . . [2022-04-19T03:57:53.391Z] Removing intermediate container fd22d6d65cc9 [2022-04-19T03:57:53.391Z] ---> 72b826c069ff [2022-04-19T03:57:53.391Z] Step 8/23 : COPY . . [2022-04-19T03:57:53.650Z] Removing intermediate container 77903f32ecc2 [2022-04-19T03:57:53.650Z] ---> acc3afde5633 [2022-04-19T03:57:53.650Z] Step 8/25 : COPY . . [2022-04-19T03:57:54.217Z] Removing intermediate container 7f2c1f07cb01 [2022-04-19T03:57:54.217Z] ---> 3094a722e398 [2022-04-19T03:57:54.217Z] Step 7/20 : COPY . . [2022-04-19T03:57:56.542Z] 7b1c46037f91: Pull complete [2022-04-19T03:57:56.542Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-19T03:57:56.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T03:57:56.542Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-19T03:57:56.899Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T03:57:56.899Z] WORKDIR /edgex [2022-04-19T03:57:56.899Z] COPY go.mod . [2022-04-19T03:57:56.899Z] RUN go mod download [2022-04-19T03:57:56.899Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-19T03:57:59.545Z] Sending build context to Docker daemon 169.2MB [2022-04-19T03:57:59.545Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T03:57:59.545Z] ---> f79e39bc4007 [2022-04-19T03:57:59.545Z] Step 2/4 : WORKDIR /edgex [2022-04-19T03:58:00.985Z] ---> Running in f853895138ab [2022-04-19T03:58:01.590Z] Removing intermediate container f853895138ab [2022-04-19T03:58:01.590Z] ---> d06b391558b9 [2022-04-19T03:58:01.590Z] Step 3/4 : COPY go.mod . [2022-04-19T03:58:01.865Z] ---> 60eb69c79573 [2022-04-19T03:58:01.865Z] Step 4/4 : RUN go mod download [2022-04-19T03:58:02.142Z] ---> Running in 4d18a1b50947 [2022-04-19T03:58:04.200Z] ---> 1a3867ea36b2 [2022-04-19T03:58:04.200Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T03:58:04.200Z] ---> bb196e2db723 [2022-04-19T03:58:04.200Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T03:58:04.200Z] ---> 5debb5ae8a38 [2022-04-19T03:58:04.200Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T03:58:04.200Z] ---> fcc0c3e37952 [2022-04-19T03:58:04.200Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T03:58:04.200Z] ---> 11b8c6718e0e [2022-04-19T03:58:04.200Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T03:58:04.200Z] ---> Running in 70d0cbd2f0f0 [2022-04-19T03:58:04.200Z] ---> Running in 422d1cf6ad02 [2022-04-19T03:58:04.200Z] ---> Running in c7c26b39fbcb [2022-04-19T03:58:04.200Z] ---> Running in 727d7664f11f [2022-04-19T03:58:04.200Z] ---> Running in ca952babf7c5 [2022-04-19T03:58:04.200Z] 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-19T03:58:04.200Z] 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-19T03:58:04.200Z] 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-19T03:58:04.200Z] 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-19T03:58:04.200Z] 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-19T03:58:36.306Z] 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-19T03:58:36.306Z] Removing intermediate container 422d1cf6ad02 [2022-04-19T03:58:36.306Z] ---> 030f234eaeee [2022-04-19T03:58:36.306Z] [2022-04-19T03:58:36.306Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T03:58:36.306Z] Removing intermediate container 70d0cbd2f0f0 [2022-04-19T03:58:36.306Z] ---> ba69037f3662 [2022-04-19T03:58:36.306Z] [2022-04-19T03:58:36.306Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T03:58:36.306Z] Removing intermediate container ca952babf7c5 [2022-04-19T03:58:36.306Z] ---> 7575668644f8 [2022-04-19T03:58:36.306Z] [2022-04-19T03:58:36.306Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T03:58:36.873Z] 3.14: Pulling from library/alpine [2022-04-19T03:58:37.133Z] 3.14: Pulling from library/alpine [2022-04-19T03:58:37.133Z] 3.14: Pulling from library/alpine [2022-04-19T03:58:39.042Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T03:58:39.042Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T03:58:39.042Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T03:58:39.042Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T03:58:39.042Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T03:58:39.042Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T03:58:39.042Z] ---> e04c818066af [2022-04-19T03:58:39.042Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T03:58:39.042Z] ---> e04c818066af [2022-04-19T03:58:39.042Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T03:58:39.042Z] ---> e04c818066af [2022-04-19T03:58:39.042Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T03:58:39.042Z] ---> Running in 22ba7184f80e [2022-04-19T03:58:39.302Z] ---> Running in 47d4f1e77595 [2022-04-19T03:58:39.302Z] ---> Running in d6340d0165ad [2022-04-19T03:58:39.302Z] Removing intermediate container c7c26b39fbcb [2022-04-19T03:58:39.302Z] ---> 6e70adfe43d5 [2022-04-19T03:58:39.302Z] [2022-04-19T03:58:39.302Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T03:58:39.302Z] Removing intermediate container 727d7664f11f [2022-04-19T03:58:39.302Z] ---> da412f9d3623 [2022-04-19T03:58:39.302Z] [2022-04-19T03:58:39.302Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T03:58:39.302Z] ---> e04c818066af [2022-04-19T03:58:39.302Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T03:58:39.302Z] 3.15: Pulling from library/alpine [2022-04-19T03:58:39.302Z] ---> Running in e76425bbf147 [2022-04-19T03:58:39.302Z] Removing intermediate container 47d4f1e77595 [2022-04-19T03:58:39.302Z] ---> 9909577e3387 [2022-04-19T03:58:39.302Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T03:58:39.560Z] ---> Running in f7bc4def4624 [2022-04-19T03:58:39.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:39.819Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T03:58:39.819Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T03:58:39.819Z] ---> 0ac33e5f5afa [2022-04-19T03:58:39.819Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T03:58:39.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:39.819Z] ---> Running in fc60976d74fc [2022-04-19T03:58:39.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:40.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:40.079Z] Removing intermediate container fc60976d74fc [2022-04-19T03:58:40.079Z] ---> fd155551f468 [2022-04-19T03:58:40.079Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:58:40.079Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T03:58:40.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:40.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:40.079Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T03:58:40.079Z] ---> Running in 6f8aebe76b0e [2022-04-19T03:58:40.079Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T03:58:40.079Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T03:58:40.079Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T03:58:40.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:40.079Z] OK: 6 MiB in 17 packages [2022-04-19T03:58:40.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:40.338Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T03:58:40.338Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T03:58:40.338Z] OK: 6 MiB in 15 packages [2022-04-19T03:58:40.338Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T03:58:40.338Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T03:58:40.338Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T03:58:40.338Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T03:58:40.338Z] OK: 6 MiB in 16 packages [2022-04-19T03:58:40.338Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T03:58:40.338Z] OK: 6 MiB in 15 packages [2022-04-19T03:58:40.908Z] Removing intermediate container 22ba7184f80e [2022-04-19T03:58:40.908Z] ---> 81b1c15eac02 [2022-04-19T03:58:40.908Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T03:58:40.908Z] ---> Running in f70a715942fd [2022-04-19T03:58:40.908Z] Removing intermediate container d6340d0165ad [2022-04-19T03:58:40.908Z] ---> f43dd5547c5e [2022-04-19T03:58:40.908Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T03:58:40.908Z] Removing intermediate container f7bc4def4624 [2022-04-19T03:58:40.908Z] ---> 5c66f3c4fbed [2022-04-19T03:58:40.908Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T03:58:41.167Z] ---> Running in dc57f94d959a [2022-04-19T03:58:41.167Z] Removing intermediate container f70a715942fd [2022-04-19T03:58:41.167Z] ---> 40dbfae06f75 [2022-04-19T03:58:41.167Z] Step 13/25 : WORKDIR / [2022-04-19T03:58:41.167Z] Removing intermediate container e76425bbf147 [2022-04-19T03:58:41.167Z] ---> 3327f2fb35b7 [2022-04-19T03:58:41.167Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T03:58:41.167Z] ---> Running in 09f84b21d9a0 [2022-04-19T03:58:41.167Z] ---> Running in 36022b18496f [2022-04-19T03:58:41.167Z] ---> Running in e0186650793a [2022-04-19T03:58:41.167Z] Removing intermediate container dc57f94d959a [2022-04-19T03:58:41.167Z] ---> f0bd4debe20f [2022-04-19T03:58:41.167Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T03:58:41.167Z] Removing intermediate container 09f84b21d9a0 [2022-04-19T03:58:41.167Z] ---> fdb626165953 [2022-04-19T03:58:41.167Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T03:58:41.430Z] ---> Running in 20c88f2f6b75 [2022-04-19T03:58:41.430Z] ---> Running in c882d1deef07 [2022-04-19T03:58:41.430Z] Removing intermediate container 6f8aebe76b0e [2022-04-19T03:58:41.430Z] ---> eabc4b77713f [2022-04-19T03:58:41.430Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T03:58:41.430Z] Removing intermediate container 36022b18496f [2022-04-19T03:58:41.430Z] ---> 3faf8cc6aa97 [2022-04-19T03:58:41.430Z] 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-19T03:58:41.430Z] Removing intermediate container e0186650793a [2022-04-19T03:58:41.430Z] ---> c80c69120d94 [2022-04-19T03:58:41.430Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T03:58:41.430Z] ---> Running in e78b2c09cc01 [2022-04-19T03:58:41.430Z] ---> Running in 61082c73c40e [2022-04-19T03:58:41.430Z] Removing intermediate container 20c88f2f6b75 [2022-04-19T03:58:41.430Z] ---> 13bee3200f76 [2022-04-19T03:58:41.430Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T03:58:41.430Z] Removing intermediate container c882d1deef07 [2022-04-19T03:58:41.430Z] ---> a3a570cd087e [2022-04-19T03:58:41.430Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T03:58:41.690Z] ---> Running in 1f52dfccd3a7 [2022-04-19T03:58:41.690Z] ---> 89c8a3d2ab6e [2022-04-19T03:58:41.690Z] 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-19T03:58:41.690Z] ---> Running in 34a90c17fbd3 [2022-04-19T03:58:41.690Z] Removing intermediate container 61082c73c40e [2022-04-19T03:58:41.690Z] ---> 47ecc1bdf49b [2022-04-19T03:58:41.690Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T03:58:41.690Z] Removing intermediate container 1f52dfccd3a7 [2022-04-19T03:58:41.690Z] ---> b96990185ccd [2022-04-19T03:58:41.690Z] Step 15/23 : WORKDIR / [2022-04-19T03:58:41.690Z] ---> Running in 275300f5ad03 [2022-04-19T03:58:41.953Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:41.953Z] ---> 55f443385b53 [2022-04-19T03:58:41.953Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T03:58:42.214Z] ---> Running in c86f85f9d0a1 [2022-04-19T03:58:42.475Z] Removing intermediate container 275300f5ad03 [2022-04-19T03:58:42.475Z] ---> edbefaff63d1 [2022-04-19T03:58:42.475Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T03:58:42.741Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:42.741Z] ---> bf64c3e8448a [2022-04-19T03:58:42.741Z] 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-19T03:58:42.741Z] Removing intermediate container c86f85f9d0a1 [2022-04-19T03:58:42.741Z] ---> 146589556b00 [2022-04-19T03:58:42.741Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T03:58:43.001Z] ---> 86f871808089 [2022-04-19T03:58:43.002Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T03:58:43.262Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T03:58:43.262Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T03:58:43.262Z] OK: 15855 distinct packages available [2022-04-19T03:58:43.262Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:43.262Z] Removing intermediate container 34a90c17fbd3 [2022-04-19T03:58:43.262Z] ---> 58eee82d75bd [2022-04-19T03:58:43.262Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T03:58:43.522Z] ---> d50ed5bdaa40 [2022-04-19T03:58:43.522Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T03:58:43.522Z] ---> 84098fe77fd7 [2022-04-19T03:58:43.522Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T03:58:43.789Z] ---> Running in 252b04d6ef33 [2022-04-19T03:58:44.049Z] ---> 856bde868cd1 [2022-04-19T03:58:44.049Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T03:58:44.049Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:44.318Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T03:58:44.318Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T03:58:44.603Z] ---> d1fa0d4fc6f5 [2022-04-19T03:58:44.603Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T03:58:44.603Z] ---> fe51ca240ac7 [2022-04-19T03:58:44.603Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-19T03:58:44.603Z] Removing intermediate container 252b04d6ef33 [2022-04-19T03:58:44.603Z] ---> cc5baf3d1a55 [2022-04-19T03:58:44.603Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T03:58:44.603Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T03:58:44.603Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T03:58:44.603Z] ---> 1a7f792f436f [2022-04-19T03:58:44.603Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T03:58:44.603Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T03:58:44.881Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T03:58:44.881Z] ---> 8edc12d3a596 [2022-04-19T03:58:44.881Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T03:58:44.881Z] ---> Running in 25dff10bd171 [2022-04-19T03:58:44.881Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T03:58:44.881Z] ---> 5fc82d6d0803 [2022-04-19T03:58:44.881Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T03:58:44.881Z] ---> 764002151f71 [2022-04-19T03:58:44.881Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T03:58:44.881Z] ---> Running in 58e9e37bfc81 [2022-04-19T03:58:44.881Z] ---> Running in 1b2dce221a65 [2022-04-19T03:58:44.881Z] Removing intermediate container 25dff10bd171 [2022-04-19T03:58:44.881Z] ---> 03291894a32e [2022-04-19T03:58:44.881Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T03:58:44.881Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T03:58:45.141Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T03:58:45.141Z] ---> Running in c1cd314866a6 [2022-04-19T03:58:45.141Z] Removing intermediate container 58e9e37bfc81 [2022-04-19T03:58:45.141Z] ---> 9d36b5787ad2 [2022-04-19T03:58:45.141Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T03:58:45.141Z] ---> c8f60f6754ea [2022-04-19T03:58:45.141Z] 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-19T03:58:45.141Z] ---> Running in 6a1252bb68ca [2022-04-19T03:58:45.141Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T03:58:45.141Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T03:58:45.141Z] ---> Running in 4e84802bafef [2022-04-19T03:58:45.141Z] Removing intermediate container c1cd314866a6 [2022-04-19T03:58:45.141Z] ---> f018e5dfa6aa [2022-04-19T03:58:45.141Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T03:58:45.401Z] OK: 8 MiB in 23 packages [2022-04-19T03:58:45.401Z] ---> Running in 7bd24c9d26b3 [2022-04-19T03:58:45.401Z] Removing intermediate container 6a1252bb68ca [2022-04-19T03:58:45.401Z] ---> a9679549de64 [2022-04-19T03:58:45.401Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T03:58:45.401Z] ---> Running in ad6002de6725 [2022-04-19T03:58:45.401Z] Removing intermediate container 7bd24c9d26b3 [2022-04-19T03:58:45.401Z] ---> f6b529c9941e [2022-04-19T03:58:45.401Z] Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T03:58:45.401Z] ---> Running in 8083e75a24a3 [2022-04-19T03:58:45.660Z] Removing intermediate container ad6002de6725 [2022-04-19T03:58:45.660Z] ---> 3daea9248b52 [2022-04-19T03:58:45.660Z] Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T03:58:45.660Z] ---> Running in 204693d52b02 [2022-04-19T03:58:45.660Z] Removing intermediate container 8083e75a24a3 [2022-04-19T03:58:45.660Z] ---> e4bb5a35bc3a [2022-04-19T03:58:45.660Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T03:58:45.660Z] ---> Running in 754915d37316 [2022-04-19T03:58:45.660Z] Removing intermediate container 204693d52b02 [2022-04-19T03:58:45.660Z] ---> 4e116f60e8d4 [2022-04-19T03:58:45.660Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T03:58:45.919Z] ---> Running in 53975c67b1f7 [2022-04-19T03:58:45.919Z] Removing intermediate container 1b2dce221a65 [2022-04-19T03:58:45.919Z] ---> db9668058d65 [2022-04-19T03:58:45.919Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T03:58:45.919Z] Removing intermediate container 754915d37316 [2022-04-19T03:58:45.919Z] ---> 7155edd8d169 [2022-04-19T03:58:45.919Z] [2022-04-19T03:58:45.919Z] Removing intermediate container 53975c67b1f7 [2022-04-19T03:58:45.919Z] ---> 4752165f69b1 [2022-04-19T03:58:45.919Z] [2022-04-19T03:58:46.181Z] Removing intermediate container e78b2c09cc01 [2022-04-19T03:58:46.181Z] ---> 8d9fc5376632 [2022-04-19T03:58:46.181Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T03:58:46.181Z] Successfully built 7155edd8d169 [2022-04-19T03:58:46.181Z] Successfully tagged support-scheduler:latest [2022-04-19T03:58:46.181Z]  Building support-scheduler ... done Building security-spire-agent [2022-04-19T03:58:46.181Z] ---> 2a969e1226d0 [2022-04-19T03:58:46.181Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T03:58:46.181Z] Successfully built 4752165f69b1 [2022-04-19T03:58:46.181Z] Successfully tagged core-command:latest [2022-04-19T03:58:46.181Z]  Building core-command ... done Building support-notifications [2022-04-19T03:58:46.181Z] Removing intermediate container 4e84802bafef [2022-04-19T03:58:46.181Z] ---> 059544423cd5 [2022-04-19T03:58:46.181Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T03:58:46.181Z] ---> Running in 20bb61260696 [2022-04-19T03:58:46.181Z] ---> f58c584de14e [2022-04-19T03:58:46.181Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T03:58:46.440Z] Removing intermediate container 20bb61260696 [2022-04-19T03:58:46.440Z] ---> 7a7621ca1356 [2022-04-19T03:58:46.440Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T03:58:49.134Z] Removing intermediate container 4d18a1b50947 [2022-04-19T03:58:49.134Z] ---> d99e747cccb7 [2022-04-19T03:58:49.134Z] Successfully built d99e747cccb7 [2022-04-19T03:58:49.134Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T03:58:49.480Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T03:58:49.480Z] . [Pipeline] withDockerContainer [2022-04-19T03:58:49.725Z] prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container [2022-04-19T03:58:49.821Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-19T03:58:50.642Z] ---> Running in 5ce371ea7b0a [2022-04-19T03:58:50.643Z] ---> 95c6404a6aaa [2022-04-19T03:58:50.643Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T03:58:50.643Z] ---> 367189a222ac [2022-04-19T03:58:50.643Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T03:58:50.643Z] Removing intermediate container 5ce371ea7b0a [2022-04-19T03:58:50.643Z] ---> 4642896fb975 [2022-04-19T03:58:50.643Z] Step 24/25 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T03:58:50.643Z] ---> c288f3d8d3f6 [2022-04-19T03:58:50.643Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T03:58:50.643Z] ---> a20a10412d12 [2022-04-19T03:58:50.643Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T03:58:50.643Z] ---> Running in 2defeb79c625 [2022-04-19T03:58:50.643Z] ---> Running in 7fd7b67fc5a4 [2022-04-19T03:58:50.643Z] Removing intermediate container 2defeb79c625 [2022-04-19T03:58:50.643Z] ---> 1e158b4a0c18 [2022-04-19T03:58:50.643Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T03:58:50.902Z] ---> 0f91495ea834 [2022-04-19T03:58:50.902Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T03:58:50.902Z] ---> Running in e7b55370671d [2022-04-19T03:58:51.141Z] $ docker top d1fde3e465ed5e0a51960a2c4b686e3bcca170ca079358e479d269ecc88e9c9f -eo pid,comm [2022-04-19T03:58:51.161Z] Removing intermediate container 7fd7b67fc5a4 [2022-04-19T03:58:51.161Z] ---> c8b62b2f28d7 [2022-04-19T03:58:51.161Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] { [Pipeline] sh [2022-04-19T03:58:51.482Z] ---> Running in 4b5300ff32d0 [2022-04-19T03:58:51.482Z] ---> f423b7b0eb5e [2022-04-19T03:58:51.482Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T03:58:51.749Z] Removing intermediate container e7b55370671d [2022-04-19T03:58:51.749Z] ---> 9cd513dfb365 [2022-04-19T03:58:51.749Z] [2022-04-19T03:58:51.749Z] Successfully built 9cd513dfb365 [2022-04-19T03:58:51.749Z] Successfully tagged security-secretstore-setup:latest [2022-04-19T03:58:51.749Z]  Building security-secretstore-setup ... done Removing intermediate container 4b5300ff32d0 [2022-04-19T03:58:51.749Z] ---> c2fa48c8e6c3 [2022-04-19T03:58:51.749Z] Step 18/20 : LABEL arch=x86_64 [2022-04-19T03:58:51.749Z] Building security-proxy-setup [2022-04-19T03:58:51.749Z] ---> Running in 760c1dc3db9a [2022-04-19T03:58:52.010Z] ---> Running in f0cb92b685ed [2022-04-19T03:58:52.010Z] Removing intermediate container 760c1dc3db9a [2022-04-19T03:58:52.010Z] ---> ece028437dc9 [2022-04-19T03:58:52.010Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T03:58:52.044Z] + go version [2022-04-19T03:58:52.044Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-19T03:58:52.079Z] $ docker stop --time=1 d1fde3e465ed5e0a51960a2c4b686e3bcca170ca079358e479d269ecc88e9c9f [2022-04-19T03:58:52.270Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:58:52.271Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:58:52.271Z] ---> de41f8a8d027 [2022-04-19T03:58:52.271Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T03:58:52.271Z] ---> Using cache [2022-04-19T03:58:52.271Z] ---> c5970da740e8 [2022-04-19T03:58:52.271Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:58:52.271Z] ---> Using cache [2022-04-19T03:58:52.271Z] ---> b8f43bf133b3 [2022-04-19T03:58:52.271Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T03:58:52.531Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:58:52.531Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:58:52.531Z] ---> de41f8a8d027 [2022-04-19T03:58:52.531Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T03:58:52.531Z] ---> Using cache [2022-04-19T03:58:52.531Z] ---> c5970da740e8 [2022-04-19T03:58:52.531Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:58:52.531Z] ---> Using cache [2022-04-19T03:58:52.531Z] ---> b8f43bf133b3 [2022-04-19T03:58:52.531Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T03:58:53.720Z] $ docker rm -f d1fde3e465ed5e0a51960a2c4b686e3bcca170ca079358e479d269ecc88e9c9f [2022-04-19T03:58:53.918Z] Removing intermediate container f0cb92b685ed [2022-04-19T03:58:53.918Z] ---> ea40b90fdbc1 [2022-04-19T03:58:53.918Z] Step 19/20 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T03:58:54.180Z] ---> Running in a935ce990b0c [2022-04-19T03:58:54.180Z] ---> 5ab864025307 [2022-04-19T03:58:54.180Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T03:58:54.180Z] ---> Running in d66c9e27f8f5 [2022-04-19T03:58:54.180Z] ---> Running in c5a98e619ced [2022-04-19T03:58:54.180Z] ---> Running in 959b6c3a6ef2 [2022-04-19T03:58:54.325Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T03:58:54.325Z] . [Pipeline] withDockerContainer [2022-04-19T03:58:54.440Z] Removing intermediate container c5a98e619ced [2022-04-19T03:58:54.440Z] ---> a471b342f2da [2022-04-19T03:58:54.440Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T03:58:54.440Z] ---> Running in e47ef81fdb73 [2022-04-19T03:58:54.559Z] prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container [2022-04-19T03:58:54.643Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-19T03:58:54.699Z] Removing intermediate container e47ef81fdb73 [2022-04-19T03:58:54.699Z] ---> bd49f56866bd [2022-04-19T03:58:54.699Z] [2022-04-19T03:58:54.699Z] Successfully built bd49f56866bd [2022-04-19T03:58:54.699Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:54.699Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-19T03:58:54.699Z] Building core-data [2022-04-19T03:58:54.962Z]  Building security-spiffe-token-provider ... done fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:55.531Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:55.791Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:58:55.874Z] $ docker top a5963edc1d244300a26bb850b5a35e027a9ce8e112fce53238931888d3077c4b -eo pid,comm [2022-04-19T03:58:56.051Z] OK: 221 MiB in 52 packages [Pipeline] { [Pipeline] echo [2022-04-19T03:58:56.137Z] ========================================================= [2022-04-19T03:58:56.137Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T03:58:56.137Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T03:58:56.310Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:58:56.310Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:58:56.310Z] ---> de41f8a8d027 [2022-04-19T03:58:56.310Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T03:58:56.310Z] ---> Using cache [2022-04-19T03:58:56.310Z] ---> c5970da740e8 [2022-04-19T03:58:56.310Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:58:56.310Z] ---> Using cache [2022-04-19T03:58:56.310Z] ---> b8f43bf133b3 [2022-04-19T03:58:56.310Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T03:58:56.310Z] ---> Using cache [2022-04-19T03:58:56.310Z] ---> a57ff9f61e77 [2022-04-19T03:58:56.310Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T03:58:56.310Z] ---> Using cache [2022-04-19T03:58:56.310Z] ---> f691355be3c1 [2022-04-19T03:58:56.310Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:58:56.310Z] ---> Using cache [2022-04-19T03:58:56.310Z] ---> acc3afde5633 [2022-04-19T03:58:56.310Z] Step 8/22 : COPY . . [2022-04-19T03:58:56.310Z] ---> Using cache [2022-04-19T03:58:56.310Z] ---> 11b8c6718e0e [2022-04-19T03:58:56.310Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T03:58:56.310Z] OK: 221 MiB in 52 packages [2022-04-19T03:58:56.789Z] + make test [2022-04-19T03:58:56.789Z] go mod tidy -compat=1.17 [2022-04-19T03:58:57.776Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T03:58:58.849Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:58:58.849Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:58:58.849Z] ---> de41f8a8d027 [2022-04-19T03:58:58.849Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T03:58:58.849Z] ---> Using cache [2022-04-19T03:58:58.849Z] ---> c5970da740e8 [2022-04-19T03:58:58.849Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:58:58.849Z] ---> Using cache [2022-04-19T03:58:58.849Z] ---> b8f43bf133b3 [2022-04-19T03:58:58.849Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T03:59:00.249Z] ---> Running in 3e66936ecb2b [2022-04-19T03:59:00.249Z] ---> Running in d126f30f8fa8 [2022-04-19T03:59:00.249Z] Removing intermediate container 959b6c3a6ef2 [2022-04-19T03:59:00.249Z] ---> 7d3fc78510b4 [2022-04-19T03:59:00.249Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T03:59:00.249Z] ---> Running in c89eebbb7787 [2022-04-19T03:59:00.249Z] Removing intermediate container a935ce990b0c [2022-04-19T03:59:00.249Z] ---> 5bfd65cf4bec [2022-04-19T03:59:00.249Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T03:59:00.249Z] Removing intermediate container d66c9e27f8f5 [2022-04-19T03:59:00.249Z] ---> 7bcfcb6e4903 [2022-04-19T03:59:00.249Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T03:59:00.512Z] Removing intermediate container c89eebbb7787 [2022-04-19T03:59:00.512Z] ---> a0968265b277 [2022-04-19T03:59:00.512Z] Step 28/31 : CMD ["gate"] [2022-04-19T03:59:00.772Z] ---> 592dd0b786ac [2022-04-19T03:59:00.772Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:59:00.772Z] ---> Running in 36db7e31b424 [2022-04-19T03:59:00.772Z] ---> 749c639fa7d7 [2022-04-19T03:59:00.772Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:59:00.772Z] 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-19T03:59:00.772Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:00.772Z] ---> Running in 12683c93814e [2022-04-19T03:59:00.772Z] ---> Running in dd58444fab46 [2022-04-19T03:59:00.772Z] Removing intermediate container 36db7e31b424 [2022-04-19T03:59:00.772Z] ---> 55fe8bacb205 [2022-04-19T03:59:00.772Z] Step 29/31 : LABEL arch=x86_64 [2022-04-19T03:59:01.032Z] ---> Running in 06ff45617fd4 [2022-04-19T03:59:01.291Z] Removing intermediate container 06ff45617fd4 [2022-04-19T03:59:01.291Z] ---> 416074c9f6a1 [2022-04-19T03:59:01.291Z] Step 30/31 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T03:59:01.562Z] ---> Running in 5fa83e4a8800 [2022-04-19T03:59:01.562Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:01.562Z] Removing intermediate container 5fa83e4a8800 [2022-04-19T03:59:01.562Z] ---> 2ccf41a43c9b [2022-04-19T03:59:01.562Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T03:59:01.821Z] ---> Running in 1fd9e6c58501 [2022-04-19T03:59:01.821Z] OK: 221 MiB in 52 packages [2022-04-19T03:59:02.080Z] Removing intermediate container 1fd9e6c58501 [2022-04-19T03:59:02.080Z] ---> 065fc7b3b649 [2022-04-19T03:59:02.080Z] [2022-04-19T03:59:02.080Z] Successfully built 065fc7b3b649 [2022-04-19T03:59:02.080Z] Successfully tagged security-bootstrapper:latest [2022-04-19T03:59:02.080Z]  Building security-bootstrapper ... done Building sys-mgmt-agent [2022-04-19T03:59:02.080Z] Removing intermediate container 12683c93814e [2022-04-19T03:59:02.080Z] ---> 0dfac32a5a29 [2022-04-19T03:59:02.080Z] Step 8/26 : COPY . . [2022-04-19T03:59:04.619Z] Removing intermediate container dd58444fab46 [2022-04-19T03:59:04.619Z] ---> fbbd6f3b1ead [2022-04-19T03:59:04.619Z] Step 8/22 : COPY . . [2022-04-19T03:59:07.157Z] Removing intermediate container d126f30f8fa8 [2022-04-19T03:59:07.157Z] ---> 9726ae2b6227 [2022-04-19T03:59:07.157Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T03:59:08.099Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:59:08.099Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:59:08.099Z] ---> de41f8a8d027 [2022-04-19T03:59:08.099Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T03:59:08.099Z] ---> Using cache [2022-04-19T03:59:08.099Z] ---> c5970da740e8 [2022-04-19T03:59:08.099Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:59:08.099Z] ---> Using cache [2022-04-19T03:59:08.099Z] ---> b8f43bf133b3 [2022-04-19T03:59:08.099Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T03:59:09.483Z] ---> a9906dceefe2 [2022-04-19T03:59:09.483Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:59:09.743Z] ---> Running in 890182ada83e [2022-04-19T03:59:09.743Z] ---> Running in b43690fa2e11 [2022-04-19T03:59:10.003Z] ---> 4f39993505be [2022-04-19T03:59:10.003Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T03:59:10.003Z] ---> Running in 7b04be1e6a0a [2022-04-19T03:59:10.265Z] Removing intermediate container 7b04be1e6a0a [2022-04-19T03:59:10.265Z] ---> 96ec68dcaf55 [2022-04-19T03:59:10.265Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T03:59:10.265Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:10.265Z] ---> Running in ff964b82dea1 [2022-04-19T03:59:11.209Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:11.526Z] OK: 221 MiB in 52 packages [2022-04-19T03:59:11.787Z] Removing intermediate container b43690fa2e11 [2022-04-19T03:59:11.787Z] ---> 35f41f143f68 [2022-04-19T03:59:11.787Z] Step 8/23 : COPY . . [2022-04-19T03:59:12.047Z] Removing intermediate container ff964b82dea1 [2022-04-19T03:59:12.047Z] ---> 34aaa1b9f09c [2022-04-19T03:59:12.047Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T03:59:13.959Z] ---> Running in 0e1147edc922 [2022-04-19T03:59:13.959Z] 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-19T03:59:14.219Z] ---> bc3bfd49825e [2022-04-19T03:59:14.219Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T03:59:14.516Z] Removing intermediate container 890182ada83e [2022-04-19T03:59:14.516Z] ---> 581becaf5701 [2022-04-19T03:59:14.516Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T03:59:14.516Z] ---> Running in ee377a2da9cf [2022-04-19T03:59:14.516Z] Removing intermediate container 0e1147edc922 [2022-04-19T03:59:14.516Z] ---> 9b384f83311c [2022-04-19T03:59:14.516Z] 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-19T03:59:14.777Z] ---> Running in 4fdf6bfd409e [2022-04-19T03:59:15.037Z] ---> 18df3600895e [2022-04-19T03:59:15.037Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:59:15.037Z] ---> Running in e091bb091fb5 [2022-04-19T03:59:15.298Z] 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-19T03:59:16.241Z] spire-1.2.1/ [2022-04-19T03:59:16.241Z] spire-1.2.1/.data/ [2022-04-19T03:59:16.241Z] spire-1.2.1/.data/.file [2022-04-19T03:59:16.241Z] spire-1.2.1/.dockerignore [2022-04-19T03:59:16.241Z] spire-1.2.1/.gitattributes [2022-04-19T03:59:16.241Z] spire-1.2.1/.githooks/ [2022-04-19T03:59:16.241Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/ [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/ [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T03:59:16.241Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T03:59:16.241Z] spire-1.2.1/.gitignore [2022-04-19T03:59:16.241Z] spire-1.2.1/.go-version [2022-04-19T03:59:16.241Z] spire-1.2.1/.golangci.yml [2022-04-19T03:59:16.241Z] spire-1.2.1/ADOPTERS.md [2022-04-19T03:59:16.241Z] spire-1.2.1/CHANGELOG.md [2022-04-19T03:59:16.241Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T03:59:16.241Z] spire-1.2.1/CODEOWNERS [2022-04-19T03:59:16.241Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T03:59:16.241Z] spire-1.2.1/Dockerfile [2022-04-19T03:59:16.241Z] spire-1.2.1/Dockerfile.dev [2022-04-19T03:59:16.241Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T03:59:16.241Z] spire-1.2.1/LICENSE [2022-04-19T03:59:16.241Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T03:59:16.241Z] spire-1.2.1/Makefile [2022-04-19T03:59:16.241Z] spire-1.2.1/README.md [2022-04-19T03:59:16.241Z] spire-1.2.1/ROADMAP.md [2022-04-19T03:59:16.241Z] spire-1.2.1/SECURITY.md [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T03:59:16.241Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/ [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/agent/ [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/server/ [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/server/server.conf [2022-04-19T03:59:16.241Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/ [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/auditlog.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/ [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/spire_server.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/telemetry.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/upgrading.md [2022-04-19T03:59:16.241Z] spire-1.2.1/doc/using_spire.md [2022-04-19T03:59:16.241Z] spire-1.2.1/examples/ [2022-04-19T03:59:16.241Z] spire-1.2.1/examples/README.md [2022-04-19T03:59:16.241Z] spire-1.2.1/go.mod [2022-04-19T03:59:16.241Z] spire-1.2.1/go.sum [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/ [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/ [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T03:59:16.241Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T03:59:16.242Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/health/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/log/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T03:59:16.243Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/version/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T03:59:16.244Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/config.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T03:59:16.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/server.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/private/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/private/server/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/common/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T03:59:16.246Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T03:59:16.246Z] spire-1.2.1/release/ [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire-extras/ [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire/ [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire/README.md [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire/conf/ [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T03:59:16.246Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T03:59:16.246Z] spire-1.2.1/script/ [2022-04-19T03:59:16.246Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T03:59:16.246Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T03:59:16.246Z] spire-1.2.1/support/ [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/ [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T03:59:16.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T03:59:16.247Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/clock/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/clock/clock.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T03:59:16.247Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/README.md [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/common [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T03:59:16.247Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T03:59:16.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T03:59:16.249Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T03:59:16.250Z] spire-1.2.1/test/integration/test.sh [2022-04-19T03:59:16.250Z] spire-1.2.1/test/plugintest/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/testca/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/testca/ca.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/testkey/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T03:59:16.250Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/testkey/new.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/util/ [2022-04-19T03:59:16.250Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/util/race.go [2022-04-19T03:59:16.250Z] spire-1.2.1/test/util/util.go [2022-04-19T03:59:16.250Z] building spire from source... [2022-04-19T03:59:16.250Z] Installing go1.17.7... [2022-04-19T03:59:17.632Z] Removing intermediate container 3e66936ecb2b [2022-04-19T03:59:17.632Z] ---> 68ada75372d9 [2022-04-19T03:59:17.632Z] [2022-04-19T03:59:17.632Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T03:59:17.632Z] ---> e04c818066af [2022-04-19T03:59:17.632Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T03:59:17.632Z] ---> b2656a1a2692 [2022-04-19T03:59:17.632Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T03:59:17.632Z] Removing intermediate container e091bb091fb5 [2022-04-19T03:59:17.632Z] ---> d6676d65c6ed [2022-04-19T03:59:17.632Z] Step 8/23 : COPY . . [2022-04-19T03:59:17.891Z] ---> Running in 96f8aa68d87a [2022-04-19T03:59:17.891Z] ---> Running in 2fc2c46187bc [2022-04-19T03:59:18.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:18.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:18.459Z] 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-19T03:59:18.719Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T03:59:18.719Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T03:59:18.719Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T03:59:18.719Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T03:59:18.719Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T03:59:18.719Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T03:59:18.719Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T03:59:18.719Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T03:59:18.719Z] OK: 8 MiB in 20 packages [2022-04-19T03:59:23.158Z] Building bin/spire-server... [2022-04-19T03:59:23.158Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T03:59:23.158Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T03:59:23.158Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T03:59:23.158Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T03:59:23.158Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T03:59:23.158Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T03:59:23.158Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T03:59:23.158Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T03:59:23.158Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T03:59:23.158Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T03:59:23.158Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T03:59:23.475Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T03:59:23.475Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T03:59:23.475Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T03:59:23.475Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T03:59:23.475Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T03:59:23.475Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T03:59:23.475Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T03:59:23.475Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T03:59:23.475Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T03:59:23.734Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T03:59:23.734Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T03:59:23.734Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T03:59:23.734Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T03:59:23.734Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T03:59:23.734Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T03:59:23.734Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T03:59:23.734Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T03:59:23.994Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T03:59:23.994Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T03:59:24.269Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T03:59:24.270Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T03:59:24.270Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T03:59:24.270Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T03:59:24.270Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T03:59:24.270Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T03:59:24.270Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T03:59:24.270Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T03:59:24.270Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T03:59:24.270Z] Removing intermediate container 96f8aa68d87a [2022-04-19T03:59:24.270Z] ---> db6f8dc6e62e [2022-04-19T03:59:24.270Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T03:59:24.545Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T03:59:24.545Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T03:59:24.545Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T03:59:24.545Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T03:59:24.545Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T03:59:24.545Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T03:59:24.545Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T03:59:24.545Z]  ---> bcbfa27fe931 [2022-04-19T03:59:24.545Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T03:59:24.545Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T03:59:24.545Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T03:59:24.545Z]  ---> Running in a11ced5696f8 [2022-04-19T03:59:24.545Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T03:59:24.850Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T03:59:24.850Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T03:59:24.850Z]  ---> Running in a438677a1992 [2022-04-19T03:59:24.850Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T03:59:24.850Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T03:59:24.850Z] Removing intermediate container a11ced5696f8 [2022-04-19T03:59:24.850Z] ---> d95d5a064364 [2022-04-19T03:59:24.850Z] Step 13/22 : WORKDIR /edgex [2022-04-19T03:59:25.110Z] ---> Running in 47d18b341cce [2022-04-19T03:59:25.377Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T03:59:25.377Z] Removing intermediate container 47d18b341cce [2022-04-19T03:59:25.377Z] ---> 07901ae628b7 [2022-04-19T03:59:25.378Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T03:59:25.378Z] 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-19T03:59:26.315Z] ---> c72304e07531 [2022-04-19T03:59:26.315Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T03:59:26.887Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T03:59:26.887Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T03:59:26.887Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T03:59:26.887Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T03:59:26.887Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T03:59:28.795Z]  ---> ff02e681771d [2022-04-19T03:59:28.795Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T03:59:29.363Z] ---> 6d55a56cbb3c [2022-04-19T03:59:29.363Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T03:59:30.147Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T03:59:30.741Z] ---> 752d263894e7 [2022-04-19T03:59:30.741Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-19T03:59:31.000Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T03:59:31.000Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T03:59:31.000Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T03:59:31.000Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T03:59:31.000Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T03:59:31.259Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T03:59:31.518Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T03:59:31.518Z]  ---> Running in f610a28bc665 [2022-04-19T03:59:31.518Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T03:59:31.518Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T03:59:31.780Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T03:59:32.348Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T03:59:32.607Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T03:59:32.607Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T03:59:32.607Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T03:59:33.176Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T03:59:33.176Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T03:59:33.435Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T03:59:33.435Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T03:59:33.694Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T03:59:33.694Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T03:59:33.953Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T03:59:33.953Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T03:59:34.225Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T03:59:34.226Z] Removing intermediate container f610a28bc665 [2022-04-19T03:59:34.226Z] ---> e39866a2eee3 [2022-04-19T03:59:34.226Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T03:59:34.226Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T03:59:34.486Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T03:59:34.486Z]  ---> Running in 83f0378a6187 [2022-04-19T03:59:34.486Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T03:59:34.486Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T03:59:34.486Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T03:59:34.486Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T03:59:35.058Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T03:59:35.058Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T03:59:35.058Z] Removing intermediate container 83f0378a6187 [2022-04-19T03:59:35.058Z] ---> 4ee76501e7f8 [2022-04-19T03:59:35.058Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T03:59:35.317Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T03:59:35.575Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T03:59:35.575Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T03:59:35.834Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T03:59:35.834Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T03:59:35.834Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T03:59:35.834Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T03:59:35.834Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T03:59:35.834Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T03:59:35.834Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T03:59:35.834Z]  ---> Running in 051b3314f4c9 [2022-04-19T03:59:35.834Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T03:59:35.834Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T03:59:35.834Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T03:59:35.834Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T03:59:35.834Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T03:59:35.834Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T03:59:36.093Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T03:59:36.093Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T03:59:36.093Z] Removing intermediate container 051b3314f4c9 [2022-04-19T03:59:36.093Z] ---> feade5dc1a79 [2022-04-19T03:59:36.093Z] Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T03:59:36.359Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T03:59:36.359Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T03:59:36.359Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T03:59:36.359Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T03:59:36.359Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T03:59:36.359Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T03:59:36.359Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T03:59:36.359Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T03:59:36.359Z]  ---> Running in 38434bb8097e [2022-04-19T03:59:36.625Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T03:59:36.625Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T03:59:36.625Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T03:59:36.625Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T03:59:36.625Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T03:59:36.625Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T03:59:36.625Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T03:59:36.625Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T03:59:36.884Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T03:59:36.884Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T03:59:36.884Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T03:59:36.884Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T03:59:36.884Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T03:59:36.884Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T03:59:36.884Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T03:59:36.884Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T03:59:36.884Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T03:59:36.884Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T03:59:36.884Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T03:59:36.884Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T03:59:36.884Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T03:59:37.144Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T03:59:37.144Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T03:59:37.144Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T03:59:37.144Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T03:59:37.144Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T03:59:37.403Z] Removing intermediate container 38434bb8097e [2022-04-19T03:59:37.403Z] ---> 468345d998d9 [2022-04-19T03:59:37.403Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T03:59:37.663Z] ---> Running in db8d615d4d87 [2022-04-19T03:59:38.232Z] Removing intermediate container db8d615d4d87 [2022-04-19T03:59:38.232Z] ---> 20dddc6ca6fc [2022-04-19T03:59:38.232Z] [2022-04-19T03:59:38.232Z] Successfully built 20dddc6ca6fc [2022-04-19T03:59:38.232Z] Successfully tagged security-proxy-setup:latest [2022-04-19T03:59:38.232Z]  Building security-proxy-setup ... done Building core-metadata [2022-04-19T03:59:41.529Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T03:59:41.529Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T03:59:41.529Z] ---> de41f8a8d027 [2022-04-19T03:59:41.529Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T03:59:41.529Z] ---> Using cache [2022-04-19T03:59:41.529Z] ---> c5970da740e8 [2022-04-19T03:59:41.529Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:59:41.529Z] ---> Using cache [2022-04-19T03:59:41.529Z] ---> b8f43bf133b3 [2022-04-19T03:59:41.529Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T03:59:41.529Z] ---> Using cache [2022-04-19T03:59:41.529Z] ---> a57ff9f61e77 [2022-04-19T03:59:41.529Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T03:59:41.529Z] ---> Using cache [2022-04-19T03:59:41.529Z] ---> f691355be3c1 [2022-04-19T03:59:41.529Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T03:59:41.529Z] ---> Using cache [2022-04-19T03:59:41.529Z] ---> acc3afde5633 [2022-04-19T03:59:41.529Z] Step 8/23 : COPY . . [2022-04-19T03:59:41.529Z] ---> Using cache [2022-04-19T03:59:41.529Z] ---> 11b8c6718e0e [2022-04-19T03:59:41.529Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T03:59:41.790Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T03:59:41.790Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T03:59:45.997Z]  ---> Running in 2c928085d9ce [2022-04-19T03:59:45.997Z] Removing intermediate container ee377a2da9cf [2022-04-19T03:59:45.997Z] ---> 63c25b502167 [2022-04-19T03:59:45.997Z] [2022-04-19T03:59:45.997Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T03:59:45.997Z] ---> e04c818066af [2022-04-19T03:59:45.997Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T03:59:45.997Z] ---> Running in 7e2acd47e842 [2022-04-19T03:59:45.997Z] 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-19T03:59:46.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:46.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:46.515Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T03:59:46.515Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T03:59:46.515Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T03:59:46.515Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T03:59:46.515Z] OK: 6 MiB in 16 packages [2022-04-19T03:59:47.908Z] Removing intermediate container a438677a1992 [2022-04-19T03:59:47.908Z] ---> 3c49525d3c8e [2022-04-19T03:59:47.908Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T03:59:47.908Z] Removing intermediate container 2fc2c46187bc [2022-04-19T03:59:47.908Z] ---> c76cd51ffe3e [2022-04-19T03:59:47.908Z] [2022-04-19T03:59:47.908Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T03:59:47.908Z] ---> e04c818066af [2022-04-19T03:59:47.908Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T03:59:47.908Z] ---> Running in d3704035ed39 [2022-04-19T03:59:48.171Z] ---> Running in 20799c07cad5 [2022-04-19T03:59:48.171Z] Removing intermediate container 7e2acd47e842 [2022-04-19T03:59:48.171Z] ---> 1ee4f52205c7 [2022-04-19T03:59:48.171Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T03:59:48.171Z] ---> Running in 034a06466b0f [2022-04-19T03:59:48.171Z] Removing intermediate container 20799c07cad5 [2022-04-19T03:59:48.171Z] ---> eb9adda678d1 [2022-04-19T03:59:48.171Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T03:59:48.431Z] ---> Running in c9c7f929733e [2022-04-19T03:59:48.431Z] Removing intermediate container 034a06466b0f [2022-04-19T03:59:48.431Z] ---> d64dd03fb05c [2022-04-19T03:59:48.431Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T03:59:48.431Z] 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-19T03:59:48.431Z] ---> Running in 5f706bbcfa90 [2022-04-19T03:59:48.431Z] Removing intermediate container c9c7f929733e [2022-04-19T03:59:48.431Z] ---> 6f2437f3a769 [2022-04-19T03:59:48.431Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T03:59:48.690Z] ---> Running in ac51ce73ec07 [2022-04-19T03:59:48.690Z] Removing intermediate container 5f706bbcfa90 [2022-04-19T03:59:48.690Z] ---> 5c30ba71f5a6 [2022-04-19T03:59:48.690Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T03:59:48.954Z] Removing intermediate container ac51ce73ec07 [2022-04-19T03:59:48.954Z] ---> 8462cd95f2e5 [2022-04-19T03:59:48.954Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T03:59:48.954Z] ---> Running in 28b7ae21c45e [2022-04-19T03:59:48.954Z] ---> Running in 799b60ad1745 [2022-04-19T03:59:49.215Z] Removing intermediate container 28b7ae21c45e [2022-04-19T03:59:49.215Z] ---> 86ad4bd24e2d [2022-04-19T03:59:49.215Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T03:59:49.497Z] Removing intermediate container d3704035ed39 [2022-04-19T03:59:49.497Z] ---> 2329cec13a21 [2022-04-19T03:59:49.497Z] [2022-04-19T03:59:49.497Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T03:59:49.770Z] ---> c7b71522cae1 [2022-04-19T03:59:49.770Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T03:59:49.770Z] 20.10.14: Pulling from library/docker [2022-04-19T03:59:50.337Z] Removing intermediate container 799b60ad1745 [2022-04-19T03:59:50.337Z] ---> 19527a47f955 [2022-04-19T03:59:50.337Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T03:59:50.599Z] ---> Running in 6093014c38e5 [2022-04-19T03:59:50.599Z] ---> 2c2470681a47 [2022-04-19T03:59:50.599Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T03:59:51.170Z] ---> b8d2b5b45537 [2022-04-19T03:59:51.170Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T03:59:51.430Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:51.430Z] ---> Running in 31cf7b51aa13 [2022-04-19T03:59:51.695Z] Removing intermediate container 31cf7b51aa13 [2022-04-19T03:59:51.695Z] ---> 4bdfc00ae813 [2022-04-19T03:59:51.695Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T03:59:51.695Z] ---> Running in c3a1d2c6c87a [2022-04-19T03:59:51.955Z] Removing intermediate container c3a1d2c6c87a [2022-04-19T03:59:51.955Z] ---> e844d9f8d107 [2022-04-19T03:59:51.955Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T03:59:51.955Z] ---> Running in b606369ba252 [2022-04-19T03:59:52.215Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T03:59:52.479Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T03:59:52.479Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T03:59:52.479Z] Removing intermediate container b606369ba252 [2022-04-19T03:59:52.479Z] ---> 630c6d60f9ac [2022-04-19T03:59:52.479Z] Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T03:59:52.741Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T03:59:52.741Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T03:59:52.741Z] ---> Running in b3ddcd99fa4c [2022-04-19T03:59:53.001Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T03:59:53.001Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T03:59:53.001Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T03:59:53.001Z] OK: 8 MiB in 20 packages [2022-04-19T03:59:53.263Z] Removing intermediate container b3ddcd99fa4c [2022-04-19T03:59:53.263Z] ---> b2363bb357d0 [2022-04-19T03:59:53.263Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T03:59:53.531Z] ---> Running in 316a65f23a1c [2022-04-19T03:59:53.795Z] Removing intermediate container 316a65f23a1c [2022-04-19T03:59:53.795Z] ---> f8bd19508dd8 [2022-04-19T03:59:53.795Z] [2022-04-19T03:59:54.058Z] Successfully built f8bd19508dd8 [2022-04-19T03:59:54.058Z] Successfully tagged support-notifications:latest [2022-04-19T03:59:54.058Z] Building security-spire-server [2022-04-19T03:59:54.318Z]  Building support-notifications ... done Removing intermediate container 6093014c38e5 [2022-04-19T03:59:54.318Z] ---> bb21b810e5d0 [2022-04-19T03:59:54.318Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T03:59:57.619Z] ---> 89fc6636ca46 [2022-04-19T03:59:57.619Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T04:00:00.226Z] ---> d5e846a946fe [2022-04-19T04:00:00.226Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T04:00:00.226Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:00:00.226Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:00:00.226Z] ---> de41f8a8d027 [2022-04-19T04:00:00.226Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T04:00:00.226Z] ---> Using cache [2022-04-19T04:00:00.226Z] ---> c5970da740e8 [2022-04-19T04:00:00.226Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:00:00.226Z] ---> Using cache [2022-04-19T04:00:00.226Z] ---> b8f43bf133b3 [2022-04-19T04:00:00.226Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T04:00:00.226Z] ---> Using cache [2022-04-19T04:00:00.226Z] ---> 5bfd65cf4bec [2022-04-19T04:00:00.226Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T04:00:00.226Z] ---> Using cache [2022-04-19T04:00:00.226Z] ---> 592dd0b786ac [2022-04-19T04:00:00.226Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:00:00.226Z] ---> Using cache [2022-04-19T04:00:00.226Z] ---> 0dfac32a5a29 [2022-04-19T04:00:00.226Z] Step 8/25 : COPY . . [2022-04-19T04:00:00.226Z] ---> Using cache [2022-04-19T04:00:00.226Z] ---> 4f39993505be [2022-04-19T04:00:00.226Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T04:00:00.226Z] ---> Using cache [2022-04-19T04:00:00.226Z] ---> 96ec68dcaf55 [2022-04-19T04:00:00.226Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T04:00:00.226Z] ---> Using cache [2022-04-19T04:00:00.226Z] ---> 34aaa1b9f09c [2022-04-19T04:00:00.226Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T04:00:00.226Z] ---> Using cache [2022-04-19T04:00:00.226Z] ---> 9b384f83311c [2022-04-19T04:00:00.226Z] 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-19T04:00:00.794Z] ---> 4e4d6be3decb [2022-04-19T04:00:00.794Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T04:00:00.794Z] ---> Running in 52c62b9ce18d [2022-04-19T04:00:01.059Z] ---> Running in d7eb66bd7d51 [2022-04-19T04:00:01.330Z] Removing intermediate container d7eb66bd7d51 [2022-04-19T04:00:01.330Z] ---> ede5c92987b9 [2022-04-19T04:00:01.330Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:00:01.622Z] ---> Running in 1e7f68bddca8 [2022-04-19T04:00:01.622Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T04:00:01.622Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T04:00:01.622Z] ---> 7417809fdb73 [2022-04-19T04:00:01.622Z] 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-19T04:00:01.622Z] ---> Running in b5f664cc5c14 [2022-04-19T04:00:01.885Z] Removing intermediate container 1e7f68bddca8 [2022-04-19T04:00:01.885Z] ---> dd95d4ed43e3 [2022-04-19T04:00:01.885Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T04:00:01.885Z] ---> Running in 7f715727a557 [2022-04-19T04:00:01.885Z] spire-1.2.1/ [2022-04-19T04:00:01.885Z] spire-1.2.1/.data/ [2022-04-19T04:00:01.885Z] spire-1.2.1/.data/.file [2022-04-19T04:00:01.885Z] spire-1.2.1/.dockerignore [2022-04-19T04:00:01.885Z] spire-1.2.1/.gitattributes [2022-04-19T04:00:01.885Z] spire-1.2.1/.githooks/ [2022-04-19T04:00:01.885Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/ [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/ [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T04:00:01.885Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T04:00:01.885Z] spire-1.2.1/.gitignore [2022-04-19T04:00:01.885Z] spire-1.2.1/.go-version [2022-04-19T04:00:01.885Z] spire-1.2.1/.golangci.yml [2022-04-19T04:00:01.885Z] spire-1.2.1/ADOPTERS.md [2022-04-19T04:00:01.885Z] spire-1.2.1/CHANGELOG.md [2022-04-19T04:00:01.885Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T04:00:01.885Z] spire-1.2.1/CODEOWNERS [2022-04-19T04:00:01.885Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T04:00:01.885Z] spire-1.2.1/Dockerfile [2022-04-19T04:00:01.885Z] spire-1.2.1/Dockerfile.dev [2022-04-19T04:00:01.885Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T04:00:01.885Z] spire-1.2.1/LICENSE [2022-04-19T04:00:01.885Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T04:00:01.885Z] spire-1.2.1/Makefile [2022-04-19T04:00:01.885Z] spire-1.2.1/README.md [2022-04-19T04:00:01.885Z] spire-1.2.1/ROADMAP.md [2022-04-19T04:00:01.885Z] spire-1.2.1/SECURITY.md [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T04:00:01.885Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/ [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/agent/ [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/server/ [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/server/server.conf [2022-04-19T04:00:01.885Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/ [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/auditlog.md [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/images/ [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T04:00:01.885Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/spire_server.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/telemetry.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/upgrading.md [2022-04-19T04:00:02.150Z] spire-1.2.1/doc/using_spire.md [2022-04-19T04:00:02.150Z] spire-1.2.1/examples/ [2022-04-19T04:00:02.150Z] spire-1.2.1/examples/README.md [2022-04-19T04:00:02.150Z] spire-1.2.1/go.mod [2022-04-19T04:00:02.150Z] spire-1.2.1/go.sum [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/catalog/keymanager.goRemoving intermediate container b5f664cc5c14 [2022-04-19T04:00:02.150Z] ---> 3af5449e31d7 [2022-04-19T04:00:02.150Z] 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-19T04:00:02.150Z] [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T04:00:02.150Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/health/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/log/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/version/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T04:00:02.151Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/config.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T04:00:02.152Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/server.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/private/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/private/server/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/common/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T04:00:02.153Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T04:00:02.153Z] spire-1.2.1/release/ [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire-extras/ [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire/ [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire/README.md [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire/conf/ [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T04:00:02.153Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/script/ [2022-04-19T04:00:02.153Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T04:00:02.153Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T04:00:02.153Z] spire-1.2.1/support/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T04:00:02.153Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/clock/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/clock/clock.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T04:00:02.153Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/README.md [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/common [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T04:00:02.153Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T04:00:02.154Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T04:00:02.155Z] spire-1.2.1/test/integration/test.sh [2022-04-19T04:00:02.155Z] spire-1.2.1/test/plugintest/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T04:00:02.155Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T04:00:02.155Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T04:00:02.155Z] spire-1.2.1/test/spiretest/ [2022-04-19T04:00:02.155Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/testca/ [2022-04-19T04:00:02.414Z] spire-1.2.1/test/testca/ca.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/testkey/ [2022-04-19T04:00:02.414Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T04:00:02.414Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/testkey/new.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T04:00:02.414Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/util/ [2022-04-19T04:00:02.414Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/util/race.go [2022-04-19T04:00:02.414Z] spire-1.2.1/test/util/util.go [2022-04-19T04:00:02.414Z] building spire from source... [2022-04-19T04:00:02.414Z] Installing go1.17.7... [2022-04-19T04:00:02.674Z] ---> Running in 089bb72a6239 [2022-04-19T04:00:02.674Z] Removing intermediate container 7f715727a557 [2022-04-19T04:00:02.674Z] ---> 65cb6dd62ff8 [2022-04-19T04:00:02.674Z] Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:00:03.613Z] ---> Running in 807f4c62b194 [2022-04-19T04:00:03.877Z] Removing intermediate container 2c928085d9ce [2022-04-19T04:00:03.877Z] ---> c5e42d021f3b [2022-04-19T04:00:03.877Z] [2022-04-19T04:00:03.877Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T04:00:03.877Z] ---> e04c818066af [2022-04-19T04:00:03.877Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T04:00:03.877Z] ---> Using cache [2022-04-19T04:00:03.877Z] ---> 3327f2fb35b7 [2022-04-19T04:00:03.877Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T04:00:03.877Z] ---> Using cache [2022-04-19T04:00:03.877Z] ---> c80c69120d94 [2022-04-19T04:00:03.877Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T04:00:04.138Z] Removing intermediate container 807f4c62b194 [2022-04-19T04:00:04.138Z] ---> be036703be73 [2022-04-19T04:00:04.138Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T04:00:04.138Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T04:00:04.138Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T04:00:04.398Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T04:00:04.398Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T04:00:04.398Z] Executing bash-5.1.16-r0.post-install [2022-04-19T04:00:04.398Z] ---> Running in 6b828d3dfe42 [2022-04-19T04:00:04.398Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T04:00:04.398Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T04:00:04.398Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T04:00:04.701Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T04:00:04.701Z] ---> Running in 6eec822fedc2 [2022-04-19T04:00:04.701Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T04:00:04.701Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T04:00:04.701Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T04:00:04.701Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T04:00:04.701Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T04:00:04.701Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T04:00:04.701Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T04:00:04.701Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T04:00:04.701Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T04:00:04.701Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T04:00:04.701Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T04:00:04.972Z] Removing intermediate container 6b828d3dfe42 [2022-04-19T04:00:04.972Z] ---> 881e1e62df6b [2022-04-19T04:00:04.972Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T04:00:04.972Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T04:00:04.972Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T04:00:04.972Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T04:00:04.972Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T04:00:04.972Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T04:00:04.972Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T04:00:05.231Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T04:00:05.231Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T04:00:05.231Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T04:00:05.231Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T04:00:05.231Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T04:00:05.231Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T04:00:05.231Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T04:00:05.231Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T04:00:05.231Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T04:00:05.231Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T04:00:05.231Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T04:00:05.231Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T04:00:05.231Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T04:00:05.231Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T04:00:05.231Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T04:00:05.231Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T04:00:05.231Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T04:00:05.231Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T04:00:05.231Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T04:00:05.231Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T04:00:05.490Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T04:00:05.490Z] OK: 83 MiB in 65 packages [2022-04-19T04:00:06.058Z] Removing intermediate container 6eec822fedc2 [2022-04-19T04:00:06.058Z] ---> 7ba84c49e191 [2022-04-19T04:00:06.058Z] [2022-04-19T04:00:06.058Z] ---> Running in c3b08c6dcdc2 [2022-04-19T04:00:06.058Z] Successfully built 7ba84c49e191 [2022-04-19T04:00:06.058Z] Successfully tagged core-data:latest [2022-04-19T04:00:06.058Z] Building security-spire-config [2022-04-19T04:00:06.367Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2022-04-19T04:00:06.367Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T04:00:06.367Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T04:00:06.626Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T04:00:07.193Z] Removing intermediate container c3b08c6dcdc2 [2022-04-19T04:00:07.193Z] ---> e33584a99810 [2022-04-19T04:00:07.193Z] Step 15/23 : WORKDIR / [2022-04-19T04:00:07.193Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T04:00:07.193Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T04:00:07.193Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T04:00:07.193Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T04:00:07.193Z] 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-19T04:00:07.452Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T04:00:07.452Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T04:00:07.452Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T04:00:07.452Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T04:00:08.020Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T04:00:08.020Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T04:00:08.020Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T04:00:08.020Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T04:00:08.020Z] Building bin/spire-server... [2022-04-19T04:00:08.020Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T04:00:08.020Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T04:00:08.020Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T04:00:08.020Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T04:00:08.020Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T04:00:08.279Z] Collecting PyYAML<4,>=3.10 [2022-04-19T04:00:08.279Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T04:00:08.279Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T04:00:08.279Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T04:00:08.537Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T04:00:08.537Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T04:00:08.795Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T04:00:08.795Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T04:00:08.795Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T04:00:08.795Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T04:00:08.795Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T04:00:08.795Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T04:00:08.796Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T04:00:09.053Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T04:00:09.053Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T04:00:09.053Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T04:00:09.053Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T04:00:09.053Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T04:00:09.053Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T04:00:09.053Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T04:00:09.053Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T04:00:09.053Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T04:00:09.053Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T04:00:09.053Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T04:00:09.053Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T04:00:09.053Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T04:00:09.312Z] 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-19T04:00:09.312Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T04:00:09.312Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T04:00:09.312Z] Collecting idna<2.8,>=2.5 [2022-04-19T04:00:09.312Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T04:00:09.312Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T04:00:09.312Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T04:00:09.312Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T04:00:09.312Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T04:00:09.312Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T04:00:09.312Z] Attempting uninstall: urllib3 [2022-04-19T04:00:09.312Z] Found existing installation: urllib3 1.26.7 [2022-04-19T04:00:09.312Z] Uninstalling urllib3-1.26.7: [2022-04-19T04:00:09.312Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T04:00:09.312Z]  Successfully uninstalled urllib3-1.26.7 [2022-04-19T04:00:09.312Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T04:00:09.313Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T04:00:09.313Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T04:00:09.571Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:00:09.571Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:00:09.571Z] ---> de41f8a8d027 [2022-04-19T04:00:09.571Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T04:00:09.571Z] ---> Using cache [2022-04-19T04:00:09.571Z] ---> c5970da740e8 [2022-04-19T04:00:09.571Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:00:09.571Z] ---> Using cache [2022-04-19T04:00:09.571Z] ---> b8f43bf133b3 [2022-04-19T04:00:09.571Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T04:00:09.571Z] ---> Using cache [2022-04-19T04:00:09.571Z] ---> 5bfd65cf4bec [2022-04-19T04:00:09.571Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T04:00:09.571Z] ---> Using cache [2022-04-19T04:00:09.571Z] ---> 592dd0b786ac [2022-04-19T04:00:09.571Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:00:09.571Z] ---> Using cache [2022-04-19T04:00:09.571Z] ---> 0dfac32a5a29 [2022-04-19T04:00:09.571Z] Step 8/26 : COPY . . [2022-04-19T04:00:09.571Z] ---> Using cache [2022-04-19T04:00:09.571Z] ---> 4f39993505be [2022-04-19T04:00:09.571Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T04:00:09.571Z] ---> Using cache [2022-04-19T04:00:09.571Z] ---> 96ec68dcaf55 [2022-04-19T04:00:09.571Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T04:00:09.571Z] ---> Using cache [2022-04-19T04:00:09.571Z] ---> 34aaa1b9f09c [2022-04-19T04:00:09.571Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T04:00:09.571Z] ---> Using cache [2022-04-19T04:00:09.571Z] ---> 9b384f83311c [2022-04-19T04:00:09.571Z] 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-19T04:00:10.140Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T04:00:10.140Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T04:00:10.140Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T04:00:10.398Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T04:00:10.672Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T04:00:10.672Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T04:00:10.672Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T04:00:10.930Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T04:00:10.930Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T04:00:10.930Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T04:00:10.930Z]  Attempting uninstall: idna [2022-04-19T04:00:10.930Z] Found existing installation: idna 3.3 [2022-04-19T04:00:10.930Z] Uninstalling idna-3.3: [2022-04-19T04:00:10.930Z] Successfully uninstalled idna-3.3 [2022-04-19T04:00:10.930Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T04:00:11.189Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T04:00:11.189Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T04:00:11.189Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T04:00:11.189Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T04:00:11.189Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T04:00:11.189Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T04:00:11.474Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T04:00:11.474Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T04:00:11.474Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T04:00:11.734Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T04:00:11.734Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T04:00:11.734Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T04:00:12.018Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T04:00:12.018Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T04:00:12.018Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T04:00:12.018Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T04:00:12.018Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T04:00:12.018Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T04:00:12.277Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T04:00:12.277Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T04:00:13.215Z]  Attempting uninstall: requests [2022-04-19T04:00:13.215Z] Found existing installation: requests 2.26.0 [2022-04-19T04:00:13.215Z] Uninstalling requests-2.26.0: [2022-04-19T04:00:13.215Z] ---> Running in 72234a96e600 [2022-04-19T04:00:13.215Z] Successfully uninstalled requests-2.26.0 [2022-04-19T04:00:13.215Z] ---> Running in e0980e576511 [2022-04-19T04:00:13.474Z] Running setup.py install for texttable: started [2022-04-19T04:00:13.734Z] Running setup.py install for texttable: finished with status 'done' [2022-04-19T04:00:13.734Z] Running setup.py install for PyYAML: started [2022-04-19T04:00:13.991Z] Removing intermediate container 72234a96e600 [2022-04-19T04:00:13.991Z] ---> a92fe1478b0a [2022-04-19T04:00:13.991Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T04:00:14.280Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T04:00:14.538Z] spire-1.2.1/ [2022-04-19T04:00:14.538Z] spire-1.2.1/.data/ [2022-04-19T04:00:14.538Z] spire-1.2.1/.data/.file [2022-04-19T04:00:14.538Z] spire-1.2.1/.dockerignore [2022-04-19T04:00:14.538Z] spire-1.2.1/.gitattributes [2022-04-19T04:00:14.538Z] spire-1.2.1/.githooks/ [2022-04-19T04:00:14.538Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T04:00:14.538Z] spire-1.2.1/.github/ [2022-04-19T04:00:14.538Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T04:00:14.538Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T04:00:14.538Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T04:00:14.538Z] spire-1.2.1/.github/workflows/ [2022-04-19T04:00:14.539Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T04:00:14.539Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T04:00:14.539Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T04:00:14.539Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T04:00:14.539Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T04:00:14.539Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T04:00:14.539Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T04:00:14.539Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T04:00:14.539Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T04:00:14.539Z] spire-1.2.1/.gitignore [2022-04-19T04:00:14.539Z] spire-1.2.1/.go-version [2022-04-19T04:00:14.539Z] spire-1.2.1/.golangci.yml [2022-04-19T04:00:14.539Z] spire-1.2.1/ADOPTERS.md [2022-04-19T04:00:14.539Z] spire-1.2.1/CHANGELOG.md [2022-04-19T04:00:14.539Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T04:00:14.539Z] spire-1.2.1/CODEOWNERS [2022-04-19T04:00:14.539Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T04:00:14.539Z] spire-1.2.1/Dockerfile [2022-04-19T04:00:14.801Z] spire-1.2.1/Dockerfile.dev [2022-04-19T04:00:14.801Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T04:00:14.801Z] spire-1.2.1/LICENSE [2022-04-19T04:00:14.801Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T04:00:14.801Z] spire-1.2.1/Makefile [2022-04-19T04:00:14.801Z] spire-1.2.1/README.md [2022-04-19T04:00:14.801Z] spire-1.2.1/ROADMAP.md [2022-04-19T04:00:14.801Z] spire-1.2.1/SECURITY.md [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T04:00:14.801Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T04:00:14.801Z] spire-1.2.1/conf/ [2022-04-19T04:00:14.801Z] spire-1.2.1/conf/agent/ [2022-04-19T04:00:14.801Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T04:00:14.801Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T04:00:14.801Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T04:00:14.801Z] spire-1.2.1/conf/server/ [2022-04-19T04:00:14.802Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T04:00:14.802Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T04:00:14.802Z] spire-1.2.1/conf/server/server.conf [2022-04-19T04:00:14.802Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/ [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/auditlog.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/ [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/SPIRE_server.png Running setup.py install for docopt: started [2022-04-19T04:00:14.802Z] [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/spire_server.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/telemetry.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/upgrading.md [2022-04-19T04:00:14.802Z] spire-1.2.1/doc/using_spire.md [2022-04-19T04:00:14.802Z] spire-1.2.1/examples/ [2022-04-19T04:00:14.802Z] spire-1.2.1/examples/README.md [2022-04-19T04:00:14.802Z] spire-1.2.1/go.mod [2022-04-19T04:00:14.802Z] spire-1.2.1/go.sum [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T04:00:14.802Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/health/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/log/ [2022-04-19T04:00:14.803Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/version/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T04:00:14.804Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/config.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/server.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/private/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/private/server/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/common/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T04:00:14.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T04:00:14.805Z] spire-1.2.1/release/ [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire-extras/ [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire/ [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire/README.md [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire/conf/ [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T04:00:14.805Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T04:00:14.805Z] spire-1.2.1/script/ [2022-04-19T04:00:14.805Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T04:00:14.805Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T04:00:14.805Z] spire-1.2.1/support/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T04:00:14.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T04:00:14.806Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/clock/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/clock/clock.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T04:00:14.806Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/common [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T04:00:14.806Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T04:00:14.807Z] spire-1.2.1/test/integration/test.sh [2022-04-19T04:00:14.807Z] spire-1.2.1/test/plugintest/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/testca/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/testca/ca.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/testkey/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T04:00:14.807Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/testkey/new.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/util/ [2022-04-19T04:00:14.807Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/util/race.go [2022-04-19T04:00:14.807Z] spire-1.2.1/test/util/util.go [2022-04-19T04:00:14.807Z] building spire from source... [2022-04-19T04:00:14.807Z] Installing go1.17.7... [2022-04-19T04:00:15.065Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T04:00:15.065Z] Running setup.py install for dockerpty: started [2022-04-19T04:00:15.065Z] ---> e7de61699562 [2022-04-19T04:00:15.065Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T04:00:15.337Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T04:00:15.904Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T04:00:15.904Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T04:00:15.904Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T04:00:15.904Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T04:00:15.904Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T04:00:16.164Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T04:00:16.424Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T04:00:16.682Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T04:00:17.249Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T04:00:17.249Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T04:00:17.507Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T04:00:17.766Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T04:00:18.024Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T04:00:18.024Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T04:00:18.592Z] 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-19T04:00:18.592Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T04:00:18.851Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T04:00:19.110Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T04:00:19.371Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T04:00:19.371Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T04:00:19.644Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T04:00:19.644Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T04:00:19.644Z]  ---> b1d89766d217 [2022-04-19T04:00:19.644Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T04:00:20.212Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T04:00:20.212Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T04:00:20.212Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T04:00:20.212Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T04:00:20.212Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T04:00:20.212Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T04:00:20.471Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T04:00:20.471Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T04:00:20.471Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T04:00:20.471Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T04:00:20.471Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T04:00:20.471Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T04:00:20.471Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T04:00:20.471Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T04:00:20.761Z] Building bin/spire-server... [2022-04-19T04:00:20.762Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T04:00:20.762Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T04:00:20.762Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T04:00:20.762Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T04:00:20.762Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T04:00:20.762Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T04:00:20.762Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T04:00:20.762Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T04:00:20.762Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T04:00:20.762Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T04:00:20.762Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T04:00:20.762Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T04:00:21.032Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T04:00:21.032Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T04:00:21.032Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T04:00:21.032Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T04:00:21.032Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T04:00:21.291Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T04:00:21.291Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T04:00:21.291Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T04:00:21.291Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T04:00:21.291Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T04:00:21.291Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T04:00:21.291Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T04:00:21.291Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T04:00:21.291Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T04:00:21.291Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T04:00:21.291Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T04:00:21.551Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T04:00:21.551Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T04:00:21.551Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T04:00:21.551Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T04:00:21.551Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T04:00:21.551Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T04:00:21.551Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T04:00:21.551Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T04:00:21.551Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T04:00:21.551Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T04:00:21.551Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T04:00:21.551Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T04:00:21.551Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T04:00:21.551Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T04:00:21.810Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T04:00:21.810Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T04:00:21.810Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T04:00:21.810Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T04:00:21.810Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T04:00:21.810Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T04:00:21.810Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T04:00:21.810Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T04:00:21.810Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T04:00:21.810Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T04:00:21.810Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T04:00:21.810Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T04:00:21.810Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T04:00:21.810Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T04:00:21.810Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T04:00:21.810Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T04:00:21.810Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T04:00:21.810Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T04:00:22.073Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T04:00:22.073Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T04:00:22.073Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T04:00:22.073Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T04:00:22.073Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T04:00:22.073Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T04:00:22.073Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T04:00:22.073Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T04:00:22.073Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T04:00:22.073Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T04:00:22.073Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T04:00:22.073Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T04:00:22.073Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T04:00:22.073Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T04:00:22.073Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T04:00:22.073Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T04:00:22.073Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T04:00:22.073Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T04:00:22.073Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T04:00:22.073Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T04:00:22.073Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T04:00:22.340Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T04:00:22.341Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T04:00:22.341Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T04:00:22.341Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T04:00:22.341Z]  ---> 4d9f7f4d1bc2 [2022-04-19T04:00:22.341Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T04:00:22.341Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T04:00:22.341Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T04:00:22.341Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T04:00:22.341Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T04:00:22.341Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T04:00:22.341Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T04:00:22.341Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T04:00:22.341Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T04:00:22.341Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T04:00:22.707Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T04:00:22.707Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T04:00:22.707Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T04:00:22.707Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T04:00:22.707Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T04:00:22.707Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T04:00:22.707Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T04:00:22.707Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T04:00:22.707Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T04:00:22.707Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T04:00:23.064Z]  ---> Running in 6a29a11ed52c [2022-04-19T04:00:23.359Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T04:00:23.932Z] Removing intermediate container 6a29a11ed52c [2022-04-19T04:00:23.932Z] ---> 856eb6f72ef7 [2022-04-19T04:00:23.932Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:00:25.838Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T04:00:25.838Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T04:00:25.838Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T04:00:25.838Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T04:00:25.838Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T04:00:27.215Z]  ---> Running in b91ac81633be [2022-04-19T04:00:28.152Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T04:00:28.152Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T04:00:29.091Z] Removing intermediate container 089bb72a6239 [2022-04-19T04:00:29.091Z] ---> a92dd890e827 [2022-04-19T04:00:29.091Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T04:00:29.091Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T04:00:29.091Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T04:00:29.091Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T04:00:29.091Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T04:00:29.091Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T04:00:29.091Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T04:00:29.350Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T04:00:29.612Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T04:00:29.871Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T04:00:29.871Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T04:00:30.144Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T04:00:30.403Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T04:00:30.403Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T04:00:30.403Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T04:00:30.662Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T04:00:30.922Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T04:00:31.182Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T04:00:31.182Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T04:00:31.182Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T04:00:31.441Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T04:00:31.441Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T04:00:32.009Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T04:00:32.009Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T04:00:32.009Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T04:00:32.009Z] Removing intermediate container b91ac81633be [2022-04-19T04:00:32.009Z] ---> ffaf54a1fe43 [2022-04-19T04:00:32.009Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T04:00:32.269Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T04:00:32.529Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T04:00:32.529Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T04:00:32.788Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T04:00:32.788Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T04:00:32.788Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T04:00:32.788Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T04:00:32.788Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T04:00:33.048Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T04:00:33.048Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T04:00:33.048Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T04:00:33.048Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T04:00:33.618Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T04:00:33.618Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T04:00:33.618Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T04:00:33.618Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T04:00:33.618Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T04:00:33.618Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T04:00:33.618Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T04:00:33.618Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T04:00:33.618Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T04:00:33.877Z]  ---> Running in 2f71407d1169 [2022-04-19T04:00:33.877Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T04:00:33.877Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T04:00:33.877Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T04:00:33.877Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T04:00:33.877Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T04:00:33.877Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T04:00:33.877Z]  ---> Running in d4e5d5de60bf [2022-04-19T04:00:33.877Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T04:00:33.877Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T04:00:34.138Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T04:00:34.138Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T04:00:34.138Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T04:00:34.138Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T04:00:34.405Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T04:00:34.405Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T04:00:34.405Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T04:00:34.405Z] Removing intermediate container 2f71407d1169 [2022-04-19T04:00:34.405Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T04:00:34.405Z]  ---> 737b6e3eccf3 [2022-04-19T04:00:34.405Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T04:00:34.405Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T04:00:34.405Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T04:00:34.405Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T04:00:34.405Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T04:00:34.663Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T04:00:34.664Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T04:00:34.664Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T04:00:34.664Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T04:00:34.664Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T04:00:34.664Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T04:00:34.664Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T04:00:34.664Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T04:00:34.664Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T04:00:34.664Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T04:00:34.924Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T04:00:34.924Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T04:00:34.924Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T04:00:34.924Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T04:00:34.924Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T04:00:34.924Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T04:00:35.207Z] Removing intermediate container d4e5d5de60bf [2022-04-19T04:00:35.207Z] ---> ddf0ab277742 [2022-04-19T04:00:35.207Z] Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:00:35.466Z] ---> Running in ae97e1457100 [2022-04-19T04:00:35.725Z] ---> Running in 5b2590201828 [2022-04-19T04:00:36.294Z] Removing intermediate container ae97e1457100 [2022-04-19T04:00:36.294Z] ---> fcd3e2aa0bfc [2022-04-19T04:00:36.294Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T04:00:37.675Z] Removing intermediate container 5b2590201828 [2022-04-19T04:00:37.675Z] ---> 1112ddcb0c76 [2022-04-19T04:00:37.675Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T04:00:39.053Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T04:00:39.053Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T04:00:41.590Z]  ---> 83b7cb320c02 [2022-04-19T04:00:41.590Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T04:00:41.590Z] ---> Running in 9d2277a06ce2 [2022-04-19T04:00:41.849Z] Removing intermediate container 9d2277a06ce2 [2022-04-19T04:00:41.849Z] ---> 9076ae7f53ba [2022-04-19T04:00:41.849Z] [2022-04-19T04:00:42.108Z] ---> b0db81cf3517 [2022-04-19T04:00:42.108Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T04:00:42.108Z] Successfully built 9076ae7f53ba [2022-04-19T04:00:42.108Z] Successfully tagged core-metadata:latest [2022-04-19T04:00:43.047Z]  Building core-metadata ... done  ---> 09e427434438 [2022-04-19T04:00:43.047Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T04:00:43.047Z] ---> Running in 7b7ee265ddd5 [2022-04-19T04:00:43.307Z] Removing intermediate container 7b7ee265ddd5 [2022-04-19T04:00:43.307Z] ---> 75b48e6e07bb [2022-04-19T04:00:43.307Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:00:43.569Z] ---> Running in baf5cfdf1c29 [2022-04-19T04:00:43.828Z] Removing intermediate container baf5cfdf1c29 [2022-04-19T04:00:43.828Z] ---> e8de104f8852 [2022-04-19T04:00:43.828Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T04:00:44.087Z] ---> Running in 61ff360c42a2 [2022-04-19T04:00:44.370Z] Removing intermediate container 61ff360c42a2 [2022-04-19T04:00:44.370Z] ---> aca7432b659d [2022-04-19T04:00:44.370Z] Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:00:44.629Z] ---> Running in cc84118e0970 [2022-04-19T04:00:45.196Z] Removing intermediate container cc84118e0970 [2022-04-19T04:00:45.196Z] ---> c9034cda0d17 [2022-04-19T04:00:45.196Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T04:00:45.454Z] ---> Running in a3ee02abb659 [2022-04-19T04:00:45.712Z] Removing intermediate container a3ee02abb659 [2022-04-19T04:00:45.712Z] ---> a54abaeaa1d3 [2022-04-19T04:00:45.712Z] [2022-04-19T04:00:45.712Z] Successfully built a54abaeaa1d3 [2022-04-19T04:00:45.712Z] Successfully tagged sys-mgmt-agent:latest [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T04:01:07.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T04:01:19.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.229s coverage: 28.7% of statements [2022-04-19T04:01:19.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T04:01:19.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T04:01:24.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.468s coverage: 98.5% of statements [2022-04-19T04:01:24.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T04:01:24.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.398s coverage: 53.4% of statements [2022-04-19T04:01:24.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T04:01:24.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T04:01:41.945Z]  Building sys-mgmt-agent ... done Building bin/spire-agent... [2022-04-19T04:01:41.945Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T04:01:41.945Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T04:01:41.945Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T04:01:41.945Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T04:01:41.945Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T04:01:41.945Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T04:01:41.945Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T04:01:41.945Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T04:01:41.945Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T04:01:41.945Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T04:01:41.945Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T04:01:41.945Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T04:01:41.945Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T04:01:47.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.940s coverage: 89.2% of statements [2022-04-19T04:01:47.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T04:01:47.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T04:01:47.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T04:01:47.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.507s coverage: 84.4% of statements [2022-04-19T04:01:47.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T04:01:47.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T04:01:47.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T04:01:47.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T04:01:47.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T04:01:50.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.271s coverage: 95.6% of statements [2022-04-19T04:01:50.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.331s coverage: 72.2% of statements [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.339s coverage: 60.0% of statements [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.402s coverage: 0.9% of statements [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.434s coverage: 58.8% of statements [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.600s coverage: 29.6% of statements [2022-04-19T04:01:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.408s coverage: 47.1% of statements [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.324s coverage: 79.5% of statements [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.224s coverage: 94.1% of statements [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.323s coverage: 96.3% of statements [2022-04-19T04:01:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.202s coverage: 87.5% of statements [2022-04-19T04:02:05.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.243s coverage: 94.4% of statements [2022-04-19T04:02:05.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.202s coverage: 44.8% of statements [2022-04-19T04:02:08.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.579s coverage: 82.5% of statements [2022-04-19T04:02:08.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T04:02:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.291s coverage: 92.9% of statements [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T04:02:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 65.1% of statements [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T04:02:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.201s coverage: 87.2% of statements [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T04:02:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T04:02:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.268s coverage: 58.8% of statements [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T04:02:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.310s coverage: 80.0% of statements [2022-04-19T04:02:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.292s coverage: 87.2% of statements [2022-04-19T04:02:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.277s coverage: 85.4% of statements [2022-04-19T04:02:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.763s coverage: 91.2% of statements [2022-04-19T04:02:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T04:02:19.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.842s coverage: 64.4% of statements [2022-04-19T04:02:19.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T04:02:19.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T04:02:19.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.264s coverage: 100.0% of statements [2022-04-19T04:02:19.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 89.4% of statements [2022-04-19T04:02:19.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.096s coverage: 100.0% of statements [2022-04-19T04:02:19.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2022-04-19T04:02:19.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2022-04-19T04:02:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.291s coverage: 65.4% of statements [2022-04-19T04:02:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T04:02:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T04:02:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T04:02:30.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.836s coverage: 43.8% of statements [2022-04-19T04:02:30.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T04:02:30.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T04:02:30.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.281s coverage: 89.5% of statements [2022-04-19T04:02:30.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T04:02:30.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.222s coverage: 84.8% of statements [2022-04-19T04:02:30.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T04:02:30.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T04:02:30.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T04:02:30.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T04:02:39.285Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.315s coverage: 17.7% of statements [2022-04-19T04:02:39.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T04:02:39.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T04:02:39.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T04:02:39.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T04:02:39.285Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.704s coverage: 92.3% of statements [2022-04-19T04:02:39.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T04:02:39.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T04:02:39.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T04:02:39.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T04:02:39.286Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.237s coverage: 63.2% of statements [2022-04-19T04:02:39.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T04:02:39.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T04:02:39.557Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.409s coverage: 97.7% of statements [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T04:02:39.557Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.203s coverage: 28.9% of statements [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T04:02:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T04:02:39.557Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.257s coverage: 100.0% of statements [2022-04-19T04:02:39.557Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-04-19T04:02:40.150Z] 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-19T04:02:40.422Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-19T04:02:40.422Z] GO111MODULE=on go vet ./... [2022-04-19T04:02:49.641Z] Building bin/spire-agent... [2022-04-19T04:02:49.641Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T04:02:49.641Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T04:02:49.641Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T04:02:49.641Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T04:02:49.641Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T04:02:49.641Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T04:02:49.641Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T04:02:49.641Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T04:02:49.641Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T04:02:49.641Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T04:02:49.641Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T04:02:49.641Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T04:02:49.641Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T04:02:49.641Z] Building bin/spire-agent... [2022-04-19T04:02:49.641Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T04:02:49.641Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T04:02:49.641Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T04:02:49.641Z] Removing intermediate container 4fdf6bfd409e [2022-04-19T04:02:49.641Z] ---> a9c48109119f [2022-04-19T04:02:49.641Z] [2022-04-19T04:02:49.641Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T04:02:49.641Z] ---> 0ac33e5f5afa [2022-04-19T04:02:49.641Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T04:02:49.641Z] ---> Using cache [2022-04-19T04:02:49.641Z] ---> fd155551f468 [2022-04-19T04:02:49.641Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:02:49.641Z] ---> Using cache [2022-04-19T04:02:49.641Z] ---> eabc4b77713f [2022-04-19T04:02:49.641Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T04:02:49.641Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T04:02:49.641Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T04:02:49.641Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T04:02:49.641Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T04:02:49.641Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T04:02:49.641Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T04:02:49.641Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T04:02:49.641Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T04:02:49.641Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T04:02:49.641Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T04:02:49.641Z]  ---> Running in 8f1e7f89389e [2022-04-19T04:02:49.641Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T04:02:49.641Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T04:02:49.641Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T04:02:49.641Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T04:02:49.641Z] OK: 15855 distinct packages available [2022-04-19T04:02:49.641Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T04:02:49.641Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T04:02:49.641Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T04:02:49.641Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T04:02:49.641Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T04:02:49.641Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T04:02:49.641Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T04:02:49.641Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T04:02:49.641Z] OK: 6 MiB in 19 packages [2022-04-19T04:02:50.581Z] Removing intermediate container 8f1e7f89389e [2022-04-19T04:02:50.581Z] ---> 19b6e0094bbe [2022-04-19T04:02:50.581Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T04:02:51.517Z] ---> 0c221e63dad4 [2022-04-19T04:02:51.517Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T04:02:53.424Z] ---> 02cdd3239fe0 [2022-04-19T04:02:53.424Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T04:02:53.685Z] ---> 1d3488cefc44 [2022-04-19T04:02:53.685Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-19T04:02:54.253Z] ---> 561c406e7a55 [2022-04-19T04:02:54.253Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T04:02:54.516Z] ---> 61ff1b9582a6 [2022-04-19T04:02:54.516Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T04:02:54.516Z] ---> Running in 183b7b832e68 [2022-04-19T04:02:54.775Z] Removing intermediate container 183b7b832e68 [2022-04-19T04:02:54.775Z] ---> cdebe3644d5b [2022-04-19T04:02:54.775Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T04:02:54.775Z] ---> Running in 2b8e8ebe7f4e [2022-04-19T04:02:55.047Z] Removing intermediate container 2b8e8ebe7f4e [2022-04-19T04:02:55.047Z] ---> ad28ce9c6ec5 [2022-04-19T04:02:55.047Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T04:02:55.305Z] ---> Running in d5a85be4deb5 [2022-04-19T04:02:55.305Z] Removing intermediate container d5a85be4deb5 [2022-04-19T04:02:55.305Z] ---> 3734c2145e50 [2022-04-19T04:02:55.305Z] Step 25/26 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:02:55.305Z] ---> Running in d337f02afdda [2022-04-19T04:02:55.594Z] Removing intermediate container d337f02afdda [2022-04-19T04:02:55.594Z] ---> e5073f56b641 [2022-04-19T04:02:55.594Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T04:02:55.857Z] ---> Running in 7b0d87276173 [2022-04-19T04:02:55.857Z] Removing intermediate container 7b0d87276173 [2022-04-19T04:02:55.857Z] ---> 9cbe114bb70c [2022-04-19T04:02:55.857Z] [2022-04-19T04:02:55.857Z] Successfully built 9cbe114bb70c [2022-04-19T04:02:56.116Z] Successfully tagged security-spire-agent:latest [2022-04-19T04:03:42.799Z]  Building security-spire-agent ... done Removing intermediate container e0980e576511 [2022-04-19T04:03:42.799Z] ---> 448109099058 [2022-04-19T04:03:42.799Z] [2022-04-19T04:03:42.799Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T04:03:42.799Z] ---> 0ac33e5f5afa [2022-04-19T04:03:42.799Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T04:03:42.799Z] ---> Using cache [2022-04-19T04:03:42.799Z] ---> fd155551f468 [2022-04-19T04:03:42.799Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:03:42.799Z] ---> Using cache [2022-04-19T04:03:42.799Z] ---> eabc4b77713f [2022-04-19T04:03:42.799Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T04:03:42.799Z] Removing intermediate container 52c62b9ce18d [2022-04-19T04:03:42.799Z] ---> 8351403f76fc [2022-04-19T04:03:42.799Z] [2022-04-19T04:03:42.799Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T04:03:42.799Z] ---> 0ac33e5f5afa [2022-04-19T04:03:42.799Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T04:03:42.799Z] ---> Using cache [2022-04-19T04:03:42.799Z] ---> fd155551f468 [2022-04-19T04:03:42.799Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:03:42.799Z] ---> Using cache [2022-04-19T04:03:42.799Z] ---> eabc4b77713f [2022-04-19T04:03:42.799Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T04:03:42.799Z] ---> Using cache [2022-04-19T04:03:42.799Z] ---> 19b6e0094bbe [2022-04-19T04:03:42.799Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T04:03:42.799Z] ---> Running in 7ec28a5a960a [2022-04-19T04:03:42.799Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T04:03:43.060Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T04:03:43.322Z] ---> 9a9a46b7e00d [2022-04-19T04:03:43.322Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T04:03:43.322Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T04:03:43.322Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T04:03:43.322Z] OK: 15855 distinct packages available [2022-04-19T04:03:43.322Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T04:03:43.322Z] ---> ebeeea03c991 [2022-04-19T04:03:43.322Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-19T04:03:43.591Z] ---> 5bd1d1b323de [2022-04-19T04:03:43.591Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T04:03:43.852Z] ---> 1114e7a0eb70 [2022-04-19T04:03:43.852Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T04:03:43.852Z] ---> Running in 2d5499bcaa95 [2022-04-19T04:03:43.852Z] Removing intermediate container 2d5499bcaa95 [2022-04-19T04:03:43.852Z] ---> 8ae1d588f943 [2022-04-19T04:03:43.852Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T04:03:43.852Z] ---> Running in ad711d8911d4 [2022-04-19T04:03:43.852Z] Removing intermediate container ad711d8911d4 [2022-04-19T04:03:43.852Z] ---> d1f6b6d9b1aa [2022-04-19T04:03:43.852Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T04:03:44.113Z] ---> Running in 303c123bdf30 [2022-04-19T04:03:44.113Z] Removing intermediate container 303c123bdf30 [2022-04-19T04:03:44.113Z] ---> 38854adf16d3 [2022-04-19T04:03:44.113Z] Step 24/25 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:03:44.113Z] ---> Running in 0f05f44dfe06 [2022-04-19T04:03:44.113Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T04:03:44.113Z] Removing intermediate container 0f05f44dfe06 [2022-04-19T04:03:44.113Z] ---> 7668040731cc [2022-04-19T04:03:44.113Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T04:03:44.373Z] ---> Running in f53d3b88a9ec [2022-04-19T04:03:44.373Z] Removing intermediate container f53d3b88a9ec [2022-04-19T04:03:44.373Z] ---> c078f8ab05d6 [2022-04-19T04:03:44.373Z] [2022-04-19T04:03:44.373Z] Successfully built c078f8ab05d6 [2022-04-19T04:03:44.373Z] Successfully tagged security-spire-server:latest [2022-04-19T04:03:44.373Z]  Building security-spire-server ... done (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T04:03:44.634Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T04:03:44.634Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T04:03:44.634Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T04:03:44.895Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T04:03:44.895Z] OK: 6 MiB in 18 packages [2022-04-19T04:03:45.155Z] Removing intermediate container 7ec28a5a960a [2022-04-19T04:03:45.155Z] ---> 007953ad8b30 [2022-04-19T04:03:45.155Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T04:03:46.536Z] ---> a0479adb3b0f [2022-04-19T04:03:46.536Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T04:03:46.797Z] ---> f4d211ee255d [2022-04-19T04:03:46.797Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T04:03:46.797Z] ---> Running in a1dab236b69d [2022-04-19T04:03:46.797Z] Removing intermediate container a1dab236b69d [2022-04-19T04:03:46.797Z] ---> 2ad69fffb994 [2022-04-19T04:03:46.797Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-19T04:03:47.058Z] ---> 70af34a88df8 [2022-04-19T04:03:47.058Z] Step 21/26 : WORKDIR / [2022-04-19T04:03:47.058Z] ---> Running in c904da8facb2 [2022-04-19T04:03:47.058Z] Removing intermediate container c904da8facb2 [2022-04-19T04:03:47.058Z] ---> 8f81cf1538ef [2022-04-19T04:03:47.058Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T04:03:47.058Z] ---> Running in 729386b21ebd [2022-04-19T04:03:47.319Z] Removing intermediate container 729386b21ebd [2022-04-19T04:03:47.319Z] ---> b1d9724c6c1b [2022-04-19T04:03:47.319Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T04:03:47.319Z] ---> Running in bd791b344578 [2022-04-19T04:03:47.319Z] Removing intermediate container bd791b344578 [2022-04-19T04:03:47.319Z] ---> 0b4e2c215ceb [2022-04-19T04:03:47.319Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T04:03:47.319Z] ---> Running in be81b2e7e4be [2022-04-19T04:03:47.580Z] Removing intermediate container be81b2e7e4be [2022-04-19T04:03:47.580Z] ---> 8ec79ee65494 [2022-04-19T04:03:47.580Z] Step 25/26 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:03:47.580Z] ---> Running in 3d31fe560def [2022-04-19T04:03:47.580Z] Removing intermediate container 3d31fe560def [2022-04-19T04:03:47.580Z] ---> f331f29e11f9 [2022-04-19T04:03:47.580Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T04:03:47.580Z] ---> Running in ae8eac6e9d55 [2022-04-19T04:03:47.580Z] Removing intermediate container ae8eac6e9d55 [2022-04-19T04:03:47.580Z] ---> 160a916dd46e [2022-04-19T04:03:47.580Z] [2022-04-19T04:03:47.841Z] Successfully built 160a916dd46e [2022-04-19T04:03:47.841Z] Successfully tagged security-spire-config:latest [2022-04-19T04:03:47.849Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-19T04:03:47.858Z] $ docker stop --time=1 74c872f0aa7af49fc3568badb5ad12af7dd2c988ccd85d4ea57da22849e1d271 [2022-04-19T04:03:49.138Z] $ docker rm -f 74c872f0aa7af49fc3568badb5ad12af7dd2c988ccd85d4ea57da22849e1d271 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T04:03:49.484Z] + docker images [2022-04-19T04:03:49.484Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T04:03:49.484Z] security-spire-config latest 160a916dd46e 2 seconds ago 86.7MB [2022-04-19T04:03:49.484Z] security-spire-server latest c078f8ab05d6 5 seconds ago 87.3MB [2022-04-19T04:03:49.484Z] 448109099058 16 seconds ago 4.43GB [2022-04-19T04:03:49.484Z] 8351403f76fc 20 seconds ago 4.43GB [2022-04-19T04:03:49.484Z] security-spire-agent latest 9cbe114bb70c 54 seconds ago 127MB [2022-04-19T04:03:49.484Z] a9c48109119f About a minute ago 4.43GB [2022-04-19T04:03:49.484Z] sys-mgmt-agent latest a54abaeaa1d3 3 minutes ago 299MB [2022-04-19T04:03:49.484Z] core-metadata latest 9076ae7f53ba 3 minutes ago 17MB [2022-04-19T04:03:49.484Z] core-data latest 7ba84c49e191 3 minutes ago 22.5MB [2022-04-19T04:03:49.484Z] c5e42d021f3b 3 minutes ago 1.5GB [2022-04-19T04:03:49.484Z] support-notifications latest f8bd19508dd8 3 minutes ago 26.8MB [2022-04-19T04:03:49.484Z] 2329cec13a21 4 minutes ago 1.49GB [2022-04-19T04:03:49.484Z] c76cd51ffe3e 4 minutes ago 1.52GB [2022-04-19T04:03:49.484Z] 63c25b502167 4 minutes ago 1.55GB [2022-04-19T04:03:49.484Z] security-proxy-setup latest 20dddc6ca6fc 4 minutes ago 26.9MB [2022-04-19T04:03:49.484Z] 68ada75372d9 4 minutes ago 1.5GB [2022-04-19T04:03:49.484Z] security-bootstrapper latest 065fc7b3b649 4 minutes ago 19MB [2022-04-19T04:03:49.484Z] security-spiffe-token-provider latest bd49f56866bd 4 minutes ago 28.8MB [2022-04-19T04:03:49.484Z] security-secretstore-setup latest 9cd513dfb365 4 minutes ago 28.5MB [2022-04-19T04:03:49.484Z] support-scheduler latest 7155edd8d169 5 minutes ago 26.2MB [2022-04-19T04:03:49.484Z] core-command latest 4752165f69b1 5 minutes ago 16MB [2022-04-19T04:03:49.484Z] da412f9d3623 5 minutes ago 1.55GB [2022-04-19T04:03:49.484Z] 6e70adfe43d5 5 minutes ago 1.54GB [2022-04-19T04:03:49.484Z] ba69037f3662 5 minutes ago 1.49GB [2022-04-19T04:03:49.484Z] 030f234eaeee 5 minutes ago 1.5GB [2022-04-19T04:03:49.484Z] 7575668644f8 5 minutes ago 1.5GB [2022-04-19T04:03:49.484Z] ci-base-image-x86_64 latest de41f8a8d027 8 minutes ago 896MB [2022-04-19T04:03:49.484Z] docker 20.10.14 7417809fdb73 13 days ago 218MB [2022-04-19T04:03:49.484Z] alpine 3.14 e04c818066af 2 weeks ago 5.59MB [2022-04-19T04:03:49.484Z] alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB [2022-04-19T04:03:49.484Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-19T04:03:49.484Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-19T04:03:49.484Z] 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-19T04:04:17.293Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T04:04:18.728Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T04:04:20.162Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T04:04:23.584Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T04:04:24.245Z] + ls -al . [2022-04-19T04:04:24.245Z] total 668 [2022-04-19T04:04:24.245Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 04:04 . [2022-04-19T04:04:24.245Z] drwxr-xr-x 4 root root 4096 Apr 19 03:58 .. [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 03:57 .dockerignore [2022-04-19T04:04:24.245Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 03:57 .git [2022-04-19T04:04:24.245Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 03:57 .github [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 03:57 .gitignore [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 03:57 .golangci.yml [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 03:57 .hadolint.yml [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 03:57 .sonarcloud.properties [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 03:57 ADOPTERS.md [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 03:57 Attribution.txt [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 03:57 CHANGELOG.md [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 03:57 CONTRIBUTING.md [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 03:57 GOVERNANCE.md [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 03:57 Jenkinsfile [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 03:57 LICENSE [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 03:57 Makefile [2022-04-19T04:04:24.245Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 03:57 OWNERS.md [2022-04-19T04:04:24.246Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 03:57 README.md [2022-04-19T04:04:24.246Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 03:57 SECURITY.md [2022-04-19T04:04:24.246Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 03:54 VERSION [2022-04-19T04:04:24.246Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 03:57 ZMQWindows.md [2022-04-19T04:04:24.246Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 03:57 bin [2022-04-19T04:04:24.246Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 03:57 cmd [2022-04-19T04:04:24.246Z] -rw-r--r-- 1 root root 435134 Apr 19 04:02 coverage.out [2022-04-19T04:04:24.246Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 03:57 go.mod [2022-04-19T04:04:24.246Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 03:57 go.sum [2022-04-19T04:04:24.246Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 03:57 internal [2022-04-19T04:04:24.246Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 03:57 openapi [2022-04-19T04:04:24.246Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 03:57 snap [2022-04-19T04:04:24.246Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 03:57 version.go [Pipeline] sh [2022-04-19T04:04:24.918Z] + '[' -e coverage.out ] [2022-04-19T04:04:24.918Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-19T04:04:24.943Z] Warning: overwriting stash ‘coverage-report’ [2022-04-19T04:04:25.742Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T04:04:26.399Z] + make build [2022-04-19T04:04:26.399Z] 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-19T04:05:48.229Z] 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-19T04:06:35.293Z] 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-19T04:06:38.697Z] 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-19T04:07:17.769Z] 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-19T04:07:17.769Z] 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-19T04:07:17.769Z] 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-19T04:07:23.192Z] 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-19T04:07:26.593Z] 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-19T04:07:32.003Z] 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-19T04:07:34.630Z] 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-19T04:07:38.941Z] 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-19T04:07:45.678Z] 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-19T04:07:51.123Z] $ docker stop --time=1 a5963edc1d244300a26bb850b5a35e027a9ce8e112fce53238931888d3077c4b [2022-04-19T04:07:53.132Z] $ docker rm -f a5963edc1d244300a26bb850b5a35e027a9ce8e112fce53238931888d3077c4b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T04:07:55.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T04:07:55.224Z] [2022-04-19T04:07:55.224Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T04:07:55.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T04:07:55.910Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-19T04:07:55.910Z] 29e5d40040c1: Pulling fs layer [2022-04-19T04:07:55.910Z] 1ce36da41761: Pulling fs layer [2022-04-19T04:07:55.910Z] 25b303627fd3: Pulling fs layer [2022-04-19T04:07:55.910Z] 29e5d40040c1: Verifying Checksum [2022-04-19T04:07:55.910Z] 29e5d40040c1: Download complete [2022-04-19T04:07:56.575Z] 1ce36da41761: Verifying Checksum [2022-04-19T04:07:56.575Z] 1ce36da41761: Download complete [2022-04-19T04:07:56.900Z] 29e5d40040c1: Pull complete [2022-04-19T04:07:58.435Z] 25b303627fd3: Verifying Checksum [2022-04-19T04:07:58.435Z] 25b303627fd3: Download complete [2022-04-19T04:07:59.044Z] 1ce36da41761: Pull complete [2022-04-19T04:08:11.504Z] 25b303627fd3: Pull complete [2022-04-19T04:08:11.504Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-19T04:08:11.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T04:08:11.504Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-19T04:08:11.749Z] prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container [2022-04-19T04:08:11.845Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-19T04:08:14.146Z] $ docker top e701f651e3183f9fad9dd677a00d1693a2aa9339bd44b83a69fd371e5474fc9a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T04:08:15.048Z] + grep parallel [2022-04-19T04:08:15.048Z] + docker-compose build --help [2022-04-19T04:08:18.425Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T04:08:18.724Z] $ docker stop --time=1 e701f651e3183f9fad9dd677a00d1693a2aa9339bd44b83a69fd371e5474fc9a [2022-04-19T04:08:20.379Z] $ docker rm -f e701f651e3183f9fad9dd677a00d1693a2aa9339bd44b83a69fd371e5474fc9a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T04:08:20.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T04:08:20.989Z] . [Pipeline] withDockerContainer [2022-04-19T04:08:21.216Z] prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container [2022-04-19T04:08:21.304Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-19T04:08:22.575Z] $ docker top ebab5fe811a297a28a717569f90eeb92e5567bb1a982e0f9265775526a502f42 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T04:08:23.462Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T04:08:27.749Z] Building core-command ... [2022-04-19T04:08:27.749Z] Building core-data ... [2022-04-19T04:08:27.749Z] Building core-metadata ... [2022-04-19T04:08:27.749Z] Building security-bootstrapper ... [2022-04-19T04:08:27.749Z] Building security-proxy-setup ... [2022-04-19T04:08:27.749Z] Building security-secretstore-setup ... [2022-04-19T04:08:27.749Z] Building security-spiffe-token-provider ... [2022-04-19T04:08:27.749Z] Building security-spire-agent ... [2022-04-19T04:08:27.749Z] Building security-spire-config ... [2022-04-19T04:08:27.749Z] Building security-spire-server ... [2022-04-19T04:08:27.749Z] Building support-notifications ... [2022-04-19T04:08:27.749Z] Building support-scheduler ... [2022-04-19T04:08:27.749Z] Building sys-mgmt-agent ... [2022-04-19T04:08:27.749Z] Building security-secretstore-setup [2022-04-19T04:08:27.749Z] Building support-scheduler [2022-04-19T04:08:27.749Z] Building security-spiffe-token-provider [2022-04-19T04:08:27.749Z] Building security-spire-agent [2022-04-19T04:08:27.749Z] Building core-metadata [2022-04-19T04:09:49.508Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:09:49.508Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:09:49.508Z] ---> d99e747cccb7 [2022-04-19T04:09:49.508Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T04:09:50.956Z] ---> Running in 2ad1d0f2e625 [2022-04-19T04:09:51.560Z] Removing intermediate container 2ad1d0f2e625 [2022-04-19T04:09:51.560Z] ---> 77c1c30c5366 [2022-04-19T04:09:51.560Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:09:51.843Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:09:51.843Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:09:51.843Z] ---> d99e747cccb7 [2022-04-19T04:09:51.843Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T04:09:51.843Z] ---> Running in 07e4a0bb79c0 [2022-04-19T04:09:51.843Z] ---> Running in c5e3503dcaba [2022-04-19T04:09:51.843Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:09:51.843Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:09:51.843Z] ---> d99e747cccb7 [2022-04-19T04:09:51.843Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T04:09:51.843Z] ---> Running in 720036b06863 [2022-04-19T04:09:51.843Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:09:51.843Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:09:51.843Z] ---> d99e747cccb7 [2022-04-19T04:09:51.843Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T04:09:51.843Z] ---> Running in a0db4ecdea19 [2022-04-19T04:09:52.123Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:09:52.123Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:09:52.123Z] ---> d99e747cccb7 [2022-04-19T04:09:52.123Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T04:09:52.123Z] ---> Running in b265abfa1778 [2022-04-19T04:09:52.399Z] Removing intermediate container 720036b06863 [2022-04-19T04:09:52.399Z] ---> cdd38ba1c8bc [2022-04-19T04:09:52.399Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:09:52.399Z] Removing intermediate container b265abfa1778 [2022-04-19T04:09:52.399Z] ---> 93cca50c579f [2022-04-19T04:09:52.399Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:09:52.680Z] Removing intermediate container 07e4a0bb79c0 [2022-04-19T04:09:52.680Z] ---> 2c5012ac8db4 [2022-04-19T04:09:52.680Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:09:52.680Z] Removing intermediate container a0db4ecdea19 [2022-04-19T04:09:52.680Z] ---> d85c3da7ac28 [2022-04-19T04:09:52.680Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T04:09:52.680Z] ---> Running in a54b35d52bf8 [2022-04-19T04:09:52.680Z] ---> Running in 2264d8e8006f [2022-04-19T04:09:52.680Z] ---> Running in 07fd790cb8be [2022-04-19T04:09:52.680Z] ---> Running in 800cc6a10ca8 [2022-04-19T04:09:55.342Z] Removing intermediate container c5e3503dcaba [2022-04-19T04:09:55.342Z] ---> 250651d40aed [2022-04-19T04:09:55.342Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T04:09:55.342Z] ---> Running in d3e25c19f3aa [2022-04-19T04:09:55.342Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:56.334Z] Removing intermediate container 07fd790cb8be [2022-04-19T04:09:56.334Z] ---> f9d6d5184123 [2022-04-19T04:09:56.334Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T04:09:56.334Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:56.334Z] Removing intermediate container a54b35d52bf8 [2022-04-19T04:09:56.334Z] ---> 531b12838fa1 [2022-04-19T04:09:56.334Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T04:09:56.334Z] ---> Running in f6481b5e94a9 [2022-04-19T04:09:56.616Z] ---> Running in ac73766e2038 [2022-04-19T04:09:57.227Z] Removing intermediate container 2264d8e8006f [2022-04-19T04:09:57.227Z] ---> e9df8d7cdadd [2022-04-19T04:09:57.227Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T04:09:57.227Z] ---> Running in 7976b1a8989c [2022-04-19T04:09:57.833Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T04:09:57.833Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T04:09:57.833Z] OK: 15741 distinct packages available [2022-04-19T04:09:57.833Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:57.833Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:58.434Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:58.718Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:58.718Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:58.718Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:59.005Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:59.613Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:59.613Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:09:59.613Z] OK: 220 MiB in 52 packages [2022-04-19T04:09:59.613Z] OK: 220 MiB in 52 packages [2022-04-19T04:09:59.894Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:10:00.939Z] OK: 220 MiB in 52 packages [2022-04-19T04:10:00.939Z] OK: 220 MiB in 52 packages [2022-04-19T04:10:01.233Z] OK: 220 MiB in 52 packages [2022-04-19T04:10:01.526Z] Removing intermediate container d3e25c19f3aa [2022-04-19T04:10:01.526Z] ---> 2147c57264b0 [2022-04-19T04:10:01.526Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T04:10:01.526Z] Removing intermediate container 800cc6a10ca8 [2022-04-19T04:10:01.526Z] ---> c443eeae9ee0 [2022-04-19T04:10:01.526Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T04:10:02.133Z] Removing intermediate container f6481b5e94a9 [2022-04-19T04:10:02.133Z] ---> 5b9593e03231 [2022-04-19T04:10:02.133Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T04:10:02.738Z] Removing intermediate container 7976b1a8989c [2022-04-19T04:10:02.739Z] ---> b65aba440dc8 [2022-04-19T04:10:02.739Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T04:10:02.739Z] Removing intermediate container ac73766e2038 [2022-04-19T04:10:02.739Z] ---> 9f42918c8d03 [2022-04-19T04:10:02.739Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T04:10:02.739Z] ---> 0832bc551cc5 [2022-04-19T04:10:02.739Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:10:03.013Z] ---> abba0e22954a [2022-04-19T04:10:03.013Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:10:03.013Z] ---> Running in e4fc471f746f [2022-04-19T04:10:03.288Z] ---> Running in b67a78e71848 [2022-04-19T04:10:03.288Z] ---> 14dea73a47ea [2022-04-19T04:10:03.288Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:10:03.567Z] ---> Running in f4ac786a59f1 [2022-04-19T04:10:04.178Z] ---> 3d741f60633e [2022-04-19T04:10:04.178Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:10:04.454Z] ---> Running in 171a587c15fc [2022-04-19T04:10:04.454Z] ---> 5d0886715927 [2022-04-19T04:10:04.454Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:10:04.725Z] ---> Running in ca67fcce2427 [2022-04-19T04:10:10.157Z] Removing intermediate container f4ac786a59f1 [2022-04-19T04:10:10.157Z] ---> f9e16475e3ee [2022-04-19T04:10:10.157Z] Step 8/22 : COPY . . [2022-04-19T04:10:10.157Z] Removing intermediate container b67a78e71848 [2022-04-19T04:10:10.157Z] ---> ceed6e7352ee [2022-04-19T04:10:10.157Z] Step 7/20 : COPY . . [2022-04-19T04:10:10.157Z] Removing intermediate container e4fc471f746f [2022-04-19T04:10:10.157Z] ---> 505e40cc3ba2 [2022-04-19T04:10:10.157Z] Step 8/25 : COPY . . [2022-04-19T04:10:10.157Z] Removing intermediate container 171a587c15fc [2022-04-19T04:10:10.157Z] ---> dc047c2bd229 [2022-04-19T04:10:10.157Z] Step 8/26 : COPY . . [2022-04-19T04:10:10.157Z] Removing intermediate container ca67fcce2427 [2022-04-19T04:10:10.157Z] ---> 569f24cfb75d [2022-04-19T04:10:10.157Z] Step 8/23 : COPY . . [2022-04-19T04:10:42.528Z] ---> b5e6d7c96f0c [2022-04-19T04:10:42.528Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T04:10:42.528Z] ---> 1a661cdf2f24 [2022-04-19T04:10:42.528Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T04:10:42.528Z] ---> 3e645ff0e9ff [2022-04-19T04:10:42.528Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T04:10:42.528Z] ---> Running in de9cee4a3c90 [2022-04-19T04:10:42.528Z] ---> Running in 1cd03d2383c8 [2022-04-19T04:10:42.528Z] ---> fec54c200bd9 [2022-04-19T04:10:42.528Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T04:10:42.528Z] ---> Running in fba4f51ba9f1 [2022-04-19T04:10:42.528Z] ---> ddf70f3b0a85 [2022-04-19T04:10:42.528Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T04:10:42.528Z] ---> Running in 8d2361778a94 [2022-04-19T04:10:42.528Z] ---> Running in a645a28e7caa [2022-04-19T04:10:42.528Z] Removing intermediate container 8d2361778a94 [2022-04-19T04:10:42.528Z] ---> fb97f24e1268 [2022-04-19T04:10:42.528Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T04:10:42.528Z] ---> Running in 499c14504ece [2022-04-19T04:10:42.528Z] 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-19T04:10:42.528Z] 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-19T04:10:42.528Z] 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-19T04:10:42.528Z] 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-19T04:10:42.528Z] Removing intermediate container 499c14504ece [2022-04-19T04:10:42.528Z] ---> 92bfd43154b7 [2022-04-19T04:10:42.528Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T04:10:42.528Z] ---> Running in a88aa3d1cdd7 [2022-04-19T04:10:42.528Z] Removing intermediate container a88aa3d1cdd7 [2022-04-19T04:10:42.528Z] ---> 636673c5d403 [2022-04-19T04:10:42.528Z] 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-19T04:10:42.806Z] ---> Running in 2b3b58aba97b [2022-04-19T04:10:45.454Z] spire-1.2.1/ [2022-04-19T04:10:45.455Z] spire-1.2.1/.data/ [2022-04-19T04:10:45.455Z] spire-1.2.1/.data/.file [2022-04-19T04:10:45.455Z] spire-1.2.1/.dockerignore [2022-04-19T04:10:45.455Z] spire-1.2.1/.gitattributes [2022-04-19T04:10:45.455Z] spire-1.2.1/.githooks/ [2022-04-19T04:10:45.455Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/ [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/ [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T04:10:45.455Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T04:10:45.455Z] spire-1.2.1/.gitignore [2022-04-19T04:10:45.455Z] spire-1.2.1/.go-version [2022-04-19T04:10:45.455Z] spire-1.2.1/.golangci.yml [2022-04-19T04:10:45.455Z] spire-1.2.1/ADOPTERS.md [2022-04-19T04:10:45.455Z] spire-1.2.1/CHANGELOG.md [2022-04-19T04:10:45.455Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T04:10:45.455Z] spire-1.2.1/CODEOWNERS [2022-04-19T04:10:45.455Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T04:10:45.455Z] spire-1.2.1/Dockerfile [2022-04-19T04:10:45.455Z] spire-1.2.1/Dockerfile.dev [2022-04-19T04:10:45.455Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T04:10:45.455Z] spire-1.2.1/LICENSE [2022-04-19T04:10:45.455Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T04:10:45.455Z] spire-1.2.1/Makefile [2022-04-19T04:10:45.455Z] spire-1.2.1/README.md [2022-04-19T04:10:45.455Z] spire-1.2.1/ROADMAP.md [2022-04-19T04:10:45.455Z] spire-1.2.1/SECURITY.md [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T04:10:45.455Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/ [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/agent/ [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/server/ [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/server/server.conf [2022-04-19T04:10:45.455Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/ [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/auditlog.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/ [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T04:10:45.455Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T04:10:45.740Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T04:10:45.740Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T04:10:45.740Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T04:10:45.740Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T04:10:45.740Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T04:10:45.740Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/spire_server.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/telemetry.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/upgrading.md [2022-04-19T04:10:45.741Z] spire-1.2.1/doc/using_spire.md [2022-04-19T04:10:45.741Z] spire-1.2.1/examples/ [2022-04-19T04:10:45.741Z] spire-1.2.1/examples/README.md [2022-04-19T04:10:45.741Z] spire-1.2.1/go.mod [2022-04-19T04:10:45.741Z] spire-1.2.1/go.sum [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T04:10:45.741Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T04:10:45.742Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/health/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/log/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T04:10:46.022Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/version/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T04:10:46.023Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/config.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T04:10:46.024Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T04:10:46.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T04:10:46.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/server.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T04:10:46.306Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T04:10:46.306Z] spire-1.2.1/proto/ [2022-04-19T04:10:46.306Z] spire-1.2.1/proto/private/ [2022-04-19T04:10:46.306Z] spire-1.2.1/proto/private/server/ [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/ [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/common/ [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T04:10:46.589Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T04:10:46.589Z] spire-1.2.1/release/ [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire-extras/ [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire/ [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire/README.md [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire/conf/ [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T04:10:46.589Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/script/ [2022-04-19T04:10:46.589Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T04:10:46.589Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T04:10:46.589Z] spire-1.2.1/support/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T04:10:46.589Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/clock/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/clock/clock.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T04:10:46.589Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T04:10:46.590Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/README.md [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/common [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T04:10:46.590Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T04:10:46.873Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T04:10:46.874Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T04:10:46.875Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T04:10:47.152Z] spire-1.2.1/test/integration/test.sh [2022-04-19T04:10:47.152Z] spire-1.2.1/test/plugintest/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/testca/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/testca/ca.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/testkey/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T04:10:47.152Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/testkey/new.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/util/ [2022-04-19T04:10:47.152Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/util/race.go [2022-04-19T04:10:47.152Z] spire-1.2.1/test/util/util.go [2022-04-19T04:10:47.152Z] building spire from source... [2022-04-19T04:10:47.757Z] Installing go1.17.7... [2022-04-19T04:11:14.609Z] Building bin/spire-server... [2022-04-19T04:11:14.609Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T04:11:14.609Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T04:11:14.610Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T04:11:14.610Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T04:11:14.610Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T04:11:15.601Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T04:11:15.878Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T04:11:16.156Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T04:11:16.156Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T04:11:16.436Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T04:11:17.044Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T04:11:17.320Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T04:11:17.320Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T04:11:17.923Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T04:11:17.923Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T04:11:17.923Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T04:11:17.923Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T04:11:18.925Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T04:11:18.925Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T04:11:18.925Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T04:11:19.206Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T04:11:46.034Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T04:11:46.034Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T04:11:46.034Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T04:11:46.034Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T04:11:46.034Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T04:11:46.034Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T04:11:46.034Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T04:11:46.034Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T04:11:46.034Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T04:11:46.034Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T04:11:46.034Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T04:11:46.034Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T04:11:46.034Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T04:11:46.034Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T04:11:46.034Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T04:11:46.034Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T04:11:46.034Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T04:11:46.034Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T04:11:46.034Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T04:11:46.632Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T04:11:46.632Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T04:11:47.235Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T04:11:47.510Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T04:11:47.510Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T04:11:47.510Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T04:11:47.785Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T04:11:48.386Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T04:11:48.662Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T04:11:48.662Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T04:11:48.938Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T04:12:15.789Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T04:12:15.789Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T04:12:15.789Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T04:12:15.789Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T04:12:18.437Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T04:12:18.437Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T04:12:18.437Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T04:12:18.437Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T04:12:18.718Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T04:12:18.718Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T04:12:31.153Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T04:12:31.762Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T04:13:04.181Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T04:13:04.181Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T04:13:04.181Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T04:13:04.181Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T04:13:04.181Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T04:13:04.181Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T04:13:04.454Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T04:13:05.452Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T04:13:05.725Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T04:13:07.709Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T04:13:07.709Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T04:13:09.151Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T04:13:09.151Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T04:13:09.423Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T04:13:09.423Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T04:13:09.699Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T04:13:09.975Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T04:13:09.975Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T04:13:10.250Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T04:13:10.251Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T04:13:10.852Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T04:13:10.852Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T04:13:11.129Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T04:13:11.129Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T04:13:12.571Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T04:13:12.845Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T04:13:12.845Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T04:13:19.574Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T04:13:19.574Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T04:13:19.574Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T04:13:19.574Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T04:13:19.574Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T04:13:19.574Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T04:13:19.574Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T04:13:20.560Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T04:13:20.560Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T04:13:20.560Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T04:13:20.950Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T04:13:20.950Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T04:13:22.110Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T04:13:23.323Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T04:13:23.630Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T04:13:23.914Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T04:13:24.204Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T04:13:24.204Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T04:13:24.498Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T04:13:24.498Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T04:13:24.799Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T04:13:26.314Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T04:13:26.314Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T04:13:26.914Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T04:13:26.914Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T04:13:28.901Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T04:13:28.901Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T04:13:29.888Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T04:13:30.165Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T04:13:30.440Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T04:13:30.440Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T04:13:30.718Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T04:13:30.995Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T04:13:31.271Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T04:13:31.870Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T04:13:34.509Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T04:13:36.503Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T04:13:36.503Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T04:13:37.109Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T04:13:37.109Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T04:13:37.109Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T04:13:38.097Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T04:13:38.097Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T04:13:38.375Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T04:13:38.375Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T04:13:38.652Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T04:13:38.652Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T04:13:38.652Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T04:13:48.849Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T04:13:48.849Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T04:13:48.849Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T04:13:48.849Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T04:14:15.658Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T04:14:15.658Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T04:15:23.673Z] 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-19T04:15:30.404Z] Removing intermediate container de9cee4a3c90 [2022-04-19T04:15:30.404Z] ---> b4efa2ef11d0 [2022-04-19T04:15:30.404Z] [2022-04-19T04:15:30.404Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T04:15:30.404Z] 3.14: Pulling from library/alpine [2022-04-19T04:15:32.388Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T04:15:32.388Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T04:15:32.388Z] ---> ac73e934f311 [2022-04-19T04:15:32.388Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T04:15:32.388Z] ---> Running in 4e9318ed56b6 [2022-04-19T04:15:34.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:15:34.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:15:36.154Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T04:15:36.154Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T04:15:36.154Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T04:15:36.154Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T04:15:36.154Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T04:15:36.760Z] OK: 6 MiB in 17 packages [2022-04-19T04:15:40.166Z] Removing intermediate container 4e9318ed56b6 [2022-04-19T04:15:40.166Z] ---> 5d025cd6f85b [2022-04-19T04:15:40.166Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T04:15:40.166Z] ---> Running in 488b3914b73b [2022-04-19T04:15:40.775Z] Removing intermediate container 488b3914b73b [2022-04-19T04:15:40.775Z] ---> d674db0635bf [2022-04-19T04:15:40.775Z] Step 13/25 : WORKDIR / [2022-04-19T04:15:41.061Z] ---> Running in d4827269737f [2022-04-19T04:15:42.053Z] Removing intermediate container d4827269737f [2022-04-19T04:15:42.053Z] ---> c4aa29f749e3 [2022-04-19T04:15:42.054Z] 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-19T04:15:43.040Z] Removing intermediate container fba4f51ba9f1 [2022-04-19T04:15:43.040Z] ---> ce2f41ca85a0 [2022-04-19T04:15:43.040Z] [2022-04-19T04:15:43.040Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T04:15:43.040Z] ---> ac73e934f311 [2022-04-19T04:15:43.040Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T04:15:43.319Z] ---> Running in b0557acbfa15 [2022-04-19T04:15:43.319Z] ---> 0d8b6620f7f8 [2022-04-19T04:15:43.319Z] 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-19T04:15:44.768Z] ---> 1a561e10a69d [2022-04-19T04:15:44.768Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T04:15:45.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:15:45.760Z] ---> 5b714d1ccb4f [2022-04-19T04:15:45.760Z] 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-19T04:15:46.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:15:46.977Z] ---> 28b92f30ecaa [2022-04-19T04:15:46.977Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T04:15:47.581Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T04:15:47.581Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T04:15:47.581Z] OK: 5 MiB in 15 packages [2022-04-19T04:15:49.034Z] ---> d22d126286e8 [2022-04-19T04:15:49.034Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-19T04:15:49.643Z] Removing intermediate container b0557acbfa15 [2022-04-19T04:15:49.643Z] ---> ef6f9ae7fbb8 [2022-04-19T04:15:49.643Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T04:15:49.643Z] ---> Running in 7d8065424072 [2022-04-19T04:15:50.249Z] Removing intermediate container 7d8065424072 [2022-04-19T04:15:50.249Z] ---> c37a106411a5 [2022-04-19T04:15:50.249Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T04:15:50.249Z] ---> Running in a9c25579936e [2022-04-19T04:15:51.237Z] Removing intermediate container a9c25579936e [2022-04-19T04:15:51.237Z] ---> 3e91c13dceb6 [2022-04-19T04:15:51.237Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T04:15:51.237Z] ---> ac809564d9c8 [2022-04-19T04:15:51.237Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T04:15:51.237Z] ---> Running in 817f7efaade6 [2022-04-19T04:15:52.226Z] Removing intermediate container 817f7efaade6 [2022-04-19T04:15:52.226Z] ---> d98d571e05bd [2022-04-19T04:15:52.226Z] Step 15/23 : WORKDIR / [2022-04-19T04:15:52.226Z] ---> Running in 8f5621758782 [2022-04-19T04:15:52.502Z] ---> db8e04d51d4c [2022-04-19T04:15:52.502Z] 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-19T04:15:52.502Z] ---> Running in 0a49114f2f5f [2022-04-19T04:15:53.110Z] Removing intermediate container 8f5621758782 [2022-04-19T04:15:53.110Z] ---> 9fc2b498f943 [2022-04-19T04:15:53.110Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T04:15:54.561Z] ---> df532cb20bfa [2022-04-19T04:15:54.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T04:15:56.552Z] Removing intermediate container 0a49114f2f5f [2022-04-19T04:15:56.552Z] ---> 14d6fda2fa26 [2022-04-19T04:15:56.552Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T04:15:56.552Z] ---> Running in eaa0035a88a3 [2022-04-19T04:15:57.156Z] ---> 897848281a22 [2022-04-19T04:15:57.156Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T04:15:57.442Z] Removing intermediate container eaa0035a88a3 [2022-04-19T04:15:57.442Z] ---> d2be62b735bb [2022-04-19T04:15:57.442Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T04:15:57.720Z] ---> Running in d515ce1ffaa0 [2022-04-19T04:15:58.323Z] ---> d54d7335b737 [2022-04-19T04:15:58.323Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T04:15:58.323Z] Removing intermediate container d515ce1ffaa0 [2022-04-19T04:15:58.323Z] ---> 585318c772c3 [2022-04-19T04:15:58.323Z] Step 24/25 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:15:58.599Z] ---> Running in 8d0f5e947a53 [2022-04-19T04:15:58.599Z] ---> Running in 640d632bf005 [2022-04-19T04:15:59.588Z] Removing intermediate container 8d0f5e947a53 [2022-04-19T04:15:59.588Z] ---> befebe171be5 [2022-04-19T04:15:59.589Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T04:15:59.589Z] Removing intermediate container 640d632bf005 [2022-04-19T04:15:59.589Z] ---> 6a7d6fc5308a [2022-04-19T04:15:59.589Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:15:59.589Z] ---> Running in aba4f7d894da [2022-04-19T04:15:59.589Z] ---> Running in 9c7898c7e5c4 [2022-04-19T04:16:00.199Z] Removing intermediate container 9c7898c7e5c4 [2022-04-19T04:16:00.199Z] ---> 577e0a1c5ebd [2022-04-19T04:16:00.199Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T04:16:00.199Z] Removing intermediate container aba4f7d894da [2022-04-19T04:16:00.475Z] ---> fb714db2f21f [2022-04-19T04:16:00.475Z] [2022-04-19T04:16:00.475Z] ---> Running in 00fec6c637c2 [2022-04-19T04:16:01.097Z] Removing intermediate container 00fec6c637c2 [2022-04-19T04:16:01.097Z] ---> 8a0aba628653 [2022-04-19T04:16:01.097Z] Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:16:01.097Z] Successfully built fb714db2f21f [2022-04-19T04:16:01.097Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-19T04:16:01.097Z] Building support-notifications [2022-04-19T04:16:01.372Z]  Building security-secretstore-setup ... done  ---> Running in 3e8d304deff1 [2022-04-19T04:16:01.974Z] Removing intermediate container 3e8d304deff1 [2022-04-19T04:16:01.974Z] ---> aadbdae2be35 [2022-04-19T04:16:01.974Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T04:16:01.974Z] ---> Running in 6468dbf7fb5e [2022-04-19T04:16:02.247Z] Removing intermediate container 6468dbf7fb5e [2022-04-19T04:16:02.520Z] ---> b1d4ab15a6ef [2022-04-19T04:16:02.520Z] [2022-04-19T04:16:02.794Z] Successfully built b1d4ab15a6ef [2022-04-19T04:16:02.794Z] Successfully tagged core-metadata-arm64:latest [2022-04-19T04:16:02.794Z]  Building core-metadata ... done Building core-command [2022-04-19T04:16:49.799Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:16:49.799Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:16:49.799Z] ---> d99e747cccb7 [2022-04-19T04:16:49.799Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T04:16:49.799Z] ---> Using cache [2022-04-19T04:16:49.799Z] ---> d85c3da7ac28 [2022-04-19T04:16:49.799Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:16:49.799Z] ---> Running in 63622f005488 [2022-04-19T04:16:49.799Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:16:49.799Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:16:49.799Z] ---> d99e747cccb7 [2022-04-19T04:16:49.799Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T04:16:49.799Z] ---> Using cache [2022-04-19T04:16:49.799Z] ---> d85c3da7ac28 [2022-04-19T04:16:49.799Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:16:49.799Z] ---> Running in 50ca32a1539f [2022-04-19T04:16:51.797Z] Removing intermediate container 63622f005488 [2022-04-19T04:16:51.797Z] ---> c3d1e163c9ed [2022-04-19T04:16:51.797Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T04:16:52.079Z] ---> Running in 54c333e601db [2022-04-19T04:16:52.355Z] Removing intermediate container 50ca32a1539f [2022-04-19T04:16:52.355Z] ---> a1c92aa13997 [2022-04-19T04:16:52.355Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T04:16:52.635Z] ---> Running in 4567a4fd55f5 [2022-04-19T04:16:54.634Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:16:54.634Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:16:55.233Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:16:55.838Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:16:56.825Z] OK: 220 MiB in 52 packages [2022-04-19T04:16:56.826Z] OK: 220 MiB in 52 packages [2022-04-19T04:16:58.281Z] Removing intermediate container 54c333e601db [2022-04-19T04:16:58.281Z] ---> 276086967593 [2022-04-19T04:16:58.281Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T04:16:58.561Z] Removing intermediate container 4567a4fd55f5 [2022-04-19T04:16:58.561Z] ---> 8abe4391a71e [2022-04-19T04:16:58.561Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T04:16:59.586Z] ---> cd3ac9e3e0bd [2022-04-19T04:16:59.586Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:16:59.861Z] ---> Running in 36b0f369d612 [2022-04-19T04:17:00.464Z] ---> fdfc38dac045 [2022-04-19T04:17:00.464Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:17:00.464Z] ---> Running in fe6a09fd0a85 [2022-04-19T04:17:07.183Z] Removing intermediate container 36b0f369d612 [2022-04-19T04:17:07.183Z] ---> c37e597da67b [2022-04-19T04:17:07.183Z] Step 8/22 : COPY . . [2022-04-19T04:17:07.183Z] Removing intermediate container fe6a09fd0a85 [2022-04-19T04:17:07.183Z] ---> 23257d94cb4a [2022-04-19T04:17:07.183Z] Step 8/23 : COPY . . [2022-04-19T04:17:34.015Z] Removing intermediate container a645a28e7caa [2022-04-19T04:17:34.015Z] ---> 22763da05933 [2022-04-19T04:17:34.015Z] [2022-04-19T04:17:34.015Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T04:17:34.015Z] 3.15: Pulling from library/alpine [2022-04-19T04:17:34.996Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T04:17:34.996Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T04:17:34.996Z] ---> 3fb3c9af89a9 [2022-04-19T04:17:34.996Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T04:17:35.269Z] ---> Running in 8f3889d61a1a [2022-04-19T04:17:36.709Z] Removing intermediate container 8f3889d61a1a [2022-04-19T04:17:36.709Z] ---> 34f70910e3be [2022-04-19T04:17:36.709Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:17:36.709Z] ---> Running in 4706b0b88ca1 [2022-04-19T04:17:41.043Z] Removing intermediate container 4706b0b88ca1 [2022-04-19T04:17:41.043Z] ---> e1ce77e081aa [2022-04-19T04:17:41.043Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T04:17:41.328Z] ---> Running in 8b332b242828 [2022-04-19T04:17:44.733Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:17:45.336Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:17:46.778Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T04:17:46.778Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T04:17:46.778Z] OK: 15730 distinct packages available [2022-04-19T04:17:46.778Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:17:47.768Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:17:48.749Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T04:17:48.749Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T04:17:49.023Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T04:17:49.023Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T04:17:49.023Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T04:17:49.305Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T04:17:49.305Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T04:17:49.305Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T04:17:49.582Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T04:17:49.582Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T04:17:49.582Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T04:17:49.865Z] OK: 8 MiB in 23 packages [2022-04-19T04:17:55.288Z] Removing intermediate container 8b332b242828 [2022-04-19T04:17:55.288Z] ---> e77b6bd514a6 [2022-04-19T04:17:55.288Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T04:17:56.272Z] ---> 3259317d529f [2022-04-19T04:17:56.272Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T04:17:56.272Z] ---> da8d6d3b3179 [2022-04-19T04:17:56.272Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T04:17:56.272Z] Removing intermediate container 1cd03d2383c8 [2022-04-19T04:17:56.272Z] ---> 34cd49810d3c [2022-04-19T04:17:56.272Z] [2022-04-19T04:17:56.272Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T04:17:56.272Z] ---> ac73e934f311 [2022-04-19T04:17:56.272Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T04:17:56.272Z] ---> Using cache [2022-04-19T04:17:56.272Z] ---> ef6f9ae7fbb8 [2022-04-19T04:17:56.272Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T04:17:56.272Z] ---> Using cache [2022-04-19T04:17:56.272Z] ---> c37a106411a5 [2022-04-19T04:17:56.272Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T04:17:56.544Z] ---> Running in 36e37e3a3298 [2022-04-19T04:17:56.544Z] ---> Running in 5836a8bdf238 [2022-04-19T04:17:56.544Z] ---> fc0ade37d523 [2022-04-19T04:17:56.544Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T04:17:56.544Z] ---> Running in 77ce5b0f6abf [2022-04-19T04:17:57.977Z] Removing intermediate container 77ce5b0f6abf [2022-04-19T04:17:57.977Z] ---> 1c89da82ca33 [2022-04-19T04:17:57.977Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T04:17:57.977Z] ---> Running in 848e42f51da1 [2022-04-19T04:17:59.430Z] Removing intermediate container 848e42f51da1 [2022-04-19T04:17:59.431Z] ---> 551b701d0bdb [2022-04-19T04:17:59.431Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T04:17:59.711Z] 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-19T04:17:59.990Z] 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-19T04:18:01.027Z] ---> 444e9c9d1e0c [2022-04-19T04:18:01.027Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T04:18:01.027Z] ---> c9a1903cf340 [2022-04-19T04:18:01.027Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T04:18:02.475Z] ---> dfc51d586c45 [2022-04-19T04:18:02.475Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T04:18:02.745Z] ---> Running in 479769102e9b [2022-04-19T04:18:03.342Z] Removing intermediate container 479769102e9b [2022-04-19T04:18:03.342Z] ---> 95b661b35f3a [2022-04-19T04:18:03.342Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:18:03.612Z] ---> Running in 8baea0d5bfbe [2022-04-19T04:18:04.214Z] ---> 83003a271b71 [2022-04-19T04:18:04.214Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T04:18:04.490Z] Removing intermediate container 8baea0d5bfbe [2022-04-19T04:18:04.490Z] ---> 4cd0d28cd461 [2022-04-19T04:18:04.490Z] Step 18/20 : LABEL arch=arm64 [2022-04-19T04:18:04.490Z] ---> Running in f87788c1c4ae [2022-04-19T04:18:05.514Z] Removing intermediate container f87788c1c4ae [2022-04-19T04:18:05.514Z] ---> b7c01b8ed9ff [2022-04-19T04:18:05.514Z] Step 19/20 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:18:05.514Z] ---> Running in a85b2c7b0c2d [2022-04-19T04:18:05.789Z] ---> cc85732e8623 [2022-04-19T04:18:05.789Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T04:18:05.789Z] ---> Running in 425cdc5d9201 [2022-04-19T04:18:06.393Z] Removing intermediate container a85b2c7b0c2d [2022-04-19T04:18:06.393Z] ---> 91bb9cbb8db2 [2022-04-19T04:18:06.393Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T04:18:06.393Z] ---> Running in b189b9bc02ff [2022-04-19T04:18:06.686Z] Removing intermediate container 425cdc5d9201 [2022-04-19T04:18:06.686Z] ---> eb95613affce [2022-04-19T04:18:06.686Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:18:06.686Z] ---> Running in 9f8baa573904 [2022-04-19T04:18:07.313Z] Removing intermediate container b189b9bc02ff [2022-04-19T04:18:07.313Z] ---> 88363993c961 [2022-04-19T04:18:07.313Z] [2022-04-19T04:18:07.313Z] Removing intermediate container 9f8baa573904 [2022-04-19T04:18:07.313Z] ---> ab92805240a8 [2022-04-19T04:18:07.313Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T04:18:07.602Z] ---> Running in df5789b481ba [2022-04-19T04:18:08.212Z] Removing intermediate container df5789b481ba [2022-04-19T04:18:08.212Z] ---> 51e2b2bcdfc7 [2022-04-19T04:18:08.212Z] Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:18:08.488Z] Successfully built 88363993c961 [2022-04-19T04:18:08.488Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-19T04:18:08.488Z]  Building security-spiffe-token-provider ... done Building security-bootstrapper [2022-04-19T04:18:08.488Z] ---> Running in fe9b3520ea33 [2022-04-19T04:18:08.765Z] Removing intermediate container fe9b3520ea33 [2022-04-19T04:18:08.765Z] ---> c1e3b1a76aaa [2022-04-19T04:18:08.765Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T04:18:09.044Z] ---> Running in 1a226d7581fb [2022-04-19T04:18:09.647Z] Removing intermediate container 1a226d7581fb [2022-04-19T04:18:09.647Z] ---> 0002be6bc90b [2022-04-19T04:18:09.647Z] [2022-04-19T04:18:09.922Z] Successfully built 0002be6bc90b [2022-04-19T04:18:09.922Z] Successfully tagged support-scheduler-arm64:latest [2022-04-19T04:18:09.922Z]  Building support-scheduler ... done Building sys-mgmt-agent [2022-04-19T04:18:56.946Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:18:56.946Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:18:56.946Z] ---> d99e747cccb7 [2022-04-19T04:18:56.946Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T04:18:56.946Z] ---> Using cache [2022-04-19T04:18:56.946Z] ---> d85c3da7ac28 [2022-04-19T04:18:56.946Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:18:56.946Z] ---> Using cache [2022-04-19T04:18:56.946Z] ---> a1c92aa13997 [2022-04-19T04:18:56.946Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T04:18:56.946Z] ---> Using cache [2022-04-19T04:18:56.946Z] ---> 8abe4391a71e [2022-04-19T04:18:56.946Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T04:18:56.946Z] ---> Using cache [2022-04-19T04:18:56.946Z] ---> fdfc38dac045 [2022-04-19T04:18:56.946Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:18:56.946Z] ---> Using cache [2022-04-19T04:18:56.946Z] ---> 23257d94cb4a [2022-04-19T04:18:56.946Z] Step 8/31 : COPY . . [2022-04-19T04:18:56.946Z] ---> Using cache [2022-04-19T04:18:56.946Z] ---> da8d6d3b3179 [2022-04-19T04:18:56.946Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T04:18:56.946Z] ---> Running in 91a3e4a4447e [2022-04-19T04:18:56.946Z] 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-19T04:18:56.946Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:18:56.946Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:18:56.946Z] ---> d99e747cccb7 [2022-04-19T04:18:56.946Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T04:18:56.946Z] ---> Using cache [2022-04-19T04:18:56.946Z] ---> d85c3da7ac28 [2022-04-19T04:18:56.946Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:18:56.946Z] ---> Using cache [2022-04-19T04:18:56.946Z] ---> a1c92aa13997 [2022-04-19T04:18:56.946Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T04:18:56.946Z] ---> Running in 1c8ed5411896 [2022-04-19T04:18:57.549Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:18:58.541Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:18:59.534Z] OK: 220 MiB in 52 packages [2022-04-19T04:19:01.004Z] Removing intermediate container 1c8ed5411896 [2022-04-19T04:19:01.004Z] ---> ac2d2be93093 [2022-04-19T04:19:01.004Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T04:19:01.992Z] ---> fc5c3b3696b3 [2022-04-19T04:19:01.992Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:19:02.470Z] ---> Running in 81db221b465b [2022-04-19T04:19:09.899Z] Removing intermediate container 81db221b465b [2022-04-19T04:19:09.899Z] ---> 73440549c18d [2022-04-19T04:19:09.899Z] Step 8/23 : COPY . . [2022-04-19T04:19:32.085Z] ---> ae3395a66621 [2022-04-19T04:19:32.085Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T04:19:32.085Z] ---> Running in 6f9936073b84 [2022-04-19T04:19:32.085Z] 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-19T04:22:24.042Z] Removing intermediate container 5836a8bdf238 [2022-04-19T04:22:24.042Z] ---> ff8b562ed496 [2022-04-19T04:22:24.042Z] [2022-04-19T04:22:24.042Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T04:22:24.042Z] ---> ac73e934f311 [2022-04-19T04:22:24.042Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T04:22:24.042Z] ---> Using cache [2022-04-19T04:22:24.042Z] ---> ef6f9ae7fbb8 [2022-04-19T04:22:24.042Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T04:22:24.042Z] ---> Using cache [2022-04-19T04:22:24.042Z] ---> c37a106411a5 [2022-04-19T04:22:24.042Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T04:22:24.042Z] ---> Running in 7b118ddcce64 [2022-04-19T04:22:24.333Z] Removing intermediate container 7b118ddcce64 [2022-04-19T04:22:24.333Z] ---> e22d73e57c13 [2022-04-19T04:22:24.333Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T04:22:24.333Z] ---> Running in 46377f8ca021 [2022-04-19T04:22:24.958Z] Removing intermediate container 46377f8ca021 [2022-04-19T04:22:24.958Z] ---> f66cf660b8bb [2022-04-19T04:22:24.958Z] Step 15/23 : WORKDIR / [2022-04-19T04:22:24.958Z] ---> Running in 878b410f125d [2022-04-19T04:22:25.562Z] Removing intermediate container 878b410f125d [2022-04-19T04:22:25.562Z] ---> 1ce13d8d3d16 [2022-04-19T04:22:25.562Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T04:22:26.551Z] ---> ae9c96922bf3 [2022-04-19T04:22:26.551Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T04:22:28.577Z] ---> d404803e05d3 [2022-04-19T04:22:28.577Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T04:22:29.183Z] ---> 3ec9d31727e6 [2022-04-19T04:22:29.183Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T04:22:29.183Z] ---> Running in 42e6c9442353 [2022-04-19T04:22:29.820Z] Removing intermediate container 42e6c9442353 [2022-04-19T04:22:29.820Z] ---> 0b2f39aeb0f8 [2022-04-19T04:22:29.820Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:22:30.098Z] ---> Running in 54d3c535318c [2022-04-19T04:22:30.712Z] Removing intermediate container 54d3c535318c [2022-04-19T04:22:30.712Z] ---> 7f1ea5751d75 [2022-04-19T04:22:30.712Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T04:22:30.712Z] ---> Running in 716c1784fd50 [2022-04-19T04:22:31.318Z] Removing intermediate container 716c1784fd50 [2022-04-19T04:22:31.318Z] ---> 8358cde81cb4 [2022-04-19T04:22:31.318Z] Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:22:31.597Z] ---> Running in 5873be1485bf [2022-04-19T04:22:31.883Z] Removing intermediate container 5873be1485bf [2022-04-19T04:22:31.883Z] ---> 42f58de3c45a [2022-04-19T04:22:31.883Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T04:22:32.161Z] ---> Running in bf1ed574709e [2022-04-19T04:22:32.764Z] Removing intermediate container bf1ed574709e [2022-04-19T04:22:32.764Z] ---> 8009f4d3cf1f [2022-04-19T04:22:32.764Z] [2022-04-19T04:22:33.043Z] Successfully built 8009f4d3cf1f [2022-04-19T04:22:33.043Z] Successfully tagged core-command-arm64:latest [2022-04-19T04:22:33.043Z]  Building core-command ... done Building core-data [2022-04-19T04:23:05.406Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:23:05.406Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:23:05.406Z] ---> d99e747cccb7 [2022-04-19T04:23:05.406Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T04:23:05.406Z] ---> Using cache [2022-04-19T04:23:05.406Z] ---> d85c3da7ac28 [2022-04-19T04:23:05.406Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:23:05.406Z] ---> Using cache [2022-04-19T04:23:05.406Z] ---> a1c92aa13997 [2022-04-19T04:23:05.406Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T04:23:05.680Z] ---> Running in c5331364d371 [2022-04-19T04:23:07.657Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:23:08.640Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:23:10.081Z] OK: 220 MiB in 52 packages [2022-04-19T04:23:11.103Z] Removing intermediate container c5331364d371 [2022-04-19T04:23:11.103Z] ---> 879065c0df4c [2022-04-19T04:23:11.103Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T04:23:12.088Z] ---> d64f2af657fc [2022-04-19T04:23:12.088Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:23:12.088Z] ---> Running in 918d8b198845 [2022-04-19T04:23:17.522Z] Removing intermediate container 918d8b198845 [2022-04-19T04:23:17.522Z] ---> 44d2f8e539d2 [2022-04-19T04:23:17.522Z] Step 8/23 : COPY . . [2022-04-19T04:23:39.797Z] ---> 2e9149b1c6d7 [2022-04-19T04:23:39.797Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T04:23:39.797Z] ---> Running in c63338198ef9 [2022-04-19T04:23:40.793Z] 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-19T04:23:47.553Z] Removing intermediate container 91a3e4a4447e [2022-04-19T04:23:47.553Z] ---> 5175c9bdd4b9 [2022-04-19T04:23:47.553Z] [2022-04-19T04:23:47.553Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T04:23:47.553Z] ---> ac73e934f311 [2022-04-19T04:23:47.553Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T04:23:47.553Z] ---> Running in b862537b4a4f [2022-04-19T04:23:47.553Z] Removing intermediate container b862537b4a4f [2022-04-19T04:23:47.553Z] ---> 79d665e6b0e5 [2022-04-19T04:23:47.553Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T04:23:47.553Z] ---> Running in d09db01af1b7 [2022-04-19T04:23:49.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:23:49.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:23:50.843Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T04:23:50.844Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T04:23:50.844Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T04:23:51.123Z] OK: 6 MiB in 16 packages [2022-04-19T04:23:52.586Z] Removing intermediate container d09db01af1b7 [2022-04-19T04:23:52.586Z] ---> 61d22161757b [2022-04-19T04:23:52.586Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T04:23:52.586Z] ---> Running in 786e26fd10eb [2022-04-19T04:23:52.868Z] Removing intermediate container 786e26fd10eb [2022-04-19T04:23:52.868Z] ---> a8b0f2319f94 [2022-04-19T04:23:52.868Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T04:23:53.155Z] ---> Running in 8d161309b53d [2022-04-19T04:23:53.764Z] Removing intermediate container 8d161309b53d [2022-04-19T04:23:53.764Z] ---> 0c074ecc1407 [2022-04-19T04:23:53.764Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T04:23:53.764Z] ---> Running in 96e55a4e858a [2022-04-19T04:23:56.427Z] Removing intermediate container 96e55a4e858a [2022-04-19T04:23:56.427Z] ---> 51ea36ca4909 [2022-04-19T04:23:56.427Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T04:23:56.704Z] ---> Running in 7b3bd8f749d0 [2022-04-19T04:23:57.306Z] Removing intermediate container 7b3bd8f749d0 [2022-04-19T04:23:57.306Z] ---> be7065d5f20a [2022-04-19T04:23:57.306Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T04:23:58.308Z] ---> c29517accfff [2022-04-19T04:23:58.308Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T04:23:58.308Z] ---> Running in 1cad8a61f8a2 [2022-04-19T04:24:02.653Z] Removing intermediate container 1cad8a61f8a2 [2022-04-19T04:24:02.653Z] ---> 2629c37a8e60 [2022-04-19T04:24:02.653Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T04:24:04.111Z] ---> e77fefa8d53f [2022-04-19T04:24:04.111Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T04:24:06.759Z] ---> 1d397a9553f4 [2022-04-19T04:24:06.759Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T04:24:08.217Z] Removing intermediate container 6f9936073b84 [2022-04-19T04:24:08.217Z] ---> ef8e6a489d3b [2022-04-19T04:24:08.217Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T04:24:08.217Z] ---> Running in a16413b848f9 [2022-04-19T04:24:08.217Z] ---> e3f653667d43 [2022-04-19T04:24:08.217Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T04:24:10.225Z] ---> ff2f51be9e91 [2022-04-19T04:24:10.225Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T04:24:10.512Z] 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-19T04:24:11.136Z] ---> 2ddc4967df94 [2022-04-19T04:24:11.136Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T04:24:11.412Z] ---> Running in f1ac15126bfe [2022-04-19T04:24:12.023Z] Removing intermediate container f1ac15126bfe [2022-04-19T04:24:12.023Z] ---> fa54a3f0e1b0 [2022-04-19T04:24:12.023Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T04:24:13.016Z] ---> 0c7b7145ee33 [2022-04-19T04:24:13.016Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T04:24:13.016Z] ---> Running in 9a6b01f737e6 [2022-04-19T04:24:15.023Z] Removing intermediate container a16413b848f9 [2022-04-19T04:24:15.023Z] ---> e9b249d1e3fe [2022-04-19T04:24:15.023Z] [2022-04-19T04:24:15.023Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T04:24:15.023Z] 20.10.14: Pulling from library/docker [2022-04-19T04:24:17.036Z] Removing intermediate container 9a6b01f737e6 [2022-04-19T04:24:17.036Z] ---> b8345a287ba3 [2022-04-19T04:24:17.036Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T04:24:17.317Z] ---> Running in e220acad5a10 [2022-04-19T04:24:18.306Z] Removing intermediate container e220acad5a10 [2022-04-19T04:24:18.306Z] ---> 846baac9d7a4 [2022-04-19T04:24:18.306Z] Step 28/31 : CMD ["gate"] [2022-04-19T04:24:18.909Z] ---> Running in 22049a0bfc78 [2022-04-19T04:24:19.514Z] Removing intermediate container 22049a0bfc78 [2022-04-19T04:24:19.514Z] ---> d77816944bd8 [2022-04-19T04:24:19.514Z] Step 29/31 : LABEL arch=arm64 [2022-04-19T04:24:20.120Z] ---> Running in 99fedf603176 [2022-04-19T04:24:21.114Z] Removing intermediate container 99fedf603176 [2022-04-19T04:24:21.115Z] ---> 96f8549e0643 [2022-04-19T04:24:21.115Z] Step 30/31 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:24:21.394Z] ---> Running in 3cec74fbdbb3 [2022-04-19T04:24:22.391Z] Removing intermediate container 3cec74fbdbb3 [2022-04-19T04:24:22.391Z] ---> 8aaf38b0141c [2022-04-19T04:24:22.391Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T04:24:22.998Z] ---> Running in be1294f645c7 [2022-04-19T04:24:23.987Z] Removing intermediate container be1294f645c7 [2022-04-19T04:24:23.987Z] ---> 75834dff6dc6 [2022-04-19T04:24:23.987Z] [2022-04-19T04:24:24.590Z] Successfully built 75834dff6dc6 [2022-04-19T04:24:24.590Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-19T04:24:24.590Z] Building security-proxy-setup [2022-04-19T04:24:37.063Z]  Building security-bootstrapper ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T04:24:37.063Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T04:24:37.063Z] ---> c346e9eafbab [2022-04-19T04:24:37.063Z] 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-19T04:24:37.063Z] ---> Running in 3eb0be3707db [2022-04-19T04:24:37.063Z] Removing intermediate container 3eb0be3707db [2022-04-19T04:24:37.063Z] ---> 1d1ea1e4994e [2022-04-19T04:24:37.063Z] 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-19T04:24:37.345Z] ---> Running in 1fdc43af3eb4 [2022-04-19T04:24:39.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:24:39.958Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:24:41.419Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T04:24:41.419Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T04:24:41.419Z] Executing bash-5.1.16-r0.post-install [2022-04-19T04:24:41.419Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T04:24:41.419Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T04:24:41.419Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T04:24:41.419Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T04:24:41.419Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T04:24:41.419Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T04:24:41.419Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T04:24:41.419Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T04:24:41.700Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T04:24:41.700Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T04:24:41.700Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T04:24:41.700Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T04:24:41.700Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T04:24:41.700Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T04:24:41.977Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T04:24:45.410Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T04:24:45.410Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T04:24:45.410Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T04:24:45.410Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T04:24:45.410Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T04:24:45.410Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T04:24:45.691Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T04:24:45.691Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T04:24:45.691Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T04:24:45.691Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T04:24:45.691Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T04:24:45.691Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T04:24:45.691Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T04:24:45.691Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T04:24:45.976Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T04:24:45.976Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T04:24:45.976Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T04:24:45.976Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T04:24:45.976Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T04:24:46.256Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T04:24:46.256Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T04:24:46.256Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T04:24:46.256Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T04:24:46.256Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T04:24:46.543Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T04:24:46.543Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T04:24:47.162Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T04:24:47.162Z] OK: 82 MiB in 65 packages [2022-04-19T04:24:53.956Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:24:53.956Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:24:53.956Z] ---> d99e747cccb7 [2022-04-19T04:24:53.956Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T04:24:53.956Z] ---> Using cache [2022-04-19T04:24:53.956Z] ---> d85c3da7ac28 [2022-04-19T04:24:53.956Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:24:53.956Z] ---> Using cache [2022-04-19T04:24:53.956Z] ---> a1c92aa13997 [2022-04-19T04:24:53.956Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T04:24:53.956Z] ---> Using cache [2022-04-19T04:24:53.956Z] ---> 8abe4391a71e [2022-04-19T04:24:53.956Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T04:24:53.956Z] ---> Using cache [2022-04-19T04:24:53.956Z] ---> fdfc38dac045 [2022-04-19T04:24:53.956Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:24:53.956Z] ---> Using cache [2022-04-19T04:24:53.956Z] ---> 23257d94cb4a [2022-04-19T04:24:53.956Z] Step 8/22 : COPY . . [2022-04-19T04:24:53.956Z] ---> Using cache [2022-04-19T04:24:53.956Z] ---> da8d6d3b3179 [2022-04-19T04:24:53.956Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T04:24:53.956Z] Collecting docker-compose==1.23.2 [2022-04-19T04:24:54.232Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T04:24:54.521Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T04:24:54.521Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T04:24:55.136Z] ---> Running in b389584fe6e7 [2022-04-19T04:24:57.134Z] 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-19T04:24:57.134Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T04:24:57.134Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T04:24:58.586Z] Collecting PyYAML<4,>=3.10 [2022-04-19T04:24:58.586Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T04:25:02.933Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T04:25:02.933Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T04:25:04.936Z] 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-19T04:25:05.547Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T04:25:05.547Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T04:25:06.546Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T04:25:06.546Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T04:25:06.546Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T04:25:06.546Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T04:25:08.556Z] Removing intermediate container 36e37e3a3298 [2022-04-19T04:25:08.556Z] ---> 8da769516ba1 [2022-04-19T04:25:08.556Z] [2022-04-19T04:25:08.556Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T04:25:08.556Z] ---> ac73e934f311 [2022-04-19T04:25:08.556Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T04:25:08.556Z] ---> Running in ea3fa8936fe1 [2022-04-19T04:25:10.584Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T04:25:10.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:25:10.584Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T04:25:10.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:25:10.866Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T04:25:10.866Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T04:25:11.863Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T04:25:11.863Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T04:25:11.863Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T04:25:11.863Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T04:25:11.863Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T04:25:11.863Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T04:25:12.141Z] OK: 6 MiB in 16 packages [2022-04-19T04:25:13.157Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T04:25:13.157Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T04:25:13.435Z] Collecting idna<2.8,>=2.5 [2022-04-19T04:25:13.435Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T04:25:13.435Z] 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-19T04:25:13.712Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T04:25:13.712Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T04:25:14.010Z] Removing intermediate container ea3fa8936fe1 [2022-04-19T04:25:14.010Z] ---> 8ff57631772f [2022-04-19T04:25:14.010Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T04:25:14.010Z] ---> Running in 60ef0ae5e6c2 [2022-04-19T04:25:14.285Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T04:25:14.285Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T04:25:14.285Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T04:25:14.285Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T04:25:14.567Z] Removing intermediate container 60ef0ae5e6c2 [2022-04-19T04:25:14.567Z] ---> 052fa47af027 [2022-04-19T04:25:14.567Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T04:25:14.843Z] ---> Running in 4bbae8470906 [2022-04-19T04:25:15.120Z] Removing intermediate container 4bbae8470906 [2022-04-19T04:25:15.120Z] ---> b1e1c11a2f77 [2022-04-19T04:25:15.120Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T04:25:15.396Z] ---> Running in eea505ceb369 [2022-04-19T04:25:15.782Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T04:25:15.782Z] Attempting uninstall: urllib3 [2022-04-19T04:25:15.782Z] Found existing installation: urllib3 1.26.7 [2022-04-19T04:25:15.782Z] Uninstalling urllib3-1.26.7: [2022-04-19T04:25:16.308Z] Successfully uninstalled urllib3-1.26.7 [2022-04-19T04:25:16.308Z] Removing intermediate container eea505ceb369 [2022-04-19T04:25:16.308Z] ---> fd580055bc6e [2022-04-19T04:25:16.308Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T04:25:17.113Z] ---> faaf217a3c17 [2022-04-19T04:25:17.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T04:25:17.113Z] Attempting uninstall: idna [2022-04-19T04:25:17.113Z] Found existing installation: idna 3.3 [2022-04-19T04:25:17.113Z] Uninstalling idna-3.3: [2022-04-19T04:25:17.400Z] Successfully uninstalled idna-3.3 [2022-04-19T04:25:20.126Z] ---> 37b65a9cba28 [2022-04-19T04:25:20.126Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T04:25:21.268Z] ---> 3f2a027ac9d7 [2022-04-19T04:25:21.268Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T04:25:21.547Z] ---> Running in 383ce6b970ea [2022-04-19T04:25:21.917Z] Removing intermediate container 383ce6b970ea [2022-04-19T04:25:21.917Z] ---> c7131d966379 [2022-04-19T04:25:21.917Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:25:22.204Z] ---> Running in 594906270f6f [2022-04-19T04:25:22.482Z] Removing intermediate container 594906270f6f [2022-04-19T04:25:22.482Z] ---> ff5fcd164665 [2022-04-19T04:25:22.482Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T04:25:22.482Z] Attempting uninstall: requests [2022-04-19T04:25:22.482Z] Found existing installation: requests 2.26.0 [2022-04-19T04:25:22.482Z] Uninstalling requests-2.26.0: [2022-04-19T04:25:22.482Z] ---> Running in 4a69dd0587d8 [2022-04-19T04:25:22.766Z] Successfully uninstalled requests-2.26.0 [2022-04-19T04:25:23.048Z] Removing intermediate container 4a69dd0587d8 [2022-04-19T04:25:23.049Z] ---> 2224f9f38adf [2022-04-19T04:25:23.049Z] Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:25:23.328Z] ---> Running in 44ab802daf50 [2022-04-19T04:25:23.611Z] Running setup.py install for texttable: started [2022-04-19T04:25:23.611Z] Removing intermediate container 44ab802daf50 [2022-04-19T04:25:23.898Z] ---> 9ea6b745510e [2022-04-19T04:25:23.898Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T04:25:23.898Z] ---> Running in 924d32125d0b [2022-04-19T04:25:24.509Z] Removing intermediate container 924d32125d0b [2022-04-19T04:25:24.509Z] ---> c31da6f7ea0d [2022-04-19T04:25:24.509Z] [2022-04-19T04:25:24.788Z] Successfully built c31da6f7ea0d [2022-04-19T04:25:24.788Z] Successfully tagged support-notifications-arm64:latest [2022-04-19T04:25:24.788Z] Building security-spire-server [2022-04-19T04:25:26.521Z]  Building support-notifications ... done  Running setup.py install for texttable: finished with status 'done' [2022-04-19T04:25:26.521Z] Running setup.py install for PyYAML: started [2022-04-19T04:25:29.930Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T04:25:29.930Z] Running setup.py install for docopt: started [2022-04-19T04:25:32.578Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T04:25:32.578Z] Running setup.py install for dockerpty: started [2022-04-19T04:25:34.577Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T04:25:37.994Z] 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-19T04:25:53.156Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:25:53.156Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:25:53.156Z] ---> d99e747cccb7 [2022-04-19T04:25:53.156Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T04:25:53.156Z] ---> Using cache [2022-04-19T04:25:53.156Z] ---> d85c3da7ac28 [2022-04-19T04:25:53.156Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:25:53.156Z] ---> Using cache [2022-04-19T04:25:53.156Z] ---> a1c92aa13997 [2022-04-19T04:25:53.156Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T04:25:53.431Z] ---> Running in 8637f225ce03 [2022-04-19T04:25:56.089Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:25:56.089Z] Removing intermediate container 1fdc43af3eb4 [2022-04-19T04:25:56.089Z] ---> f128c27b85b2 [2022-04-19T04:25:56.089Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T04:25:56.374Z] ---> Running in 9fc2603b4891 [2022-04-19T04:25:56.661Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:25:56.941Z] Removing intermediate container 9fc2603b4891 [2022-04-19T04:25:56.941Z] ---> 87fffb3a1a75 [2022-04-19T04:25:56.941Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T04:25:56.941Z] ---> Running in 71e746de50bb [2022-04-19T04:25:57.547Z] Removing intermediate container 71e746de50bb [2022-04-19T04:25:57.547Z] ---> 4eba5583bb51 [2022-04-19T04:25:57.547Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T04:25:58.541Z] OK: 220 MiB in 52 packages [2022-04-19T04:25:59.536Z] ---> c7e829bd3023 [2022-04-19T04:25:59.536Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T04:26:00.140Z] Removing intermediate container 8637f225ce03 [2022-04-19T04:26:00.140Z] ---> 45d996855fef [2022-04-19T04:26:00.140Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T04:26:00.744Z] ---> 4c6a527c29b3 [2022-04-19T04:26:00.744Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T04:26:01.349Z] ---> d0f9dbff895d [2022-04-19T04:26:01.349Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:26:01.629Z] ---> Running in a8ae5f5dfe43 [2022-04-19T04:26:02.631Z] ---> 88c9b23805c2 [2022-04-19T04:26:02.631Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T04:26:02.631Z] ---> Running in 2a5994d72804 [2022-04-19T04:26:03.241Z] Removing intermediate container 2a5994d72804 [2022-04-19T04:26:03.241Z] ---> 018c78be5f02 [2022-04-19T04:26:03.241Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:26:03.519Z] ---> Running in 96a7f26c47ec [2022-04-19T04:26:04.122Z] Removing intermediate container 96a7f26c47ec [2022-04-19T04:26:04.122Z] ---> 296a65b733e9 [2022-04-19T04:26:04.122Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T04:26:04.122Z] ---> Running in 6bbcf69cd731 [2022-04-19T04:26:04.735Z] Removing intermediate container 6bbcf69cd731 [2022-04-19T04:26:04.735Z] ---> 25b01821dfd6 [2022-04-19T04:26:04.735Z] Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:26:04.735Z] ---> Running in bd775b3b3252 [2022-04-19T04:26:05.341Z] Removing intermediate container bd775b3b3252 [2022-04-19T04:26:05.341Z] ---> 3b670cc39ffd [2022-04-19T04:26:05.341Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T04:26:05.341Z] ---> Running in b9eb1c6cc833 [2022-04-19T04:26:05.952Z] Removing intermediate container b9eb1c6cc833 [2022-04-19T04:26:05.952Z] ---> 4eff230acfcf [2022-04-19T04:26:05.952Z] [2022-04-19T04:26:06.559Z] Successfully built 4eff230acfcf [2022-04-19T04:26:06.559Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-19T04:26:06.559Z] Building security-spire-config [2022-04-19T04:26:08.559Z]  Building sys-mgmt-agent ... done Removing intermediate container a8ae5f5dfe43 [2022-04-19T04:26:08.559Z] ---> 4f53e2d13e30 [2022-04-19T04:26:08.559Z] Step 8/25 : COPY . . [2022-04-19T04:26:35.418Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T04:26:35.418Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T04:26:35.418Z] ---> d99e747cccb7 [2022-04-19T04:26:35.418Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T04:26:35.418Z] ---> 97c6af6df728 [2022-04-19T04:26:35.418Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T04:26:35.418Z] ---> Using cache [2022-04-19T04:26:35.418Z] ---> d85c3da7ac28 [2022-04-19T04:26:35.418Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:26:35.418Z] ---> Using cache [2022-04-19T04:26:35.418Z] ---> a1c92aa13997 [2022-04-19T04:26:35.418Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T04:26:35.418Z] ---> Using cache [2022-04-19T04:26:35.418Z] ---> 45d996855fef [2022-04-19T04:26:35.418Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T04:26:35.418Z] ---> Using cache [2022-04-19T04:26:35.418Z] ---> d0f9dbff895d [2022-04-19T04:26:35.418Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T04:26:35.418Z] ---> Using cache [2022-04-19T04:26:35.418Z] ---> 4f53e2d13e30 [2022-04-19T04:26:35.418Z] Step 8/26 : COPY . . [2022-04-19T04:26:35.418Z] ---> Using cache [2022-04-19T04:26:35.418Z] ---> 97c6af6df728 [2022-04-19T04:26:35.418Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T04:26:35.418Z] ---> Running in 3abda4c4029d [2022-04-19T04:26:35.418Z] ---> Running in 03e90733482e [2022-04-19T04:26:36.035Z] Removing intermediate container 3abda4c4029d [2022-04-19T04:26:36.035Z] ---> cca9d167e587 [2022-04-19T04:26:36.035Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T04:26:36.035Z] ---> Running in 1a0ec7034509 [2022-04-19T04:26:36.035Z] Removing intermediate container 03e90733482e [2022-04-19T04:26:36.035Z] ---> 7252d6cd6998 [2022-04-19T04:26:36.035Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T04:26:36.317Z] ---> Running in eb0176714bfe [2022-04-19T04:26:40.654Z] Removing intermediate container 1a0ec7034509 [2022-04-19T04:26:40.654Z] ---> 8b882c93f618 [2022-04-19T04:26:40.654Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T04:26:40.654Z] Removing intermediate container eb0176714bfe [2022-04-19T04:26:40.654Z] ---> bc412119abe3 [2022-04-19T04:26:40.654Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T04:26:40.654Z] ---> Running in 4d201f720720 [2022-04-19T04:26:40.654Z] ---> Running in f272b4336b30 [2022-04-19T04:26:40.932Z] Removing intermediate container 4d201f720720 [2022-04-19T04:26:40.932Z] ---> 476fb05fa2a6 [2022-04-19T04:26:40.932Z] 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-19T04:26:40.932Z] Removing intermediate container f272b4336b30 [2022-04-19T04:26:40.932Z] ---> 2ce1e21752b9 [2022-04-19T04:26:40.932Z] 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-19T04:26:40.932Z] ---> Running in d7b9571cb98c [2022-04-19T04:26:40.932Z] ---> Running in 70a354c7b09f [2022-04-19T04:26:44.375Z] spire-1.2.1/ [2022-04-19T04:26:44.375Z] spire-1.2.1/.data/ [2022-04-19T04:26:44.375Z] spire-1.2.1/.data/.file [2022-04-19T04:26:44.375Z] spire-1.2.1/.dockerignore [2022-04-19T04:26:44.375Z] spire-1.2.1/.gitattributes [2022-04-19T04:26:44.375Z] spire-1.2.1/.githooks/ [2022-04-19T04:26:44.375Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/ [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/workflows/ [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T04:26:44.375Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T04:26:44.376Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T04:26:44.376Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T04:26:44.376Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T04:26:44.376Z] spire-1.2.1/.gitignore [2022-04-19T04:26:44.376Z] spire-1.2.1/.go-version [2022-04-19T04:26:44.376Z] spire-1.2.1/.golangci.yml [2022-04-19T04:26:44.376Z] spire-1.2.1/ADOPTERS.md [2022-04-19T04:26:44.376Z] spire-1.2.1/CHANGELOG.md [2022-04-19T04:26:44.376Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T04:26:44.376Z] spire-1.2.1/CODEOWNERS [2022-04-19T04:26:44.376Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T04:26:44.376Z] spire-1.2.1/Dockerfile [2022-04-19T04:26:44.376Z] spire-1.2.1/Dockerfile.dev [2022-04-19T04:26:44.376Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T04:26:44.376Z] spire-1.2.1/LICENSE [2022-04-19T04:26:44.376Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T04:26:44.376Z] spire-1.2.1/Makefile [2022-04-19T04:26:44.376Z] spire-1.2.1/README.md [2022-04-19T04:26:44.376Z] spire-1.2.1/ROADMAP.md [2022-04-19T04:26:44.376Z] spire-1.2.1/SECURITY.md [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T04:26:44.376Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/ [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/agent/ [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/server/ [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/server/server.conf [2022-04-19T04:26:44.376Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/ [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/auditlog.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/ [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.mdspire-1.2.1/ [2022-04-19T04:26:44.376Z] [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/spire_server.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/telemetry.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/upgrading.md [2022-04-19T04:26:44.376Z] spire-1.2.1/doc/using_spire.md [2022-04-19T04:26:44.376Z] spire-1.2.1/examples/ [2022-04-19T04:26:44.376Z] spire-1.2.1/examples/README.md [2022-04-19T04:26:44.376Z] spire-1.2.1/go.mod [2022-04-19T04:26:44.376Z] spire-1.2.1/go.sum [2022-04-19T04:26:44.376Z] spire-1.2.1/pkg/ [2022-04-19T04:26:44.376Z] spire-1.2.1/pkg/agent/ [2022-04-19T04:26:44.376Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T04:26:44.376Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T04:26:44.376Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T04:26:44.376Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T04:26:44.376Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T04:26:44.376Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T04:26:44.376Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.gospire-1.2.1/.data/ [2022-04-19T04:26:44.376Z] spire-1.2.1/.data/.file [2022-04-19T04:26:44.376Z] spire-1.2.1/.dockerignore [2022-04-19T04:26:44.376Z] spire-1.2.1/.gitattributes [2022-04-19T04:26:44.376Z] spire-1.2.1/.githooks/ [2022-04-19T04:26:44.376Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T04:26:44.376Z] spire-1.2.1/.github/ [2022-04-19T04:26:44.376Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T04:26:44.376Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/ [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T04:26:44.377Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T04:26:44.377Z] spire-1.2.1/.gitignore [2022-04-19T04:26:44.377Z] spire-1.2.1/.go-version [2022-04-19T04:26:44.377Z] spire-1.2.1/.golangci.yml [2022-04-19T04:26:44.377Z] spire-1.2.1/ADOPTERS.md [2022-04-19T04:26:44.377Z] spire-1.2.1/CHANGELOG.md [2022-04-19T04:26:44.377Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T04:26:44.377Z] spire-1.2.1/CODEOWNERS [2022-04-19T04:26:44.377Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T04:26:44.377Z] spire-1.2.1/Dockerfile [2022-04-19T04:26:44.377Z] spire-1.2.1/Dockerfile.dev [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T04:26:44.377Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T04:26:44.377Z] spire-1.2.1/LICENSE [2022-04-19T04:26:44.377Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T04:26:44.377Z] spire-1.2.1/Makefile [2022-04-19T04:26:44.377Z] spire-1.2.1/README.md [2022-04-19T04:26:44.377Z] spire-1.2.1/ROADMAP.md [2022-04-19T04:26:44.377Z] spire-1.2.1/SECURITY.md [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:26:44.377Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T04:26:44.378Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/ [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/agent/ [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/server/ [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/server/server.conf [2022-04-19T04:26:44.378Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/ [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/auditlog.md [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/images/ [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T04:26:44.378Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T04:26:44.378Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/health/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/log/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/spire_server.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/telemetry.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/upgrading.md [2022-04-19T04:26:44.656Z] spire-1.2.1/doc/using_spire.md [2022-04-19T04:26:44.656Z] spire-1.2.1/examples/ [2022-04-19T04:26:44.656Z] spire-1.2.1/examples/README.md [2022-04-19T04:26:44.656Z] spire-1.2.1/go.mod [2022-04-19T04:26:44.656Z] spire-1.2.1/go.sum [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T04:26:44.656Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/version/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/api/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T04:26:44.657Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T04:26:44.936Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T04:26:44.937Z] [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/health/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/log/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/conn.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/config.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T04:26:44.937Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/version/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T04:26:44.938Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T04:26:44.939Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T04:26:45.218Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T04:26:45.219Z] [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pemspire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/config.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/server.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/private/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/private/server/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/common/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T04:26:45.219Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T04:26:45.219Z] spire-1.2.1/release/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T04:26:45.219Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire-extras/ [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire/ [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire/README.md [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire/conf/ [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T04:26:45.220Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T04:26:45.220Z] spire-1.2.1/script/ [2022-04-19T04:26:45.220Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T04:26:45.220Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T04:26:45.220Z] spire-1.2.1/support/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T04:26:45.220Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T04:26:45.220Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T04:26:45.221Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/clock/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/clock/clock.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T04:26:45.221Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T04:26:45.500Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/README.md [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T04:26:45.500Z] [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/common [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/x509pop/spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T04:26:45.500Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T04:26:45.500Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/server.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T04:26:45.501Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/private/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/private/server/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/common/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T04:26:45.501Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T04:26:45.501Z] spire-1.2.1/release/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T04:26:45.501Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T04:26:45.501Z] spire-1.2.1/release/spire-extras/ [2022-04-19T04:26:45.501Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T04:26:45.501Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T04:26:45.501Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T04:26:45.501Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T04:26:45.501Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T04:26:45.501Z] spire-1.2.1/release/spire/ [2022-04-19T04:26:45.502Z] spire-1.2.1/release/spire/README.md [2022-04-19T04:26:45.502Z] spire-1.2.1/release/spire/conf/ [2022-04-19T04:26:45.502Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T04:26:45.502Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T04:26:45.502Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/script/ [2022-04-19T04:26:45.502Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T04:26:45.502Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T04:26:45.502Z] spire-1.2.1/support/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T04:26:45.502Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T04:26:45.502Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T04:26:45.503Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/clock/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/clock/clock.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T04:26:45.503Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T04:26:45.503Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T04:26:45.782Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/README.md [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T04:26:45.782Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/common [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/test.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/plugintest/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/testca/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/testca/ca.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/testkey/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T04:26:45.783Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/testkey/new.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/util/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/util/race.go [2022-04-19T04:26:45.783Z] spire-1.2.1/test/util/util.go [2022-04-19T04:26:45.783Z] building spire from source... [2022-04-19T04:26:45.783Z] [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T04:26:45.783Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T04:26:45.784Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T04:26:45.785Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T04:26:46.062Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T04:26:46.063Z] spire-1.2.1/test/integration/test.sh [2022-04-19T04:26:46.063Z] spire-1.2.1/test/plugintest/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/testca/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/testca/ca.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/testkey/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T04:26:46.063Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/testkey/new.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/util/ [2022-04-19T04:26:46.063Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/util/race.go [2022-04-19T04:26:46.063Z] spire-1.2.1/test/util/util.go [2022-04-19T04:26:46.063Z] building spire from source... [2022-04-19T04:26:46.341Z] Installing go1.17.7... [2022-04-19T04:26:46.341Z] Installing go1.17.7... [2022-04-19T04:27:13.255Z] Building bin/spire-server... [2022-04-19T04:27:13.255Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T04:27:13.255Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T04:27:13.255Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T04:27:13.255Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T04:27:13.255Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T04:27:13.255Z] Building bin/spire-server... [2022-04-19T04:27:13.255Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T04:27:13.255Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T04:27:13.255Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T04:27:13.255Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T04:27:13.255Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T04:27:15.255Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T04:27:15.531Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T04:27:15.809Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T04:27:15.809Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T04:27:16.086Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T04:27:16.691Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T04:27:16.691Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T04:27:16.691Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T04:27:16.691Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T04:27:16.970Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T04:27:16.970Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T04:27:17.249Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T04:27:17.249Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T04:27:17.527Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T04:27:17.527Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T04:27:17.527Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T04:27:17.527Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T04:27:18.132Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T04:27:18.132Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T04:27:18.132Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T04:27:18.411Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T04:27:18.411Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T04:27:18.411Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T04:27:18.693Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T04:27:18.693Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T04:27:18.693Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T04:27:18.693Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T04:27:18.693Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T04:27:18.973Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T04:27:19.971Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T04:27:19.971Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T04:27:20.582Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T04:27:20.860Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T04:27:21.856Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T04:27:22.865Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T04:27:45.088Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T04:27:45.088Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T04:27:45.088Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T04:27:45.088Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T04:27:45.088Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T04:27:45.088Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T04:27:45.088Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T04:27:45.088Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T04:27:45.088Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T04:27:45.088Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T04:27:45.088Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T04:27:45.364Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T04:27:45.964Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T04:27:45.964Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T04:27:45.964Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T04:27:45.964Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T04:27:46.238Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T04:27:46.238Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T04:27:46.238Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T04:27:46.514Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T04:27:46.514Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T04:27:46.514Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T04:27:46.514Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T04:27:46.514Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T04:27:46.514Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T04:27:46.789Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T04:27:46.789Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T04:27:46.789Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T04:27:46.789Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T04:27:46.789Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T04:27:46.789Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T04:27:47.066Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T04:27:47.066Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T04:27:47.066Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T04:27:47.341Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T04:27:47.341Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T04:27:47.618Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T04:27:47.618Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T04:27:47.895Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T04:27:47.895Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T04:27:48.498Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T04:27:48.498Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T04:27:48.775Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T04:27:48.775Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T04:27:48.775Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T04:27:48.775Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T04:27:48.775Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T04:27:49.050Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T04:27:49.050Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T04:27:49.327Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T04:27:49.327Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T04:27:49.327Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T04:27:49.327Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T04:27:49.603Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T04:27:50.207Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T04:27:55.624Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T04:27:55.624Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T04:27:55.624Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T04:27:55.625Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T04:27:55.625Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T04:27:55.625Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T04:27:55.625Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T04:27:55.625Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T04:27:55.625Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T04:27:55.625Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T04:27:55.625Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T04:27:55.625Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T04:27:56.227Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T04:27:56.227Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T04:27:56.227Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T04:27:56.227Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T04:27:56.227Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T04:27:56.227Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T04:27:56.227Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T04:27:56.829Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T04:27:56.829Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T04:27:56.829Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T04:28:19.042Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T04:28:19.042Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T04:28:19.042Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T04:28:19.042Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T04:28:19.042Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T04:28:19.042Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T04:28:19.042Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T04:28:19.042Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T04:28:31.476Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T04:28:31.476Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T04:28:31.476Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T04:28:31.476Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T04:28:31.476Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T04:28:31.476Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T04:28:32.075Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T04:28:32.690Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T04:28:59.537Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T04:28:59.537Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T04:28:59.537Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T04:28:59.537Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T04:28:59.537Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T04:28:59.537Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T04:28:59.537Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T04:28:59.537Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T04:28:59.815Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T04:29:00.418Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T04:29:01.405Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T04:29:02.401Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T04:29:02.401Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T04:29:02.401Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T04:29:02.678Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T04:29:02.678Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T04:29:04.117Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T04:29:04.117Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T04:29:04.117Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T04:29:04.117Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T04:29:04.117Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T04:29:04.392Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T04:29:04.668Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T04:29:04.944Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T04:29:05.220Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T04:29:05.220Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T04:29:05.220Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T04:29:05.220Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T04:29:05.495Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T04:29:06.483Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T04:29:06.759Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T04:29:06.759Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T04:29:07.035Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T04:29:07.035Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T04:29:07.312Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T04:29:07.312Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T04:29:07.588Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T04:29:07.588Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T04:29:07.588Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T04:29:07.865Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T04:29:07.865Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T04:29:07.865Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T04:29:08.144Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T04:29:13.556Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T04:29:13.556Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T04:29:13.556Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T04:29:13.829Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T04:29:13.830Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T04:29:14.106Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T04:29:14.106Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T04:29:14.106Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T04:29:14.708Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T04:29:14.708Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T04:29:14.708Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T04:29:14.708Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T04:29:14.708Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T04:29:14.708Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T04:29:14.708Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T04:29:14.984Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T04:29:14.984Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T04:29:14.984Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T04:29:14.984Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T04:29:14.984Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T04:29:14.984Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T04:29:15.261Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T04:29:15.261Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T04:29:15.538Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T04:29:15.816Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T04:29:16.416Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T04:29:16.692Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T04:29:16.692Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T04:29:16.969Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T04:29:16.969Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T04:29:17.244Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T04:29:17.244Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T04:29:17.244Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T04:29:17.244Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T04:29:17.244Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T04:29:17.244Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T04:29:17.518Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T04:29:17.518Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T04:29:17.795Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T04:29:17.795Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T04:29:17.795Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T04:29:17.795Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T04:29:18.395Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T04:29:18.395Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T04:29:18.675Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T04:29:18.675Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T04:29:18.675Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T04:29:18.675Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T04:29:18.675Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T04:29:18.951Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T04:29:19.227Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T04:29:19.227Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T04:29:19.503Z] 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-19T04:29:20.483Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T04:29:21.485Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T04:29:21.485Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T04:29:21.833Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T04:29:22.186Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T04:29:22.485Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T04:29:22.485Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T04:29:23.149Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T04:29:23.149Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T04:29:23.493Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T04:29:23.493Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T04:29:24.134Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T04:29:24.408Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T04:29:24.711Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T04:29:24.711Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T04:29:25.337Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T04:29:25.617Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T04:29:27.624Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T04:29:29.065Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T04:29:30.507Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T04:29:30.507Z] Removing intermediate container c63338198ef9 [2022-04-19T04:29:30.507Z] ---> f8c17691629b [2022-04-19T04:29:30.507Z] [2022-04-19T04:29:30.507Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T04:29:30.507Z] ---> ac73e934f311 [2022-04-19T04:29:30.507Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T04:29:30.785Z] ---> Running in c9ef403ea61b [2022-04-19T04:29:31.074Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T04:29:31.074Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T04:29:31.350Z] Removing intermediate container c9ef403ea61b [2022-04-19T04:29:31.350Z] ---> b2adc6c888a3 [2022-04-19T04:29:31.350Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T04:29:31.350Z] ---> Running in d4c6148a311b [2022-04-19T04:29:31.627Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T04:29:31.904Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T04:29:31.904Z] Removing intermediate container d4c6148a311b [2022-04-19T04:29:31.904Z] ---> cea21c594abb [2022-04-19T04:29:31.904Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T04:29:31.904Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T04:29:31.904Z]  ---> Running in 9d85c9963ad7 [2022-04-19T04:29:32.510Z] Removing intermediate container 9d85c9963ad7 [2022-04-19T04:29:32.510Z] ---> ee0cc989a7d6 [2022-04-19T04:29:32.510Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:29:32.785Z] ---> Running in 366a60fc2548 [2022-04-19T04:29:33.064Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T04:29:33.064Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T04:29:33.064Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T04:29:33.064Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T04:29:33.342Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T04:29:33.614Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T04:29:33.614Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T04:29:33.614Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T04:29:33.888Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T04:29:33.888Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T04:29:34.166Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T04:29:34.166Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T04:29:34.450Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T04:29:34.733Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T04:29:34.733Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T04:29:35.010Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T04:29:35.010Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T04:29:35.288Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T04:29:37.309Z] Removing intermediate container 366a60fc2548 [2022-04-19T04:29:37.309Z] ---> 92e53822d244 [2022-04-19T04:29:37.309Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T04:29:37.309Z] ---> Running in b1957e61417d [2022-04-19T04:29:39.959Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:29:40.565Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:29:42.014Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T04:29:42.014Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T04:29:42.014Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T04:29:42.289Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T04:29:42.289Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T04:29:42.565Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T04:29:42.565Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T04:29:42.565Z] OK: 8 MiB in 20 packages [2022-04-19T04:29:43.164Z] Removing intermediate container b389584fe6e7 [2022-04-19T04:29:43.164Z] ---> 3ec565f6e632 [2022-04-19T04:29:43.164Z] [2022-04-19T04:29:43.164Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T04:29:43.164Z] ---> ac73e934f311 [2022-04-19T04:29:43.164Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T04:29:43.445Z] ---> Running in f5749bb43ee0 [2022-04-19T04:29:44.051Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T04:29:44.051Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T04:29:44.051Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T04:29:44.051Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T04:29:44.652Z] Removing intermediate container b1957e61417d [2022-04-19T04:29:44.652Z] ---> c59fe8fe0709 [2022-04-19T04:29:44.652Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T04:29:45.637Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T04:29:45.637Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T04:29:45.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:29:45.637Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T04:29:45.637Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T04:29:45.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:29:46.242Z] ---> 6e44413da333 [2022-04-19T04:29:46.242Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T04:29:46.845Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T04:29:47.121Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T04:29:47.121Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T04:29:47.121Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T04:29:47.121Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T04:29:47.121Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T04:29:47.121Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T04:29:47.121Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T04:29:47.718Z] OK: 8 MiB in 20 packages [2022-04-19T04:29:48.347Z] ---> 9237a2888644 [2022-04-19T04:29:48.347Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T04:29:49.821Z] ---> 1c50ca479273 [2022-04-19T04:29:49.821Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T04:29:49.821Z] ---> Running in 94ed5f01f44b [2022-04-19T04:29:50.106Z] Removing intermediate container f5749bb43ee0 [2022-04-19T04:29:50.106Z] ---> e81adb9cf94f [2022-04-19T04:29:50.106Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T04:29:50.384Z] ---> Running in 049802929cf1 [2022-04-19T04:29:50.679Z] Removing intermediate container 94ed5f01f44b [2022-04-19T04:29:50.679Z] ---> 59a73503ab4d [2022-04-19T04:29:50.679Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T04:29:50.969Z] Removing intermediate container 049802929cf1 [2022-04-19T04:29:50.969Z] ---> 6a8ee44b449e [2022-04-19T04:29:50.969Z] Step 13/22 : WORKDIR /edgex [2022-04-19T04:29:50.969Z] ---> Running in 7589af0042a5 [2022-04-19T04:29:50.969Z] ---> Running in 7f89e034bfcc [2022-04-19T04:29:51.582Z] Removing intermediate container 7589af0042a5 [2022-04-19T04:29:51.582Z] ---> e0f4c627c71c [2022-04-19T04:29:51.582Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T04:29:51.582Z] Removing intermediate container 7f89e034bfcc [2022-04-19T04:29:51.582Z] ---> f36e90faa1f2 [2022-04-19T04:29:51.582Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T04:29:51.582Z] ---> Running in 581024ef6929 [2022-04-19T04:29:52.579Z] Removing intermediate container 581024ef6929 [2022-04-19T04:29:52.579Z] ---> 47a03940db60 [2022-04-19T04:29:52.579Z] Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:29:52.857Z] ---> Running in 345b45c74b90 [2022-04-19T04:29:53.136Z] ---> 1adc016ecade [2022-04-19T04:29:53.136Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T04:29:53.419Z] Removing intermediate container 345b45c74b90 [2022-04-19T04:29:53.419Z] ---> 666bf6f1084c [2022-04-19T04:29:53.419Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T04:29:53.419Z] ---> Running in e66d97a0fe70 [2022-04-19T04:29:54.419Z] Removing intermediate container e66d97a0fe70 [2022-04-19T04:29:54.419Z] ---> b662469dbb95 [2022-04-19T04:29:54.419Z] [2022-04-19T04:29:55.023Z] ---> 044bf443c5d7 [2022-04-19T04:29:55.023Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T04:29:55.302Z] Successfully built b662469dbb95 [2022-04-19T04:29:55.302Z] Successfully tagged core-data-arm64:latest [2022-04-19T04:29:56.751Z]  Building core-data ... done  ---> 78b3fcf81e37 [2022-04-19T04:29:56.751Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T04:29:58.201Z] ---> 93fc8b153eab [2022-04-19T04:29:58.201Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-19T04:29:58.201Z] ---> Running in 1face8d9b38f [2022-04-19T04:30:01.636Z] Removing intermediate container 1face8d9b38f [2022-04-19T04:30:01.636Z] ---> 850838e44b2f [2022-04-19T04:30:01.636Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T04:30:01.925Z] ---> Running in 79db2991cafa [2022-04-19T04:30:02.527Z] Removing intermediate container 79db2991cafa [2022-04-19T04:30:02.527Z] ---> b9373a16c6f9 [2022-04-19T04:30:02.527Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T04:30:02.801Z] ---> Running in 41692982ffd3 [2022-04-19T04:30:03.081Z] Removing intermediate container 41692982ffd3 [2022-04-19T04:30:03.081Z] ---> 2d34c6574764 [2022-04-19T04:30:03.081Z] Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:30:03.359Z] ---> Running in 9355cbff110b [2022-04-19T04:30:03.971Z] Removing intermediate container 9355cbff110b [2022-04-19T04:30:03.971Z] ---> bc7736e000e0 [2022-04-19T04:30:03.971Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T04:30:03.971Z] ---> Running in fed0d7a3bbd4 [2022-04-19T04:30:04.575Z] Removing intermediate container fed0d7a3bbd4 [2022-04-19T04:30:04.575Z] ---> 60e71db38d61 [2022-04-19T04:30:04.575Z] [2022-04-19T04:30:05.180Z] Successfully built 60e71db38d61 [2022-04-19T04:30:05.180Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-19T04:30:11.930Z]  Building security-proxy-setup ... done go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T04:30:11.930Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T04:30:12.928Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T04:30:12.928Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T04:45:21.264Z] Building bin/spire-agent... [2022-04-19T04:45:21.264Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T04:45:21.264Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T04:45:21.264Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T04:45:21.264Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T04:45:21.264Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T04:45:21.264Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T04:45:21.264Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T04:45:21.264Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T04:45:21.264Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T04:45:21.264Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T04:45:21.264Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T04:45:21.264Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T04:45:21.264Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T04:51:28.590Z] Removing intermediate container 2b3b58aba97b [2022-04-19T04:51:28.590Z] ---> ec541f707492 [2022-04-19T04:51:28.590Z] [2022-04-19T04:51:28.590Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T04:51:28.590Z] ---> 3fb3c9af89a9 [2022-04-19T04:51:28.590Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T04:51:28.590Z] ---> Using cache [2022-04-19T04:51:28.590Z] ---> 34f70910e3be [2022-04-19T04:51:28.590Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:51:28.590Z] ---> Using cache [2022-04-19T04:51:28.590Z] ---> e1ce77e081aa [2022-04-19T04:51:28.590Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T04:51:28.590Z] ---> Running in c4ae3a36cdca [2022-04-19T04:51:29.572Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:51:30.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:51:31.587Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T04:51:31.587Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T04:51:31.587Z] OK: 15730 distinct packages available [2022-04-19T04:51:31.587Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:51:32.646Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:51:33.666Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T04:51:33.666Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T04:51:33.666Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T04:51:33.948Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T04:51:33.948Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T04:51:33.948Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T04:51:34.346Z] OK: 6 MiB in 19 packages [2022-04-19T04:51:35.506Z] Removing intermediate container c4ae3a36cdca [2022-04-19T04:51:35.506Z] ---> 00de0d965e27 [2022-04-19T04:51:35.506Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T04:51:38.129Z] ---> 5e2e3a647ae2 [2022-04-19T04:51:38.129Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T04:51:42.444Z] ---> e8b73655dd55 [2022-04-19T04:51:42.444Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T04:51:42.719Z] ---> 83cf5ee4b209 [2022-04-19T04:51:42.719Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-19T04:51:43.317Z] ---> 2668dc598fe2 [2022-04-19T04:51:43.317Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T04:51:43.916Z] ---> 7fbf32e4d140 [2022-04-19T04:51:43.916Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T04:51:44.188Z] ---> Running in 4b606070b1c3 [2022-04-19T04:51:44.461Z] Removing intermediate container 4b606070b1c3 [2022-04-19T04:51:44.461Z] ---> cf25f5f7ec11 [2022-04-19T04:51:44.461Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T04:51:44.733Z] ---> Running in 3b2e46772eb0 [2022-04-19T04:51:45.004Z] Removing intermediate container 3b2e46772eb0 [2022-04-19T04:51:45.004Z] ---> 3e0cba7521ef [2022-04-19T04:51:45.004Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T04:51:45.004Z] ---> Running in 0cf5fe5df390 [2022-04-19T04:51:45.605Z] Removing intermediate container 0cf5fe5df390 [2022-04-19T04:51:45.605Z] ---> ba87fe2a994d [2022-04-19T04:51:45.605Z] Step 25/26 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:51:45.605Z] ---> Running in 7eb5d49d2d90 [2022-04-19T04:51:45.884Z] Removing intermediate container 7eb5d49d2d90 [2022-04-19T04:51:45.884Z] ---> 787c36c71da2 [2022-04-19T04:51:45.884Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T04:51:46.163Z] ---> Running in 59154b54dc14 [2022-04-19T04:51:46.784Z] Removing intermediate container 59154b54dc14 [2022-04-19T04:51:46.784Z] ---> 6784c39e3eb1 [2022-04-19T04:51:46.784Z] [2022-04-19T04:51:47.059Z] Successfully built 6784c39e3eb1 [2022-04-19T04:51:47.059Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-19T04:53:53.934Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-19T04:53:53.934Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T04:53:53.934Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T04:53:53.934Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T04:53:53.934Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T04:53:55.928Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T04:53:56.531Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T04:53:56.531Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T04:53:56.807Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T04:53:56.807Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T04:53:57.087Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T04:53:57.087Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T04:53:57.087Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T04:53:57.087Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T04:54:05.392Z] Building bin/spire-agent... [2022-04-19T04:54:06.382Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T04:54:09.012Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T04:54:09.012Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T04:54:09.287Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T04:54:09.287Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T04:54:09.560Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T04:54:10.160Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T04:54:13.575Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T04:54:13.575Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T04:54:13.575Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T04:54:13.575Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T04:54:13.575Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T04:54:13.852Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T04:58:35.944Z] Removing intermediate container d7b9571cb98c [2022-04-19T04:58:35.944Z] ---> 7334bf1bc27a [2022-04-19T04:58:35.944Z] [2022-04-19T04:58:35.944Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T04:58:35.944Z] ---> 3fb3c9af89a9 [2022-04-19T04:58:35.944Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T04:58:35.944Z] ---> Using cache [2022-04-19T04:58:35.944Z] ---> 34f70910e3be [2022-04-19T04:58:35.944Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:58:35.944Z] ---> Using cache [2022-04-19T04:58:35.944Z] ---> e1ce77e081aa [2022-04-19T04:58:35.944Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T04:58:35.944Z] ---> Running in fc7f57b3b0a7 [2022-04-19T04:58:35.944Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:58:35.944Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:58:35.944Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T04:58:35.944Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T04:58:35.944Z] OK: 15730 distinct packages available [2022-04-19T04:58:35.944Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T04:58:35.944Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T04:58:35.944Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T04:58:35.944Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T04:58:35.944Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T04:58:35.944Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T04:58:35.944Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T04:58:35.944Z] OK: 6 MiB in 18 packages [2022-04-19T04:58:35.944Z] Removing intermediate container fc7f57b3b0a7 [2022-04-19T04:58:35.944Z] ---> 2b620ab2b6f2 [2022-04-19T04:58:35.944Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T04:58:35.944Z] ---> 8e8382fc342e [2022-04-19T04:58:35.945Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T04:58:35.945Z] ---> 09ef7b8de041 [2022-04-19T04:58:35.945Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T04:58:35.945Z] ---> Running in 25fb7ae4f090 [2022-04-19T04:58:35.945Z] Removing intermediate container 25fb7ae4f090 [2022-04-19T04:58:35.945Z] ---> a1baa3a3e2f0 [2022-04-19T04:58:35.945Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-19T04:58:36.542Z] ---> edbb9d6d8ac4 [2022-04-19T04:58:36.542Z] Step 21/26 : WORKDIR / [2022-04-19T04:58:36.542Z] ---> Running in 6963ca0b2f68 [2022-04-19T04:58:37.137Z] Removing intermediate container 6963ca0b2f68 [2022-04-19T04:58:37.137Z] ---> 72493ad35070 [2022-04-19T04:58:37.137Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T04:58:37.137Z] ---> Running in 60f8fc4594b3 [2022-04-19T04:58:37.735Z] Removing intermediate container 60f8fc4594b3 [2022-04-19T04:58:37.735Z] ---> 0306fd0eaef2 [2022-04-19T04:58:37.735Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T04:58:37.735Z] ---> Running in 4c40a1c1cfb3 [2022-04-19T04:58:38.012Z] Removing intermediate container 70a354c7b09f [2022-04-19T04:58:38.012Z] ---> 7f279104fae9 [2022-04-19T04:58:38.012Z] [2022-04-19T04:58:38.012Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T04:58:38.012Z] ---> 3fb3c9af89a9 [2022-04-19T04:58:38.012Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T04:58:38.012Z] ---> Using cache [2022-04-19T04:58:38.012Z] ---> 34f70910e3be [2022-04-19T04:58:38.012Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T04:58:38.012Z] ---> Using cache [2022-04-19T04:58:38.012Z] ---> e1ce77e081aa [2022-04-19T04:58:38.012Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T04:58:38.012Z] ---> Using cache [2022-04-19T04:58:38.012Z] ---> 00de0d965e27 [2022-04-19T04:58:38.012Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T04:58:38.284Z] Removing intermediate container 4c40a1c1cfb3 [2022-04-19T04:58:38.284Z] ---> 9f5a124099a0 [2022-04-19T04:58:38.284Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T04:58:38.284Z] ---> Running in 1436582e20b0 [2022-04-19T04:58:38.558Z] Removing intermediate container 1436582e20b0 [2022-04-19T04:58:38.558Z] ---> 38dd9c22afd8 [2022-04-19T04:58:38.558Z] Step 25/26 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:58:38.836Z] ---> Running in 245f514f4452 [2022-04-19T04:58:39.109Z] Removing intermediate container 245f514f4452 [2022-04-19T04:58:39.109Z] ---> 8e2aba97bcb1 [2022-04-19T04:58:39.109Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T04:58:39.109Z] ---> Running in 746b1be0e0b8 [2022-04-19T04:58:39.721Z] Removing intermediate container 746b1be0e0b8 [2022-04-19T04:58:39.721Z] ---> ca47a59e228c [2022-04-19T04:58:39.721Z] [2022-04-19T04:58:39.993Z] Successfully built ca47a59e228c [2022-04-19T04:58:39.993Z] Successfully tagged security-spire-config-arm64:latest [2022-04-19T04:58:41.964Z]  Building security-spire-config ... done  ---> efee947c5292 [2022-04-19T04:58:41.964Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T04:58:42.237Z] ---> daf5c13e586c [2022-04-19T04:58:42.237Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-19T04:58:42.832Z] ---> 1d6c656d2ea1 [2022-04-19T04:58:42.832Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T04:58:43.429Z] ---> 4361791d38e3 [2022-04-19T04:58:43.429Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T04:58:43.429Z] ---> Running in 5cfe388866aa [2022-04-19T04:58:43.706Z] Removing intermediate container 5cfe388866aa [2022-04-19T04:58:43.706Z] ---> 93ebb6e374da [2022-04-19T04:58:43.706Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T04:58:43.706Z] ---> Running in 1a1baca3b3df [2022-04-19T04:58:44.301Z] Removing intermediate container 1a1baca3b3df [2022-04-19T04:58:44.301Z] ---> 1643dc121536 [2022-04-19T04:58:44.301Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T04:58:44.301Z] ---> Running in 8e411ba46cf3 [2022-04-19T04:58:44.572Z] Removing intermediate container 8e411ba46cf3 [2022-04-19T04:58:44.572Z] ---> a7bc4cebd499 [2022-04-19T04:58:44.572Z] Step 24/25 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [2022-04-19T04:58:44.572Z] ---> Running in 9d24a88fc7af [2022-04-19T04:58:44.845Z] Removing intermediate container 9d24a88fc7af [2022-04-19T04:58:44.845Z] ---> e8d9f3ebfbc8 [2022-04-19T04:58:44.845Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T04:58:44.845Z] ---> Running in db0731cbe428 [2022-04-19T04:58:45.119Z] Removing intermediate container db0731cbe428 [2022-04-19T04:58:45.119Z] ---> db423efc77b9 [2022-04-19T04:58:45.119Z] [2022-04-19T04:58:45.389Z] Successfully built db423efc77b9 [2022-04-19T04:58:45.390Z] Successfully tagged security-spire-server-arm64:latest [2022-04-19T04:58:45.999Z]  Building security-spire-server ... done  [Pipeline] } [2022-04-19T04:58:46.007Z] $ docker stop --time=1 ebab5fe811a297a28a717569f90eeb92e5567bb1a982e0f9265775526a502f42 [2022-04-19T04:58:47.752Z] $ docker rm -f ebab5fe811a297a28a717569f90eeb92e5567bb1a982e0f9265775526a502f42 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T04:58:48.322Z] + docker images [2022-04-19T04:58:48.915Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T04:58:48.915Z] security-spire-server-arm64 latest db423efc77b9 3 seconds ago 86.3MB [2022-04-19T04:58:48.916Z] security-spire-config-arm64 latest ca47a59e228c 9 seconds ago 85.6MB [2022-04-19T04:58:48.916Z] 7f279104fae9 25 seconds ago 4.14GB [2022-04-19T04:58:48.916Z] 7334bf1bc27a 44 seconds ago 4.14GB [2022-04-19T04:58:48.916Z] security-spire-agent-arm64 latest 6784c39e3eb1 7 minutes ago 126MB [2022-04-19T04:58:48.916Z] ec541f707492 7 minutes ago 4.14GB [2022-04-19T04:58:48.916Z] security-proxy-setup-arm64 latest 60e71db38d61 28 minutes ago 26.1MB [2022-04-19T04:58:48.916Z] core-data-arm64 latest b662469dbb95 28 minutes ago 21.6MB [2022-04-19T04:58:48.916Z] 3ec565f6e632 29 minutes ago 1.32GB [2022-04-19T04:58:48.916Z] f8c17691629b 29 minutes ago 1.34GB [2022-04-19T04:58:48.916Z] sys-mgmt-agent-arm64 latest 4eff230acfcf 32 minutes ago 282MB [2022-04-19T04:58:48.916Z] support-notifications-arm64 latest c31da6f7ea0d 33 minutes ago 25.8MB [2022-04-19T04:58:48.916Z] 8da769516ba1 33 minutes ago 1.37GB [2022-04-19T04:58:48.916Z] security-bootstrapper-arm64 latest 75834dff6dc6 34 minutes ago 18.3MB [2022-04-19T04:58:48.916Z] e9b249d1e3fe 34 minutes ago 1.31GB [2022-04-19T04:58:48.916Z] 5175c9bdd4b9 35 minutes ago 1.31GB [2022-04-19T04:58:48.916Z] core-command-arm64 latest 8009f4d3cf1f 36 minutes ago 15.5MB [2022-04-19T04:58:48.916Z] ff8b562ed496 36 minutes ago 1.31GB [2022-04-19T04:58:48.916Z] support-scheduler-arm64 latest 0002be6bc90b 40 minutes ago 25.2MB [2022-04-19T04:58:48.916Z] security-spiffe-token-provider-arm64 latest 88363993c961 40 minutes ago 27.9MB [2022-04-19T04:58:48.916Z] 34cd49810d3c 40 minutes ago 1.36GB [2022-04-19T04:58:48.916Z] 22763da05933 41 minutes ago 1.36GB [2022-04-19T04:58:48.916Z] core-metadata-arm64 latest b1d4ab15a6ef 42 minutes ago 16.4MB [2022-04-19T04:58:48.916Z] security-secretstore-setup-arm64 latest fb714db2f21f 42 minutes ago 27.5MB [2022-04-19T04:58:48.916Z] ce2f41ca85a0 43 minutes ago 1.31GB [2022-04-19T04:58:48.916Z] b4efa2ef11d0 43 minutes ago 1.32GB [2022-04-19T04:58:48.916Z] ci-base-image-arm64 latest d99e747cccb7 About an hour ago 886MB [2022-04-19T04:58:48.916Z] docker 20.10.14 c346e9eafbab 13 days ago 202MB [2022-04-19T04:58:48.916Z] alpine 3.14 ac73e934f311 2 weeks ago 5.34MB [2022-04-19T04:58:48.916Z] alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB [2022-04-19T04:58:48.916Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-19T04:58:48.916Z] 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-19T04:58:49.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T04:58:49.357Z] [2022-04-19T04:58:49.357Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-19T04:58:49.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T04:58:49.975Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-19T04:58:49.975Z] 8998bd30e6a1: Pulling fs layer [2022-04-19T04:58:49.975Z] 04944245beec: Pulling fs layer [2022-04-19T04:58:49.975Z] 699f458cf7ca: Pulling fs layer [2022-04-19T04:58:49.975Z] 765212b225bb: Pulling fs layer [2022-04-19T04:58:49.975Z] f23df028b6ca: Pulling fs layer [2022-04-19T04:58:49.975Z] d65c8cfc05b1: Pulling fs layer [2022-04-19T04:58:49.975Z] 2437ff75d9bd: Pulling fs layer [2022-04-19T04:58:49.975Z] 765212b225bb: Waiting [2022-04-19T04:58:49.975Z] f23df028b6ca: Waiting [2022-04-19T04:58:49.975Z] d65c8cfc05b1: Waiting [2022-04-19T04:58:49.975Z] 04944245beec: Verifying Checksum [2022-04-19T04:58:49.975Z] 04944245beec: Download complete [2022-04-19T04:58:49.975Z] 765212b225bb: Download complete [2022-04-19T04:58:49.975Z] f23df028b6ca: Verifying Checksum [2022-04-19T04:58:49.975Z] f23df028b6ca: Download complete [2022-04-19T04:58:50.249Z] d65c8cfc05b1: Verifying Checksum [2022-04-19T04:58:50.249Z] d65c8cfc05b1: Download complete [2022-04-19T04:58:50.249Z] 699f458cf7ca: Verifying Checksum [2022-04-19T04:58:50.249Z] 699f458cf7ca: Download complete [2022-04-19T04:58:50.521Z] 8998bd30e6a1: Download complete [2022-04-19T04:58:53.138Z] 2437ff75d9bd: Verifying Checksum [2022-04-19T04:58:53.138Z] 2437ff75d9bd: Download complete [2022-04-19T04:58:55.111Z] 8998bd30e6a1: Pull complete [2022-04-19T04:58:55.384Z] 04944245beec: Pull complete [2022-04-19T04:58:56.813Z] 699f458cf7ca: Pull complete [2022-04-19T04:58:57.086Z] 765212b225bb: Pull complete [2022-04-19T04:58:58.065Z] f23df028b6ca: Pull complete [2022-04-19T04:58:58.337Z] d65c8cfc05b1: Pull complete [2022-04-19T04:59:16.949Z] 2437ff75d9bd: Pull complete [2022-04-19T04:59:16.949Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-19T04:59:16.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T04:59:16.949Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-19T04:59:17.172Z] prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container [2022-04-19T04:59:17.254Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-19T04:59:19.929Z] $ docker top 2af5c8b7faa29cefa8c2fd319c5d96be4323f9a3d2f4c19a843785452e31d1c9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T04:59:20.972Z] ---> job-cost.sh [2022-04-19T04:59:20.972Z] lf-activate-venv: SKIPPING [2022-04-19T04:59:20.972Z] INFO: No Stack... [2022-04-19T04:59:21.566Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-19T04:59:22.537Z] INFO: Archiving Costs [Pipeline] sh [2022-04-19T04:59:23.201Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2022-04-19T04:59:23.201Z] + cut -d, -f6 [Pipeline] lock [2022-04-19T04:59:23.232Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3976-2-stack-cost] [2022-04-19T04:59:23.238Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3976-2-stack-cost] did not exist. Created. [2022-04-19T04:59:23.238Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3976-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-19T04:59:23.914Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-19T04:59:24.098Z] Stashed 1 file(s) [Pipeline] } [2022-04-19T04:59:24.105Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3976-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-19T04:59:24.125Z] $ docker stop --time=1 2af5c8b7faa29cefa8c2fd319c5d96be4323f9a3d2f4c19a843785452e31d1c9 [2022-04-19T04:59:25.670Z] $ docker rm -f 2af5c8b7faa29cefa8c2fd319c5d96be4323f9a3d2f4c19a843785452e31d1c9 [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-19T04:59:26.226Z] provisioning config files... [2022-04-19T04:59:26.234Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4698773560250777383tmp [Pipeline] { [Pipeline] sh [2022-04-19T04:59:26.537Z] + set +x [2022-04-19T04:59:26.537Z] + curl -s https://codecov.io/bash [2022-04-19T04:59:26.537Z] + bash -s -- [2022-04-19T04:59:26.537Z] [2022-04-19T04:59:26.537Z] _____ _ [2022-04-19T04:59:26.537Z] / ____| | | [2022-04-19T04:59:26.537Z] | | ___ __| | ___ ___ _____ __ [2022-04-19T04:59:26.537Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-19T04:59:26.537Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-19T04:59:26.537Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-19T04:59:26.537Z] Bash-1.0.6 [2022-04-19T04:59:26.537Z] [2022-04-19T04:59:26.537Z] [2022-04-19T04:59:26.537Z] ==> git version 2.25.1 found [2022-04-19T04:59:26.537Z] ==> 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-19T04:59:26.537Z] Release-Date: 2020-01-08 [2022-04-19T04:59:26.537Z] 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-19T04:59:26.537Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-19T04:59:26.537Z] ==> Jenkins CI detected. [2022-04-19T04:59:26.537Z] current dir:  /w/workspace/edgex-go/2 [2022-04-19T04:59:26.537Z] project root: . [2022-04-19T04:59:26.537Z] --> token set from env [2022-04-19T04:59:26.537Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-19T04:59:26.537Z] ==> Running gcov in . (disable via -X gcov) [2022-04-19T04:59:26.537Z] ==> Python coveragepy not found [2022-04-19T04:59:26.537Z] ==> Searching for coverage reports in: [2022-04-19T04:59:26.537Z] + . [2022-04-19T04:59:26.797Z] -> Found 1 reports [2022-04-19T04:59:26.797Z] ==> Detecting git/mercurial file structure [2022-04-19T04:59:26.797Z] ==> Reading reports [2022-04-19T04:59:26.797Z] + ./coverage.out bytes=435134 [2022-04-19T04:59:26.797Z] ==> Appending adjustments [2022-04-19T04:59:26.797Z] https://docs.codecov.io/docs/fixing-reports [2022-04-19T04:59:28.178Z] + Found adjustments [2022-04-19T04:59:28.178Z] ==> Gzipping contents [2022-04-19T04:59:28.178Z] 60K /tmp/codecov.p1H5ow.gz [2022-04-19T04:59:28.178Z] ==> Uploading reports [2022-04-19T04:59:28.178Z] url: https://codecov.io [2022-04-19T04:59:28.178Z] query: branch=PR-3976&commit=5ab360f7512bb55ab2f882020eb61a4c86139b62&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3976%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3976&job=&cmd_args= [2022-04-19T04:59:28.178Z] -> Pinging Codecov [2022-04-19T04:59:28.178Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3976&commit=5ab360f7512bb55ab2f882020eb61a4c86139b62&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3976%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3976&job=&cmd_args= [2022-04-19T04:59:28.178Z] -> Uploading to [2022-04-19T04:59:28.178Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-19/00271124DB129430A58F1EEE437C3FCB/5ab360f7512bb55ab2f882020eb61a4c86139b62/126cd8c0-e60f-4be0-ab35-769d6887c9a4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220419T045928Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b685546b8e2668cf3249914518ff3d66551a76bf9f021acf58d900ac706ea805 [2022-04-19T04:59:28.178Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T04:59:28.178Z] Dload Upload Total Spent Left Speed [2022-04-19T04:59:28.440Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59782 0 0 100 59782 0 264k --:--:-- --:--:-- --:--:-- 262k 100 59782 0 0 100 59782 0 250k --:--:-- --:--:-- --:--:-- 249k [2022-04-19T04:59:28.440Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] } [2022-04-19T04:59:28.451Z] 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-19T04:59:29.116Z] + [ -d /w/workspace/edgex-go/2/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-19T04:59:29.411Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T04:59:30.276Z] ---> package-listing.sh [2022-04-19T04:59:30.276Z] ++ facter osfamily [2022-04-19T04:59:30.276Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-19T04:59:30.537Z] + OS_FAMILY=debian [2022-04-19T04:59:30.537Z] + workspace=/w/workspace/edgex-go/2 [2022-04-19T04:59:30.537Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-19T04:59:30.537Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-19T04:59:30.537Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-19T04:59:30.537Z] + PACKAGES=/tmp/packages_start.txt [2022-04-19T04:59:30.537Z] + '[' /w/workspace/edgex-go/2 ']' [2022-04-19T04:59:30.537Z] + PACKAGES=/tmp/packages_end.txt [2022-04-19T04:59:30.537Z] + case "${OS_FAMILY}" in [2022-04-19T04:59:30.537Z] + dpkg -l [2022-04-19T04:59:30.537Z] + grep '^ii' [2022-04-19T04:59:30.537Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-19T04:59:30.537Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-19T04:59:30.537Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-19T04:59:30.537Z] + '[' /w/workspace/edgex-go/2 ']' [2022-04-19T04:59:30.537Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2022-04-19T04:59:30.537Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2022-04-19T04:59:30.550Z] 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-19T04:59:30.832Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-19T04:59:31.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T04:59:31.409Z] [2022-04-19T04:59:31.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T04:59:31.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T04:59:31.714Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-19T04:59:31.714Z] 5eb5b503b376: Pulling fs layer [2022-04-19T04:59:31.714Z] 5c69ac0246d0: Pulling fs layer [2022-04-19T04:59:31.714Z] ec43610c2a17: Pulling fs layer [2022-04-19T04:59:31.714Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-19T04:59:31.714Z] 33b1e0a273af: Pulling fs layer [2022-04-19T04:59:31.714Z] 5d3b04190fa2: Pulling fs layer [2022-04-19T04:59:31.714Z] 2f39f015ded8: Pulling fs layer [2022-04-19T04:59:31.714Z] 5d3b04190fa2: Waiting [2022-04-19T04:59:31.714Z] 3a2ae6a8a46f: Waiting [2022-04-19T04:59:31.714Z] 33b1e0a273af: Waiting [2022-04-19T04:59:31.714Z] 2f39f015ded8: Waiting [2022-04-19T04:59:31.714Z] 3a2ae6a8a46f: Download complete [2022-04-19T04:59:31.714Z] 33b1e0a273af: Verifying Checksum [2022-04-19T04:59:31.714Z] 33b1e0a273af: Download complete [2022-04-19T04:59:31.714Z] 5d3b04190fa2: Download complete [2022-04-19T04:59:31.714Z] ec43610c2a17: Verifying Checksum [2022-04-19T04:59:31.714Z] ec43610c2a17: Download complete [2022-04-19T04:59:31.973Z] 5eb5b503b376: Verifying Checksum [2022-04-19T04:59:31.973Z] 5eb5b503b376: Download complete [2022-04-19T04:59:32.542Z] 2f39f015ded8: Download complete [2022-04-19T04:59:33.112Z] 5eb5b503b376: Pull complete [2022-04-19T04:59:33.371Z] 5c69ac0246d0: Pull complete [2022-04-19T04:59:33.939Z] ec43610c2a17: Pull complete [2022-04-19T04:59:33.939Z] 3a2ae6a8a46f: Pull complete [2022-04-19T04:59:34.198Z] 33b1e0a273af: Pull complete [2022-04-19T04:59:34.198Z] 5d3b04190fa2: Pull complete [2022-04-19T04:59:39.471Z] 2f39f015ded8: Pull complete [2022-04-19T04:59:39.471Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-19T04:59:39.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T04:59:39.472Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-19T04:59:39.539Z] prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container [2022-04-19T04:59:39.570Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-19T04:59:41.844Z] $ docker top 75fffe36900ef93d46a678da58bed52440576ef99ddb7ff2551bf3647471326b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T04:59:42.205Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-19T04:59:42.492Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-19T04:59:42.779Z] + ls /var/log/sa-host [2022-04-19T04:59:42.779Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T04:59:42.981Z] provisioning config files... [2022-04-19T04:59:42.989Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config806966171466145939tmp [Pipeline] { [Pipeline] echo [2022-04-19T04:59:43.005Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T04:59:43.294Z] ---> create-netrc.sh [Pipeline] } [2022-04-19T04:59:43.302Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-19T04:59:43.630Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-19T04:59:43.641Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T04:59:43.927Z] ---> sudo-logs.sh [2022-04-19T04:59:43.927Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-19T04:59:43.947Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T04:59:44.231Z] ---> job-cost.sh [2022-04-19T04:59:44.231Z] lf-activate-venv: SKIPPING [2022-04-19T04:59:44.231Z] DEBUG: total: 0.2199999988079071 [2022-04-19T04:59:44.231Z] INFO: Retrieving Stack Cost... [2022-04-19T04:59:44.799Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-19T04:59:45.059Z] INFO: Archiving Costs [Pipeline] echo [2022-04-19T04:59:45.074Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T04:59:45.360Z] ---> logs-deploy.sh [2022-04-19T04:59:45.360Z] lf-activate-venv: SKIPPING [2022-04-19T04:59:45.360Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3976/2 [2022-04-19T04:59:45.360Z] INFO: archiving workspace using pattern(s): [2022-04-19T04:59:46.302Z] Archives upload complete. [2022-04-19T04:59:46.302Z] INFO: archiving logs to Nexus