Pull request #4002 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d5098ec541f92ca7a29fea3280899e4f4e507633+8b0dec85218ed508cf19f063ec152f29e8927c81 (43643b228c9e5d3b70adff40c5dc60cb4f2ffb53) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11425056063550076209.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9124794741044129790.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh394538108172726695.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11259262987921610482.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5367690261230407625.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4002/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9061966706957781070.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-34491 in /w/workspace/edgexfoundry_edgex-go_PR-4002 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 8b0dec85218ed508cf19f063ec152f29e8927c81 into PR head commit d5098ec541f92ca7a29fea3280899e4f4e507633 Merge succeeded, producing d5098ec541f92ca7a29fea3280899e4f4e507633 Checking out Revision d5098ec541f92ca7a29fea3280899e4f4e507633 (PR-4002) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4002/head:refs/remotes/origin/PR-4002 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5098ec541f92ca7a29fea3280899e4f4e507633 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8b0dec85218ed508cf19f063ec152f29e8927c81 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5098ec541f92ca7a29fea3280899e4f4e507633 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-02T19:07:26.983Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-02T19:07:27.164Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-02T19:07:27.272Z] ========================================================= [2022-05-02T19:07:27.272Z] EdgeX Global Pipelines Version Info [2022-05-02T19:07:27.272Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-02T19:07:28.051Z] ------------------- [2022-05-02T19:07:28.051Z] stable info: [2022-05-02T19:07:28.051Z] ------------------- [2022-05-02T19:07:28.051Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-02T19:07:28.051Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-02T19:07:28.051Z] Message: update stable to v1.0.227 [2022-05-02T19:07:28.622Z] ------------------- [2022-05-02T19:07:28.622Z] experimental info: [2022-05-02T19:07:28.622Z] ------------------- [2022-05-02T19:07:28.622Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-05-02T19:07:28.622Z] Commit SHA: 602d0728ebfd21a5b975e02ac0465e47e5fef8c7 [2022-05-02T19:07:28.622Z] Message: update experimental to v1.0.228 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-02T19:07:28.929Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-05-02T19:07:28.964Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-05-02T19:07:29.002Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-02T19:07:29.039Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-02T19:07:29.081Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-02T19:07:29.119Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-02T19:07:29.154Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-02T19:07:29.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-05-02T19:07:29.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-05-02T19:07:29.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-05-02T19:07:29.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-02T19:07:29.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-02T19:07:29.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-02T19:07:29.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-02T19:07:29.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-02T19:07:29.521Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-02T19:07:29.564Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-02T19:07:29.604Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-02T19:07:29.643Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-05-02T19:07:29.682Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-05-02T19:07:29.719Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-02T19:07:29.762Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-02T19:07:29.805Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4002 [Pipeline] echo [2022-05-02T19:07:29.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4002 [Pipeline] echo [2022-05-02T19:07:29.883Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4002 [Pipeline] echo [2022-05-02T19:07:29.923Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5098ec541f92ca7a29fea3280899e4f4e507633 [Pipeline] echo [2022-05-02T19:07:29.964Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5098ec [Pipeline] echo [2022-05-02T19:07:29.993Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-02T19:07:30.082Z] provisioning config files... [2022-05-02T19:07:30.096Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6270039088189151622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-02T19:07:30.491Z] ---> docker-login.sh [2022-05-02T19:07:30.491Z] nexus3.edgexfoundry.org:10001 [2022-05-02T19:07:30.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:07:30.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:07:30.752Z] Configure a credential helper to remove this warning. See [2022-05-02T19:07:30.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:07:30.752Z] [2022-05-02T19:07:30.752Z] Login Succeeded [2022-05-02T19:07:30.752Z] nexus3.edgexfoundry.org:10002 [2022-05-02T19:07:31.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:07:31.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:07:31.013Z] Configure a credential helper to remove this warning. See [2022-05-02T19:07:31.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:07:31.013Z] [2022-05-02T19:07:31.013Z] Login Succeeded [2022-05-02T19:07:31.013Z] nexus3.edgexfoundry.org:10003 [2022-05-02T19:07:31.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:07:31.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:07:31.274Z] Configure a credential helper to remove this warning. See [2022-05-02T19:07:31.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:07:31.274Z] [2022-05-02T19:07:31.274Z] Login Succeeded [2022-05-02T19:07:31.274Z] nexus3.edgexfoundry.org:10004 [2022-05-02T19:07:31.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:07:31.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:07:31.274Z] Configure a credential helper to remove this warning. See [2022-05-02T19:07:31.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:07:31.274Z] [2022-05-02T19:07:31.274Z] Login Succeeded [2022-05-02T19:07:31.274Z] docker.io [2022-05-02T19:07:31.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:07:31.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:07:31.846Z] Configure a credential helper to remove this warning. See [2022-05-02T19:07:31.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:07:31.846Z] [2022-05-02T19:07:31.846Z] Login Succeeded [2022-05-02T19:07:31.846Z] ---> docker-login.sh ends [Pipeline] } [2022-05-02T19:07:31.877Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-02T19:07:32.285Z] + 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-05-02T19:07:32.285Z] + dirname cmd/core-command/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo core-command,cmd/core-command/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/core-data/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo core-data,cmd/core-data/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/core-metadata/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-05-02T19:07:32.285Z] + + dirname cmd/security-bootstrapper/Dockerfile [2022-05-02T19:07:32.285Z] cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/security-spire-agent/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/security-spire-config/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/security-spire-server/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/support-notifications/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/support-scheduler/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-05-02T19:07:32.285Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-05-02T19:07:32.285Z] + cut -d/ -f2 [2022-05-02T19:07:32.285Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-05-02T19:07:32.336Z] 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-05-02T19:07:32.829Z] + git rev-list -1 --merges d5098ec541f92ca7a29fea3280899e4f4e507633~1..d5098ec541f92ca7a29fea3280899e4f4e507633 [Pipeline] echo [2022-05-02T19:07:32.860Z] -----------> git rev-list -1 --merges d5098ec541f92ca7a29fea3280899e4f4e507633~1..d5098ec541f92ca7a29fea3280899e4f4e507633 d5098ec541f92ca7a29fea3280899e4f4e507633 [false] [Pipeline] sh [2022-05-02T19:07:33.176Z] + git log --format=format:%s -1 d5098ec541f92ca7a29fea3280899e4f4e507633 [Pipeline] echo [2022-05-02T19:07:33.293Z] ========================================================= [2022-05-02T19:07:33.293Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-02T19:07:33.293Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-05-02T19:07:33.886Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-02T19:07:33.886Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-02T19:07:33.886Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-02T19:07:33.886Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-02T19:07:33.886Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-02T19:07:33.886Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-02T19:07:33.886Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:07:34.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-02T19:07:34.269Z] [2022-05-02T19:07:34.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:07:34.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-02T19:07:34.606Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-02T19:07:34.606Z] 1fe172e4850f: Pulling fs layer [2022-05-02T19:07:34.606Z] caf521ccaac6: Pulling fs layer [2022-05-02T19:07:34.606Z] 3ead6fa29328: Pulling fs layer [2022-05-02T19:07:34.606Z] 5c2a1cbceb83: Pulling fs layer [2022-05-02T19:07:34.606Z] a8d5f1318db7: Pulling fs layer [2022-05-02T19:07:34.606Z] c427282e49a2: Pulling fs layer [2022-05-02T19:07:34.606Z] 1827001aaf11: Pulling fs layer [2022-05-02T19:07:34.606Z] 0714d37db230: Pulling fs layer [2022-05-02T19:07:34.606Z] ac28cf19c067: Pulling fs layer [2022-05-02T19:07:34.606Z] ca983d60f3e2: Pulling fs layer [2022-05-02T19:07:34.606Z] 9f894cec8388: Pulling fs layer [2022-05-02T19:07:34.606Z] a8d5f1318db7: Waiting [2022-05-02T19:07:34.606Z] 5c2a1cbceb83: Waiting [2022-05-02T19:07:34.606Z] c427282e49a2: Waiting [2022-05-02T19:07:34.606Z] ca983d60f3e2: Waiting [2022-05-02T19:07:34.606Z] ac28cf19c067: Waiting [2022-05-02T19:07:34.606Z] 0714d37db230: Waiting [2022-05-02T19:07:34.606Z] 9f894cec8388: Waiting [2022-05-02T19:07:34.606Z] caf521ccaac6: Verifying Checksum [2022-05-02T19:07:34.606Z] caf521ccaac6: Download complete [2022-05-02T19:07:34.606Z] 5c2a1cbceb83: Verifying Checksum [2022-05-02T19:07:34.606Z] 5c2a1cbceb83: Download complete [2022-05-02T19:07:34.868Z] a8d5f1318db7: Verifying Checksum [2022-05-02T19:07:34.868Z] a8d5f1318db7: Download complete [2022-05-02T19:07:35.129Z] 3ead6fa29328: Verifying Checksum [2022-05-02T19:07:35.129Z] 3ead6fa29328: Download complete [2022-05-02T19:07:35.390Z] 0714d37db230: Verifying Checksum [2022-05-02T19:07:35.390Z] 0714d37db230: Download complete [2022-05-02T19:07:35.390Z] ac28cf19c067: Download complete [2022-05-02T19:07:35.390Z] ca983d60f3e2: Verifying Checksum [2022-05-02T19:07:35.390Z] ca983d60f3e2: Download complete [2022-05-02T19:07:35.390Z] 1fe172e4850f: Verifying Checksum [2022-05-02T19:07:35.390Z] 1fe172e4850f: Download complete [2022-05-02T19:07:35.390Z] 9f894cec8388: Download complete [2022-05-02T19:07:35.962Z] 1827001aaf11: Verifying Checksum [2022-05-02T19:07:35.962Z] 1827001aaf11: Download complete [2022-05-02T19:07:36.905Z] 1fe172e4850f: Pull complete [2022-05-02T19:07:36.905Z] caf521ccaac6: Pull complete [2022-05-02T19:07:37.476Z] 3ead6fa29328: Pull complete [2022-05-02T19:07:37.476Z] 5c2a1cbceb83: Pull complete [2022-05-02T19:07:37.735Z] a8d5f1318db7: Pull complete [2022-05-02T19:07:37.735Z] c427282e49a2: Pull complete [2022-05-02T19:07:39.644Z] 1827001aaf11: Pull complete [2022-05-02T19:07:39.644Z] 0714d37db230: Pull complete [2022-05-02T19:07:39.644Z] ac28cf19c067: Pull complete [2022-05-02T19:07:39.644Z] ca983d60f3e2: Pull complete [2022-05-02T19:07:39.904Z] 9f894cec8388: Pull complete [2022-05-02T19:07:39.904Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-02T19:07:39.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-02T19:07:39.904Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-02T19:07:39.994Z] prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container [2022-05-02T19:07:40.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-02T19:07:41.756Z] $ docker top 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 -eo pid,comm [2022-05-02T19:07:41.809Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-05-02T19:07:41.809Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-02T19:07:41.934Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-02T19:07:41.934Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-02T19:07:42.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-02T19:07:42.064Z] $ docker exec 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 ssh-agent [2022-05-02T19:07:42.168Z] SSH_AUTH_SOCK=/tmp/ssh-AUMc1Pua6qOO/agent.33 [2022-05-02T19:07:42.168Z] SSH_AGENT_PID=39 [2022-05-02T19:07:42.176Z] Running ssh-add (command line suppressed) [2022-05-02T19:07:42.297Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5762005753712604299.key (/w/workspace/edgex-go/1@tmp/private_key_5762005753712604299.key) [2022-05-02T19:07:42.304Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-02T19:07:42.634Z] + git tag --points-at HEAD [Pipeline] } [2022-05-02T19:07:42.665Z] $ docker exec --env ******** --env ******** 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 ssh-agent -k [2022-05-02T19:07:42.773Z] unset SSH_AUTH_SOCK; [2022-05-02T19:07:42.773Z] unset SSH_AGENT_PID; [2022-05-02T19:07:42.774Z] echo Agent pid 39 killed; [2022-05-02T19:07:42.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-02T19:07:42.864Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-02T19:07:42.864Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-02T19:07:42.996Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-02T19:07:43.006Z] $ docker exec 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 ssh-agent [2022-05-02T19:07:43.120Z] SSH_AUTH_SOCK=/tmp/ssh-TDWB8IUCSQpX/agent.73 [2022-05-02T19:07:43.120Z] SSH_AGENT_PID=79 [2022-05-02T19:07:43.126Z] Running ssh-add (command line suppressed) [2022-05-02T19:07:43.238Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4283964802756598008.key (/w/workspace/edgex-go/1@tmp/private_key_4283964802756598008.key) [2022-05-02T19:07:43.250Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-02T19:07:43.580Z] + git semver init [2022-05-02T19:07:43.842Z] 2022-05-02 19:07:43,799 [run_init] DEBUG init version:0.0.0 force:False [2022-05-02T19:07:43.842Z] 2022-05-02 19:07:43,800 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-05-02T19:07:43.842Z] 2022-05-02 19:07:43,801 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-05-02T19:07:43.842Z] 2022-05-02 19:07:43,801 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-05-02T19:07:49.168Z] 2022-05-02 19:07:48,333 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-05-02T19:07:49.168Z] 2022-05-02 19:07:48,334 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4002 with force:False [2022-05-02T19:07:49.168Z] 2022-05-02 19:07:48,334 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4002 [2022-05-02T19:07:49.168Z] 2022-05-02 19:07:48,337 [execute] INFO git cat-file --batch-check [2022-05-02T19:07:49.168Z] 2022-05-02 19:07:48,338 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-05-02T19:07:49.168Z] 2022-05-02 19:07:48,344 [execute] INFO git cat-file --batch [2022-05-02T19:07:49.168Z] 2022-05-02 19:07:48,344 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-05-02T19:07:49.168Z] 2022-05-02 19:07:48,350 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4002 [2022-05-02T19:07:49.168Z] 0.0.0 [Pipeline] } [2022-05-02T19:07:49.197Z] $ docker exec --env ******** --env ******** 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 ssh-agent -k [2022-05-02T19:07:49.312Z] unset SSH_AUTH_SOCK; [2022-05-02T19:07:49.313Z] unset SSH_AGENT_PID; [2022-05-02T19:07:49.313Z] echo Agent pid 79 killed; [2022-05-02T19:07:49.316Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-02T19:07:49.730Z] + git semver [Pipeline] } [2022-05-02T19:07:50.335Z] $ docker stop --time=1 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 [2022-05-02T19:07:51.668Z] $ docker rm -f 69e76d4927490f8b28a29b951f8c799cce1c597286575093fe8ce4c588073b93 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-02T19:07:52.074Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-02T19:07:52.399Z] Stashed 1 file(s) [Pipeline] echo [2022-05-02T19:07:52.416Z] [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-05-02T19:07:52.843Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-02T19:07:52.868Z] ========================================================= [2022-05-02T19:07:52.868Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-02T19:07:52.868Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-02T19:07:53.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-02T19:07:53.292Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-02T19:07:53.292Z] 59bf1c3509f3: Pulling fs layer [2022-05-02T19:07:53.292Z] 666ba61612fd: Pulling fs layer [2022-05-02T19:07:53.292Z] 8ed8ca486205: Pulling fs layer [2022-05-02T19:07:53.292Z] 4fe6c5a15a65: Pulling fs layer [2022-05-02T19:07:53.292Z] 22a0e8bec74d: Pulling fs layer [2022-05-02T19:07:53.292Z] ca2b28591e48: Pulling fs layer [2022-05-02T19:07:53.292Z] a51346096db8: Pulling fs layer [2022-05-02T19:07:53.292Z] daebc70d1ce1: Pulling fs layer [2022-05-02T19:07:53.292Z] 0e18a0eac166: Pulling fs layer [2022-05-02T19:07:53.292Z] 4fe6c5a15a65: Waiting [2022-05-02T19:07:53.292Z] 22a0e8bec74d: Waiting [2022-05-02T19:07:53.292Z] ca2b28591e48: Waiting [2022-05-02T19:07:53.292Z] daebc70d1ce1: Waiting [2022-05-02T19:07:53.292Z] a51346096db8: Waiting [2022-05-02T19:07:53.292Z] 0e18a0eac166: Waiting [2022-05-02T19:07:53.292Z] 8ed8ca486205: Download complete [2022-05-02T19:07:53.292Z] 666ba61612fd: Verifying Checksum [2022-05-02T19:07:53.292Z] 666ba61612fd: Download complete [2022-05-02T19:07:53.292Z] 22a0e8bec74d: Verifying Checksum [2022-05-02T19:07:53.292Z] 22a0e8bec74d: Download complete [2022-05-02T19:07:53.292Z] 59bf1c3509f3: Verifying Checksum [2022-05-02T19:07:53.292Z] 59bf1c3509f3: Download complete [2022-05-02T19:07:53.292Z] ca2b28591e48: Verifying Checksum [2022-05-02T19:07:53.292Z] ca2b28591e48: Download complete [2022-05-02T19:07:53.292Z] a51346096db8: Verifying Checksum [2022-05-02T19:07:53.292Z] a51346096db8: Download complete [2022-05-02T19:07:53.552Z] 59bf1c3509f3: Pull complete [2022-05-02T19:07:53.816Z] 666ba61612fd: Pull complete [2022-05-02T19:07:53.816Z] daebc70d1ce1: Verifying Checksum [2022-05-02T19:07:53.816Z] daebc70d1ce1: Download complete [2022-05-02T19:07:53.816Z] 8ed8ca486205: Pull complete [2022-05-02T19:07:54.757Z] 0e18a0eac166: Verifying Checksum [2022-05-02T19:07:54.757Z] 0e18a0eac166: Download complete [2022-05-02T19:07:54.757Z] 4fe6c5a15a65: Verifying Checksum [2022-05-02T19:07:54.757Z] 4fe6c5a15a65: Download complete [2022-05-02T19:07:58.955Z] 4fe6c5a15a65: Pull complete [2022-05-02T19:07:58.955Z] 22a0e8bec74d: Pull complete [2022-05-02T19:07:58.955Z] ca2b28591e48: Pull complete [2022-05-02T19:07:58.955Z] a51346096db8: Pull complete [2022-05-02T19:07:58.955Z] daebc70d1ce1: Pull complete [2022-05-02T19:08:00.867Z] 0e18a0eac166: Pull complete [2022-05-02T19:08:00.868Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-02T19:08:00.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-02T19:08:00.868Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-02T19:08:01.231Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-02T19:08:01.231Z] WORKDIR /edgex [2022-05-02T19:08:01.231Z] COPY go.mod . [2022-05-02T19:08:01.231Z] RUN go mod download [2022-05-02T19:08:01.231Z] + docker build -t ci-base-image-x86_64 -f - . [2022-05-02T19:08:02.613Z] Sending build context to Docker daemon 335.2MB [2022-05-02T19:08:02.613Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-02T19:08:02.613Z] ---> f018257e8ee9 [2022-05-02T19:08:02.613Z] Step 2/4 : WORKDIR /edgex [2022-05-02T19:08:05.158Z] ---> Running in f57f760b467f [2022-05-02T19:08:05.158Z] Removing intermediate container f57f760b467f [2022-05-02T19:08:05.158Z] ---> eb67f159df15 [2022-05-02T19:08:05.158Z] Step 3/4 : COPY go.mod . [2022-05-02T19:08:05.418Z] ---> c14d1b57ac91 [2022-05-02T19:08:05.418Z] Step 4/4 : RUN go mod download [2022-05-02T19:08:05.418Z] ---> Running in 32f152c8746b [2022-05-02T19:08:07.685Z] Still waiting to schedule task [2022-05-02T19:08:07.686Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-34492’ is offline [2022-05-02T19:08:23.551Z] Removing intermediate container 32f152c8746b [2022-05-02T19:08:23.551Z] ---> a5a7e5cc93ce [2022-05-02T19:08:23.551Z] Successfully built a5a7e5cc93ce [2022-05-02T19:08:23.551Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:08:23.881Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-02T19:08:23.881Z] . [Pipeline] withDockerContainer [2022-05-02T19:08:23.993Z] prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container [2022-05-02T19:08:24.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-02T19:08:24.517Z] $ docker top 74d2ea7d049193e27d273b97a325116f9c36cace5bf3db8f1bd944dc10be79fd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-02T19:08:24.924Z] + go version [2022-05-02T19:08:24.924Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-02T19:08:24.959Z] $ docker stop --time=1 74d2ea7d049193e27d273b97a325116f9c36cace5bf3db8f1bd944dc10be79fd [2022-05-02T19:08:26.257Z] $ docker rm -f 74d2ea7d049193e27d273b97a325116f9c36cace5bf3db8f1bd944dc10be79fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:08:26.914Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-02T19:08:26.914Z] . [Pipeline] withDockerContainer [2022-05-02T19:08:27.049Z] prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container [2022-05-02T19:08:27.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-02T19:08:27.580Z] $ docker top b1e479c399af025136ac04f9d73c3d58b4be63e0140c29db88e67a7d5157f27b -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-02T19:08:27.708Z] ========================================================= [2022-05-02T19:08:27.708Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-05-02T19:08:27.708Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-02T19:08:28.046Z] + make test [2022-05-02T19:08:28.046Z] go mod tidy -compat=1.17 [2022-05-02T19:08:28.046Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-02T19:08:34.630Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-05-02T19:08:46.839Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-05-02T19:08:46.839Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-05-02T19:08:47.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-05-02T19:08:48.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.078s coverage: 28.7% of statements [2022-05-02T19:08:48.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-05-02T19:08:48.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-05-02T19:08:49.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.120s coverage: 98.5% of statements [2022-05-02T19:08:49.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-05-02T19:08:49.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.089s coverage: 53.4% of statements [2022-05-02T19:08:49.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-05-02T19:08:49.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.862s coverage: 89.2% of statements [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.087s coverage: 84.4% of statements [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.454s coverage: 95.6% of statements [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 60.0% of statements [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.135s coverage: 0.9% of statements [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 29.6% of statements [2022-05-02T19:08:53.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.102s coverage: 47.1% of statements [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2022-05-02T19:08:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2022-05-02T19:09:01.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2022-05-02T19:09:01.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.088s coverage: 44.8% of statements [2022-05-02T19:09:03.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.187s coverage: 82.5% of statements [2022-05-02T19:09:03.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.098s coverage: 92.9% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.024s coverage: 65.1% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 58.8% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.0% of statements [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 85.4% of statements [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.149s coverage: 91.2% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.156s coverage: 64.4% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 65.4% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 43.8% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.166s coverage: 92.3% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.119s coverage: 97.7% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-05-02T19:09:13.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2022-05-02T19:09:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-05-02T19:09:13.037Z] 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-05-02T19:09:34.989Z] GO111MODULE=on go vet ./... [2022-05-02T19:09:38.279Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-02T19:09:38.279Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-02T19:09:38.541Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-02T19:09:39.141Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-05-02T19:09:39.453Z] + ls -al . [2022-05-02T19:09:39.453Z] total 672 [2022-05-02T19:09:39.453Z] drwxrwxr-x 10 1001 1001 4096 May 2 19:09 . [2022-05-02T19:09:39.453Z] drwxr-xr-x 4 root root 4096 May 2 19:08 .. [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 11 May 2 19:07 .dockerignore [2022-05-02T19:09:39.453Z] drwxrwxr-x 8 1001 1001 4096 May 2 19:07 .git [2022-05-02T19:09:39.453Z] drwxrwxr-x 3 1001 1001 4096 May 2 19:07 .github [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 879 May 2 19:07 .gitignore [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 42 May 2 19:07 .golangci.yml [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 87 May 2 19:07 .hadolint.yml [2022-05-02T19:09:39.453Z] drwxr-xr-x 3 1001 1001 4096 May 2 19:07 .semver [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 166 May 2 19:07 .sonarcloud.properties [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 1171 May 2 19:07 ADOPTERS.md [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 10086 May 2 19:07 Attribution.txt [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 51732 May 2 19:07 CHANGELOG.md [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 3804 May 2 19:07 CONTRIBUTING.md [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 677 May 2 19:07 GOVERNANCE.md [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 850 May 2 19:07 Jenkinsfile [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 10775 May 2 19:07 LICENSE [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 10389 May 2 19:07 Makefile [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 582 May 2 19:07 OWNERS.md [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 9120 May 2 19:07 README.md [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 6912 May 2 19:07 SECURITY.md [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 5 May 2 19:07 VERSION [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 4131 May 2 19:07 ZMQWindows.md [2022-05-02T19:09:39.453Z] drwxrwxr-x 2 1001 1001 4096 May 2 19:07 bin [2022-05-02T19:09:39.453Z] drwxrwxr-x 18 1001 1001 4096 May 2 19:07 cmd [2022-05-02T19:09:39.453Z] -rw-r--r-- 1 root root 435134 May 2 19:09 coverage.out [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 3256 May 2 19:07 go.mod [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 35162 May 2 19:08 go.sum [2022-05-02T19:09:39.453Z] drwxrwxr-x 8 1001 1001 4096 May 2 19:07 internal [2022-05-02T19:09:39.453Z] drwxrwxr-x 3 1001 1001 4096 May 2 19:07 openapi [2022-05-02T19:09:39.453Z] drwxrwxr-x 4 1001 1001 4096 May 2 19:07 snap [2022-05-02T19:09:39.453Z] -rw-rw-r-- 1 1001 1001 204 May 2 19:07 version.go [Pipeline] sh [2022-05-02T19:09:39.763Z] + '[' -e coverage.out ] [2022-05-02T19:09:39.763Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-05-02T19:09:39.886Z] Stashed 1 file(s) [Pipeline] sh [2022-05-02T19:09:40.186Z] + make build [2022-05-02T19:09:40.186Z] 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-05-02T19:09:55.097Z] 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-05-02T19:10:05.069Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-02T19:10:05.069Z] 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-05-02T19:10:10.340Z] 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-05-02T19:10:10.598Z] 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-05-02T19:10:11.540Z] 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-05-02T19:10:12.919Z] 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-05-02T19:10:13.487Z] 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-05-02T19:10:14.871Z] 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-05-02T19:10:15.443Z] 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-05-02T19:10:16.389Z] 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-05-02T19:10:17.767Z] 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-05-02T19:10:18.736Z] $ docker stop --time=1 b1e479c399af025136ac04f9d73c3d58b4be63e0140c29db88e67a7d5157f27b [2022-05-02T19:10:22.011Z] $ docker rm -f b1e479c399af025136ac04f9d73c3d58b4be63e0140c29db88e67a7d5157f27b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:10:23.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-02T19:10:23.150Z] [2022-05-02T19:10:23.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:10:23.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-02T19:10:23.484Z] latest: Pulling from edgex-devops/edgex-compose [2022-05-02T19:10:23.484Z] cbdbe7a5bc2a: Pulling fs layer [2022-05-02T19:10:23.484Z] ca9280d653b3: Pulling fs layer [2022-05-02T19:10:23.484Z] 7e9c9ca2126c: Pulling fs layer [2022-05-02T19:10:23.749Z] cbdbe7a5bc2a: Download complete [2022-05-02T19:10:23.749Z] ca9280d653b3: Verifying Checksum [2022-05-02T19:10:23.749Z] ca9280d653b3: Download complete [2022-05-02T19:10:23.749Z] cbdbe7a5bc2a: Pull complete [2022-05-02T19:10:24.320Z] 7e9c9ca2126c: Download complete [2022-05-02T19:10:24.320Z] ca9280d653b3: Pull complete [2022-05-02T19:10:27.699Z] 7e9c9ca2126c: Pull complete [2022-05-02T19:10:27.699Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-05-02T19:10:27.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-02T19:10:27.699Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-05-02T19:10:27.791Z] prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container [2022-05-02T19:10:27.828Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-05-02T19:10:30.166Z] $ docker top 63cae0dd4fe1765200da5859c5d97f69a86f66e5bf4ea023376bedfd2274573c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-02T19:10:30.564Z] + docker-compose build --help [2022-05-02T19:10:30.564Z] + grep parallel [2022-05-02T19:10:31.137Z] --parallel Build images in parallel. [Pipeline] } [2022-05-02T19:10:31.174Z] $ docker stop --time=1 63cae0dd4fe1765200da5859c5d97f69a86f66e5bf4ea023376bedfd2274573c [2022-05-02T19:10:32.538Z] $ docker rm -f 63cae0dd4fe1765200da5859c5d97f69a86f66e5bf4ea023376bedfd2274573c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:10:33.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-02T19:10:33.087Z] . [Pipeline] withDockerContainer [2022-05-02T19:10:33.179Z] prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container [2022-05-02T19:10:33.229Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-05-02T19:10:33.621Z] $ docker top cc06b8e559949395e985e67699de6acf7c2e0bdfad3ca46f651742e5f225f999 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-02T19:10:34.013Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-02T19:10:34.957Z] Building core-command ... [2022-05-02T19:10:34.957Z] Building core-data ... [2022-05-02T19:10:34.957Z] Building core-metadata ... [2022-05-02T19:10:34.957Z] Building security-bootstrapper ... [2022-05-02T19:10:34.957Z] Building security-proxy-setup ... [2022-05-02T19:10:34.957Z] Building security-secretstore-setup ... [2022-05-02T19:10:34.957Z] Building security-spiffe-token-provider ... [2022-05-02T19:10:34.957Z] Building security-spire-agent ... [2022-05-02T19:10:34.957Z] Building security-spire-config ... [2022-05-02T19:10:34.957Z] Building security-spire-server ... [2022-05-02T19:10:34.957Z] Building support-notifications ... [2022-05-02T19:10:34.957Z] Building support-scheduler ... [2022-05-02T19:10:34.957Z] Building sys-mgmt-agent ... [2022-05-02T19:10:34.957Z] Building sys-mgmt-agent [2022-05-02T19:10:34.957Z] Building security-bootstrapper [2022-05-02T19:10:34.957Z] Building security-spire-config [2022-05-02T19:10:34.957Z] Building support-scheduler [2022-05-02T19:10:34.957Z] Building support-notifications [2022-05-02T19:10:53.058Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:10:53.058Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:10:53.058Z] ---> a5a7e5cc93ce [2022-05-02T19:10:53.058Z] Step 3/22 : WORKDIR /edgex-go [2022-05-02T19:10:53.058Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:10:53.058Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:10:53.058Z] ---> a5a7e5cc93ce [2022-05-02T19:10:53.058Z] Step 3/23 : WORKDIR /edgex-go [2022-05-02T19:10:53.058Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:10:53.058Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:10:53.058Z] ---> a5a7e5cc93ce [2022-05-02T19:10:53.058Z] Step 3/22 : WORKDIR /edgex-go [2022-05-02T19:10:53.058Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:10:53.058Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:10:53.058Z] ---> a5a7e5cc93ce [2022-05-02T19:10:53.058Z] Step 3/31 : WORKDIR /edgex-go [2022-05-02T19:10:53.058Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:10:53.058Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:10:53.058Z] ---> a5a7e5cc93ce [2022-05-02T19:10:53.058Z] Step 3/26 : WORKDIR /edgex-go [2022-05-02T19:10:56.413Z] ---> Running in b89f4663e892 [2022-05-02T19:10:56.413Z] ---> Running in 6797325a5f15 [2022-05-02T19:10:56.413Z] ---> Running in 020d58ae1a4e [2022-05-02T19:10:56.413Z] ---> Running in 33831a9be412 [2022-05-02T19:10:56.413Z] ---> Running in 5ee2886bd435 [2022-05-02T19:10:57.354Z] Removing intermediate container b89f4663e892 [2022-05-02T19:10:57.354Z] ---> c9f51a64f7c7 [2022-05-02T19:10:57.354Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:10:57.354Z] Removing intermediate container 6797325a5f15 [2022-05-02T19:10:57.354Z] ---> 23c8f627c1a1 [2022-05-02T19:10:57.354Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:10:57.354Z] Removing intermediate container 020d58ae1a4e [2022-05-02T19:10:57.354Z] Removing intermediate container 33831a9be412 [2022-05-02T19:10:57.354Z] ---> 192ede520e7a [2022-05-02T19:10:57.354Z] ---> 63b81859d89a [2022-05-02T19:10:57.354Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:10:57.354Z] [2022-05-02T19:10:57.354Z] Removing intermediate container 5ee2886bd435 [2022-05-02T19:10:57.354Z] ---> 070c8e3459cb [2022-05-02T19:10:57.354Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:10:57.354Z] ---> Running in ba5397e12337 [2022-05-02T19:10:57.354Z] ---> Running in 52aa1a1a5e24 [2022-05-02T19:10:57.354Z] ---> Running in c9faecbc62fc [2022-05-02T19:10:57.354Z] ---> Running in abb0f45a2e42 [2022-05-02T19:10:57.354Z] ---> Running in a3e4f37dc23c [2022-05-02T19:10:58.733Z] Removing intermediate container ba5397e12337 [2022-05-02T19:10:58.733Z] ---> 670eb0cb1cb5 [2022-05-02T19:10:58.733Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-02T19:10:58.733Z] ---> Running in 9712afac0765 [2022-05-02T19:10:58.993Z] Removing intermediate container c9faecbc62fc [2022-05-02T19:10:58.993Z] ---> 8feb415ef44c [2022-05-02T19:10:58.993Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-02T19:10:58.993Z] Removing intermediate container 52aa1a1a5e24 [2022-05-02T19:10:58.993Z] ---> 252b7de8af6b [2022-05-02T19:10:58.993Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-02T19:10:58.993Z] ---> Running in d9783bfd551a [2022-05-02T19:10:58.993Z] ---> Running in 2b09499377ce [2022-05-02T19:10:59.253Z] Removing intermediate container abb0f45a2e42 [2022-05-02T19:10:59.253Z] ---> 92165d2673b3 [2022-05-02T19:10:59.253Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-02T19:10:59.253Z] ---> Running in 07ba08d2aa91 [2022-05-02T19:10:59.253Z] Removing intermediate container a3e4f37dc23c [2022-05-02T19:10:59.253Z] ---> 9ab9674cd02e [2022-05-02T19:10:59.253Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-02T19:10:59.514Z] ---> Running in aaf1ae88d416 [2022-05-02T19:10:59.514Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:10:59.772Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:10:59.772Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:11:00.031Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:11:00.031Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:11:00.289Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:11:00.550Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:11:00.550Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:11:00.824Z] OK: 221 MiB in 52 packages [2022-05-02T19:11:00.824Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:11:00.824Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:11:01.091Z] OK: 221 MiB in 52 packages [2022-05-02T19:11:01.091Z] OK: 221 MiB in 52 packages [2022-05-02T19:11:01.091Z] Removing intermediate container 9712afac0765 [2022-05-02T19:11:01.091Z] ---> 450239deacdb [2022-05-02T19:11:01.091Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-02T19:11:01.360Z] OK: 221 MiB in 52 packages [2022-05-02T19:11:01.360Z] OK: 221 MiB in 52 packages [2022-05-02T19:11:01.360Z] ---> c10c10fdbe5a [2022-05-02T19:11:01.360Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:11:01.360Z] ---> Running in f68618599a46 [2022-05-02T19:11:01.360Z] Removing intermediate container 2b09499377ce [2022-05-02T19:11:01.360Z] ---> f18af840f36d [2022-05-02T19:11:01.360Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-02T19:11:01.620Z] Removing intermediate container d9783bfd551a [2022-05-02T19:11:01.620Z] ---> 98495994c242 [2022-05-02T19:11:01.620Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-02T19:11:01.620Z] ---> 481fdbc4d3c8 [2022-05-02T19:11:01.620Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:11:01.882Z] ---> 855316d049c4 [2022-05-02T19:11:01.882Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:11:01.882Z] ---> Running in ee5a94944bf0 [2022-05-02T19:11:02.155Z] ---> Running in 6db17f0e7604 [2022-05-02T19:11:02.155Z] Removing intermediate container 07ba08d2aa91 [2022-05-02T19:11:02.155Z] ---> 6f814858b095 [2022-05-02T19:11:02.155Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-02T19:11:02.155Z] Removing intermediate container aaf1ae88d416 [2022-05-02T19:11:02.155Z] ---> 129bd972792e [2022-05-02T19:11:02.155Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-02T19:11:02.726Z] ---> d35ccd8cffbe [2022-05-02T19:11:02.726Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:11:02.726Z] ---> da7db5022047 [2022-05-02T19:11:02.726Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:11:02.726Z] ---> Running in 7f0f36b9630b [2022-05-02T19:11:02.726Z] ---> Running in b05639c1f5bf [2022-05-02T19:11:02.726Z] Removing intermediate container f68618599a46 [2022-05-02T19:11:02.726Z] ---> f0846a4bc797 [2022-05-02T19:11:02.726Z] Step 8/31 : COPY . . [2022-05-02T19:11:06.021Z] Removing intermediate container ee5a94944bf0 [2022-05-02T19:11:06.022Z] ---> 09cb17462e3b [2022-05-02T19:11:06.022Z] Step 8/26 : COPY . . [2022-05-02T19:11:06.022Z] Removing intermediate container 6db17f0e7604 [2022-05-02T19:11:06.022Z] ---> 1b26c4f9f183 [2022-05-02T19:11:06.022Z] Step 8/22 : COPY . . [2022-05-02T19:11:06.960Z] Removing intermediate container 7f0f36b9630b [2022-05-02T19:11:06.960Z] ---> 8f42786fffc0 [2022-05-02T19:11:06.960Z] Step 8/23 : COPY . . [2022-05-02T19:11:07.168Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-34494 in /w/workspace/edgexfoundry_edgex-go_PR-4002 [Pipeline] { [Pipeline] ws [2022-05-02T19:11:07.210Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-05-02T19:11:07.513Z] The recommended git tool is: git [2022-05-02T19:11:15.280Z] using credential edgex-jenkins-ssh [2022-05-02T19:11:15.299Z] Cloning the remote Git repository [2022-05-02T19:11:15.362Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-05-02T19:11:15.445Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-05-02T19:11:15.563Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-05-02T19:11:15.564Z] > git --version # timeout=10 [2022-05-02T19:11:15.587Z] > git --version # 'git version 2.25.1' [2022-05-02T19:11:15.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-02T19:11:15.685Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-02T19:11:17.176Z] Removing intermediate container b05639c1f5bf [2022-05-02T19:11:17.176Z] ---> a2f3aa14c998 [2022-05-02T19:11:17.176Z] Step 8/22 : COPY . . [2022-05-02T19:11:17.176Z] ---> e35bcd42bc65 [2022-05-02T19:11:17.176Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-02T19:11:17.176Z] ---> 6b36dd25f253 [2022-05-02T19:11:17.176Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-02T19:11:17.176Z] ---> ada9129b5ff0 [2022-05-02T19:11:17.176Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-02T19:11:17.176Z] ---> 74335e5f4c0a [2022-05-02T19:11:17.176Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-02T19:11:19.083Z] ---> Running in f3bf6e4c814f [2022-05-02T19:11:19.084Z] ---> Running in 5de92d9831ed [2022-05-02T19:11:19.084Z] ---> Running in b3da63b691e5 [2022-05-02T19:11:19.084Z] ---> Running in 641e5eecf872 [2022-05-02T19:11:19.342Z] Removing intermediate container 641e5eecf872 [2022-05-02T19:11:19.342Z] ---> 718ceb785976 [2022-05-02T19:11:19.342Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-02T19:11:19.601Z] ---> Running in 9e26fa5f25e8 [2022-05-02T19:11:19.601Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-02T19:11:19.860Z] 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-05-02T19:11:20.123Z] 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-05-02T19:11:21.067Z] ---> 22486cc1b469 [2022-05-02T19:11:21.067Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-02T19:11:21.067Z] Removing intermediate container 9e26fa5f25e8 [2022-05-02T19:11:21.067Z] ---> fc7ff744bf39 [2022-05-02T19:11:21.067Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-02T19:11:21.067Z] ---> Running in 026c93f24da5 [2022-05-02T19:11:21.067Z] ---> Running in 53629a839343 [2022-05-02T19:11:21.334Z] Removing intermediate container 53629a839343 [2022-05-02T19:11:21.335Z] ---> cd32481c12bc [2022-05-02T19:11:21.335Z] 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-05-02T19:11:21.595Z] ---> Running in 112aefaaa903 [2022-05-02T19:11:21.855Z] 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-05-02T19:11:23.242Z] spire-1.2.1/ [2022-05-02T19:11:23.242Z] spire-1.2.1/.data/ [2022-05-02T19:11:23.242Z] spire-1.2.1/.data/.file [2022-05-02T19:11:23.242Z] spire-1.2.1/.dockerignore [2022-05-02T19:11:23.242Z] spire-1.2.1/.gitattributes [2022-05-02T19:11:23.242Z] spire-1.2.1/.githooks/ [2022-05-02T19:11:23.242Z] spire-1.2.1/.githooks/pre-commit [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/ [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/dependabot.yml [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/ [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-02T19:11:23.242Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-02T19:11:23.242Z] spire-1.2.1/.gitignore [2022-05-02T19:11:23.242Z] spire-1.2.1/.go-version [2022-05-02T19:11:23.242Z] spire-1.2.1/.golangci.yml [2022-05-02T19:11:23.242Z] spire-1.2.1/ADOPTERS.md [2022-05-02T19:11:23.242Z] spire-1.2.1/CHANGELOG.md [2022-05-02T19:11:23.242Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-02T19:11:23.242Z] spire-1.2.1/CODEOWNERS [2022-05-02T19:11:23.242Z] spire-1.2.1/CONTRIBUTING.md [2022-05-02T19:11:23.242Z] spire-1.2.1/Dockerfile [2022-05-02T19:11:23.242Z] spire-1.2.1/Dockerfile.dev [2022-05-02T19:11:23.242Z] spire-1.2.1/Dockerfile.scratch [2022-05-02T19:11:23.242Z] spire-1.2.1/LICENSE [2022-05-02T19:11:23.242Z] spire-1.2.1/MAINTAINERS.md [2022-05-02T19:11:23.242Z] spire-1.2.1/Makefile [2022-05-02T19:11:23.242Z] spire-1.2.1/README.md [2022-05-02T19:11:23.242Z] spire-1.2.1/ROADMAP.md [2022-05-02T19:11:23.242Z] spire-1.2.1/SECURITY.md [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-02T19:11:23.242Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-02T19:11:23.243Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/ [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/agent/ [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/agent/agent.conf [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/server/ [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/server/server.conf [2022-05-02T19:11:23.243Z] spire-1.2.1/conf/server/server_full.conf [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/ [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/SPIRE101.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/auditlog.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/ [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/scaling_spire.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/spire_agent.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/spire_server.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/supported_integrations.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/telemetry.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/telemetry_config.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/upgrading.md [2022-05-02T19:11:23.243Z] spire-1.2.1/doc/using_spire.md [2022-05-02T19:11:23.243Z] spire-1.2.1/examples/ [2022-05-02T19:11:23.243Z] spire-1.2.1/examples/README.md [2022-05-02T19:11:23.243Z] spire-1.2.1/go.mod [2022-05-02T19:11:23.243Z] spire-1.2.1/go.sum [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/agent.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/client/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/common/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/config.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:11:23.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/svid/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/names.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/auth/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cli/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-02T19:11:23.244Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/health/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/health/config.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/health/context.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/health/health.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/idutil/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/log/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/log/log.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/log/options.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/profiling/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/selector/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/uptime/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/task.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-02T19:11:23.245Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/version/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/version/version.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509util/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/api.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/health/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/id.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/status.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/catalog/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/config.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-02T19:11:23.246Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:11:23.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/registration/ [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/server.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/server_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/svid/ [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/private/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/private/server/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/private/server/journal/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/common/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/plugin/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-02T19:11:23.248Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-02T19:11:23.248Z] spire-1.2.1/release/ [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire-extras/ [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire-extras/README.md [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire/ [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire/README.md [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire/conf/ [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire/conf/server/ [2022-05-02T19:11:23.248Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-02T19:11:23.248Z] spire-1.2.1/script/ [2022-05-02T19:11:23.248Z] spire-1.2.1/script/build-artifact.sh [2022-05-02T19:11:23.248Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-02T19:11:23.248Z] spire-1.2.1/support/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-02T19:11:23.248Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/clock/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/clock/clock.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-02T19:11:23.248Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/fixture.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/registration/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-02T19:11:23.249Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/README.md [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/common [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-02T19:11:23.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-02T19:11:23.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/test-one.sh [2022-05-02T19:11:23.251Z] spire-1.2.1/test/integration/test.sh [2022-05-02T19:11:23.251Z] spire-1.2.1/test/plugintest/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/plugintest/config.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/plugintest/load.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/plugintest/option.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/dir.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/logs.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/suite.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/spiretest/x509.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/testca/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/testca/ca.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/testkey/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/testkey/generate.sh [2022-05-02T19:11:23.251Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/testkey/keys.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/testkey/new.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/tpmsimulator/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/util/ [2022-05-02T19:11:23.251Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/util/cert_generation.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/util/io_redirection.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/util/race.go [2022-05-02T19:11:23.251Z] spire-1.2.1/test/util/util.go [2022-05-02T19:11:23.251Z] building spire from source... [2022-05-02T19:11:23.251Z] Installing go1.17.7... [2022-05-02T19:11:29.820Z] Building bin/spire-server... [2022-05-02T19:11:29.820Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-02T19:11:29.820Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-02T19:11:29.820Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-02T19:11:29.820Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-02T19:11:29.820Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-02T19:11:29.820Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-02T19:11:29.820Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-02T19:11:29.820Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-02T19:11:29.820Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-02T19:11:29.820Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-02T19:11:29.820Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-02T19:11:29.820Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-02T19:11:30.078Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-02T19:11:30.078Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-02T19:11:30.078Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-02T19:11:30.339Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-02T19:11:30.339Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-02T19:11:30.339Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-02T19:11:30.339Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-02T19:11:30.339Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-02T19:11:30.603Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-02T19:11:30.603Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-02T19:11:30.603Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-02T19:11:30.603Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-02T19:11:30.603Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-02T19:11:30.603Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-02T19:11:30.603Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-02T19:11:30.603Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-02T19:11:30.603Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-02T19:11:30.863Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-02T19:11:30.863Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-02T19:11:30.863Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-02T19:11:30.863Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-02T19:11:30.863Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-02T19:11:30.863Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-02T19:11:30.863Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-02T19:11:30.863Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-02T19:11:30.863Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-02T19:11:30.863Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-02T19:11:31.127Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-02T19:11:31.127Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-02T19:11:31.127Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-02T19:11:31.127Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-02T19:11:31.127Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-02T19:11:31.127Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-02T19:11:31.127Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-02T19:11:31.127Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-02T19:11:31.127Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-02T19:11:31.127Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-02T19:11:31.127Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-02T19:11:31.127Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-02T19:11:31.386Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-02T19:11:31.387Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-02T19:11:31.387Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-02T19:11:31.387Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-02T19:11:31.958Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-02T19:11:32.619Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-05-02T19:11:32.641Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-02T19:11:33.516Z] Merging remotes/origin/main commit 8b0dec85218ed508cf19f063ec152f29e8927c81 into PR head commit d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:11:33.921Z] Merge succeeded, producing d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:11:33.921Z] Checking out Revision d5098ec541f92ca7a29fea3280899e4f4e507633 (PR-4002) [2022-05-02T19:11:32.688Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-05-02T19:11:32.740Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-05-02T19:11:32.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-02T19:11:32.756Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4002/head:refs/remotes/origin/PR-4002 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-02T19:11:33.539Z] > git config core.sparsecheckout # timeout=10 [2022-05-02T19:11:33.571Z] > git checkout -f d5098ec541f92ca7a29fea3280899e4f4e507633 # timeout=10 [2022-05-02T19:11:33.827Z] > git remote # timeout=10 [2022-05-02T19:11:33.850Z] > git config --get remote.origin.url # timeout=10 [2022-05-02T19:11:33.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-02T19:11:33.877Z] > git merge 8b0dec85218ed508cf19f063ec152f29e8927c81 # timeout=10 [2022-05-02T19:11:33.904Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-02T19:11:33.930Z] > git config core.sparsecheckout # timeout=10 [2022-05-02T19:11:33.951Z] > git checkout -f d5098ec541f92ca7a29fea3280899e4f4e507633 # timeout=10 [2022-05-02T19:11:35.254Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-02T19:11:35.254Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-02T19:11:35.254Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-02T19:11:35.254Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-02T19:11:35.254Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-02T19:11:38.601Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-05-02T19:11:38.664Z] > git --version # timeout=10 [2022-05-02T19:11:38.683Z] > git --version # 'git version 2.25.1' [2022-05-02T19:11:38.708Z] fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-02T19:11:39.744Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-02T19:11:39.744Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-02T19:11:39.744Z] Dload Upload Total Spent Left Speed [2022-05-02T19:11:39.744Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 202k 0 --:--:-- --:--:-- --:--:-- 202k [Pipeline] sh [2022-05-02T19:11:40.304Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-02T19:11:40.537Z] go: downloading google.golang.org/api v0.70.0 [2022-05-02T19:11:40.537Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-02T19:11:40.537Z] go: downloading k8s.io/api v0.23.4 [2022-05-02T19:11:40.537Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-02T19:11:40.537Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-02T19:11:40.537Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-02T19:11:40.537Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-02T19:11:40.537Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-02T19:11:40.537Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-02T19:11:40.537Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-02T19:11:40.683Z] + sudo tee /etc/docker/daemon.new [2022-05-02T19:11:40.683Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-02T19:11:40.683Z] { [2022-05-02T19:11:40.683Z] "registry-mirrors": [ [2022-05-02T19:11:40.683Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-02T19:11:40.683Z] ], [2022-05-02T19:11:40.683Z] "bip": "10.250.0.254/24", [2022-05-02T19:11:40.683Z] "hosts": [ [2022-05-02T19:11:40.683Z] "tcp://0.0.0.0:5555", [2022-05-02T19:11:40.683Z] "unix:///var/run/docker.sock" [2022-05-02T19:11:40.683Z] ], [2022-05-02T19:11:40.683Z] "mtu": 1458, [2022-05-02T19:11:40.683Z] "selinux-enabled": true, [2022-05-02T19:11:40.683Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-02T19:11:40.683Z] } [Pipeline] sh [2022-05-02T19:11:41.055Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-02T19:11:41.422Z] + sudo service docker restart [2022-05-02T19:11:42.443Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-02T19:11:42.707Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-02T19:11:42.970Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-02T19:11:42.970Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-02T19:11:42.970Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-02T19:11:42.970Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-02T19:11:43.435Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-02T19:11:43.435Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-02T19:11:43.435Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-02T19:11:43.435Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-02T19:11:43.435Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-02T19:11:43.435Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-02T19:11:43.435Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-02T19:11:43.695Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-02T19:11:43.695Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-02T19:11:43.695Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-02T19:11:43.695Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-02T19:11:43.695Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-02T19:11:43.695Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-02T19:11:43.695Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-02T19:11:43.695Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-02T19:11:43.695Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-02T19:11:47.247Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-02T19:11:47.247Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-02T19:11:47.247Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-02T19:11:47.247Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-02T19:11:47.247Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-02T19:11:47.247Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-02T19:11:47.247Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-02T19:11:47.247Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-02T19:11:47.247Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-02T19:11:47.247Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-02T19:11:47.247Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-02T19:11:47.247Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-02T19:11:47.247Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-02T19:11:47.506Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-02T19:11:47.506Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-02T19:11:47.506Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-02T19:11:47.506Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-02T19:11:47.506Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-02T19:11:47.506Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-02T19:11:47.506Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-02T19:11:47.506Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-02T19:11:47.506Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-02T19:11:47.506Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-02T19:11:47.506Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-02T19:11:47.506Z] go: downloading go.opencensus.io v0.23.0 [2022-05-02T19:11:47.764Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-02T19:11:47.764Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-02T19:11:47.764Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-02T19:11:47.764Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-02T19:11:47.764Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-02T19:11:47.764Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-02T19:11:47.764Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-02T19:11:47.764Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-02T19:11:47.764Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-02T19:11:47.764Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-02T19:11:48.023Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-02T19:11:48.023Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-02T19:11:48.023Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-02T19:11:48.023Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-02T19:11:48.023Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-02T19:11:48.023Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-02T19:11:48.023Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-02T19:11:48.024Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-02T19:11:48.024Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-02T19:11:48.024Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-02T19:11:48.024Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-02T19:11:48.024Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-02T19:11:48.024Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-02T19:11:48.024Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-02T19:11:54.607Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-02T19:11:54.607Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-02T19:12:00.007Z] provisioning config files... [2022-05-02T19:12:00.039Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9155185075609814523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-02T19:12:00.714Z] ---> docker-login.sh [2022-05-02T19:12:00.714Z] nexus3.edgexfoundry.org:10001 [2022-05-02T19:12:01.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:12:01.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:12:01.917Z] Configure a credential helper to remove this warning. See [2022-05-02T19:12:01.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:12:01.917Z] [2022-05-02T19:12:01.917Z] Login Succeeded [2022-05-02T19:12:01.917Z] nexus3.edgexfoundry.org:10002 [2022-05-02T19:12:02.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:12:02.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:12:02.193Z] Configure a credential helper to remove this warning. See [2022-05-02T19:12:02.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:12:02.193Z] [2022-05-02T19:12:02.193Z] Login Succeeded [2022-05-02T19:12:02.193Z] nexus3.edgexfoundry.org:10003 [2022-05-02T19:12:02.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:12:02.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:12:02.808Z] Configure a credential helper to remove this warning. See [2022-05-02T19:12:02.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:12:02.808Z] [2022-05-02T19:12:02.808Z] Login Succeeded [2022-05-02T19:12:02.808Z] nexus3.edgexfoundry.org:10004 [2022-05-02T19:12:03.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:12:03.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:12:03.416Z] Configure a credential helper to remove this warning. See [2022-05-02T19:12:03.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:12:03.416Z] [2022-05-02T19:12:03.416Z] Login Succeeded [2022-05-02T19:12:03.416Z] docker.io [2022-05-02T19:12:03.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T19:12:04.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T19:12:04.291Z] Configure a credential helper to remove this warning. See [2022-05-02T19:12:04.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T19:12:04.291Z] [2022-05-02T19:12:04.291Z] Login Succeeded [2022-05-02T19:12:04.291Z] ---> docker-login.sh ends [Pipeline] } [2022-05-02T19:12:04.321Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-02T19:12:04.731Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-02T19:12:04.760Z] ========================================================= [2022-05-02T19:12:04.760Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-02T19:12:04.760Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-02T19:12:05.147Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-02T19:12:05.450Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-02T19:12:05.450Z] 9b3977197b4f: Pulling fs layer [2022-05-02T19:12:05.450Z] 1a89e8eeedd5: Pulling fs layer [2022-05-02T19:12:05.450Z] 94645a83ff95: Pulling fs layer [2022-05-02T19:12:05.450Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-02T19:12:05.450Z] 0c92f367c5e7: Pulling fs layer [2022-05-02T19:12:05.450Z] 3096ccb668a1: Pulling fs layer [2022-05-02T19:12:05.450Z] e8cf19c19ddd: Pulling fs layer [2022-05-02T19:12:05.450Z] a4caa8a26152: Pulling fs layer [2022-05-02T19:12:05.450Z] 3096ccb668a1: Waiting [2022-05-02T19:12:05.450Z] 3f3a8bcf1eab: Waiting [2022-05-02T19:12:05.450Z] e8cf19c19ddd: Waiting [2022-05-02T19:12:05.450Z] 0c92f367c5e7: Waiting [2022-05-02T19:12:05.450Z] a4caa8a26152: Waiting [2022-05-02T19:12:05.450Z] 94645a83ff95: Verifying Checksum [2022-05-02T19:12:05.450Z] 94645a83ff95: Download complete [2022-05-02T19:12:05.450Z] 1a89e8eeedd5: Verifying Checksum [2022-05-02T19:12:05.450Z] 1a89e8eeedd5: Download complete [2022-05-02T19:12:05.450Z] 0c92f367c5e7: Download complete [2022-05-02T19:12:05.450Z] 3096ccb668a1: Verifying Checksum [2022-05-02T19:12:05.450Z] 3096ccb668a1: Download complete [2022-05-02T19:12:05.450Z] e8cf19c19ddd: Verifying Checksum [2022-05-02T19:12:05.450Z] e8cf19c19ddd: Download complete [2022-05-02T19:12:06.451Z] 9b3977197b4f: Pull complete [2022-05-02T19:12:07.053Z] 1a89e8eeedd5: Pull complete [2022-05-02T19:12:07.336Z] 94645a83ff95: Pull complete [2022-05-02T19:12:07.610Z] a4caa8a26152: Download complete [2022-05-02T19:12:08.206Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-02T19:12:08.206Z] 3f3a8bcf1eab: Download complete [2022-05-02T19:12:12.721Z] Removing intermediate container f3bf6e4c814f [2022-05-02T19:12:12.721Z] ---> b835247d627e [2022-05-02T19:12:12.721Z] [2022-05-02T19:12:12.721Z] Step 10/31 : FROM alpine:3.14 [2022-05-02T19:12:12.721Z] Removing intermediate container b3da63b691e5 [2022-05-02T19:12:12.721Z] ---> ee1df5f6a898 [2022-05-02T19:12:12.721Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-02T19:12:12.721Z] Removing intermediate container 5de92d9831ed [2022-05-02T19:12:12.721Z] ---> 566a5d9302f5 [2022-05-02T19:12:12.721Z] [2022-05-02T19:12:12.721Z] Step 10/22 : FROM alpine:3.14 [2022-05-02T19:12:12.721Z] Removing intermediate container 026c93f24da5 [2022-05-02T19:12:12.721Z] ---> 8b834b52d16b [2022-05-02T19:12:12.721Z] [2022-05-02T19:12:12.721Z] Step 10/22 : FROM alpine:3.14 [2022-05-02T19:12:12.721Z] ---> Running in 8c101607f300 [2022-05-02T19:12:12.721Z] 3.14: Pulling from library/alpine [2022-05-02T19:12:12.721Z] 3.14: Pulling from library/alpine [2022-05-02T19:12:12.721Z] 3.14: Pulling from library/alpine [2022-05-02T19:12:12.721Z] 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-05-02T19:12:12.721Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-02T19:12:12.721Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-02T19:12:12.721Z] Status: Downloaded newer image for alpine:3.14 [2022-05-02T19:12:12.721Z] Status: Image is up to date for alpine:3.14 [2022-05-02T19:12:12.721Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-02T19:12:12.721Z] Status: Image is up to date for alpine:3.14 [2022-05-02T19:12:12.721Z] ---> e04c818066af [2022-05-02T19:12:12.721Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-02T19:12:12.721Z] ---> e04c818066af [2022-05-02T19:12:12.721Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-02T19:12:12.986Z] ---> e04c818066af [2022-05-02T19:12:12.986Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-02T19:12:13.246Z] ---> Running in 393110a96898 [2022-05-02T19:12:13.247Z] ---> Running in 665e968afae5 [2022-05-02T19:12:13.247Z] ---> Running in d5a880d715cc [2022-05-02T19:12:13.818Z] Removing intermediate container d5a880d715cc [2022-05-02T19:12:13.818Z] ---> 240e196461ca [2022-05-02T19:12:13.818Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-02T19:12:13.818Z] ---> Running in 535c8ab39218 [2022-05-02T19:12:14.080Z] Removing intermediate container 8c101607f300 [2022-05-02T19:12:14.080Z] ---> d33e35617205 [2022-05-02T19:12:14.080Z] [2022-05-02T19:12:14.080Z] Step 11/23 : FROM docker:20.10.14 [2022-05-02T19:12:14.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:14.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:14.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:14.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:14.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:14.608Z] 20.10.14: Pulling from library/docker [2022-05-02T19:12:14.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:14.608Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-02T19:12:14.608Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-02T19:12:14.608Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:12:14.608Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-02T19:12:14.608Z] OK: 6 MiB in 15 packages [2022-05-02T19:12:14.608Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:12:14.608Z] Executing ca-certificates-20211220-r0.trigger [2022-05-02T19:12:14.608Z] OK: 6 MiB in 16 packages [2022-05-02T19:12:14.869Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-02T19:12:14.869Z] (2/2) Installing su-exec (0.2-r1) [2022-05-02T19:12:14.869Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:12:14.869Z] OK: 6 MiB in 16 packages [2022-05-02T19:12:16.778Z] Removing intermediate container 535c8ab39218 [2022-05-02T19:12:16.778Z] ---> 9877b8d72f67 [2022-05-02T19:12:16.778Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-02T19:12:16.778Z] Removing intermediate container 665e968afae5 [2022-05-02T19:12:16.778Z] ---> bd5f8fde292e [2022-05-02T19:12:16.778Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-02T19:12:16.778Z] ---> Running in f88764fac80d [2022-05-02T19:12:16.778Z] Removing intermediate container 393110a96898 [2022-05-02T19:12:16.778Z] ---> 6003a6fef4af [2022-05-02T19:12:16.778Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-02T19:12:16.778Z] ---> Running in f4f1853a2b1e [2022-05-02T19:12:17.038Z] ---> Running in a6fc82ebbf95 [2022-05-02T19:12:17.038Z] Removing intermediate container f88764fac80d [2022-05-02T19:12:17.038Z] ---> efa007035d76 [2022-05-02T19:12:17.038Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-02T19:12:17.299Z] Removing intermediate container f4f1853a2b1e [2022-05-02T19:12:17.299Z] ---> 2f820ab63978 [2022-05-02T19:12:17.299Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-02T19:12:17.559Z] ---> Running in 8a4b3bbc4b86 [2022-05-02T19:12:17.559Z] Removing intermediate container a6fc82ebbf95 [2022-05-02T19:12:17.559Z] ---> 64f27eaf73e3 [2022-05-02T19:12:17.819Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-02T19:12:17.819Z] ---> Running in 80f7c6493a71 [2022-05-02T19:12:17.819Z] ---> Running in b3ff70f54d74 [2022-05-02T19:12:17.819Z] Removing intermediate container 8a4b3bbc4b86 [2022-05-02T19:12:17.819Z] ---> 47a53027cef4 [2022-05-02T19:12:17.819Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-02T19:12:17.819Z] ---> Running in 73fbb9b6249d [2022-05-02T19:12:18.080Z] Removing intermediate container b3ff70f54d74 [2022-05-02T19:12:18.080Z] ---> d5f9a3c9f9c3 [2022-05-02T19:12:18.080Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-02T19:12:18.080Z] Removing intermediate container 80f7c6493a71 [2022-05-02T19:12:18.080Z] ---> c08f53e74b0d [2022-05-02T19:12:18.080Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-02T19:12:18.080Z] ---> Running in 64cb19cad798 [2022-05-02T19:12:18.339Z] ---> Running in 6d646266dbdd [2022-05-02T19:12:18.603Z] Removing intermediate container 64cb19cad798 [2022-05-02T19:12:18.603Z] ---> 4d1ddba0badd [2022-05-02T19:12:18.603Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:12:18.603Z] Removing intermediate container 6d646266dbdd [2022-05-02T19:12:18.603Z] ---> 93f0b1303935 [2022-05-02T19:12:18.603Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:12:19.544Z] ---> a3a191a199fa [2022-05-02T19:12:19.544Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-02T19:12:19.544Z] ---> 9ed1459a6016 [2022-05-02T19:12:19.544Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-02T19:12:19.805Z] Removing intermediate container 73fbb9b6249d [2022-05-02T19:12:19.805Z] ---> c384ab806666 [2022-05-02T19:12:19.805Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-02T19:12:20.067Z] ---> Running in daccccd8c75f [2022-05-02T19:12:20.615Z] 3f3a8bcf1eab: Pull complete [2022-05-02T19:12:20.615Z] 0c92f367c5e7: Pull complete [2022-05-02T19:12:20.615Z] 3096ccb668a1: Pull complete [2022-05-02T19:12:20.646Z] Removing intermediate container daccccd8c75f [2022-05-02T19:12:20.646Z] ---> 50ceef235607 [2022-05-02T19:12:20.646Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-02T19:12:20.646Z] ---> 8245577cf53e [2022-05-02T19:12:20.646Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-02T19:12:20.893Z] e8cf19c19ddd: Pull complete [2022-05-02T19:12:21.216Z] ---> 7d0dfba20c42 [2022-05-02T19:12:21.217Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-02T19:12:21.217Z] ---> 651f99637dfb [2022-05-02T19:12:21.217Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-02T19:12:21.478Z] ---> 2c17185febb7 [2022-05-02T19:12:21.478Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-02T19:12:21.478Z] ---> Running in cf6a9acc1ae6 [2022-05-02T19:12:21.478Z] ---> Running in d686720bd2ee [2022-05-02T19:12:22.051Z] ---> 407880765543 [2022-05-02T19:12:22.051Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-02T19:12:22.314Z] ---> Running in 56387abe9c78 [2022-05-02T19:12:22.314Z] Removing intermediate container cf6a9acc1ae6 [2022-05-02T19:12:22.314Z] ---> e366846334fc [2022-05-02T19:12:22.314Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:12:22.314Z] ---> Running in 81e8ad5aec2b [2022-05-02T19:12:22.583Z] Removing intermediate container 56387abe9c78 [2022-05-02T19:12:22.583Z] ---> 5c172f4b6ec4 [2022-05-02T19:12:22.583Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:12:22.846Z] Removing intermediate container 81e8ad5aec2b [2022-05-02T19:12:22.846Z] ---> a76602b60b41 [2022-05-02T19:12:22.846Z] Step 20/22 : LABEL arch=x86_64 [2022-05-02T19:12:23.107Z] ---> Running in 930bacc171af [2022-05-02T19:12:23.374Z] ---> Running in 13d19d3e66cf [2022-05-02T19:12:23.374Z] Removing intermediate container 930bacc171af [2022-05-02T19:12:23.374Z] ---> 1dbf2e20b637 [2022-05-02T19:12:23.374Z] Step 20/22 : LABEL arch=x86_64 [2022-05-02T19:12:23.633Z] ---> Running in 2afec92a3d73 [2022-05-02T19:12:23.893Z] Removing intermediate container d686720bd2ee [2022-05-02T19:12:23.893Z] ---> ae320df486b1 [2022-05-02T19:12:23.893Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:12:23.893Z] Removing intermediate container 13d19d3e66cf [2022-05-02T19:12:23.893Z] ---> 46c29198fc0c [2022-05-02T19:12:23.893Z] Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:12:24.152Z] Removing intermediate container 2afec92a3d73 [2022-05-02T19:12:24.152Z] ---> c6da1f006f4b [2022-05-02T19:12:24.152Z] Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:12:24.152Z] ---> Running in 07faf8f13614 [2022-05-02T19:12:24.413Z] ---> Running in 57518045c5a5 [2022-05-02T19:12:24.672Z] ---> 7039d60c083d [2022-05-02T19:12:24.673Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-02T19:12:24.673Z] Removing intermediate container 07faf8f13614 [2022-05-02T19:12:24.673Z] ---> 06218e3af770 [2022-05-02T19:12:24.673Z] Step 22/22 : LABEL version=0.0.0 [2022-05-02T19:12:24.991Z] ---> Running in d7f740b596dc [2022-05-02T19:12:24.991Z] Removing intermediate container 57518045c5a5 [2022-05-02T19:12:24.991Z] ---> fb5206d72476 [2022-05-02T19:12:24.991Z] Step 22/22 : LABEL version=0.0.0 [2022-05-02T19:12:25.253Z] ---> Running in 924d2a2dd24c [2022-05-02T19:12:25.519Z] Removing intermediate container d7f740b596dc [2022-05-02T19:12:25.519Z] ---> 7ee87f5e6717 [2022-05-02T19:12:25.519Z] [2022-05-02T19:12:25.519Z] Successfully built 7ee87f5e6717 [2022-05-02T19:12:25.778Z] Successfully tagged support-notifications:latest [2022-05-02T19:12:25.778Z]  Building support-notifications ... done Building security-proxy-setup [2022-05-02T19:12:25.778Z] Removing intermediate container 924d2a2dd24c [2022-05-02T19:12:25.778Z] ---> 105913ea7622 [2022-05-02T19:12:25.778Z] [2022-05-02T19:12:25.778Z] Successfully built 105913ea7622 [2022-05-02T19:12:25.778Z] Successfully tagged support-scheduler:latest [2022-05-02T19:12:25.778Z] Building core-command [2022-05-02T19:12:27.626Z] a4caa8a26152: Pull complete [2022-05-02T19:12:27.626Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-02T19:12:27.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-02T19:12:27.626Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-02T19:12:28.049Z] + + echodocker build -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-02T19:12:28.049Z] WORKDIR /edgex [2022-05-02T19:12:28.049Z] COPY go.mod . [2022-05-02T19:12:28.049Z] RUN go mod download ci-base-image-arm64 [2022-05-02T19:12:28.049Z] -f - . [2022-05-02T19:12:29.973Z]  Building support-scheduler ... done  ---> c058f20e7d1b [2022-05-02T19:12:29.973Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-02T19:12:30.693Z] Sending build context to Docker daemon 169.3MB [2022-05-02T19:12:30.693Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-02T19:12:30.693Z] ---> 725f1c02e7f9 [2022-05-02T19:12:30.693Z] Step 2/4 : WORKDIR /edgex [2022-05-02T19:12:30.919Z] ---> 4d998c34fc4f [2022-05-02T19:12:30.919Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-02T19:12:31.180Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-02T19:12:31.444Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-02T19:12:31.444Z] ---> 7417809fdb73 [2022-05-02T19:12:31.444Z] 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-05-02T19:12:32.383Z] ---> Running in 1acdfe39784f [2022-05-02T19:12:32.646Z] ---> f420907a6943 [2022-05-02T19:12:32.646Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-02T19:12:32.671Z] ---> Running in 0c1e4e2e58d2 [2022-05-02T19:12:32.947Z] Removing intermediate container 0c1e4e2e58d2 [2022-05-02T19:12:32.947Z] ---> 76da1cbbd5e4 [2022-05-02T19:12:32.947Z] Step 3/4 : COPY go.mod . [2022-05-02T19:12:33.219Z] Removing intermediate container 1acdfe39784f [2022-05-02T19:12:33.219Z] ---> 7b9a8c327244 [2022-05-02T19:12:33.219Z] 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-05-02T19:12:33.545Z] ---> b1c36b475fcc [2022-05-02T19:12:33.545Z] Step 4/4 : RUN go mod download [2022-05-02T19:12:33.545Z] ---> Running in 89d9f737132c [2022-05-02T19:12:34.167Z] ---> Running in b9262c04e2ec [2022-05-02T19:12:34.167Z] ---> b82decfffe94 [2022-05-02T19:12:34.167Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-02T19:12:34.437Z] ---> Running in 40dfae54baab [2022-05-02T19:12:35.007Z] Removing intermediate container 40dfae54baab [2022-05-02T19:12:35.007Z] ---> d16fea8c4c52 [2022-05-02T19:12:35.007Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-02T19:12:35.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:35.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:35.528Z] (1/43) Installing readline (8.1.1-r0) [2022-05-02T19:12:35.528Z] (2/43) Installing bash (5.1.16-r0) [2022-05-02T19:12:35.528Z] Executing bash-5.1.16-r0.post-install [2022-05-02T19:12:35.528Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-02T19:12:35.528Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-02T19:12:35.528Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-02T19:12:35.528Z] (6/43) Installing curl (7.80.0-r1) [2022-05-02T19:12:35.528Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-02T19:12:35.528Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-02T19:12:35.528Z] (9/43) Installing expat (2.4.7-r0) [2022-05-02T19:12:35.528Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-02T19:12:35.528Z] (11/43) Installing gdbm (1.22-r0) [2022-05-02T19:12:35.528Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-02T19:12:35.528Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-02T19:12:35.528Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-02T19:12:35.528Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-02T19:12:35.528Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-02T19:12:35.528Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-02T19:12:36.100Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-02T19:12:36.100Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-02T19:12:36.100Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-02T19:12:36.100Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-02T19:12:36.100Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-02T19:12:36.360Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-02T19:12:36.360Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:12:36.360Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:12:36.360Z] ---> a5a7e5cc93ce [2022-05-02T19:12:36.360Z] Step 3/22 : WORKDIR /edgex-go [2022-05-02T19:12:36.360Z] ---> Using cache [2022-05-02T19:12:36.360Z] ---> 070c8e3459cb [2022-05-02T19:12:36.360Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:12:36.360Z] ---> Using cache [2022-05-02T19:12:36.360Z] ---> 9ab9674cd02e [2022-05-02T19:12:36.360Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-02T19:12:36.360Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-02T19:12:36.360Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-02T19:12:36.360Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-02T19:12:36.360Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-02T19:12:36.360Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-02T19:12:36.360Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-02T19:12:36.360Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-02T19:12:36.360Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-02T19:12:36.360Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-02T19:12:36.360Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-02T19:12:36.360Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-02T19:12:36.360Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-02T19:12:36.360Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-02T19:12:36.360Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-02T19:12:36.360Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-02T19:12:36.360Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-02T19:12:36.360Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-02T19:12:36.360Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-02T19:12:36.360Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-02T19:12:36.360Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-02T19:12:36.620Z] Executing busybox-1.34.1-r5.trigger [2022-05-02T19:12:36.620Z] OK: 83 MiB in 65 packages [2022-05-02T19:12:36.911Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:12:36.911Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:12:36.911Z] ---> a5a7e5cc93ce [2022-05-02T19:12:36.911Z] Step 3/23 : WORKDIR /edgex-go [2022-05-02T19:12:36.911Z] ---> Using cache [2022-05-02T19:12:36.911Z] ---> 070c8e3459cb [2022-05-02T19:12:36.911Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:12:36.911Z] ---> Using cache [2022-05-02T19:12:36.911Z] ---> 9ab9674cd02e [2022-05-02T19:12:36.911Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-02T19:12:37.478Z] Collecting docker-compose==1.23.2 [2022-05-02T19:12:38.046Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-02T19:12:38.046Z] Collecting docopt<0.7,>=0.6.1 [2022-05-02T19:12:38.046Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-02T19:12:38.311Z] ---> ca3921b54054 [2022-05-02T19:12:38.311Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-02T19:12:38.311Z] ---> Running in 894b68b2f410 [2022-05-02T19:12:38.311Z] ---> Running in cb3cb9a8ee6a [2022-05-02T19:12:38.571Z] ---> Running in d953dc9e95f1 [2022-05-02T19:12:38.830Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-02T19:12:38.830Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-02T19:12:38.830Z] 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-05-02T19:12:38.830Z] Collecting jsonschema<3,>=2.5.1 [2022-05-02T19:12:38.830Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-02T19:12:38.830Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-02T19:12:38.830Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-02T19:12:39.398Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:39.398Z] Collecting PyYAML<4,>=3.10 [2022-05-02T19:12:39.398Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-02T19:12:39.398Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:39.967Z] Collecting cached-property<2,>=1.2.0 [2022-05-02T19:12:39.967Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-02T19:12:40.225Z] Collecting docker<4.0,>=3.6.0 [2022-05-02T19:12:40.225Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:40.225Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-02T19:12:40.225Z] Removing intermediate container d953dc9e95f1 [2022-05-02T19:12:40.225Z] ---> f089e4664c88 [2022-05-02T19:12:40.225Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-02T19:12:40.225Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:40.225Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-02T19:12:40.225Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-02T19:12:40.225Z] ---> Running in 2202bf3efd4a [2022-05-02T19:12:40.225Z] Collecting texttable<0.10,>=0.9.0 [2022-05-02T19:12:40.486Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-02T19:12:40.486Z] Removing intermediate container 2202bf3efd4a [2022-05-02T19:12:40.486Z] ---> 1bad322340b8 [2022-05-02T19:12:40.486Z] Step 28/31 : CMD ["gate"] [2022-05-02T19:12:40.486Z] OK: 221 MiB in 52 packages [2022-05-02T19:12:40.763Z] ---> Running in 71f0c4ab5b67 [2022-05-02T19:12:40.763Z] OK: 221 MiB in 52 packages [2022-05-02T19:12:41.028Z] Collecting docker-pycreds>=0.4.0 [2022-05-02T19:12:41.028Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-02T19:12:41.028Z] Removing intermediate container 71f0c4ab5b67 [2022-05-02T19:12:41.028Z] ---> 8517638f6bbf [2022-05-02T19:12:41.028Z] Step 29/31 : LABEL arch=x86_64 [2022-05-02T19:12:41.028Z] Collecting idna<2.8,>=2.5 [2022-05-02T19:12:41.028Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-02T19:12:41.028Z] 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-05-02T19:12:41.028Z] ---> Running in 64043a359cf6 [2022-05-02T19:12:41.289Z] Collecting urllib3<1.25,>=1.21.1 [2022-05-02T19:12:41.289Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-02T19:12:41.289Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-02T19:12:41.289Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-02T19:12:41.289Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-02T19:12:41.289Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-02T19:12:41.289Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-02T19:12:41.289Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-02T19:12:41.289Z] Removing intermediate container cb3cb9a8ee6a [2022-05-02T19:12:41.289Z] ---> ea8bd841146f [2022-05-02T19:12:41.289Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-02T19:12:41.289Z] Removing intermediate container 64043a359cf6 [2022-05-02T19:12:41.289Z] ---> 81b09197b7cf [2022-05-02T19:12:41.289Z] Step 30/31 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:12:41.554Z] Removing intermediate container 894b68b2f410 [2022-05-02T19:12:41.554Z] ---> 496f01021541 [2022-05-02T19:12:41.554Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-02T19:12:41.554Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-02T19:12:41.554Z] Attempting uninstall: urllib3 [2022-05-02T19:12:41.554Z] Found existing installation: urllib3 1.26.7 [2022-05-02T19:12:41.554Z] Uninstalling urllib3-1.26.7: [2022-05-02T19:12:41.554Z] Successfully uninstalled urllib3-1.26.7 [2022-05-02T19:12:41.554Z] ---> Running in 3bdbe4f40ad5 [2022-05-02T19:12:41.554Z] Attempting uninstall: idna [2022-05-02T19:12:41.554Z] Found existing installation: idna 3.3 [2022-05-02T19:12:41.554Z] Uninstalling idna-3.3: [2022-05-02T19:12:41.554Z] Successfully uninstalled idna-3.3 [2022-05-02T19:12:41.816Z] Removing intermediate container 3bdbe4f40ad5 [2022-05-02T19:12:41.816Z] ---> 4b43160e7002 [2022-05-02T19:12:41.816Z] Step 31/31 : LABEL version=0.0.0 [2022-05-02T19:12:41.816Z] ---> be4cbd58cb83 [2022-05-02T19:12:41.816Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:12:41.816Z] ---> c266cd16febc [2022-05-02T19:12:41.816Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:12:42.083Z] ---> Running in f375b21f5817 [2022-05-02T19:12:42.083Z] ---> Running in 90e5ebee88ca [2022-05-02T19:12:42.083Z] ---> Running in 8a07c69dc2aa [2022-05-02T19:12:42.345Z] Removing intermediate container f375b21f5817 [2022-05-02T19:12:42.345Z] ---> cd251dc174e5 [2022-05-02T19:12:42.345Z] [2022-05-02T19:12:42.345Z] Successfully built cd251dc174e5 [2022-05-02T19:12:42.345Z] Attempting uninstall: requests [2022-05-02T19:12:42.345Z] Found existing installation: requests 2.26.0 [2022-05-02T19:12:42.345Z] Uninstalling requests-2.26.0: [2022-05-02T19:12:42.345Z] Successfully tagged security-bootstrapper:latest [2022-05-02T19:12:42.345Z]  Building security-bootstrapper ... done Building security-spiffe-token-provider [2022-05-02T19:12:42.345Z] Successfully uninstalled requests-2.26.0 [2022-05-02T19:12:42.345Z] Running setup.py install for texttable: started [2022-05-02T19:12:42.914Z] Running setup.py install for texttable: finished with status 'done' [2022-05-02T19:12:42.914Z] Running setup.py install for PyYAML: started [2022-05-02T19:12:43.483Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-02T19:12:43.483Z] Running setup.py install for docopt: started [2022-05-02T19:12:44.054Z] Running setup.py install for docopt: finished with status 'done' [2022-05-02T19:12:44.054Z] Running setup.py install for dockerpty: started [2022-05-02T19:12:44.623Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-02T19:12:47.159Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:12:47.159Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:12:47.159Z] ---> a5a7e5cc93ce [2022-05-02T19:12:47.159Z] Step 3/20 : WORKDIR /edgex-go [2022-05-02T19:12:47.159Z] ---> Using cache [2022-05-02T19:12:47.159Z] ---> 070c8e3459cb [2022-05-02T19:12:47.159Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-02T19:12:48.539Z] ---> Running in fedf2455627d [2022-05-02T19:12:48.539Z] 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-05-02T19:12:49.114Z] Removing intermediate container 8a07c69dc2aa [2022-05-02T19:12:49.114Z] ---> 01af416fbf83 [2022-05-02T19:12:49.114Z] Step 8/22 : COPY . . [2022-05-02T19:12:49.114Z] Removing intermediate container 90e5ebee88ca [2022-05-02T19:12:49.114Z] ---> 9be7b8cde6d1 [2022-05-02T19:12:49.114Z] Step 8/23 : COPY . . [2022-05-02T19:12:49.114Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:50.056Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:50.625Z] v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-02T19:12:50.625Z] v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-02T19:12:50.625Z] OK: 15864 distinct packages available [2022-05-02T19:12:50.625Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:51.566Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:12:51.827Z] OK: 221 MiB in 52 packages [2022-05-02T19:12:58.416Z] Removing intermediate container b9262c04e2ec [2022-05-02T19:12:58.416Z] ---> 91d740b7a121 [2022-05-02T19:12:58.416Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-02T19:12:58.416Z] ---> 8fda6f134027 [2022-05-02T19:12:58.416Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-02T19:12:58.416Z] Removing intermediate container fedf2455627d [2022-05-02T19:12:58.416Z] ---> 4115f97d41e3 [2022-05-02T19:12:58.416Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-02T19:12:58.416Z] ---> Running in b718a586f8ea [2022-05-02T19:12:58.416Z] ---> Running in a6bf110aca0c [2022-05-02T19:12:58.416Z] ---> de343705e1eb [2022-05-02T19:12:58.416Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-02T19:12:58.416Z] Removing intermediate container b718a586f8ea [2022-05-02T19:12:58.416Z] ---> cd63f5445780 [2022-05-02T19:12:58.416Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-02T19:12:58.416Z] ---> Running in bc0ab7c48197 [2022-05-02T19:12:58.416Z] ---> Running in 08d9d27e0133 [2022-05-02T19:12:58.416Z] ---> dd2e59b202af [2022-05-02T19:12:58.416Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:12:58.416Z] ---> Running in 4a1c3fbccafc [2022-05-02T19:12:58.416Z] Removing intermediate container 08d9d27e0133 [2022-05-02T19:12:58.416Z] ---> b03fc376e587 [2022-05-02T19:12:58.416Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-02T19:12:58.416Z] 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-05-02T19:12:58.676Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-02T19:12:58.937Z] ---> 770ac7f3a705 [2022-05-02T19:12:58.937Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-05-02T19:12:58.937Z] ---> c7136954741a [2022-05-02T19:12:58.937Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-02T19:12:59.506Z] ---> f5374e96e2bf [2022-05-02T19:12:59.506Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-02T19:12:59.506Z] ---> Running in 602ef70f737a [2022-05-02T19:12:59.506Z] Removing intermediate container 4a1c3fbccafc [2022-05-02T19:12:59.506Z] ---> 4c4ff2c90b39 [2022-05-02T19:12:59.506Z] Step 7/20 : COPY . . [2022-05-02T19:12:59.803Z] Removing intermediate container 602ef70f737a [2022-05-02T19:12:59.803Z] ---> f9ed7e6e94d7 [2022-05-02T19:12:59.803Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:12:59.803Z] ---> Running in e558f7b348f0 [2022-05-02T19:13:00.070Z] Removing intermediate container e558f7b348f0 [2022-05-02T19:13:00.070Z] ---> 06d1dea40674 [2022-05-02T19:13:00.070Z] Step 21/23 : LABEL arch=x86_64 [2022-05-02T19:13:01.012Z] ---> Running in a396ec3cb4f2 [2022-05-02T19:13:01.276Z] Removing intermediate container a396ec3cb4f2 [2022-05-02T19:13:01.276Z] ---> bef9948ba691 [2022-05-02T19:13:01.276Z] Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:13:01.536Z] ---> Running in 68a43851aae2 [2022-05-02T19:13:01.795Z] Removing intermediate container 68a43851aae2 [2022-05-02T19:13:01.795Z] ---> d291444c6dbd [2022-05-02T19:13:01.795Z] Step 23/23 : LABEL version=0.0.0 [2022-05-02T19:13:02.055Z] ---> Running in 24bc8dd678d4 [2022-05-02T19:13:02.626Z] Removing intermediate container 24bc8dd678d4 [2022-05-02T19:13:02.626Z] ---> f77479ea013a [2022-05-02T19:13:02.626Z] [2022-05-02T19:13:02.626Z] Successfully built f77479ea013a [2022-05-02T19:13:02.626Z] Successfully tagged sys-mgmt-agent:latest [2022-05-02T19:13:02.626Z]  Building sys-mgmt-agent ... done Building security-secretstore-setup [2022-05-02T19:13:10.763Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:13:10.763Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:13:10.763Z] ---> a5a7e5cc93ce [2022-05-02T19:13:10.763Z] Step 3/25 : WORKDIR /edgex-go [2022-05-02T19:13:10.763Z] ---> Using cache [2022-05-02T19:13:10.763Z] ---> 070c8e3459cb [2022-05-02T19:13:10.763Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:13:10.763Z] ---> Using cache [2022-05-02T19:13:10.763Z] ---> 9ab9674cd02e [2022-05-02T19:13:10.763Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-02T19:13:10.763Z] ---> Using cache [2022-05-02T19:13:10.763Z] ---> 496f01021541 [2022-05-02T19:13:10.763Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-02T19:13:10.763Z] ---> Using cache [2022-05-02T19:13:10.763Z] ---> be4cbd58cb83 [2022-05-02T19:13:10.763Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:13:10.763Z] ---> Using cache [2022-05-02T19:13:10.763Z] ---> 9be7b8cde6d1 [2022-05-02T19:13:10.763Z] Step 8/25 : COPY . . [2022-05-02T19:13:10.763Z] ---> Using cache [2022-05-02T19:13:10.763Z] ---> 8fda6f134027 [2022-05-02T19:13:10.763Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-05-02T19:13:12.689Z] ---> Running in 5321290d1526 [2022-05-02T19:13:12.689Z] ---> febfdbbca697 [2022-05-02T19:13:12.689Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-02T19:13:12.689Z] ---> Running in 44ecb36ff328 [2022-05-02T19:13:13.259Z] 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-05-02T19:13:13.259Z] 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-05-02T19:13:17.455Z] 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-05-02T19:13:19.993Z] Removing intermediate container a6bf110aca0c [2022-05-02T19:13:19.993Z] ---> d38e0f01d8a0 [2022-05-02T19:13:19.993Z] [2022-05-02T19:13:19.993Z] Step 10/23 : FROM alpine:3.14 [2022-05-02T19:13:19.993Z] ---> e04c818066af [2022-05-02T19:13:19.993Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-02T19:13:19.993Z] ---> Using cache [2022-05-02T19:13:19.993Z] ---> bd5f8fde292e [2022-05-02T19:13:19.993Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-02T19:13:19.993Z] ---> Using cache [2022-05-02T19:13:19.993Z] ---> 2f820ab63978 [2022-05-02T19:13:19.993Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-02T19:13:19.993Z] ---> Running in c3a8e15b008d [2022-05-02T19:13:19.993Z] Removing intermediate container c3a8e15b008d [2022-05-02T19:13:19.993Z] ---> 08dd18d28245 [2022-05-02T19:13:19.993Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-02T19:13:20.259Z] ---> Running in 47b2f0219f6c [2022-05-02T19:13:20.591Z] Removing intermediate container 89d9f737132c [2022-05-02T19:13:20.591Z] ---> 52193ea0f6f5 [2022-05-02T19:13:20.591Z] Successfully built 52193ea0f6f5 [2022-05-02T19:13:20.591Z] Successfully tagged ci-base-image-arm64:latest [2022-05-02T19:13:20.597Z] Removing intermediate container 47b2f0219f6c [2022-05-02T19:13:20.597Z] ---> f60e2cc9411f [2022-05-02T19:13:20.597Z] Step 15/23 : WORKDIR / [2022-05-02T19:13:20.597Z] ---> Running in fae5f8eb6553 [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:13:20.899Z] Removing intermediate container bc0ab7c48197 [2022-05-02T19:13:20.899Z] ---> e9ddd7aba682 [2022-05-02T19:13:20.899Z] [2022-05-02T19:13:20.899Z] Step 10/22 : FROM alpine:3.14 [2022-05-02T19:13:20.899Z] ---> e04c818066af [2022-05-02T19:13:20.899Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-02T19:13:20.899Z] ---> Running in b9667cb03c90 [2022-05-02T19:13:20.899Z] Removing intermediate container fae5f8eb6553 [2022-05-02T19:13:20.899Z] ---> cda5cd5ff657 [2022-05-02T19:13:20.899Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:13:20.973Z] + docker inspect -f . ci-base-image-arm64 [2022-05-02T19:13:20.973Z] . [Pipeline] withDockerContainer [2022-05-02T19:13:21.222Z] prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container [2022-05-02T19:13:21.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-02T19:13:21.587Z] ---> c3b0aebf2dda [2022-05-02T19:13:21.587Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-02T19:13:21.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:21.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:22.138Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-02T19:13:22.138Z] ---> d085277bc4fe [2022-05-02T19:13:22.138Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-02T19:13:22.138Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-02T19:13:22.138Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-02T19:13:22.138Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-02T19:13:22.138Z] (5/6) Installing curl (7.79.1-r1) [2022-05-02T19:13:22.138Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-02T19:13:22.138Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:13:22.138Z] Executing ca-certificates-20211220-r0.trigger [2022-05-02T19:13:22.138Z] OK: 8 MiB in 20 packages [2022-05-02T19:13:22.659Z] $ docker top 3eb73b2a824bc96b4252ef6654bf18129dd1a8d1d8104e824a3c42b9ec3ff518 -eo pid,comm [2022-05-02T19:13:22.706Z] ---> c2ebc89ba151 [2022-05-02T19:13:22.706Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-02T19:13:22.706Z] ---> Running in de4df58ba89f [Pipeline] { [2022-05-02T19:13:22.968Z] Removing intermediate container de4df58ba89f [2022-05-02T19:13:22.968Z] ---> 01de42fdeded [2022-05-02T19:13:22.968Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:13:22.968Z] Removing intermediate container b9667cb03c90 [2022-05-02T19:13:22.968Z] ---> 85ed8fc95f55 [2022-05-02T19:13:22.968Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] sh [2022-05-02T19:13:23.228Z] ---> Running in c7e2b93ba815 [2022-05-02T19:13:23.228Z] ---> Running in 30afff7f2d3f [2022-05-02T19:13:23.518Z] Removing intermediate container c7e2b93ba815 [2022-05-02T19:13:23.518Z] ---> 291af9d789bf [2022-05-02T19:13:23.518Z] Step 21/23 : LABEL arch=x86_64 [2022-05-02T19:13:23.684Z] + go version [2022-05-02T19:13:23.684Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-02T19:13:23.720Z] $ docker stop --time=1 3eb73b2a824bc96b4252ef6654bf18129dd1a8d1d8104e824a3c42b9ec3ff518 [2022-05-02T19:13:23.780Z] Removing intermediate container 30afff7f2d3f [2022-05-02T19:13:23.780Z] ---> cba2eb6eddc5 [2022-05-02T19:13:23.780Z] Step 13/22 : WORKDIR /edgex [2022-05-02T19:13:23.780Z] ---> Running in 8ead133e14e5 [2022-05-02T19:13:23.780Z] ---> Running in 76744cdde53b [2022-05-02T19:13:24.040Z] Removing intermediate container 8ead133e14e5 [2022-05-02T19:13:24.040Z] ---> 105f7ad40222 [2022-05-02T19:13:24.040Z] Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:13:24.040Z] ---> Running in 5c1e42cab3e1 [2022-05-02T19:13:24.040Z] Removing intermediate container 76744cdde53b [2022-05-02T19:13:24.040Z] ---> 419cdd6bf103 [2022-05-02T19:13:24.040Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-02T19:13:24.299Z] Removing intermediate container 5c1e42cab3e1 [2022-05-02T19:13:24.299Z] ---> 22e883c005c0 [2022-05-02T19:13:24.299Z] Step 23/23 : LABEL version=0.0.0 [2022-05-02T19:13:24.299Z] ---> Running in fe446113c9ee [2022-05-02T19:13:24.559Z] ---> 0af4896f95e5 [2022-05-02T19:13:24.559Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-02T19:13:24.818Z] Removing intermediate container fe446113c9ee [2022-05-02T19:13:24.818Z] ---> c91cf70f9194 [2022-05-02T19:13:24.818Z] [2022-05-02T19:13:24.818Z] Successfully built c91cf70f9194 [2022-05-02T19:13:24.818Z] Successfully tagged core-command:latest [2022-05-02T19:13:24.818Z] Building core-metadata [2022-05-02T19:13:25.387Z] $ docker rm -f 3eb73b2a824bc96b4252ef6654bf18129dd1a8d1d8104e824a3c42b9ec3ff518 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:13:26.355Z] + docker inspect -f . ci-base-image-arm64 [2022-05-02T19:13:26.355Z] . [Pipeline] withDockerContainer [2022-05-02T19:13:26.611Z] prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container [2022-05-02T19:13:26.700Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-02T19:13:26.722Z]  Building core-command ... done  ---> 2072f95e4da4 [2022-05-02T19:13:26.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-02T19:13:28.151Z] $ docker top 1803f012d01b311eb7d1594da0caab462c709465c0a9fd59d97bdd0cd34cac1c -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-02T19:13:28.504Z] ========================================================= [2022-05-02T19:13:28.504Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-05-02T19:13:28.504Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-02T19:13:28.628Z] ---> 334ce756caa3 [2022-05-02T19:13:28.628Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-02T19:13:29.205Z] + make test [2022-05-02T19:13:29.205Z] go mod tidy -compat=1.17 [2022-05-02T19:13:29.572Z] ---> 9d959f125db4 [2022-05-02T19:13:29.572Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-02T19:13:29.572Z] ---> Running in 87297bb2da75 [2022-05-02T19:13:29.572Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:13:29.572Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:13:29.572Z] ---> a5a7e5cc93ce [2022-05-02T19:13:29.572Z] Step 3/23 : WORKDIR /edgex-go [2022-05-02T19:13:29.572Z] ---> Using cache [2022-05-02T19:13:29.572Z] ---> 070c8e3459cb [2022-05-02T19:13:29.572Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:13:29.572Z] ---> Using cache [2022-05-02T19:13:29.572Z] ---> 9ab9674cd02e [2022-05-02T19:13:29.572Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-02T19:13:29.572Z] ---> Using cache [2022-05-02T19:13:29.572Z] ---> 496f01021541 [2022-05-02T19:13:29.572Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-02T19:13:29.572Z] ---> Using cache [2022-05-02T19:13:29.572Z] ---> be4cbd58cb83 [2022-05-02T19:13:29.572Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:13:29.572Z] ---> Using cache [2022-05-02T19:13:29.572Z] ---> 9be7b8cde6d1 [2022-05-02T19:13:29.572Z] Step 8/23 : COPY . . [2022-05-02T19:13:29.572Z] ---> Using cache [2022-05-02T19:13:29.572Z] ---> 8fda6f134027 [2022-05-02T19:13:29.572Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-02T19:13:29.572Z] ---> Running in e2c61a5f765c [2022-05-02T19:13:30.141Z] 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-05-02T19:13:30.203Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-02T19:13:31.079Z] Removing intermediate container 87297bb2da75 [2022-05-02T19:13:31.079Z] ---> 62f181c0a087 [2022-05-02T19:13:31.079Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-02T19:13:31.080Z] ---> Running in bc1e663d37d4 [2022-05-02T19:13:31.339Z] Removing intermediate container bc1e663d37d4 [2022-05-02T19:13:31.339Z] ---> 7953b29029d9 [2022-05-02T19:13:31.339Z] Step 20/22 : LABEL arch=x86_64 [2022-05-02T19:13:31.339Z] ---> Running in 291764f8bf07 [2022-05-02T19:13:31.599Z] Removing intermediate container 291764f8bf07 [2022-05-02T19:13:31.599Z] ---> f63a6dcadedb [2022-05-02T19:13:31.599Z] Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:13:31.599Z] ---> Running in f71fafa07f69 [2022-05-02T19:13:31.858Z] Removing intermediate container f71fafa07f69 [2022-05-02T19:13:31.858Z] ---> 92b7ca66f8ea [2022-05-02T19:13:31.858Z] Step 22/22 : LABEL version=0.0.0 [2022-05-02T19:13:31.858Z] ---> Running in 2d1c952a520d [2022-05-02T19:13:31.858Z] Removing intermediate container 2d1c952a520d [2022-05-02T19:13:31.858Z] ---> d41421f00401 [2022-05-02T19:13:31.858Z] [2022-05-02T19:13:32.118Z] Successfully built d41421f00401 [2022-05-02T19:13:32.118Z] Successfully tagged security-proxy-setup:latest [2022-05-02T19:13:32.118Z] Building security-spire-server [2022-05-02T19:13:33.497Z]  Building security-proxy-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-02T19:13:36.037Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:13:36.037Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:13:36.037Z] ---> a5a7e5cc93ce [2022-05-02T19:13:36.037Z] Step 3/25 : WORKDIR /edgex-go [2022-05-02T19:13:36.037Z] ---> Using cache [2022-05-02T19:13:36.037Z] ---> 070c8e3459cb [2022-05-02T19:13:36.037Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:13:36.037Z] ---> Using cache [2022-05-02T19:13:36.037Z] ---> 9ab9674cd02e [2022-05-02T19:13:36.037Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-02T19:13:37.418Z] ---> Running in df76d9435c0d [2022-05-02T19:13:37.988Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:38.924Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:39.183Z] OK: 221 MiB in 52 packages [2022-05-02T19:13:39.444Z] Removing intermediate container 5321290d1526 [2022-05-02T19:13:39.444Z] ---> a6faa0a5f542 [2022-05-02T19:13:39.444Z] [2022-05-02T19:13:39.444Z] Step 10/25 : FROM alpine:3.14 [2022-05-02T19:13:39.444Z] ---> e04c818066af [2022-05-02T19:13:39.444Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-02T19:13:39.444Z] ---> Running in d1ddd3253454 [2022-05-02T19:13:40.015Z] Removing intermediate container df76d9435c0d [2022-05-02T19:13:40.015Z] ---> 0ac25fb009c6 [2022-05-02T19:13:40.015Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-02T19:13:40.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:40.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:40.534Z] ---> dca81c425273 [2022-05-02T19:13:40.534Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:13:40.534Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-02T19:13:40.534Z] ---> Running in 49a2f5d1f4fd [2022-05-02T19:13:40.534Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-02T19:13:40.534Z] (3/3) Installing su-exec (0.2-r1) [2022-05-02T19:13:40.534Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:13:40.534Z] Executing ca-certificates-20211220-r0.trigger [2022-05-02T19:13:40.796Z] OK: 6 MiB in 17 packages [2022-05-02T19:13:41.826Z] Removing intermediate container d1ddd3253454 [2022-05-02T19:13:41.826Z] ---> ff45381b6033 [2022-05-02T19:13:41.826Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-02T19:13:42.395Z] ---> Running in bc7cd4c3d5b3 [2022-05-02T19:13:42.687Z] Removing intermediate container 44ecb36ff328 [2022-05-02T19:13:42.687Z] ---> 71779d1daba1 [2022-05-02T19:13:42.687Z] [2022-05-02T19:13:42.687Z] Step 9/20 : FROM alpine:3.15 [2022-05-02T19:13:43.257Z] Removing intermediate container bc7cd4c3d5b3 [2022-05-02T19:13:43.257Z] ---> b487fca907b3 [2022-05-02T19:13:43.257Z] Step 13/25 : WORKDIR / [2022-05-02T19:13:43.517Z] 3.15: Pulling from library/alpine [2022-05-02T19:13:43.517Z] Removing intermediate container 49a2f5d1f4fd [2022-05-02T19:13:43.517Z] ---> 9ce1a7efc30d [2022-05-02T19:13:43.517Z] Step 8/25 : COPY . . [2022-05-02T19:13:44.085Z] ---> Running in 1142df2d386d [2022-05-02T19:13:44.345Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-02T19:13:44.345Z] Status: Downloaded newer image for alpine:3.15 [2022-05-02T19:13:44.345Z] ---> 0ac33e5f5afa [2022-05-02T19:13:44.345Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-02T19:13:48.541Z] ---> Running in 220359856be6 [2022-05-02T19:13:48.541Z] Removing intermediate container 1142df2d386d [2022-05-02T19:13:48.541Z] ---> 05999116b99f [2022-05-02T19:13:48.541Z] 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-05-02T19:13:48.541Z] ---> 99c1341c6019 [2022-05-02T19:13:48.541Z] 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-05-02T19:13:48.541Z] Removing intermediate container 220359856be6 [2022-05-02T19:13:48.541Z] ---> 5ecaf197cc8d [2022-05-02T19:13:48.541Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:13:49.110Z] ---> Running in cc6728c51985 [2022-05-02T19:13:49.110Z] ---> 34f843454352 [2022-05-02T19:13:49.110Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-02T19:13:49.679Z] ---> ae359f284026 [2022-05-02T19:13:49.679Z] 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-05-02T19:13:49.943Z] Removing intermediate container e2c61a5f765c [2022-05-02T19:13:49.943Z] ---> e14e6a7a72f6 [2022-05-02T19:13:49.943Z] [2022-05-02T19:13:49.943Z] Step 10/23 : FROM alpine:3.14 [2022-05-02T19:13:49.943Z] ---> e04c818066af [2022-05-02T19:13:49.943Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-02T19:13:49.943Z] ---> Using cache [2022-05-02T19:13:49.943Z] ---> bd5f8fde292e [2022-05-02T19:13:49.943Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-02T19:13:49.943Z] ---> Using cache [2022-05-02T19:13:49.943Z] ---> 2f820ab63978 [2022-05-02T19:13:49.943Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-02T19:13:49.943Z] ---> 865d33728e22 [2022-05-02T19:13:49.943Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-02T19:13:49.943Z] ---> Running in da1a65ea6cab [2022-05-02T19:13:49.943Z] ---> Running in a0ac78d93b23 [2022-05-02T19:13:49.943Z] ---> f06d9458052d [2022-05-02T19:13:49.943Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-02T19:13:50.205Z] Removing intermediate container a0ac78d93b23 [2022-05-02T19:13:50.205Z] ---> accdabb95692 [2022-05-02T19:13:50.205Z] Step 10/25 : RUN mkdir -p spire-build [2022-05-02T19:13:50.205Z] Removing intermediate container cc6728c51985 [2022-05-02T19:13:50.205Z] ---> df0d23d8bd1e [2022-05-02T19:13:50.205Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-02T19:13:50.205Z] Removing intermediate container da1a65ea6cab [2022-05-02T19:13:50.205Z] ---> ff12f3266667 [2022-05-02T19:13:50.205Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-02T19:13:50.205Z] ---> Running in b8e46f89c420 [2022-05-02T19:13:50.205Z] ---> Running in 4e030af39fe5 [2022-05-02T19:13:50.205Z] ---> Running in 487ac90f2b29 [2022-05-02T19:13:50.467Z] Removing intermediate container 487ac90f2b29 [2022-05-02T19:13:50.467Z] ---> 6f1b76c6dd88 [2022-05-02T19:13:50.467Z] Step 15/23 : WORKDIR / [2022-05-02T19:13:50.467Z] ---> b912aba9bd5c [2022-05-02T19:13:50.467Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-02T19:13:50.467Z] ---> Running in bed34b3a7ac6 [2022-05-02T19:13:50.467Z] Removing intermediate container bed34b3a7ac6 [2022-05-02T19:13:50.467Z] ---> 66d895763142 [2022-05-02T19:13:50.467Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:13:50.726Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:50.726Z] ---> febd168d0ec0 [2022-05-02T19:13:50.726Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-02T19:13:50.726Z] ---> ade8a4239720 [2022-05-02T19:13:50.726Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-02T19:13:50.986Z] ---> c660efa1386e [2022-05-02T19:13:50.986Z] 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-05-02T19:13:50.986Z] ---> Running in 38bf01f74885 [2022-05-02T19:13:51.253Z] Removing intermediate container 4e030af39fe5 [2022-05-02T19:13:51.253Z] ---> e977994827df [2022-05-02T19:13:51.253Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-02T19:13:51.253Z] ---> 265a138a777e [2022-05-02T19:13:51.253Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-02T19:13:51.253Z] ---> Running in 3570eced8b98 [2022-05-02T19:13:51.253Z] Removing intermediate container 3570eced8b98 [2022-05-02T19:13:51.253Z] ---> f10bfc89a76d [2022-05-02T19:13:51.253Z] 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-05-02T19:13:51.516Z] ---> 4141e321497e [2022-05-02T19:13:51.516Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-02T19:13:51.516Z] ---> Running in 818b22704863 [2022-05-02T19:13:51.516Z] ---> Running in ebd71976c5c2 [2022-05-02T19:13:51.516Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:51.516Z] Removing intermediate container ebd71976c5c2 [2022-05-02T19:13:51.516Z] ---> 427ad3433dcc [2022-05-02T19:13:51.516Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:13:52.086Z] ---> Running in 8bbff0601f1c [2022-05-02T19:13:52.086Z] v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-02T19:13:52.086Z] v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-02T19:13:52.086Z] OK: 15855 distinct packages available [2022-05-02T19:13:52.086Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:52.086Z] Removing intermediate container 8bbff0601f1c [2022-05-02T19:13:52.086Z] ---> 7dbea2b0b7a8 [2022-05-02T19:13:52.086Z] Step 21/23 : LABEL arch=x86_64 [2022-05-02T19:13:52.086Z] Removing intermediate container 38bf01f74885 [2022-05-02T19:13:52.086Z] ---> 94eae09af50e [2022-05-02T19:13:52.086Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-02T19:13:52.086Z] ---> Running in fb33ff5d75f5 [2022-05-02T19:13:52.345Z] ---> Running in 6471015e55d8 [2022-05-02T19:13:52.345Z] Removing intermediate container fb33ff5d75f5 [2022-05-02T19:13:52.345Z] ---> d1d4a297af49 [2022-05-02T19:13:52.345Z] Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:13:52.345Z] spire-1.2.1/ [2022-05-02T19:13:52.608Z] spire-1.2.1/.data/ [2022-05-02T19:13:52.608Z] spire-1.2.1/.data/.file [2022-05-02T19:13:52.608Z] spire-1.2.1/.dockerignore [2022-05-02T19:13:52.608Z] spire-1.2.1/.gitattributes [2022-05-02T19:13:52.608Z] spire-1.2.1/.githooks/ [2022-05-02T19:13:52.608Z] spire-1.2.1/.githooks/pre-commit [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/ [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/dependabot.yml [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/ [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-02T19:13:52.608Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-02T19:13:52.608Z] spire-1.2.1/.gitignore [2022-05-02T19:13:52.608Z] spire-1.2.1/.go-version [2022-05-02T19:13:52.608Z] spire-1.2.1/.golangci.yml [2022-05-02T19:13:52.608Z] spire-1.2.1/ADOPTERS.md [2022-05-02T19:13:52.608Z] spire-1.2.1/CHANGELOG.md [2022-05-02T19:13:52.608Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-02T19:13:52.608Z] spire-1.2.1/CODEOWNERS [2022-05-02T19:13:52.608Z] spire-1.2.1/CONTRIBUTING.md [2022-05-02T19:13:52.608Z] spire-1.2.1/Dockerfile [2022-05-02T19:13:52.608Z] spire-1.2.1/Dockerfile.dev [2022-05-02T19:13:52.608Z] spire-1.2.1/Dockerfile.scratch [2022-05-02T19:13:52.608Z] spire-1.2.1/LICENSE [2022-05-02T19:13:52.608Z] spire-1.2.1/MAINTAINERS.md [2022-05-02T19:13:52.608Z] spire-1.2.1/Makefile [2022-05-02T19:13:52.608Z] spire-1.2.1/README.md [2022-05-02T19:13:52.608Z] spire-1.2.1/ROADMAP.md [2022-05-02T19:13:52.608Z] spire-1.2.1/SECURITY.md [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-02T19:13:52.608Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-02T19:13:52.609Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-02T19:13:52.609Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-02T19:13:52.609Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-02T19:13:52.609Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-02T19:13:52.609Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-02T19:13:52.609Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/ [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/agent/ [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/agent/agent.conf [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/server/ [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/server/server.conf [2022-05-02T19:13:52.609Z] spire-1.2.1/conf/server/server_full.conf [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/ [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/SPIRE101.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/auditlog.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/ [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/scaling_spire.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/spire_agent.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/spire_server.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/supported_integrations.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/telemetry.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/telemetry_config.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/upgrading.md [2022-05-02T19:13:52.609Z] spire-1.2.1/doc/using_spire.md [2022-05-02T19:13:52.609Z] spire-1.2.1/examples/ [2022-05-02T19:13:52.609Z] spire-1.2.1/examples/README.md [2022-05-02T19:13:52.609Z] spire-1.2.1/go.mod [2022-05-02T19:13:52.609Z] spire-1.2.1/go.sum [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/agent.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/client/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/common/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/config.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-02T19:13:52.609Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/svid/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/names.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/auth/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cli/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/health/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/health/config.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/health/context.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/health/health.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/idutil/ [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-02T19:13:52.610Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/log/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/log/log.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/log/options.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/conn.goRemoving intermediate container 6471015e55d8 [2022-05-02T19:13:52.611Z] ---> 3d8809c1f882 [2022-05-02T19:13:52.611Z] Step 23/25 : LABEL arch=x86_64 [2022-05-02T19:13:52.611Z] [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/profiling/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/selector/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go ---> Running in 9e4e3b146764 [2022-05-02T19:13:52.611Z] [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/uptime/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/task.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/version/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/version/version.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509util/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/api.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-02T19:13:52.611Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/health/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/id.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/status.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/catalog/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/config.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go ---> Running in 2ac1b6c0cdb3 [2022-05-02T19:13:52.612Z] [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-02T19:13:52.612Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/registration/ [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/server.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/server_test.go [2022-05-02T19:13:52.613Z] spire-1.2.1/pkg/server/svid/ [2022-05-02T19:13:52.614Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-02T19:13:52.614Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-02T19:13:52.614Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-02T19:13:52.614Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/private/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/private/server/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/private/server/journal/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/common/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/plugin/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-02T19:13:52.614Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-02T19:13:52.614Z] spire-1.2.1/release/ [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire-extras/ [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire-extras/README.md [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire/ [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire/README.md [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire/conf/ [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire/conf/server/ [2022-05-02T19:13:52.614Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-02T19:13:52.614Z] spire-1.2.1/script/ [2022-05-02T19:13:52.614Z] spire-1.2.1/script/build-artifact.sh [2022-05-02T19:13:52.614Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-02T19:13:52.614Z] spire-1.2.1/support/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-02T19:13:52.614Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/clock/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/clock/clock.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/ [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-02T19:13:52.614Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/fixture.go [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/registration/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-02T19:13:52.615Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/common [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-02T19:13:52.615Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:13:52.616Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/test-one.sh [2022-05-02T19:13:52.617Z] spire-1.2.1/test/integration/test.sh [2022-05-02T19:13:52.617Z] spire-1.2.1/test/plugintest/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/plugintest/config.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/plugintest/load.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/plugintest/option.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/dir.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/logs.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/suite.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/spiretest/x509.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/testca/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/testca/ca.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/testkey/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/testkey/generate.sh [2022-05-02T19:13:52.617Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/testkey/keys.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/testkey/new.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/tpmsimulator/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/util/ [2022-05-02T19:13:52.617Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/util/cert_generation.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/util/io_redirection.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/util/race.go [2022-05-02T19:13:52.617Z] spire-1.2.1/test/util/util.go [2022-05-02T19:13:52.617Z] building spire from source... [2022-05-02T19:13:52.876Z] Removing intermediate container 9e4e3b146764 [2022-05-02T19:13:52.876Z] ---> c1f967767c67 [2022-05-02T19:13:52.876Z] Step 23/23 : LABEL version=0.0.0 [2022-05-02T19:13:52.876Z] Installing go1.17.7... [2022-05-02T19:13:52.876Z] Removing intermediate container 2ac1b6c0cdb3 [2022-05-02T19:13:52.876Z] ---> 2b0ea19dcc49 [2022-05-02T19:13:52.876Z] Step 24/25 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:13:52.876Z] ---> Running in db47e6c41a11 [2022-05-02T19:13:52.876Z] ---> Running in 7f3baec9fba2 [2022-05-02T19:13:52.876Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:13:52.876Z] Removing intermediate container db47e6c41a11 [2022-05-02T19:13:52.876Z] ---> 697a058a73a0 [2022-05-02T19:13:52.876Z] [2022-05-02T19:13:52.876Z] Removing intermediate container 7f3baec9fba2 [2022-05-02T19:13:52.876Z] ---> a32dc56b4a4f [2022-05-02T19:13:52.876Z] Step 25/25 : LABEL version=0.0.0 [2022-05-02T19:13:52.876Z] ---> Running in fec88e90cd93 [2022-05-02T19:13:52.876Z] Successfully built 697a058a73a0 [2022-05-02T19:13:52.876Z] Successfully tagged core-metadata:latest [2022-05-02T19:13:52.876Z]  Building core-metadata ... done Building core-data [2022-05-02T19:13:53.136Z] Removing intermediate container fec88e90cd93 [2022-05-02T19:13:53.136Z] ---> 206ea375baff [2022-05-02T19:13:53.136Z] [2022-05-02T19:13:53.136Z] Successfully built 206ea375baff [2022-05-02T19:13:53.136Z] Successfully tagged security-secretstore-setup:latest [2022-05-02T19:13:53.136Z]  Building security-secretstore-setup ... done Building security-spire-agent [2022-05-02T19:13:53.399Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-02T19:13:53.399Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-02T19:13:53.399Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-02T19:13:53.658Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-02T19:13:53.658Z] (5/9) Installing curl (7.80.0-r1) [2022-05-02T19:13:53.658Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-02T19:13:53.917Z] Building bin/spire-agent... [2022-05-02T19:13:53.917Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-02T19:13:53.917Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-02T19:13:53.917Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-02T19:13:53.917Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-02T19:13:53.917Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-02T19:13:53.917Z] (8/9) Installing libucontext (1.1-r0) [2022-05-02T19:13:53.917Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-02T19:13:54.177Z] Executing busybox-1.34.1-r5.trigger [2022-05-02T19:13:54.177Z] Executing ca-certificates-20211220-r0.trigger [2022-05-02T19:13:54.177Z] OK: 8 MiB in 23 packages [2022-05-02T19:13:54.753Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-02T19:13:54.753Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-02T19:13:54.753Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-02T19:13:55.011Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-02T19:13:55.011Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-02T19:13:55.011Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-02T19:13:55.011Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-02T19:13:55.011Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-02T19:13:55.011Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-02T19:13:59.211Z] Building bin/spire-server... [2022-05-02T19:13:59.211Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-02T19:13:59.211Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-02T19:13:59.211Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-02T19:13:59.211Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-02T19:13:59.211Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-02T19:13:59.211Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-02T19:13:59.211Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-02T19:13:59.211Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-02T19:13:59.211Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-02T19:13:59.211Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-02T19:13:59.211Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:13:59.211Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:13:59.211Z] ---> a5a7e5cc93ce [2022-05-02T19:13:59.211Z] Step 3/26 : WORKDIR /edgex-go [2022-05-02T19:13:59.211Z] ---> Using cache [2022-05-02T19:13:59.211Z] ---> 070c8e3459cb [2022-05-02T19:13:59.211Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:13:59.211Z] ---> Using cache [2022-05-02T19:13:59.211Z] ---> 9ab9674cd02e [2022-05-02T19:13:59.211Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-02T19:13:59.211Z] ---> Using cache [2022-05-02T19:13:59.211Z] ---> 0ac25fb009c6 [2022-05-02T19:13:59.211Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-02T19:13:59.211Z] ---> Using cache [2022-05-02T19:13:59.211Z] ---> dca81c425273 [2022-05-02T19:13:59.211Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:13:59.211Z] ---> Using cache [2022-05-02T19:13:59.211Z] ---> 9ce1a7efc30d [2022-05-02T19:13:59.211Z] Step 8/26 : COPY . . [2022-05-02T19:13:59.211Z] ---> Using cache [2022-05-02T19:13:59.211Z] ---> 865d33728e22 [2022-05-02T19:13:59.211Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-02T19:13:59.211Z] ---> Using cache [2022-05-02T19:13:59.211Z] ---> accdabb95692 [2022-05-02T19:13:59.211Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-02T19:13:59.211Z] ---> Using cache [2022-05-02T19:13:59.211Z] ---> e977994827df [2022-05-02T19:13:59.211Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-02T19:13:59.211Z] ---> Using cache [2022-05-02T19:13:59.211Z] ---> f10bfc89a76d [2022-05-02T19:13:59.212Z] 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-05-02T19:13:59.212Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:13:59.212Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:13:59.212Z] ---> a5a7e5cc93ce [2022-05-02T19:13:59.212Z] Step 3/23 : WORKDIR /edgex-go [2022-05-02T19:13:59.212Z] ---> Using cache [2022-05-02T19:13:59.212Z] ---> 070c8e3459cb [2022-05-02T19:13:59.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:13:59.212Z] ---> Using cache [2022-05-02T19:13:59.212Z] ---> 9ab9674cd02e [2022-05-02T19:13:59.212Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-02T19:13:59.472Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-02T19:13:59.472Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-02T19:13:59.732Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-02T19:13:59.732Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-02T19:13:59.732Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-02T19:13:59.732Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-02T19:13:59.732Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-02T19:13:59.732Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-02T19:13:59.993Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-02T19:13:59.994Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-02T19:13:59.994Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-02T19:13:59.994Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-02T19:13:59.994Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-02T19:13:59.994Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-02T19:13:59.994Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-02T19:14:00.254Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-02T19:14:00.254Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-02T19:14:00.254Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-02T19:14:00.254Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-02T19:14:00.254Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-02T19:14:00.254Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-02T19:14:00.254Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-02T19:14:00.254Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-02T19:14:00.254Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-02T19:14:00.520Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-02T19:14:00.520Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-02T19:14:00.520Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-02T19:14:00.520Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-02T19:14:00.520Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-02T19:14:00.520Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-02T19:14:00.520Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-02T19:14:00.520Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-02T19:14:00.782Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-02T19:14:00.782Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-02T19:14:00.782Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-02T19:14:00.782Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-02T19:14:00.782Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-02T19:14:00.782Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-02T19:14:00.782Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-02T19:14:01.043Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-02T19:14:01.043Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-02T19:14:01.043Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-02T19:14:01.302Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-02T19:14:01.562Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-02T19:14:02.499Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-02T19:14:02.499Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-02T19:14:02.759Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-02T19:14:02.759Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-02T19:14:02.759Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-02T19:14:03.328Z]  ---> Running in 04d402976026 [2022-05-02T19:14:03.328Z] Removing intermediate container b8e46f89c420 [2022-05-02T19:14:03.328Z] ---> 6138f9e4de1b [2022-05-02T19:14:03.328Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:14:03.328Z] ---> Running in 26624b932228 [2022-05-02T19:14:03.587Z] ---> 6821276e7e50 [2022-05-02T19:14:03.587Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-05-02T19:14:03.846Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:14:04.106Z] spire-1.2.1/ [2022-05-02T19:14:04.106Z] spire-1.2.1/.data/ [2022-05-02T19:14:04.106Z] spire-1.2.1/.data/.file [2022-05-02T19:14:04.106Z] spire-1.2.1/.dockerignore [2022-05-02T19:14:04.106Z] spire-1.2.1/.gitattributes [2022-05-02T19:14:04.106Z] spire-1.2.1/.githooks/ [2022-05-02T19:14:04.106Z] spire-1.2.1/.githooks/pre-commit [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/ [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/dependabot.yml [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/ [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-02T19:14:04.106Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-02T19:14:04.106Z] spire-1.2.1/.gitignore [2022-05-02T19:14:04.106Z] spire-1.2.1/.go-version [2022-05-02T19:14:04.106Z] spire-1.2.1/.golangci.yml [2022-05-02T19:14:04.106Z] spire-1.2.1/ADOPTERS.md [2022-05-02T19:14:04.106Z] spire-1.2.1/CHANGELOG.md [2022-05-02T19:14:04.106Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-02T19:14:04.106Z] spire-1.2.1/CODEOWNERS [2022-05-02T19:14:04.106Z] spire-1.2.1/CONTRIBUTING.md [2022-05-02T19:14:04.106Z] spire-1.2.1/Dockerfile [2022-05-02T19:14:04.106Z] spire-1.2.1/Dockerfile.dev [2022-05-02T19:14:04.106Z] spire-1.2.1/Dockerfile.scratch [2022-05-02T19:14:04.106Z] spire-1.2.1/LICENSE [2022-05-02T19:14:04.106Z] spire-1.2.1/MAINTAINERS.md [2022-05-02T19:14:04.106Z] spire-1.2.1/Makefile [2022-05-02T19:14:04.106Z] spire-1.2.1/README.md [2022-05-02T19:14:04.106Z] spire-1.2.1/ROADMAP.md [2022-05-02T19:14:04.106Z] spire-1.2.1/SECURITY.md [2022-05-02T19:14:04.106Z] spire-1.2.1/cmd/ [2022-05-02T19:14:04.106Z] spire-1.2.1/cmd/spire-agent/ [2022-05-02T19:14:04.106Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-02T19:14:04.106Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-02T19:14:04.106Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-02T19:14:04.106Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go ---> bae0c9bdf0e5 [2022-05-02T19:14:04.107Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-02T19:14:04.107Z] [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-02T19:14:04.107Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/ [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/agent/ [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/agent/agent.conf [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/server/ [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/server/server.conf [2022-05-02T19:14:04.107Z] spire-1.2.1/conf/server/server_full.conf [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/ [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/SPIRE101.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/auditlog.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/ [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/scaling_spire.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/spire_agent.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/spire_server.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/supported_integrations.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/telemetry.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/telemetry_config.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/upgrading.md [2022-05-02T19:14:04.107Z] spire-1.2.1/doc/using_spire.md [2022-05-02T19:14:04.107Z] spire-1.2.1/examples/ [2022-05-02T19:14:04.107Z] spire-1.2.1/examples/README.md [2022-05-02T19:14:04.107Z] spire-1.2.1/go.mod [2022-05-02T19:14:04.107Z] spire-1.2.1/go.sum [2022-05-02T19:14:04.107Z] spire-1.2.1/pkg/ [2022-05-02T19:14:04.107Z] spire-1.2.1/pkg/agent/ [2022-05-02T19:14:04.107Z] spire-1.2.1/pkg/agent/agent.go [2022-05-02T19:14:04.107Z] spire-1.2.1/pkg/agent/api/ [2022-05-02T19:14:04.107Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-02T19:14:04.107Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-02T19:14:04.107Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-02T19:14:04.107Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/client/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/common/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/config.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-02T19:14:04.374Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/svid/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/names.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/auth/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cli/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-02T19:14:04.375Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/health/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/health/config.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/health/context.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/health/health.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/idutil/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/log/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/log/log.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/log/options.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/profiling/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/selector/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/uptime/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/util/ [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-02T19:14:04.376Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/util/task.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/version/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/version/version.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509util/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/api.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/health/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/id.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/status.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/catalog/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/config.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:14:04.377Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-02T19:14:04.378Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/registration/ [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/server.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/server_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/svid/ [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/private/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/private/server/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/private/server/journal/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/common/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/plugin/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-02T19:14:04.379Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-02T19:14:04.379Z] spire-1.2.1/release/ [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire-extras/ [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire-extras/README.md [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire/ [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire/README.md [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire/conf/ [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire/conf/server/ [2022-05-02T19:14:04.379Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-02T19:14:04.379Z] spire-1.2.1/script/ [2022-05-02T19:14:04.379Z] spire-1.2.1/script/build-artifact.sh [2022-05-02T19:14:04.379Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-02T19:14:04.379Z] spire-1.2.1/support/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-02T19:14:04.379Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-02T19:14:04.379Z] spire-1.2.1/test/ [2022-05-02T19:14:04.379Z] spire-1.2.1/test/clock/ [2022-05-02T19:14:04.379Z] spire-1.2.1/test/clock/clock.go [2022-05-02T19:14:04.379Z] spire-1.2.1/test/fakes/ [2022-05-02T19:14:04.379Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-02T19:14:04.379Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-02T19:14:04.379Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-02T19:14:04.379Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-02T19:14:04.379Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-02T19:14:04.379Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-02T19:14:04.379Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-02T19:14:04.379Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/fixture.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/registration/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-02T19:14:04.380Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/README.md [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/common [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-02T19:14:04.380Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-02T19:14:04.381Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/test-one.sh [2022-05-02T19:14:04.382Z] spire-1.2.1/test/integration/test.sh [2022-05-02T19:14:04.382Z] spire-1.2.1/test/plugintest/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/plugintest/config.go [2022-05-02T19:14:04.382Z] spire-1.2.1/test/plugintest/load.go [2022-05-02T19:14:04.382Z] spire-1.2.1/test/plugintest/option.go [2022-05-02T19:14:04.382Z] spire-1.2.1/test/spiretest/ [2022-05-02T19:14:04.382Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-02T19:14:04.382Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-02T19:14:04.382Z] spire-1.2.1/test/spiretest/dir.go [2022-05-02T19:14:04.382Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/spiretest/logs.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/spiretest/suite.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/spiretest/x509.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/testca/ [2022-05-02T19:14:04.383Z] spire-1.2.1/test/testca/ca.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/testkey/ [2022-05-02T19:14:04.383Z] spire-1.2.1/test/testkey/generate.sh [2022-05-02T19:14:04.383Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/testkey/keys.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/testkey/new.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/tpmsimulator/ [2022-05-02T19:14:04.383Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/util/ [2022-05-02T19:14:04.383Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/util/cert_generation.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/util/io_redirection.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/util/race.go [2022-05-02T19:14:04.383Z] spire-1.2.1/test/util/util.go [2022-05-02T19:14:04.383Z] building spire from source... [2022-05-02T19:14:04.383Z] Installing go1.17.7... [2022-05-02T19:14:04.383Z] ---> f23bb243eb83 [2022-05-02T19:14:04.383Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-02T19:14:04.643Z] ---> Running in b15200d2c61f [2022-05-02T19:14:04.643Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:14:04.643Z] Removing intermediate container b15200d2c61f [2022-05-02T19:14:04.643Z] ---> 14be8c99b981 [2022-05-02T19:14:04.643Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:14:04.643Z] ---> Running in 34cf92bd1561 [2022-05-02T19:14:04.903Z] Removing intermediate container 34cf92bd1561 [2022-05-02T19:14:04.903Z] ---> a945f8e75bbc [2022-05-02T19:14:04.903Z] Step 18/20 : LABEL arch=x86_64 [2022-05-02T19:14:04.903Z] ---> Running in e0afd64a51ff [2022-05-02T19:14:04.903Z] OK: 221 MiB in 52 packages [2022-05-02T19:14:05.162Z] Removing intermediate container e0afd64a51ff [2022-05-02T19:14:05.162Z] ---> 7b228a899469 [2022-05-02T19:14:05.162Z] Step 19/20 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:14:05.421Z] ---> Running in a2ed323742ba [2022-05-02T19:14:05.682Z] Removing intermediate container a2ed323742ba [2022-05-02T19:14:05.682Z] ---> 8a40da86c69f [2022-05-02T19:14:05.682Z] Step 20/20 : LABEL version=0.0.0 [2022-05-02T19:14:05.682Z] Removing intermediate container 26624b932228 [2022-05-02T19:14:05.682Z] ---> 449b996e3221 [2022-05-02T19:14:05.682Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-02T19:14:05.682Z] ---> Running in ca8f85fc16a2 [2022-05-02T19:14:05.941Z] Removing intermediate container ca8f85fc16a2 [2022-05-02T19:14:05.941Z] ---> 00694344cb49 [2022-05-02T19:14:05.941Z] [2022-05-02T19:14:06.200Z] Successfully built 00694344cb49 [2022-05-02T19:14:06.200Z] ---> 81a309f2000c [2022-05-02T19:14:06.200Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:14:06.200Z] Successfully tagged security-spiffe-token-provider:latest [2022-05-02T19:14:06.461Z]  Building security-spiffe-token-provider ... done go: downloading google.golang.org/api v0.70.0 [2022-05-02T19:14:06.461Z] go: downloading k8s.io/api v0.23.4 [2022-05-02T19:14:06.461Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-02T19:14:06.461Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-02T19:14:06.461Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-02T19:14:06.461Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-02T19:14:06.461Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-02T19:14:06.461Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-02T19:14:06.461Z]  ---> Running in 91c751f9696f [2022-05-02T19:14:06.721Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-02T19:14:06.721Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-02T19:14:07.291Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-02T19:14:07.550Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-02T19:14:07.550Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-02T19:14:07.550Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-02T19:14:07.809Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-02T19:14:07.809Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-02T19:14:08.069Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-02T19:14:08.354Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-02T19:14:08.354Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-02T19:14:08.354Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-02T19:14:08.354Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-02T19:14:08.354Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-02T19:14:08.354Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-02T19:14:08.615Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-02T19:14:08.615Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-02T19:14:08.615Z] Removing intermediate container 91c751f9696f [2022-05-02T19:14:08.615Z] ---> 71a29e0a0c6b [2022-05-02T19:14:08.615Z] Step 8/23 : COPY . . [2022-05-02T19:14:08.615Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-02T19:14:08.615Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-02T19:14:08.615Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-02T19:14:08.615Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-02T19:14:08.615Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-02T19:14:08.615Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-02T19:14:08.615Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-02T19:14:08.615Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-02T19:14:08.615Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-02T19:14:09.225Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-05-02T19:14:09.997Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-02T19:14:09.997Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-02T19:14:09.997Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-02T19:14:09.997Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-02T19:14:09.997Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-02T19:14:09.998Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-02T19:14:09.998Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-02T19:14:09.998Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-02T19:14:09.998Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-02T19:14:09.998Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-02T19:14:09.998Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-02T19:14:09.998Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-02T19:14:09.998Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-02T19:14:09.998Z] Building bin/spire-server... [2022-05-02T19:14:09.998Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-02T19:14:09.998Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-02T19:14:09.998Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-02T19:14:09.998Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-02T19:14:09.998Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-02T19:14:09.998Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-02T19:14:09.998Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-02T19:14:09.998Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-02T19:14:09.998Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-02T19:14:09.998Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-02T19:14:09.998Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-02T19:14:10.256Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-02T19:14:10.256Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-02T19:14:10.256Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-02T19:14:10.256Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-02T19:14:10.256Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-02T19:14:10.256Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-02T19:14:10.256Z] go: downloading go.opencensus.io v0.23.0 [2022-05-02T19:14:10.256Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-02T19:14:10.256Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-02T19:14:10.256Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-02T19:14:10.256Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-02T19:14:10.256Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-02T19:14:10.256Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-02T19:14:10.256Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-02T19:14:10.256Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-02T19:14:10.256Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-02T19:14:10.256Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-02T19:14:10.256Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-02T19:14:10.256Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-02T19:14:10.256Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-02T19:14:10.256Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-02T19:14:10.256Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-02T19:14:10.257Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-02T19:14:10.257Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-02T19:14:10.518Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-02T19:14:10.518Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-02T19:14:10.518Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-02T19:14:10.518Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-02T19:14:10.518Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-02T19:14:10.518Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-02T19:14:10.518Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-02T19:14:10.518Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-02T19:14:10.518Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-02T19:14:10.518Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-02T19:14:10.518Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-02T19:14:10.518Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-02T19:14:10.518Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-02T19:14:10.518Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-02T19:14:10.518Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-02T19:14:10.518Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-02T19:14:10.518Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-02T19:14:10.518Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-02T19:14:10.518Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-02T19:14:10.518Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-02T19:14:10.518Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-02T19:14:10.518Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-02T19:14:10.518Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-02T19:14:10.780Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-02T19:14:10.780Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-02T19:14:10.780Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-02T19:14:10.780Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-02T19:14:10.780Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-02T19:14:10.780Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-02T19:14:10.780Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-02T19:14:10.780Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-02T19:14:10.780Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-02T19:14:10.780Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-02T19:14:10.780Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-02T19:14:10.780Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-02T19:14:10.780Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-02T19:14:10.780Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-02T19:14:10.780Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-02T19:14:10.780Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-02T19:14:10.780Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-02T19:14:10.780Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-02T19:14:10.780Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-02T19:14:10.780Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-02T19:14:10.780Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-02T19:14:10.780Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-02T19:14:10.780Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-02T19:14:10.780Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-02T19:14:11.039Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-02T19:14:11.039Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-02T19:14:11.039Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-02T19:14:11.039Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-02T19:14:11.039Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-02T19:14:11.039Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-02T19:14:11.039Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-02T19:14:11.039Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-02T19:14:11.039Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-02T19:14:11.304Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-02T19:14:12.685Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-02T19:14:12.685Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-02T19:14:12.685Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-02T19:14:12.685Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-02T19:14:12.685Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-02T19:14:16.884Z] go: downloading google.golang.org/api v0.70.0 [2022-05-02T19:14:16.884Z] go: downloading k8s.io/api v0.23.4 [2022-05-02T19:14:16.884Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-02T19:14:16.884Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-02T19:14:16.884Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-02T19:14:16.884Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-02T19:14:16.884Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-02T19:14:16.884Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-02T19:14:16.884Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-02T19:14:16.884Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-02T19:14:16.884Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-02T19:14:16.884Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-02T19:14:17.452Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-02T19:14:17.718Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-02T19:14:17.718Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-02T19:14:17.718Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-02T19:14:18.217Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-02T19:14:18.217Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-02T19:14:18.491Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-02T19:14:18.491Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-02T19:14:18.754Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-02T19:14:18.754Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-02T19:14:18.754Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-02T19:14:19.014Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-02T19:14:19.274Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-02T19:14:19.274Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-02T19:14:19.274Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-02T19:14:19.274Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-02T19:14:19.274Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-02T19:14:19.274Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-02T19:14:19.274Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-02T19:14:19.534Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-02T19:14:19.534Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-02T19:14:19.534Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-02T19:14:19.534Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-02T19:14:19.795Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-02T19:14:19.795Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-02T19:14:19.795Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-02T19:14:19.795Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-02T19:14:19.795Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-02T19:14:19.795Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-02T19:14:19.795Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-02T19:14:19.795Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-02T19:14:19.795Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-02T19:14:20.139Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-02T19:14:20.139Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-02T19:14:20.139Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-02T19:14:20.400Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-02T19:14:20.400Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-02T19:14:20.400Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-02T19:14:20.400Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-02T19:14:20.400Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-02T19:14:20.400Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-02T19:14:20.400Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-02T19:14:20.400Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-02T19:14:20.400Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-02T19:14:20.400Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-02T19:14:20.400Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-02T19:14:20.400Z] go: downloading go.opencensus.io v0.23.0 [2022-05-02T19:14:20.400Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-02T19:14:20.400Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-02T19:14:20.400Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-02T19:14:20.659Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-02T19:14:20.659Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-02T19:14:20.659Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-02T19:14:20.659Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-02T19:14:20.659Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-02T19:14:20.659Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-02T19:14:20.659Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-02T19:14:20.659Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-02T19:14:20.659Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-02T19:14:20.659Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-02T19:14:20.659Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-02T19:14:20.918Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-02T19:14:20.918Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-02T19:14:20.918Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-02T19:14:20.918Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-02T19:14:20.918Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-02T19:14:20.918Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-02T19:14:20.918Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-02T19:14:20.918Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-02T19:14:20.918Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-02T19:14:20.918Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-02T19:14:27.882Z]  ---> a46653c6a2f8 [2022-05-02T19:14:27.882Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-05-02T19:14:27.882Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-02T19:14:27.882Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-02T19:14:33.165Z]  ---> Running in d890250f294c [2022-05-02T19:14:33.427Z] 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-05-02T19:15:12.165Z] Removing intermediate container 112aefaaa903 [2022-05-02T19:15:12.165Z] ---> ebea7ccc9daf [2022-05-02T19:15:12.165Z] [2022-05-02T19:15:12.165Z] Step 13/26 : FROM alpine:3.15 [2022-05-02T19:15:12.165Z] ---> 0ac33e5f5afa [2022-05-02T19:15:12.165Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-02T19:15:12.165Z] ---> Using cache [2022-05-02T19:15:12.165Z] ---> 5ecaf197cc8d [2022-05-02T19:15:12.165Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:15:12.165Z] ---> Using cache [2022-05-02T19:15:12.165Z] ---> df0d23d8bd1e [2022-05-02T19:15:12.165Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-02T19:15:12.165Z] ---> Running in f3f824700bdb [2022-05-02T19:15:12.166Z] Removing intermediate container d890250f294c [2022-05-02T19:15:12.166Z] ---> 49c2ccfba17c [2022-05-02T19:15:12.166Z] [2022-05-02T19:15:12.166Z] Step 10/23 : FROM alpine:3.14 [2022-05-02T19:15:12.166Z] ---> e04c818066af [2022-05-02T19:15:12.166Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-02T19:15:12.166Z] ---> Running in af84d601a648 [2022-05-02T19:15:12.166Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:15:12.166Z] Removing intermediate container af84d601a648 [2022-05-02T19:15:12.166Z] ---> 38e54820f5b6 [2022-05-02T19:15:12.166Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-02T19:15:12.166Z] ---> Running in ca4cddb958b5 [2022-05-02T19:15:12.166Z] Removing intermediate container ca4cddb958b5 [2022-05-02T19:15:12.166Z] ---> dce3c1e71a9a [2022-05-02T19:15:12.166Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-02T19:15:12.166Z] ---> Running in 1fbd0f24aa70 [2022-05-02T19:15:12.166Z] Removing intermediate container 1fbd0f24aa70 [2022-05-02T19:15:12.166Z] ---> 04fb4cbe49d0 [2022-05-02T19:15:12.166Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:15:12.166Z] ---> Running in 6cb513462f50 [2022-05-02T19:15:12.166Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:15:12.426Z] v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-02T19:15:12.426Z] v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-02T19:15:12.426Z] OK: 15855 distinct packages available [2022-05-02T19:15:12.426Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:15:13.368Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:15:13.629Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-02T19:15:13.629Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-02T19:15:13.629Z] (3/4) Installing libucontext (1.1-r0) [2022-05-02T19:15:13.629Z] Removing intermediate container 6cb513462f50 [2022-05-02T19:15:13.629Z] ---> 6815b24e7ee5 [2022-05-02T19:15:13.629Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-02T19:15:13.888Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-02T19:15:13.888Z] ---> Running in 1bceca21a713 [2022-05-02T19:15:13.888Z] Executing busybox-1.34.1-r5.trigger [2022-05-02T19:15:13.888Z] OK: 6 MiB in 18 packages [2022-05-02T19:15:14.824Z] Removing intermediate container f3f824700bdb [2022-05-02T19:15:14.824Z] ---> 816dfb91b5f2 [2022-05-02T19:15:14.824Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-02T19:15:14.824Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:15:15.762Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:15:16.022Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-02T19:15:16.022Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-02T19:15:16.281Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-02T19:15:16.281Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-02T19:15:16.281Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-02T19:15:16.540Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-02T19:15:16.540Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:15:16.540Z] OK: 8 MiB in 20 packages [2022-05-02T19:15:17.112Z] ---> 33ab04f7ea90 [2022-05-02T19:15:17.112Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-05-02T19:15:17.679Z] ---> 644a8a7450b4 [2022-05-02T19:15:17.679Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-02T19:15:17.679Z] ---> Running in 70380bef56dc [2022-05-02T19:15:17.679Z] Removing intermediate container 1bceca21a713 [2022-05-02T19:15:17.679Z] ---> 7be7c617cfda [2022-05-02T19:15:17.679Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:15:17.937Z] Removing intermediate container 70380bef56dc [2022-05-02T19:15:17.938Z] ---> 500be6f94ba1 [2022-05-02T19:15:17.938Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-02T19:15:18.197Z] ---> 653e9f48c4b1 [2022-05-02T19:15:18.197Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-05-02T19:15:18.766Z] ---> 704bc4d14c68 [2022-05-02T19:15:18.766Z] Step 21/26 : WORKDIR / [2022-05-02T19:15:18.766Z] ---> Running in 2b55a4749f0f [2022-05-02T19:15:19.332Z] Removing intermediate container 2b55a4749f0f [2022-05-02T19:15:19.332Z] ---> c4c32c7f0da9 [2022-05-02T19:15:19.332Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-02T19:15:19.332Z] ---> Running in 9d719ab27c85 [2022-05-02T19:15:19.332Z] ---> e284795a6cd1 [2022-05-02T19:15:19.332Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-05-02T19:15:19.591Z] Removing intermediate container 9d719ab27c85 [2022-05-02T19:15:19.591Z] ---> b46d17793cd0 [2022-05-02T19:15:19.591Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-02T19:15:19.591Z] ---> Running in 071e8eb15b43 [2022-05-02T19:15:20.165Z] ---> 731647f190d0 [2022-05-02T19:15:20.165Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-05-02T19:15:20.165Z] Removing intermediate container 071e8eb15b43 [2022-05-02T19:15:20.165Z] ---> 3ee6d919b567 [2022-05-02T19:15:20.165Z] Step 24/26 : LABEL arch=x86_64 [2022-05-02T19:15:20.455Z] ---> Running in 5c090fc06f48 [2022-05-02T19:15:20.455Z] ---> Running in b3ef8fbaa603 [2022-05-02T19:15:20.714Z] Removing intermediate container b3ef8fbaa603 [2022-05-02T19:15:20.714Z] ---> e099afe76153 [2022-05-02T19:15:20.714Z] Step 25/26 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:15:20.714Z] ---> Running in 42092cfb5727 [2022-05-02T19:15:20.714Z] Removing intermediate container 5c090fc06f48 [2022-05-02T19:15:20.714Z] ---> 0df73d6bac21 [2022-05-02T19:15:20.714Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:15:20.714Z] ---> Running in b55dd4fbf409 [2022-05-02T19:15:20.973Z] Removing intermediate container 42092cfb5727 [2022-05-02T19:15:20.973Z] ---> 20146b66f076 [2022-05-02T19:15:20.973Z] Step 26/26 : LABEL version=0.0.0 [2022-05-02T19:15:20.973Z] ---> Running in 388608ce1b7a [2022-05-02T19:15:21.231Z] Removing intermediate container b55dd4fbf409 [2022-05-02T19:15:21.231Z] ---> cad841aa549b [2022-05-02T19:15:21.231Z] Step 21/23 : LABEL arch=x86_64 [2022-05-02T19:15:21.231Z] Removing intermediate container 388608ce1b7a [2022-05-02T19:15:21.231Z] ---> 068bd989a42a [2022-05-02T19:15:21.231Z] [2022-05-02T19:15:21.231Z] ---> Running in 8bfcd3e50571 [2022-05-02T19:15:21.495Z] Successfully built 068bd989a42a [2022-05-02T19:15:21.495Z] Successfully tagged security-spire-config:latest [2022-05-02T19:15:21.755Z]  Building security-spire-config ... done Removing intermediate container 8bfcd3e50571 [2022-05-02T19:15:21.755Z] ---> b875b3809c0d [2022-05-02T19:15:21.755Z] Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:15:21.755Z] ---> Running in 91e8a6d9a68e [2022-05-02T19:15:22.324Z] Removing intermediate container 91e8a6d9a68e [2022-05-02T19:15:22.324Z] ---> cf64ad3d1f06 [2022-05-02T19:15:22.324Z] Step 23/23 : LABEL version=0.0.0 [2022-05-02T19:15:22.324Z] ---> Running in 8098ad908720 [2022-05-02T19:15:22.582Z] Removing intermediate container 8098ad908720 [2022-05-02T19:15:22.582Z] ---> 2a8e63c90660 [2022-05-02T19:15:22.582Z] [2022-05-02T19:15:22.582Z] Successfully built 2a8e63c90660 [2022-05-02T19:15:22.582Z] Successfully tagged core-data:latest [2022-05-02T19:16:01.181Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-05-02T19:16:01.181Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-05-02T19:16:01.181Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-05-02T19:16:01.181Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-05-02T19:16:05.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-05-02T19:16:05.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-05-02T19:16:05.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-05-02T19:16:05.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-05-02T19:16:05.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-05-02T19:16:05.518Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-05-02T19:16:05.518Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-05-02T19:16:06.142Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-05-02T19:16:06.142Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-05-02T19:16:06.142Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-05-02T19:16:06.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-05-02T19:16:21.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.302s coverage: 28.7% of statements [2022-05-02T19:16:21.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-05-02T19:16:21.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-05-02T19:16:26.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.739s coverage: 98.5% of statements [2022-05-02T19:16:26.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-05-02T19:16:26.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.467s coverage: 53.4% of statements [2022-05-02T19:16:26.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-05-02T19:16:26.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-05-02T19:16:44.046Z]  Building core-data ... done Building bin/spire-agent... [2022-05-02T19:16:44.046Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-02T19:16:44.046Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-02T19:16:44.046Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-02T19:16:44.046Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-02T19:16:44.046Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-02T19:16:44.046Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-02T19:16:44.046Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-02T19:16:44.046Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-02T19:16:44.046Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-02T19:16:44.046Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-02T19:16:44.046Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-02T19:16:44.046Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-02T19:16:44.046Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-02T19:16:47.334Z] Building bin/spire-agent... [2022-05-02T19:16:47.594Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-02T19:16:47.594Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-02T19:16:47.594Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-02T19:16:47.594Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-02T19:16:48.164Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-02T19:16:48.164Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-02T19:16:48.164Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-02T19:16:48.164Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-02T19:16:48.164Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-02T19:16:48.164Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-02T19:16:48.164Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-02T19:16:48.164Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-02T19:16:48.164Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-02T19:16:49.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.618s coverage: 89.2% of statements [2022-05-02T19:16:49.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-05-02T19:16:49.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-05-02T19:16:49.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-05-02T19:16:49.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.428s coverage: 84.4% of statements [2022-05-02T19:16:49.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-05-02T19:16:49.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-05-02T19:16:49.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-05-02T19:16:49.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-05-02T19:16:49.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.560s coverage: 95.6% of statements [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.448s coverage: 72.2% of statements [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.315s coverage: 60.0% of statements [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.444s coverage: 0.9% of statements [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.480s coverage: 58.8% of statements [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.273s coverage: 29.6% of statements [2022-05-02T19:16:53.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.298s coverage: 47.1% of statements [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.288s coverage: 79.5% of statements [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.208s coverage: 94.1% of statements [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.289s coverage: 96.3% of statements [2022-05-02T19:16:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.241s coverage: 87.5% of statements [2022-05-02T19:17:08.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.232s coverage: 94.4% of statements [2022-05-02T19:17:08.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.200s coverage: 44.8% of statements [2022-05-02T19:17:13.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.771s coverage: 82.5% of statements [2022-05-02T19:17:13.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-05-02T19:17:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.331s coverage: 92.9% of statements [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-05-02T19:17:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-05-02T19:17:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.230s coverage: 87.2% of statements [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-05-02T19:17:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-05-02T19:17:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.288s coverage: 58.8% of statements [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-05-02T19:17:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.309s coverage: 80.0% of statements [2022-05-02T19:17:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.264s coverage: 87.2% of statements [2022-05-02T19:17:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.331s coverage: 85.4% of statements [2022-05-02T19:17:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.766s coverage: 91.2% of statements [2022-05-02T19:17:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-05-02T19:17:25.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.044s coverage: 64.4% of statements [2022-05-02T19:17:25.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-05-02T19:17:25.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-05-02T19:17:25.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.364s coverage: 100.0% of statements [2022-05-02T19:17:25.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.187s coverage: 89.4% of statements [2022-05-02T19:17:25.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2022-05-02T19:17:25.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2022-05-02T19:17:25.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2022-05-02T19:17:34.861Z] Removing intermediate container 818b22704863 [2022-05-02T19:17:34.861Z] ---> 19a07617b486 [2022-05-02T19:17:34.861Z] [2022-05-02T19:17:34.861Z] Step 13/25 : FROM alpine:3.15 [2022-05-02T19:17:34.861Z] ---> 0ac33e5f5afa [2022-05-02T19:17:34.861Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-02T19:17:34.861Z] ---> Using cache [2022-05-02T19:17:34.861Z] ---> 5ecaf197cc8d [2022-05-02T19:17:34.861Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:17:34.861Z] ---> Using cache [2022-05-02T19:17:34.861Z] ---> df0d23d8bd1e [2022-05-02T19:17:34.861Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-02T19:17:35.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.586s coverage: 65.4% of statements [2022-05-02T19:17:35.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-05-02T19:17:35.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-05-02T19:17:35.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-05-02T19:17:35.803Z] ---> Running in 3268e26f7d39 [2022-05-02T19:17:36.377Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:17:36.954Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:17:37.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.829s coverage: 43.8% of statements [2022-05-02T19:17:37.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-05-02T19:17:37.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-05-02T19:17:37.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.369s coverage: 89.5% of statements [2022-05-02T19:17:37.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-05-02T19:17:37.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.489s coverage: 84.8% of statements [2022-05-02T19:17:37.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-05-02T19:17:37.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-05-02T19:17:37.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-05-02T19:17:37.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-05-02T19:17:37.525Z] v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-02T19:17:37.525Z] v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-02T19:17:37.525Z] OK: 15855 distinct packages available [2022-05-02T19:17:37.525Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:17:37.787Z] Removing intermediate container 04d402976026 [2022-05-02T19:17:37.787Z] ---> 8d574a7a5a00 [2022-05-02T19:17:37.787Z] [2022-05-02T19:17:37.787Z] Step 13/26 : FROM alpine:3.15 [2022-05-02T19:17:37.787Z] ---> 0ac33e5f5afa [2022-05-02T19:17:37.787Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-02T19:17:37.787Z] ---> Using cache [2022-05-02T19:17:37.787Z] ---> 5ecaf197cc8d [2022-05-02T19:17:37.787Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:17:37.787Z] ---> Using cache [2022-05-02T19:17:37.787Z] ---> df0d23d8bd1e [2022-05-02T19:17:37.787Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-02T19:17:38.046Z] ---> Running in 71694422b982 [2022-05-02T19:17:38.307Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:17:38.307Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:17:38.568Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-02T19:17:38.828Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-02T19:17:38.828Z] (3/5) Installing libucontext (1.1-r0) [2022-05-02T19:17:38.828Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-02T19:17:39.088Z] (5/5) Installing openssl (1.1.1n-r0) [2022-05-02T19:17:39.088Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:17:39.088Z] Executing busybox-1.34.1-r5.trigger [2022-05-02T19:17:39.088Z] OK: 6 MiB in 19 packages [2022-05-02T19:17:39.361Z] v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-02T19:17:39.361Z] v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-02T19:17:39.361Z] OK: 15855 distinct packages available [2022-05-02T19:17:39.361Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T19:17:39.625Z] Removing intermediate container 3268e26f7d39 [2022-05-02T19:17:39.625Z] ---> 2d8b84f355e0 [2022-05-02T19:17:39.625Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-02T19:17:40.196Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T19:17:40.774Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-02T19:17:40.774Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-02T19:17:40.774Z] (3/5) Installing libucontext (1.1-r0) [2022-05-02T19:17:40.774Z] ---> bb54a2287298 [2022-05-02T19:17:40.774Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-02T19:17:40.774Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-02T19:17:41.036Z] (5/5) Installing openssl (1.1.1n-r0) [2022-05-02T19:17:41.036Z] ---> b2033069345a [2022-05-02T19:17:41.036Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-05-02T19:17:41.036Z] Executing busybox-1.34.1-r5.trigger [2022-05-02T19:17:41.036Z] OK: 6 MiB in 19 packages [2022-05-02T19:17:41.036Z] ---> e913e79424e5 [2022-05-02T19:17:41.036Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-02T19:17:41.300Z] ---> 1fb3e8805d5e [2022-05-02T19:17:41.300Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-02T19:17:41.300Z] ---> Running in aa23b2bb3042 [2022-05-02T19:17:41.300Z] Removing intermediate container 71694422b982 [2022-05-02T19:17:41.300Z] ---> 1660126d0fdd [2022-05-02T19:17:41.300Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-02T19:17:41.300Z] Removing intermediate container aa23b2bb3042 [2022-05-02T19:17:41.300Z] ---> afd2351cc27a [2022-05-02T19:17:41.300Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-02T19:17:41.560Z] ---> Running in 5941f0facf1f [2022-05-02T19:17:41.560Z] Removing intermediate container 5941f0facf1f [2022-05-02T19:17:41.560Z] ---> a295f49e890d [2022-05-02T19:17:41.560Z] Step 23/25 : LABEL arch=x86_64 [2022-05-02T19:17:41.821Z] ---> Running in 689ea110133f [2022-05-02T19:17:42.080Z] Removing intermediate container 689ea110133f [2022-05-02T19:17:42.080Z] ---> 0f33946dcb86 [2022-05-02T19:17:42.080Z] Step 24/25 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:17:42.080Z] ---> Running in b3cd87212984 [2022-05-02T19:17:42.080Z] ---> 8a51f3de6e65 [2022-05-02T19:17:42.080Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-02T19:17:42.080Z] Removing intermediate container b3cd87212984 [2022-05-02T19:17:42.080Z] ---> dc00cbfea5a9 [2022-05-02T19:17:42.080Z] Step 25/25 : LABEL version=0.0.0 [2022-05-02T19:17:42.080Z] ---> Running in ad7fcaf85971 [2022-05-02T19:17:42.080Z] Removing intermediate container ad7fcaf85971 [2022-05-02T19:17:42.080Z] ---> fe94c0918bc5 [2022-05-02T19:17:42.080Z] [2022-05-02T19:17:42.340Z] Successfully built fe94c0918bc5 [2022-05-02T19:17:42.340Z] Successfully tagged security-spire-server:latest [2022-05-02T19:17:43.281Z]  Building security-spire-server ... done  ---> 0ca16c58348a [2022-05-02T19:17:43.281Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-02T19:17:43.546Z] ---> 7790fe50b94e [2022-05-02T19:17:43.546Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-02T19:17:43.811Z] ---> 4dc9afdafbe6 [2022-05-02T19:17:43.811Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-02T19:17:43.811Z] ---> 1488f72ba5e6 [2022-05-02T19:17:43.811Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-02T19:17:43.811Z] ---> Running in 2e373495cf4b [2022-05-02T19:17:43.811Z] Removing intermediate container 2e373495cf4b [2022-05-02T19:17:43.811Z] ---> b4846563b372 [2022-05-02T19:17:43.811Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-02T19:17:44.074Z] ---> Running in 038ed1095800 [2022-05-02T19:17:44.074Z] Removing intermediate container 038ed1095800 [2022-05-02T19:17:44.074Z] ---> 108eddfa4e2c [2022-05-02T19:17:44.074Z] Step 24/26 : LABEL arch=x86_64 [2022-05-02T19:17:44.075Z] ---> Running in 3bc74a1b3353 [2022-05-02T19:17:44.075Z] Removing intermediate container 3bc74a1b3353 [2022-05-02T19:17:44.075Z] ---> e57f3bf3a709 [2022-05-02T19:17:44.075Z] Step 25/26 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:17:44.075Z] ---> Running in 3b3c2e5b61f8 [2022-05-02T19:17:44.334Z] Removing intermediate container 3b3c2e5b61f8 [2022-05-02T19:17:44.334Z] ---> 8933498521ff [2022-05-02T19:17:44.334Z] Step 26/26 : LABEL version=0.0.0 [2022-05-02T19:17:44.334Z] ---> Running in 9e1ef5f1d3c3 [2022-05-02T19:17:44.593Z] Removing intermediate container 9e1ef5f1d3c3 [2022-05-02T19:17:44.593Z] ---> 1449843e271b [2022-05-02T19:17:44.593Z] [2022-05-02T19:17:44.593Z] Successfully built 1449843e271b [2022-05-02T19:17:44.593Z] Successfully tagged security-spire-agent:latest [2022-05-02T19:17:44.603Z]  Building security-spire-agent ... done  [Pipeline] } [2022-05-02T19:17:44.633Z] $ docker stop --time=1 cc06b8e559949395e985e67699de6acf7c2e0bdfad3ca46f651742e5f225f999 [2022-05-02T19:17:45.911Z] $ docker rm -f cc06b8e559949395e985e67699de6acf7c2e0bdfad3ca46f651742e5f225f999 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-02T19:17:46.305Z] + docker images [2022-05-02T19:17:46.305Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-02T19:17:46.305Z] security-spire-agent latest 1449843e271b 2 seconds ago 127MB [2022-05-02T19:17:46.305Z] security-spire-server latest fe94c0918bc5 4 seconds ago 87.3MB [2022-05-02T19:17:46.305Z] 8d574a7a5a00 11 seconds ago 4.43GB [2022-05-02T19:17:46.305Z] 19a07617b486 19 seconds ago 4.43GB [2022-05-02T19:17:46.305Z] core-data latest 2a8e63c90660 2 minutes ago 22.5MB [2022-05-02T19:17:46.305Z] security-spire-config latest 068bd989a42a 2 minutes ago 86.7MB [2022-05-02T19:17:46.305Z] 49c2ccfba17c 2 minutes ago 1.52GB [2022-05-02T19:17:46.305Z] ebea7ccc9daf 2 minutes ago 4.43GB [2022-05-02T19:17:46.305Z] security-spiffe-token-provider latest 00694344cb49 3 minutes ago 28.8MB [2022-05-02T19:17:46.305Z] core-metadata latest 697a058a73a0 3 minutes ago 17MB [2022-05-02T19:17:46.305Z] security-secretstore-setup latest 206ea375baff 3 minutes ago 28.5MB [2022-05-02T19:17:46.305Z] e14e6a7a72f6 3 minutes ago 1.5GB [2022-05-02T19:17:46.305Z] 71779d1daba1 4 minutes ago 1.54GB [2022-05-02T19:17:46.305Z] a6faa0a5f542 4 minutes ago 1.5GB [2022-05-02T19:17:46.305Z] security-proxy-setup latest d41421f00401 4 minutes ago 26.9MB [2022-05-02T19:17:46.305Z] core-command latest c91cf70f9194 4 minutes ago 16.1MB [2022-05-02T19:17:46.305Z] e9ddd7aba682 4 minutes ago 1.5GB [2022-05-02T19:17:46.305Z] d38e0f01d8a0 4 minutes ago 1.49GB [2022-05-02T19:17:46.305Z] sys-mgmt-agent latest f77479ea013a 4 minutes ago 299MB [2022-05-02T19:17:46.305Z] security-bootstrapper latest cd251dc174e5 5 minutes ago 19.1MB [2022-05-02T19:17:46.305Z] support-scheduler latest 105913ea7622 5 minutes ago 26.3MB [2022-05-02T19:17:46.305Z] support-notifications latest 7ee87f5e6717 5 minutes ago 26.9MB [2022-05-02T19:17:46.305Z] d33e35617205 5 minutes ago 1.49GB [2022-05-02T19:17:46.305Z] 566a5d9302f5 5 minutes ago 1.55GB [2022-05-02T19:17:46.305Z] 8b834b52d16b 5 minutes ago 1.55GB [2022-05-02T19:17:46.305Z] b835247d627e 5 minutes ago 1.5GB [2022-05-02T19:17:46.305Z] ci-base-image-x86_64 latest a5a7e5cc93ce 9 minutes ago 895MB [2022-05-02T19:17:46.305Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine f018257e8ee9 10 days ago 562MB [2022-05-02T19:17:46.305Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest a97f223af7a3 11 days ago 254MB [2022-05-02T19:17:46.305Z] docker 20.10.14 7417809fdb73 3 weeks ago 218MB [2022-05-02T19:17:46.305Z] alpine 3.14 e04c818066af 3 weeks ago 5.59MB [2022-05-02T19:17:46.305Z] alpine 3.15 0ac33e5f5afa 3 weeks ago 5.57MB [2022-05-02T19:17:46.305Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 22 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-02T19:17:47.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.351s coverage: 17.7% of statements [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-05-02T19:17:47.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.749s coverage: 92.3% of statements [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-05-02T19:17:47.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.302s coverage: 63.2% of statements [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-05-02T19:17:47.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.450s coverage: 97.7% of statements [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-05-02T19:17:47.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.205s coverage: 28.9% of statements [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-05-02T19:17:47.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-05-02T19:17:47.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.199s coverage: 100.0% of statements [2022-05-02T19:17:47.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 96.9% of statements [2022-05-02T19:17:47.835Z] 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-05-02T19:17:47.835Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-02T19:17:47.835Z] GO111MODULE=on go vet ./... [2022-05-02T19:19:39.683Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-02T19:19:39.683Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-02T19:19:39.683Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-02T19:19:39.725Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-05-02T19:19:40.405Z] + ls -al . [2022-05-02T19:19:40.405Z] total 668 [2022-05-02T19:19:40.405Z] drwxrwxr-x 9 1001 1001 4096 May 2 19:19 . [2022-05-02T19:19:40.405Z] drwxr-xr-x 4 root root 4096 May 2 19:13 .. [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 11 May 2 19:11 .dockerignore [2022-05-02T19:19:40.405Z] drwxrwxr-x 8 1001 1001 4096 May 2 19:11 .git [2022-05-02T19:19:40.405Z] drwxrwxr-x 3 1001 1001 4096 May 2 19:11 .github [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 879 May 2 19:11 .gitignore [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 42 May 2 19:11 .golangci.yml [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 87 May 2 19:11 .hadolint.yml [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 166 May 2 19:11 .sonarcloud.properties [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 1171 May 2 19:11 ADOPTERS.md [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 10086 May 2 19:11 Attribution.txt [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 51732 May 2 19:11 CHANGELOG.md [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 3804 May 2 19:11 CONTRIBUTING.md [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 677 May 2 19:11 GOVERNANCE.md [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 850 May 2 19:11 Jenkinsfile [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 10775 May 2 19:11 LICENSE [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 10389 May 2 19:11 Makefile [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 582 May 2 19:11 OWNERS.md [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 9120 May 2 19:11 README.md [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 6912 May 2 19:11 SECURITY.md [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 5 May 2 19:07 VERSION [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 4131 May 2 19:11 ZMQWindows.md [2022-05-02T19:19:40.405Z] drwxrwxr-x 2 1001 1001 4096 May 2 19:11 bin [2022-05-02T19:19:40.405Z] drwxrwxr-x 18 1001 1001 4096 May 2 19:11 cmd [2022-05-02T19:19:40.405Z] -rw-r--r-- 1 root root 435134 May 2 19:17 coverage.out [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 3256 May 2 19:11 go.mod [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 35162 May 2 19:13 go.sum [2022-05-02T19:19:40.405Z] drwxrwxr-x 8 1001 1001 4096 May 2 19:11 internal [2022-05-02T19:19:40.405Z] drwxrwxr-x 3 1001 1001 4096 May 2 19:11 openapi [2022-05-02T19:19:40.405Z] drwxrwxr-x 4 1001 1001 4096 May 2 19:11 snap [2022-05-02T19:19:40.405Z] -rw-rw-r-- 1 1001 1001 204 May 2 19:11 version.go [Pipeline] sh [2022-05-02T19:19:41.081Z] + '[' -e coverage.out ] [2022-05-02T19:19:41.081Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-05-02T19:19:41.118Z] Warning: overwriting stash ‘coverage-report’ [2022-05-02T19:19:41.940Z] Stashed 1 file(s) [Pipeline] sh [2022-05-02T19:19:42.609Z] + make build [2022-05-02T19:19:42.609Z] 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-05-02T19:21:04.410Z] 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-05-02T19:22:12.454Z] 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-05-02T19:22:12.454Z] 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-05-02T19:22:44.828Z] 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-05-02T19:22:44.828Z] 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-05-02T19:22:45.811Z] 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-05-02T19:22:52.523Z] 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-05-02T19:22:55.153Z] 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-05-02T19:23:00.557Z] 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-05-02T19:23:03.166Z] 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-05-02T19:23:07.469Z] 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-05-02T19:23:15.762Z] 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-05-02T19:23:20.099Z] $ docker stop --time=1 1803f012d01b311eb7d1594da0caab462c709465c0a9fd59d97bdd0cd34cac1c [2022-05-02T19:23:22.169Z] $ docker rm -f 1803f012d01b311eb7d1594da0caab462c709465c0a9fd59d97bdd0cd34cac1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:23:24.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-02T19:23:24.658Z] [2022-05-02T19:23:24.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:23:25.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-02T19:23:25.317Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-05-02T19:23:25.317Z] 29e5d40040c1: Pulling fs layer [2022-05-02T19:23:25.317Z] 1ce36da41761: Pulling fs layer [2022-05-02T19:23:25.317Z] 25b303627fd3: Pulling fs layer [2022-05-02T19:23:25.317Z] 29e5d40040c1: Download complete [2022-05-02T19:23:25.595Z] 1ce36da41761: Verifying Checksum [2022-05-02T19:23:25.595Z] 1ce36da41761: Download complete [2022-05-02T19:23:26.196Z] 29e5d40040c1: Pull complete [2022-05-02T19:23:27.181Z] 25b303627fd3: Verifying Checksum [2022-05-02T19:23:27.456Z] 1ce36da41761: Pull complete [2022-05-02T19:23:39.860Z] 25b303627fd3: Pull complete [2022-05-02T19:23:39.860Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-05-02T19:23:39.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-02T19:23:39.860Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-05-02T19:23:40.106Z] prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container [2022-05-02T19:23:40.186Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-05-02T19:23:42.656Z] $ docker top b818bf7d9105f1f1dd5bc061ff1e46bfd7cc35a7032aeeb32338e7e1b3882385 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-02T19:23:43.619Z] + docker-compose build --help [2022-05-02T19:23:43.619Z] + grep parallel [2022-05-02T19:23:49.031Z] --parallel Build images in parallel. [Pipeline] } [2022-05-02T19:23:49.061Z] $ docker stop --time=1 b818bf7d9105f1f1dd5bc061ff1e46bfd7cc35a7032aeeb32338e7e1b3882385 [2022-05-02T19:23:50.760Z] $ docker rm -f b818bf7d9105f1f1dd5bc061ff1e46bfd7cc35a7032aeeb32338e7e1b3882385 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T19:23:51.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-02T19:23:51.523Z] . [Pipeline] withDockerContainer [2022-05-02T19:23:51.785Z] prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container [2022-05-02T19:23:51.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-05-02T19:23:53.201Z] $ docker top 09dbfb64bfb055867aa7dcaf0e22fa7e80b7a65302d40fd4dfe523083bb06eea -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-02T19:23:54.323Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-02T19:24:01.044Z] Building core-command ... [2022-05-02T19:24:01.044Z] Building core-data ... [2022-05-02T19:24:01.044Z] Building core-metadata ... [2022-05-02T19:24:01.044Z] Building security-bootstrapper ... [2022-05-02T19:24:01.044Z] Building security-proxy-setup ... [2022-05-02T19:24:01.044Z] Building security-secretstore-setup ... [2022-05-02T19:24:01.044Z] Building security-spiffe-token-provider ... [2022-05-02T19:24:01.044Z] Building security-spire-agent ... [2022-05-02T19:24:01.044Z] Building security-spire-config ... [2022-05-02T19:24:01.044Z] Building security-spire-server ... [2022-05-02T19:24:01.044Z] Building support-notifications ... [2022-05-02T19:24:01.044Z] Building support-scheduler ... [2022-05-02T19:24:01.044Z] Building sys-mgmt-agent ... [2022-05-02T19:24:01.044Z] Building security-proxy-setup [2022-05-02T19:24:01.044Z] Building security-spiffe-token-provider [2022-05-02T19:24:01.044Z] Building core-data [2022-05-02T19:24:01.044Z] Building security-spire-agent [2022-05-02T19:24:01.044Z] Building security-bootstrapper [2022-05-02T19:25:37.873Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:25:37.873Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:25:37.873Z] ---> 52193ea0f6f5 [2022-05-02T19:25:37.873Z] Step 3/23 : WORKDIR /edgex-go [2022-05-02T19:25:37.873Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:25:37.873Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:25:37.873Z] ---> 52193ea0f6f5 [2022-05-02T19:25:37.873Z] Step 3/31 : WORKDIR /edgex-go [2022-05-02T19:25:37.873Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:25:37.873Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:25:37.873Z] ---> 52193ea0f6f5 [2022-05-02T19:25:37.873Z] Step 3/22 : WORKDIR /edgex-go [2022-05-02T19:25:37.873Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:25:37.873Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:25:37.873Z] ---> 52193ea0f6f5 [2022-05-02T19:25:37.873Z] Step 3/26 : WORKDIR /edgex-go [2022-05-02T19:25:37.873Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:25:37.873Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:25:37.873Z] ---> 52193ea0f6f5 [2022-05-02T19:25:37.873Z] Step 3/20 : WORKDIR /edgex-go [2022-05-02T19:25:37.873Z] ---> Running in e448ceb3cedd [2022-05-02T19:25:37.873Z] ---> Running in 1c3abe7d942c [2022-05-02T19:25:37.873Z] ---> Running in 5ce8611d8f3a [2022-05-02T19:25:37.873Z] ---> Running in dc38399eeaad [2022-05-02T19:25:37.873Z] ---> Running in b1692d6ed6be [2022-05-02T19:25:37.873Z] Removing intermediate container 5ce8611d8f3a [2022-05-02T19:25:37.873Z] ---> 905e26223fba [2022-05-02T19:25:37.873Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:25:37.873Z] Removing intermediate container 1c3abe7d942c [2022-05-02T19:25:37.873Z] ---> cbbfbe0bdd56 [2022-05-02T19:25:37.873Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:25:37.873Z] Removing intermediate container b1692d6ed6be [2022-05-02T19:25:37.873Z] ---> Running in 81f3ca036f3c [2022-05-02T19:25:37.873Z] ---> de128724f665 [2022-05-02T19:25:37.873Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:25:37.873Z] Removing intermediate container e448ceb3cedd [2022-05-02T19:25:37.873Z] ---> 1d177f1f098c [2022-05-02T19:25:37.873Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-02T19:25:37.873Z] ---> Running in ab8433ee9e83 [2022-05-02T19:25:37.873Z] Removing intermediate container dc38399eeaad [2022-05-02T19:25:37.873Z] ---> 51c185136b1b [2022-05-02T19:25:37.873Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:25:37.873Z] ---> Running in ad61ce2aa760 [2022-05-02T19:25:37.873Z] ---> Running in c58329165664 [2022-05-02T19:25:37.873Z] ---> Running in cc1593b78fa7 [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] Removing intermediate container ab8433ee9e83 [2022-05-02T19:25:37.873Z] ---> 50167eaab883 [2022-05-02T19:25:37.873Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-02T19:25:37.873Z] ---> Running in bd7c4e1d02fb [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] Removing intermediate container cc1593b78fa7 [2022-05-02T19:25:37.873Z] ---> 5290579e23ac [2022-05-02T19:25:37.873Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-02T19:25:37.873Z] Removing intermediate container ad61ce2aa760 [2022-05-02T19:25:37.873Z] ---> 6eb5a1826e4c [2022-05-02T19:25:37.873Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-02T19:25:37.873Z] Removing intermediate container 81f3ca036f3c [2022-05-02T19:25:37.873Z] ---> 0571f3dac06c [2022-05-02T19:25:37.873Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-02T19:25:37.873Z] ---> Running in 1ba3e1398472 [2022-05-02T19:25:37.873Z] ---> Running in 4c19303a049f [2022-05-02T19:25:37.873Z] ---> Running in fd66913b9ed8 [2022-05-02T19:25:37.873Z] v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-02T19:25:37.873Z] v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-02T19:25:37.873Z] OK: 15739 distinct packages available [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] OK: 220 MiB in 52 packages [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:25:37.873Z] OK: 220 MiB in 52 packages [2022-05-02T19:25:37.873Z] OK: 220 MiB in 52 packages [2022-05-02T19:25:38.155Z] OK: 220 MiB in 52 packages [2022-05-02T19:25:38.155Z] Removing intermediate container c58329165664 [2022-05-02T19:25:38.155Z] ---> 035362124be8 [2022-05-02T19:25:38.155Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-02T19:25:38.155Z] OK: 220 MiB in 52 packages [2022-05-02T19:25:39.153Z] Removing intermediate container bd7c4e1d02fb [2022-05-02T19:25:39.153Z] ---> adfe04c3132f [2022-05-02T19:25:39.153Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-02T19:25:39.430Z] ---> 152eb18ae68f [2022-05-02T19:25:39.430Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:25:39.430Z] Removing intermediate container 1ba3e1398472 [2022-05-02T19:25:39.430Z] ---> 3f564159516f [2022-05-02T19:25:39.430Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-02T19:25:39.709Z] ---> Running in 6e9725b947b7 [2022-05-02T19:25:39.991Z] Removing intermediate container fd66913b9ed8 [2022-05-02T19:25:39.991Z] ---> 1142f89e144a [2022-05-02T19:25:39.991Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-02T19:25:39.991Z] Removing intermediate container 4c19303a049f [2022-05-02T19:25:39.991Z] ---> ff1790acbe37 [2022-05-02T19:25:39.991Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-02T19:25:40.274Z] ---> 71376e934b5a [2022-05-02T19:25:40.274Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:25:40.548Z] ---> Running in c9c1adef334e [2022-05-02T19:25:41.155Z] ---> 924a3b65572c [2022-05-02T19:25:41.155Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:25:41.436Z] ---> Running in ce56ff15ba1e [2022-05-02T19:25:41.436Z] ---> 6f68ac3cc4be [2022-05-02T19:25:41.436Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:25:41.711Z] ---> b2fff682100f [2022-05-02T19:25:41.711Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:25:41.711Z] ---> Running in 2c8f087bf056 [2022-05-02T19:25:41.711Z] ---> Running in dee32d9ffba1 [2022-05-02T19:25:45.135Z] Removing intermediate container 6e9725b947b7 [2022-05-02T19:25:45.135Z] ---> c44a9c2355b3 [2022-05-02T19:25:45.135Z] Step 7/20 : COPY . . [2022-05-02T19:25:45.411Z] Removing intermediate container c9c1adef334e [2022-05-02T19:25:45.411Z] ---> 37e13a93366f [2022-05-02T19:25:45.411Z] Step 8/26 : COPY . . [2022-05-02T19:25:47.411Z] Removing intermediate container ce56ff15ba1e [2022-05-02T19:25:47.411Z] ---> a484451c7855 [2022-05-02T19:25:47.411Z] Step 8/31 : COPY . . [2022-05-02T19:25:47.683Z] Removing intermediate container 2c8f087bf056 [2022-05-02T19:25:47.683Z] ---> 2d89f530e78f [2022-05-02T19:25:47.683Z] Step 8/23 : COPY . . [2022-05-02T19:25:47.683Z] Removing intermediate container dee32d9ffba1 [2022-05-02T19:25:47.683Z] ---> 1574beda8117 [2022-05-02T19:25:47.683Z] Step 8/22 : COPY . . [2022-05-02T19:26:20.054Z] ---> e49df700df5c [2022-05-02T19:26:20.055Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-02T19:26:20.055Z] ---> Running in 3e7d792d69b0 [2022-05-02T19:26:20.055Z] ---> ca7eacdbf1ac [2022-05-02T19:26:20.055Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-02T19:26:20.055Z] ---> f1cc63a34a7c [2022-05-02T19:26:20.055Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-02T19:26:20.055Z] ---> 1c9f88751a20 [2022-05-02T19:26:20.055Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-02T19:26:20.055Z] ---> f2b3c87ed561 [2022-05-02T19:26:20.055Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-05-02T19:26:20.055Z] ---> Running in ac2c9a9d21af [2022-05-02T19:26:20.055Z] ---> Running in 9422f2dd8eeb [2022-05-02T19:26:20.055Z] ---> Running in fe68bed76dce [2022-05-02T19:26:20.055Z] ---> Running in f55cbf5de5f8 [2022-05-02T19:26:20.055Z] Removing intermediate container ac2c9a9d21af [2022-05-02T19:26:20.055Z] ---> 55c91a834ccc [2022-05-02T19:26:20.055Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-02T19:26:20.055Z] ---> Running in 34a5281c0ab2 [2022-05-02T19:26:20.055Z] 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-05-02T19:26:20.055Z] 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-05-02T19:26:20.055Z] 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-05-02T19:26:20.055Z] 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-05-02T19:26:20.055Z] Removing intermediate container 34a5281c0ab2 [2022-05-02T19:26:20.055Z] ---> 322078cfd5a5 [2022-05-02T19:26:20.055Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-02T19:26:20.055Z] ---> Running in 8fa09c0c60d9 [2022-05-02T19:26:20.658Z] Removing intermediate container 8fa09c0c60d9 [2022-05-02T19:26:20.658Z] ---> 9a2ee168a4dc [2022-05-02T19:26:20.658Z] 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-05-02T19:26:20.934Z] ---> Running in 278672c962a4 [2022-05-02T19:26:23.578Z] spire-1.2.1/ [2022-05-02T19:26:23.578Z] spire-1.2.1/.data/ [2022-05-02T19:26:23.578Z] spire-1.2.1/.data/.file [2022-05-02T19:26:23.578Z] spire-1.2.1/.dockerignore [2022-05-02T19:26:23.578Z] spire-1.2.1/.gitattributes [2022-05-02T19:26:23.578Z] spire-1.2.1/.githooks/ [2022-05-02T19:26:23.578Z] spire-1.2.1/.githooks/pre-commit [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/ [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/dependabot.yml [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/ [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-02T19:26:23.578Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-02T19:26:23.578Z] spire-1.2.1/.gitignore [2022-05-02T19:26:23.578Z] spire-1.2.1/.go-version [2022-05-02T19:26:23.578Z] spire-1.2.1/.golangci.yml [2022-05-02T19:26:23.578Z] spire-1.2.1/ADOPTERS.md [2022-05-02T19:26:23.578Z] spire-1.2.1/CHANGELOG.md [2022-05-02T19:26:23.578Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-02T19:26:23.578Z] spire-1.2.1/CODEOWNERS [2022-05-02T19:26:23.578Z] spire-1.2.1/CONTRIBUTING.md [2022-05-02T19:26:23.578Z] spire-1.2.1/Dockerfile [2022-05-02T19:26:23.578Z] spire-1.2.1/Dockerfile.dev [2022-05-02T19:26:23.578Z] spire-1.2.1/Dockerfile.scratch [2022-05-02T19:26:23.578Z] spire-1.2.1/LICENSE [2022-05-02T19:26:23.578Z] spire-1.2.1/MAINTAINERS.md [2022-05-02T19:26:23.578Z] spire-1.2.1/Makefile [2022-05-02T19:26:23.578Z] spire-1.2.1/README.md [2022-05-02T19:26:23.578Z] spire-1.2.1/ROADMAP.md [2022-05-02T19:26:23.578Z] spire-1.2.1/SECURITY.md [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-02T19:26:23.578Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-02T19:26:23.856Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-02T19:26:23.856Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-02T19:26:23.856Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-02T19:26:23.856Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-02T19:26:23.856Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-02T19:26:23.856Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/ [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/agent/ [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/agent/agent.conf [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/server/ [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/server/server.conf [2022-05-02T19:26:23.856Z] spire-1.2.1/conf/server/server_full.conf [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/ [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/SPIRE101.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/auditlog.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/ [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/scaling_spire.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/spire_agent.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/spire_server.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/supported_integrations.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/telemetry.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/telemetry_config.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/upgrading.md [2022-05-02T19:26:23.856Z] spire-1.2.1/doc/using_spire.md [2022-05-02T19:26:23.856Z] spire-1.2.1/examples/ [2022-05-02T19:26:23.856Z] spire-1.2.1/examples/README.md [2022-05-02T19:26:23.856Z] spire-1.2.1/go.mod [2022-05-02T19:26:23.856Z] spire-1.2.1/go.sum [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/agent.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/client/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/common/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-02T19:26:23.856Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/config.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/manager/ [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-02T19:26:23.857Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:26:24.133Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/svid/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/names.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/auth/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cli/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-02T19:26:24.134Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/health/ [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/health/config.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/health/context.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/health/health.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/idutil/ [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/log/ [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/log/log.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/log/options.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-02T19:26:24.135Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/profiling/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/selector/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/uptime/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/task.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/version/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/version/version.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509util/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/api.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-02T19:26:24.411Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/health/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/id.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/status.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/ca/ [2022-05-02T19:26:24.412Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/catalog/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/config.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-02T19:26:24.691Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:26:24.692Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-02T19:26:24.971Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/registration/ [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/server.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/server_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/svid/ [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/private/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/private/server/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/private/server/journal/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/common/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/plugin/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-02T19:26:24.972Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-02T19:26:24.972Z] spire-1.2.1/release/ [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire-extras/ [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire-extras/README.md [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire/ [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire/README.md [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire/conf/ [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire/conf/server/ [2022-05-02T19:26:24.972Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-02T19:26:24.972Z] spire-1.2.1/script/ [2022-05-02T19:26:24.972Z] spire-1.2.1/script/build-artifact.sh [2022-05-02T19:26:24.972Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-02T19:26:24.972Z] spire-1.2.1/support/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-02T19:26:24.972Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-02T19:26:24.972Z] spire-1.2.1/test/ [2022-05-02T19:26:24.972Z] spire-1.2.1/test/clock/ [2022-05-02T19:26:24.972Z] spire-1.2.1/test/clock/clock.go [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/ [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-02T19:26:24.972Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/config/ [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-02T19:26:24.973Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/fixture.go [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-02T19:26:25.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/registration/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-02T19:26:25.249Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/common [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-02T19:26:25.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-02T19:26:25.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-02T19:26:25.529Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/test-one.sh [2022-05-02T19:26:25.530Z] spire-1.2.1/test/integration/test.sh [2022-05-02T19:26:25.530Z] spire-1.2.1/test/plugintest/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/plugintest/config.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/plugintest/load.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/plugintest/option.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/dir.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/logs.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/suite.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/spiretest/x509.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/testca/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/testca/ca.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/testkey/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/testkey/generate.sh [2022-05-02T19:26:25.530Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/testkey/keys.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/testkey/new.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/tpmsimulator/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/util/ [2022-05-02T19:26:25.530Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/util/cert_generation.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/util/io_redirection.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/util/race.go [2022-05-02T19:26:25.530Z] spire-1.2.1/test/util/util.go [2022-05-02T19:26:25.530Z] building spire from source... [2022-05-02T19:26:26.518Z] Installing go1.17.7... [2022-05-02T19:26:53.368Z] Building bin/spire-server... [2022-05-02T19:26:53.368Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-02T19:26:53.368Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-02T19:26:53.368Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-02T19:26:53.368Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-02T19:26:53.368Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-02T19:26:54.816Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-02T19:26:54.816Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-02T19:26:55.095Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-02T19:26:55.372Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-02T19:26:55.646Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-02T19:26:56.250Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-02T19:26:56.250Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-02T19:26:56.250Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-02T19:26:56.526Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-02T19:26:56.526Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-02T19:26:56.526Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-02T19:26:56.526Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-02T19:26:57.517Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-02T19:26:57.796Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-02T19:26:57.796Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-02T19:26:58.787Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-02T19:26:58.787Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-02T19:26:58.788Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-02T19:26:59.067Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-02T19:27:25.902Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-02T19:27:25.903Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-02T19:27:25.903Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-02T19:27:25.903Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-02T19:27:25.903Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-02T19:27:25.903Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-02T19:27:25.903Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-02T19:27:25.903Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-02T19:27:25.903Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-02T19:27:25.903Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-02T19:27:25.903Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-02T19:27:25.903Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-02T19:27:25.903Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-02T19:27:25.903Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-02T19:27:25.903Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-02T19:27:25.903Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-02T19:27:26.177Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-02T19:27:26.452Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-02T19:27:26.729Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-02T19:27:26.729Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-02T19:27:26.729Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-02T19:27:26.729Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-02T19:27:27.005Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-02T19:27:27.005Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-02T19:27:27.283Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-02T19:27:27.283Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-02T19:27:27.886Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-02T19:27:28.488Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-02T19:27:28.488Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-02T19:27:28.488Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-02T19:27:29.089Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-02T19:27:30.536Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-02T19:27:32.526Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-02T19:27:37.951Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-02T19:27:37.951Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-02T19:27:37.951Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-02T19:27:37.951Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-02T19:28:00.418Z] go: downloading google.golang.org/api v0.70.0 [2022-05-02T19:28:00.418Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-02T19:28:00.418Z] go: downloading k8s.io/api v0.23.4 [2022-05-02T19:28:12.843Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-02T19:28:13.443Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-02T19:28:45.812Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-02T19:28:45.812Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-02T19:28:45.812Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-02T19:28:45.812Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-02T19:28:45.812Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-02T19:28:46.086Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-02T19:28:48.719Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-02T19:28:48.997Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-02T19:28:50.986Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-02T19:28:51.265Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-02T19:28:51.265Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-02T19:28:52.252Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-02T19:28:52.530Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-02T19:28:52.807Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-02T19:28:53.086Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-02T19:28:53.364Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-02T19:28:53.364Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-02T19:28:53.364Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-02T19:28:54.816Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-02T19:28:54.816Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-02T19:28:55.091Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-02T19:28:55.369Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-02T19:28:55.644Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-02T19:28:55.920Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-02T19:29:02.648Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-02T19:29:02.648Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-02T19:29:02.648Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-02T19:29:02.648Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-02T19:29:02.648Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-02T19:29:02.648Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-02T19:29:02.648Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-02T19:29:04.092Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-02T19:29:04.092Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-02T19:29:04.369Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-02T19:29:04.369Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-02T19:29:04.645Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-02T19:29:05.632Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-02T19:29:06.236Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-02T19:29:06.842Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-02T19:29:06.842Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-02T19:29:07.119Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-02T19:29:07.119Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-02T19:29:07.119Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-02T19:29:07.396Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-02T19:29:07.396Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-02T19:29:08.380Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-02T19:29:08.380Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-02T19:29:08.656Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-02T19:29:08.934Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-02T19:29:08.934Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-02T19:29:10.942Z] go: downloading go.opencensus.io v0.23.0 [2022-05-02T19:29:11.543Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-02T19:29:11.543Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-02T19:29:12.145Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-02T19:29:12.145Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-02T19:29:12.421Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-02T19:29:12.697Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-02T19:29:12.972Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-02T19:29:13.572Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-02T19:29:16.974Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-02T19:29:18.960Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-02T19:29:18.960Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-02T19:29:19.235Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-02T19:29:19.235Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-02T19:29:19.512Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-02T19:29:20.113Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-02T19:29:20.388Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-02T19:29:20.388Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-02T19:29:20.665Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-02T19:29:20.665Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-02T19:29:20.943Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-02T19:29:20.943Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-02T19:29:31.121Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-02T19:29:31.121Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-02T19:29:31.121Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-02T19:29:31.121Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-02T19:29:57.940Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-02T19:29:57.940Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-02T19:31:05.994Z] 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-05-02T19:31:28.504Z] Removing intermediate container 3e7d792d69b0 [2022-05-02T19:31:28.504Z] ---> c4c0cac4dce3 [2022-05-02T19:31:28.504Z] [2022-05-02T19:31:28.504Z] Step 10/22 : FROM alpine:3.14 [2022-05-02T19:31:28.504Z] 3.14: Pulling from library/alpine [2022-05-02T19:31:29.970Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-02T19:31:29.970Z] Status: Downloaded newer image for alpine:3.14 [2022-05-02T19:31:29.970Z] ---> ac73e934f311 [2022-05-02T19:31:29.970Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-02T19:31:30.654Z] ---> Running in 382f0956ce72 [2022-05-02T19:31:33.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:31:33.293Z] Removing intermediate container 9422f2dd8eeb [2022-05-02T19:31:33.293Z] ---> 8493666cfe7e [2022-05-02T19:31:33.293Z] [2022-05-02T19:31:33.293Z] Step 10/31 : FROM alpine:3.14 [2022-05-02T19:31:33.293Z] ---> ac73e934f311 [2022-05-02T19:31:33.293Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-02T19:31:33.293Z] ---> Running in 9c9c415e6182 [2022-05-02T19:31:33.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:31:33.569Z] Removing intermediate container 9c9c415e6182 [2022-05-02T19:31:33.569Z] ---> ae70c5834208 [2022-05-02T19:31:33.569Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-02T19:31:33.569Z] ---> Running in f018a851b141 [2022-05-02T19:31:35.028Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-02T19:31:35.028Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-02T19:31:35.028Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-02T19:31:35.028Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-02T19:31:35.028Z] (5/6) Installing curl (7.79.1-r1) [2022-05-02T19:31:35.028Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-02T19:31:35.028Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:31:35.304Z] Executing ca-certificates-20211220-r0.trigger [2022-05-02T19:31:35.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:31:35.856Z] OK: 8 MiB in 20 packages [2022-05-02T19:31:36.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:31:37.594Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-02T19:31:37.594Z] (2/2) Installing su-exec (0.2-r1) [2022-05-02T19:31:37.594Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:31:37.874Z] OK: 6 MiB in 16 packages [2022-05-02T19:31:37.874Z] Removing intermediate container 382f0956ce72 [2022-05-02T19:31:38.165Z] ---> bf8233cfea6b [2022-05-02T19:31:38.165Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-02T19:31:38.165Z] ---> Running in a52db12c6b9e [2022-05-02T19:31:39.161Z] Removing intermediate container a52db12c6b9e [2022-05-02T19:31:39.161Z] ---> 00237e065d94 [2022-05-02T19:31:39.161Z] Step 13/22 : WORKDIR /edgex [2022-05-02T19:31:39.476Z] ---> Running in 78fc13f1c772 [2022-05-02T19:31:39.476Z] Removing intermediate container f018a851b141 [2022-05-02T19:31:39.476Z] ---> 79f06880c7c8 [2022-05-02T19:31:39.476Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-02T19:31:39.759Z] ---> Running in 8b5517759c12 [2022-05-02T19:31:40.040Z] Removing intermediate container 78fc13f1c772 [2022-05-02T19:31:40.040Z] ---> 04d28c6088c8 [2022-05-02T19:31:40.040Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-02T19:31:40.328Z] Removing intermediate container 8b5517759c12 [2022-05-02T19:31:40.328Z] ---> 5976513cd1cd [2022-05-02T19:31:40.328Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-02T19:31:40.604Z] ---> Running in e2a778158fce [2022-05-02T19:31:41.215Z] Removing intermediate container e2a778158fce [2022-05-02T19:31:41.215Z] ---> 2fb9142899e3 [2022-05-02T19:31:41.215Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-02T19:31:41.215Z] ---> e2bf8d67ef4e [2022-05-02T19:31:41.215Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-02T19:31:41.215Z] ---> Running in 16ff3f8cf014 [2022-05-02T19:31:44.633Z] ---> 49806022fae8 [2022-05-02T19:31:44.633Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-02T19:31:44.929Z] Removing intermediate container 16ff3f8cf014 [2022-05-02T19:31:44.929Z] ---> 4af287c7fd2a [2022-05-02T19:31:44.929Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-02T19:31:45.204Z] ---> Running in 0db11b470588 [2022-05-02T19:31:46.204Z] Removing intermediate container 0db11b470588 [2022-05-02T19:31:46.204Z] ---> 281369f09239 [2022-05-02T19:31:46.204Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-02T19:31:46.496Z] ---> a2894a14358f [2022-05-02T19:31:46.496Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-02T19:31:47.492Z] ---> 9cad7c45a8e4 [2022-05-02T19:31:47.492Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-02T19:31:47.768Z] ---> Running in 8bd1b9aa2df5 [2022-05-02T19:31:47.768Z] ---> b5a872433ae0 [2022-05-02T19:31:47.768Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-02T19:31:48.051Z] ---> Running in 9eb3c2752f8e [2022-05-02T19:31:52.404Z] Removing intermediate container 8bd1b9aa2df5 [2022-05-02T19:31:52.404Z] ---> 66441f9014e7 [2022-05-02T19:31:52.404Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:31:52.404Z] Removing intermediate container 9eb3c2752f8e [2022-05-02T19:31:52.404Z] ---> 6b74a9ea36da [2022-05-02T19:31:52.404Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-02T19:31:52.404Z] ---> Running in 625bc11a683f [2022-05-02T19:31:53.014Z] ---> 40685a245ecc [2022-05-02T19:31:53.014Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-02T19:31:53.014Z] Removing intermediate container 625bc11a683f [2022-05-02T19:31:53.014Z] ---> 7e231e6d09f8 [2022-05-02T19:31:53.014Z] Step 20/22 : LABEL arch=arm64 [2022-05-02T19:31:53.295Z] ---> Running in 0fd9681d281f [2022-05-02T19:31:53.897Z] Removing intermediate container 0fd9681d281f [2022-05-02T19:31:53.897Z] ---> 0cf585e64622 [2022-05-02T19:31:53.897Z] Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:31:54.175Z] ---> Running in 748cbecd249c [2022-05-02T19:31:55.175Z] Removing intermediate container 748cbecd249c [2022-05-02T19:31:55.175Z] ---> 80831cc7b09b [2022-05-02T19:31:55.175Z] Step 22/22 : LABEL version=0.0.0 [2022-05-02T19:31:55.451Z] ---> Running in f9e2c5c29862 [2022-05-02T19:31:56.053Z] ---> f1d044aab2cd [2022-05-02T19:31:56.053Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-02T19:31:56.326Z] Removing intermediate container f9e2c5c29862 [2022-05-02T19:31:56.326Z] ---> c3cb01957602 [2022-05-02T19:31:56.326Z] [2022-05-02T19:31:57.312Z] ---> 53f3d11f591f [2022-05-02T19:31:57.312Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-02T19:31:57.312Z] Successfully built c3cb01957602 [2022-05-02T19:31:57.312Z] Successfully tagged security-proxy-setup-arm64:latest [2022-05-02T19:31:57.312Z]  Building security-proxy-setup ... done Building security-spire-config [2022-05-02T19:31:57.911Z] ---> bbd3270bb403 [2022-05-02T19:31:57.911Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-02T19:31:58.897Z] ---> 9e23282422e4 [2022-05-02T19:31:58.897Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-02T19:31:59.494Z] ---> Running in b627b0c5c02d [2022-05-02T19:32:00.101Z] Removing intermediate container b627b0c5c02d [2022-05-02T19:32:00.102Z] ---> 97cf07cbb082 [2022-05-02T19:32:00.102Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-02T19:32:01.091Z] ---> 7cd62cd6876f [2022-05-02T19:32:01.091Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-02T19:32:01.380Z] ---> Running in 9ec744d4b07f [2022-05-02T19:32:04.780Z] Removing intermediate container 9ec744d4b07f [2022-05-02T19:32:04.780Z] ---> 508c27d49136 [2022-05-02T19:32:04.780Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-02T19:32:05.054Z] ---> Running in 7a963c28f648 [2022-05-02T19:32:05.661Z] Removing intermediate container 7a963c28f648 [2022-05-02T19:32:05.661Z] ---> e299fe6827db [2022-05-02T19:32:05.661Z] Step 28/31 : CMD ["gate"] [2022-05-02T19:32:06.263Z] ---> Running in 2e07de3bf7c7 [2022-05-02T19:32:06.865Z] Removing intermediate container 2e07de3bf7c7 [2022-05-02T19:32:06.865Z] ---> 21539a9d1b20 [2022-05-02T19:32:06.865Z] Step 29/31 : LABEL arch=arm64 [2022-05-02T19:32:07.143Z] ---> Running in 1d153741660b [2022-05-02T19:32:07.756Z] Removing intermediate container 1d153741660b [2022-05-02T19:32:07.756Z] ---> 63790affe8d7 [2022-05-02T19:32:07.756Z] Step 30/31 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:32:08.040Z] ---> Running in e7ad158400b0 [2022-05-02T19:32:08.643Z] Removing intermediate container e7ad158400b0 [2022-05-02T19:32:08.644Z] ---> 042cee4e1cb0 [2022-05-02T19:32:08.644Z] Step 31/31 : LABEL version=0.0.0 [2022-05-02T19:32:08.920Z] ---> Running in a77ae00bdb17 [2022-05-02T19:32:09.521Z] Removing intermediate container a77ae00bdb17 [2022-05-02T19:32:09.521Z] ---> d5006f94ded7 [2022-05-02T19:32:09.521Z] [2022-05-02T19:32:10.121Z] Successfully built d5006f94ded7 [2022-05-02T19:32:10.121Z] Successfully tagged security-bootstrapper-arm64:latest [2022-05-02T19:32:10.121Z]  Building security-bootstrapper ... done Building security-spire-server [2022-05-02T19:32:42.515Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:32:42.515Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:32:42.515Z] ---> 52193ea0f6f5 [2022-05-02T19:32:42.515Z] Step 3/26 : WORKDIR /edgex-go [2022-05-02T19:32:42.515Z] ---> Using cache [2022-05-02T19:32:42.515Z] ---> 51c185136b1b [2022-05-02T19:32:42.515Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:32:42.515Z] ---> Using cache [2022-05-02T19:32:42.515Z] ---> 5290579e23ac [2022-05-02T19:32:42.515Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-02T19:32:42.515Z] ---> Running in 28787d5a46ef [2022-05-02T19:32:43.976Z] Removing intermediate container f55cbf5de5f8 [2022-05-02T19:32:43.976Z] ---> 667dc6ce1b20 [2022-05-02T19:32:43.976Z] [2022-05-02T19:32:43.976Z] Step 10/23 : FROM alpine:3.14 [2022-05-02T19:32:43.976Z] ---> ac73e934f311 [2022-05-02T19:32:43.976Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-02T19:32:43.976Z] ---> Running in 4fb784e405e2 [2022-05-02T19:32:44.579Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:32:44.853Z] Removing intermediate container 4fb784e405e2 [2022-05-02T19:32:44.854Z] ---> 5d8f58f402f3 [2022-05-02T19:32:44.854Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-02T19:32:45.136Z] ---> Running in fc8aa3542de2 [2022-05-02T19:32:45.411Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:32:45.698Z] Removing intermediate container fc8aa3542de2 [2022-05-02T19:32:45.698Z] ---> b768156a1aea [2022-05-02T19:32:45.698Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-02T19:32:45.975Z] ---> Running in 66aaecdee6ec [2022-05-02T19:32:46.977Z] Removing intermediate container 66aaecdee6ec [2022-05-02T19:32:46.977Z] ---> c57b624a1846 [2022-05-02T19:32:46.977Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:32:46.977Z] OK: 220 MiB in 52 packages [2022-05-02T19:32:46.977Z] ---> Running in 8706f039a2da [2022-05-02T19:32:48.968Z] Removing intermediate container 28787d5a46ef [2022-05-02T19:32:48.968Z] ---> 34fa08f695fb [2022-05-02T19:32:48.968Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-02T19:32:51.143Z] ---> 6fb0374e1fc3 [2022-05-02T19:32:51.143Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:32:51.448Z] ---> Running in 19dd99896e7b [2022-05-02T19:32:51.779Z] Removing intermediate container 8706f039a2da [2022-05-02T19:32:51.779Z] ---> 80cb010f3a23 [2022-05-02T19:32:51.779Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-02T19:32:52.084Z] ---> Running in ef90b69bde89 [2022-05-02T19:32:55.593Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:32:55.593Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:32:55.593Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:32:55.593Z] ---> 52193ea0f6f5 [2022-05-02T19:32:55.593Z] Step 3/25 : WORKDIR /edgex-go [2022-05-02T19:32:55.593Z] ---> Using cache [2022-05-02T19:32:55.593Z] ---> 51c185136b1b [2022-05-02T19:32:55.593Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:32:55.593Z] ---> Using cache [2022-05-02T19:32:55.593Z] ---> 5290579e23ac [2022-05-02T19:32:55.593Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-02T19:32:55.593Z] ---> Using cache [2022-05-02T19:32:55.593Z] ---> 34fa08f695fb [2022-05-02T19:32:55.593Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-02T19:32:55.593Z] ---> Using cache [2022-05-02T19:32:55.593Z] ---> 6fb0374e1fc3 [2022-05-02T19:32:55.593Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:32:55.593Z] ---> Running in 2659a445512c [2022-05-02T19:32:56.201Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:32:57.655Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-02T19:32:57.655Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-02T19:32:57.655Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-02T19:32:57.655Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-02T19:32:57.936Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-02T19:32:58.223Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-02T19:32:58.223Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:32:58.223Z] OK: 8 MiB in 20 packages [2022-05-02T19:32:58.842Z] Removing intermediate container 19dd99896e7b [2022-05-02T19:32:58.842Z] ---> 8b6aba584a42 [2022-05-02T19:32:58.842Z] Step 8/26 : COPY . . [2022-05-02T19:33:00.849Z] Removing intermediate container ef90b69bde89 [2022-05-02T19:33:00.849Z] ---> ccec404f70c8 [2022-05-02T19:33:00.849Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:33:01.447Z] Removing intermediate container 2659a445512c [2022-05-02T19:33:01.447Z] ---> 5315e5fcf5e6 [2022-05-02T19:33:01.447Z] Step 8/25 : COPY . . [2022-05-02T19:33:02.431Z] ---> 987d840bd227 [2022-05-02T19:33:02.431Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-05-02T19:33:06.748Z] ---> 9bc47beb9b51 [2022-05-02T19:33:06.748Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-05-02T19:33:07.735Z] ---> 5fb115352979 [2022-05-02T19:33:07.735Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-05-02T19:33:08.013Z] ---> Running in d2cd56dcfc96 [2022-05-02T19:33:09.470Z] Removing intermediate container d2cd56dcfc96 [2022-05-02T19:33:09.470Z] ---> 08e7d714ab44 [2022-05-02T19:33:09.470Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:33:09.470Z] ---> Running in 19a5897be9e3 [2022-05-02T19:33:10.932Z] Removing intermediate container 19a5897be9e3 [2022-05-02T19:33:10.932Z] ---> 3e94387bccad [2022-05-02T19:33:10.932Z] Step 21/23 : LABEL arch=arm64 [2022-05-02T19:33:10.932Z] ---> Running in 46781ecc0861 [2022-05-02T19:33:12.376Z] Removing intermediate container 46781ecc0861 [2022-05-02T19:33:12.376Z] ---> e6d91b1de545 [2022-05-02T19:33:12.376Z] Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:33:12.653Z] ---> Running in 1ba46a0cf427 [2022-05-02T19:33:13.655Z] Removing intermediate container 1ba46a0cf427 [2022-05-02T19:33:13.655Z] ---> 9c4aa1ba7ff7 [2022-05-02T19:33:13.655Z] Step 23/23 : LABEL version=0.0.0 [2022-05-02T19:33:13.934Z] ---> Running in 0ce64f085f87 [2022-05-02T19:33:15.918Z] Removing intermediate container 0ce64f085f87 [2022-05-02T19:33:15.918Z] ---> 50541f640c93 [2022-05-02T19:33:15.918Z] [2022-05-02T19:33:17.357Z] Successfully built 50541f640c93 [2022-05-02T19:33:17.357Z] Successfully tagged core-data-arm64:latest [2022-05-02T19:33:17.357Z]  Building core-data ... done Building security-secretstore-setup [2022-05-02T19:33:35.702Z] Removing intermediate container fe68bed76dce [2022-05-02T19:33:35.702Z] ---> 92ed2495a960 [2022-05-02T19:33:35.702Z] [2022-05-02T19:33:35.702Z] Step 9/20 : FROM alpine:3.15 [2022-05-02T19:33:35.702Z] 3.15: Pulling from library/alpine [2022-05-02T19:33:39.107Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-02T19:33:39.107Z] Status: Downloaded newer image for alpine:3.15 [2022-05-02T19:33:39.107Z] ---> 3fb3c9af89a9 [2022-05-02T19:33:39.107Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-02T19:33:39.714Z] ---> Running in 1f96454f4abf [2022-05-02T19:33:41.161Z] Removing intermediate container 1f96454f4abf [2022-05-02T19:33:41.161Z] ---> d47293ec083a [2022-05-02T19:33:41.161Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:33:41.161Z] ---> Running in 5d55f5fef209 [2022-05-02T19:33:45.533Z] Removing intermediate container 5d55f5fef209 [2022-05-02T19:33:45.533Z] ---> 5bddd34322fc [2022-05-02T19:33:45.533Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-02T19:33:45.810Z] ---> Running in 87507e74a5dc [2022-05-02T19:33:48.460Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:33:49.452Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:33:49.452Z] ---> d5afa8e223a5 [2022-05-02T19:33:49.452Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-02T19:33:49.729Z] ---> Running in cd7d69164b1d [2022-05-02T19:33:50.737Z] Removing intermediate container cd7d69164b1d [2022-05-02T19:33:50.737Z] ---> 14c00657109a [2022-05-02T19:33:50.737Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-02T19:33:50.737Z] v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-02T19:33:50.737Z] v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-02T19:33:50.737Z] OK: 15730 distinct packages available [2022-05-02T19:33:51.036Z] ---> Running in 578d5e880cfe [2022-05-02T19:33:51.036Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:33:52.025Z] ---> 7e2193cc8336 [2022-05-02T19:33:52.025Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-02T19:33:52.302Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:33:52.302Z] ---> Running in eb4323cf4cb9 [2022-05-02T19:33:53.296Z] Removing intermediate container eb4323cf4cb9 [2022-05-02T19:33:53.296Z] ---> 049c63edc1d2 [2022-05-02T19:33:53.296Z] Step 10/25 : RUN mkdir -p spire-build [2022-05-02T19:33:53.296Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-02T19:33:53.574Z] ---> Running in c0b34477054e [2022-05-02T19:33:53.574Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-02T19:33:53.848Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-02T19:33:53.848Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-02T19:33:54.134Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:33:54.134Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:33:54.134Z] ---> 52193ea0f6f5 [2022-05-02T19:33:54.134Z] Step 3/25 : WORKDIR /edgex-go [2022-05-02T19:33:54.134Z] ---> Using cache [2022-05-02T19:33:54.134Z] ---> 51c185136b1b [2022-05-02T19:33:54.134Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:33:54.134Z] ---> Using cache [2022-05-02T19:33:54.134Z] ---> 5290579e23ac [2022-05-02T19:33:54.134Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-02T19:33:54.134Z] ---> Using cache [2022-05-02T19:33:54.134Z] ---> 3f564159516f [2022-05-02T19:33:54.134Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-02T19:33:54.134Z] ---> Using cache [2022-05-02T19:33:54.134Z] ---> 924a3b65572c [2022-05-02T19:33:54.134Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:33:54.134Z] ---> Using cache [2022-05-02T19:33:54.134Z] ---> a484451c7855 [2022-05-02T19:33:54.134Z] Step 8/25 : COPY . . [2022-05-02T19:33:54.134Z] (5/9) Installing curl (7.80.0-r1) [2022-05-02T19:33:54.134Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-02T19:33:54.134Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-02T19:33:54.414Z] (8/9) Installing libucontext (1.1-r0) [2022-05-02T19:33:54.414Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-02T19:33:54.414Z] Executing busybox-1.34.1-r5.trigger [2022-05-02T19:33:54.698Z] Executing ca-certificates-20211220-r0.trigger [2022-05-02T19:33:54.698Z] ---> Using cache [2022-05-02T19:33:54.698Z] ---> 1c9f88751a20 [2022-05-02T19:33:54.698Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-05-02T19:33:54.698Z] ---> Running in e9bf3d3bc6ca [2022-05-02T19:33:54.984Z] OK: 8 MiB in 23 packages [2022-05-02T19:33:55.587Z] Removing intermediate container 578d5e880cfe [2022-05-02T19:33:55.587Z] ---> 82471f38f747 [2022-05-02T19:33:55.587Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-02T19:33:55.881Z] ---> Running in ca990817cdce [2022-05-02T19:33:57.881Z] Removing intermediate container ca990817cdce [2022-05-02T19:33:57.881Z] ---> b6c3d4853d52 [2022-05-02T19:33:57.881Z] 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-05-02T19:33:57.881Z] ---> Running in ed7cf3ed72cc [2022-05-02T19:33:57.881Z] 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-05-02T19:33:58.878Z] Removing intermediate container c0b34477054e [2022-05-02T19:33:58.878Z] ---> bf516adf1ab3 [2022-05-02T19:33:58.878Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-02T19:33:58.878Z] ---> Running in c9b8767ed6c0 [2022-05-02T19:33:59.484Z] Removing intermediate container 87507e74a5dc [2022-05-02T19:33:59.484Z] ---> 529863a05d46 [2022-05-02T19:33:59.484Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:33:59.759Z] Removing intermediate container c9b8767ed6c0 [2022-05-02T19:33:59.759Z] ---> c7f1d10459c2 [2022-05-02T19:33:59.759Z] 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-05-02T19:34:00.033Z] ---> Running in 3d4a13a29b04 [2022-05-02T19:34:01.483Z] ---> c609eaee99f3 [2022-05-02T19:34:01.483Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-05-02T19:34:01.759Z] spire-1.2.1/ [2022-05-02T19:34:01.759Z] spire-1.2.1/.data/ [2022-05-02T19:34:01.759Z] spire-1.2.1/.data/.file [2022-05-02T19:34:01.759Z] spire-1.2.1/.dockerignore [2022-05-02T19:34:01.759Z] spire-1.2.1/.gitattributes [2022-05-02T19:34:01.759Z] spire-1.2.1/.githooks/ [2022-05-02T19:34:01.759Z] spire-1.2.1/.githooks/pre-commit [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/ [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/dependabot.yml [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/ [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-02T19:34:01.759Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-02T19:34:01.759Z] spire-1.2.1/.gitignore [2022-05-02T19:34:01.759Z] spire-1.2.1/.go-version [2022-05-02T19:34:01.759Z] spire-1.2.1/.golangci.yml [2022-05-02T19:34:01.759Z] spire-1.2.1/ADOPTERS.md [2022-05-02T19:34:01.759Z] spire-1.2.1/CHANGELOG.md [2022-05-02T19:34:01.759Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-02T19:34:01.759Z] spire-1.2.1/CODEOWNERS [2022-05-02T19:34:01.759Z] spire-1.2.1/CONTRIBUTING.md [2022-05-02T19:34:01.759Z] spire-1.2.1/Dockerfile [2022-05-02T19:34:01.759Z] spire-1.2.1/Dockerfile.dev [2022-05-02T19:34:01.759Z] spire-1.2.1/Dockerfile.scratch [2022-05-02T19:34:01.759Z] spire-1.2.1/LICENSE [2022-05-02T19:34:01.759Z] spire-1.2.1/MAINTAINERS.md [2022-05-02T19:34:01.759Z] spire-1.2.1/Makefile [2022-05-02T19:34:01.759Z] spire-1.2.1/README.md [2022-05-02T19:34:01.759Z] spire-1.2.1/ROADMAP.md [2022-05-02T19:34:01.759Z] spire-1.2.1/SECURITY.md [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-02T19:34:01.759Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-02T19:34:02.037Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/ [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/agent/ [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/agent/agent.conf [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/server/ [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/server/server.conf [2022-05-02T19:34:02.037Z] spire-1.2.1/conf/server/server_full.conf [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/ [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/SPIRE101.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/auditlog.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/ [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/scaling_spire.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/spire_agent.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/spire_server.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/supported_integrations.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/telemetry.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/telemetry_config.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/upgrading.md [2022-05-02T19:34:02.037Z] spire-1.2.1/doc/using_spire.md [2022-05-02T19:34:02.037Z] spire-1.2.1/examples/ [2022-05-02T19:34:02.037Z] spire-1.2.1/examples/README.md [2022-05-02T19:34:02.037Z] spire-1.2.1/go.mod [2022-05-02T19:34:02.037Z] spire-1.2.1/go.sum [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/agent.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/client/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/common/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/config.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-02T19:34:02.037Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/svid/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/names.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/auth/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/ [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-02T19:34:02.317Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cli/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-02T19:34:02.318Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/health/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/health/config.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/health/context.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/health/health.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/idutil/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/log/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/log/log.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/log/options.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/profiling/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-02T19:34:02.597Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/selector/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/uptime/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/task.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/version/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/version/version.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509util/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/api.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/health/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/id.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/status.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-02T19:34:02.598Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-02T19:34:02.878Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-02T19:34:02.878Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-02T19:34:02.878Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/catalog/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/config.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-02T19:34:02.879Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-02T19:34:02.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-02T19:34:03.158Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/registration/ [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/server.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/server_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/svid/ [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/private/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/private/server/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/private/server/journal/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/common/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/plugin/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-02T19:34:03.159Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-02T19:34:03.159Z] spire-1.2.1/release/ [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire-extras/ [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire-extras/README.md [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire/ [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire/README.md [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire/conf/ [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire/conf/server/ [2022-05-02T19:34:03.159Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-02T19:34:03.159Z] spire-1.2.1/script/ [2022-05-02T19:34:03.159Z] spire-1.2.1/script/build-artifact.sh [2022-05-02T19:34:03.159Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-02T19:34:03.159Z] spire-1.2.1/support/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-02T19:34:03.159Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-02T19:34:03.160Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/clock/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/clock/clock.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.gospire-1.2.1/ [2022-05-02T19:34:03.160Z] [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/ [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-02T19:34:03.160Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/ [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.confspire-1.2.1/.data/ [2022-05-02T19:34:03.438Z] spire-1.2.1/.data/.file [2022-05-02T19:34:03.438Z] spire-1.2.1/.dockerignore [2022-05-02T19:34:03.438Z] spire-1.2.1/.gitattributes [2022-05-02T19:34:03.438Z] spire-1.2.1/.githooks/ [2022-05-02T19:34:03.438Z] spire-1.2.1/.githooks/pre-commit [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/ [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/dependabot.yml [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/ [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-02T19:34:03.438Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-02T19:34:03.438Z] spire-1.2.1/.gitignore [2022-05-02T19:34:03.438Z] spire-1.2.1/.go-version [2022-05-02T19:34:03.438Z] spire-1.2.1/.golangci.yml [2022-05-02T19:34:03.438Z] spire-1.2.1/ADOPTERS.md [2022-05-02T19:34:03.438Z] spire-1.2.1/CHANGELOG.md [2022-05-02T19:34:03.438Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-02T19:34:03.438Z] spire-1.2.1/CODEOWNERS [2022-05-02T19:34:03.438Z] spire-1.2.1/CONTRIBUTING.md [2022-05-02T19:34:03.438Z] spire-1.2.1/Dockerfile [2022-05-02T19:34:03.438Z] spire-1.2.1/Dockerfile.dev [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/fixture.go [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-02T19:34:03.438Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-02T19:34:03.438Z] spire-1.2.1/Dockerfile.scratch [2022-05-02T19:34:03.438Z] spire-1.2.1/LICENSE [2022-05-02T19:34:03.438Z] spire-1.2.1/MAINTAINERS.md [2022-05-02T19:34:03.438Z] spire-1.2.1/Makefile [2022-05-02T19:34:03.438Z] spire-1.2.1/README.md [2022-05-02T19:34:03.438Z] spire-1.2.1/ROADMAP.md [2022-05-02T19:34:03.438Z] spire-1.2.1/SECURITY.md [2022-05-02T19:34:03.438Z] spire-1.2.1/cmd/ [2022-05-02T19:34:03.438Z] spire-1.2.1/cmd/spire-agent/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/registration/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-02T19:34:03.439Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/README.md [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/common [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-02T19:34:03.439Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-02T19:34:03.439Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-02T19:34:03.440Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/ [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/agent/ [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/agent/agent.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/server/ [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/server/server.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/conf/server/server_full.conf [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/ [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/SPIRE101.md [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/auditlog.md [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/images/ [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-02T19:34:03.440Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-02T19:34:03.440Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-02T19:34:03.728Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-02T19:34:03.728Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/scaling_spire.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/spire_agent.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/spire_server.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/supported_integrations.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/telemetry.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/telemetry_config.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/upgrading.md [2022-05-02T19:34:03.729Z] spire-1.2.1/doc/using_spire.md [2022-05-02T19:34:03.729Z] spire-1.2.1/examples/ [2022-05-02T19:34:03.729Z] spire-1.2.1/examples/README.md [2022-05-02T19:34:03.729Z] spire-1.2.1/go.mod [2022-05-02T19:34:03.729Z] spire-1.2.1/go.sum [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/agent.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/client/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/common/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/config.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-02T19:34:03.729Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-02T19:34:03.729Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/test-one.sh [2022-05-02T19:34:03.730Z] spire-1.2.1/test/integration/test.sh [2022-05-02T19:34:03.730Z] spire-1.2.1/test/plugintest/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/plugintest/config.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/plugintest/load.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/plugintest/option.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/dir.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/logs.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/suite.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/spiretest/x509.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/testca/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/testca/ca.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/testkey/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/testkey/generate.sh [2022-05-02T19:34:03.730Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/testkey/keys.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/testkey/new.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/tpmsimulator/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/util/ [2022-05-02T19:34:03.730Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/util/cert_generation.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/util/io_redirection.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/util/race.go [2022-05-02T19:34:03.730Z] spire-1.2.1/test/util/util.go [2022-05-02T19:34:03.730Z] building spire from source... [2022-05-02T19:34:03.730Z] [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:34:03.730Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/svid/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/names.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/auth/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cli/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-02T19:34:04.018Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/health/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/health/config.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/health/context.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/health/health.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/idutil/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/log/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/log/log.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/log/options.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/conn.go ---> 78d82693b60a [2022-05-02T19:34:04.297Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-02T19:34:04.297Z] [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-02T19:34:04.297Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/profiling/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/selector/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-02T19:34:04.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/uptime/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/uptime/uptime_test.goInstalling go1.17.7... [2022-05-02T19:34:04.575Z] [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/task.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/version/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/version/version.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509util/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/api.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/health/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/id.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-02T19:34:04.575Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/status.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/catalog/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/config.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-02T19:34:04.576Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-02T19:34:04.854Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-02T19:34:04.854Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-02T19:34:04.854Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-02T19:34:04.854Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:34:04.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-02T19:34:05.132Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/registration/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/server.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/server_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/svid/ [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/private/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/private/server/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/private/server/journal/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/common/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/plugin/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-02T19:34:05.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-02T19:34:05.133Z] spire-1.2.1/release/ [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire-extras/ [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire-extras/README.md [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire/ [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire/README.md [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire/conf/ [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire/conf/server/ [2022-05-02T19:34:05.133Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-02T19:34:05.133Z] spire-1.2.1/script/ [2022-05-02T19:34:05.133Z] spire-1.2.1/script/build-artifact.sh [2022-05-02T19:34:05.133Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-02T19:34:05.133Z] spire-1.2.1/support/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-02T19:34:05.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-02T19:34:05.134Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-02T19:34:05.134Z] spire-1.2.1/test/ [2022-05-02T19:34:05.134Z] spire-1.2.1/test/clock/ [2022-05-02T19:34:05.134Z] spire-1.2.1/test/clock/clock.go [2022-05-02T19:34:05.134Z] spire-1.2.1/test/fakes/ [2022-05-02T19:34:05.134Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-02T19:34:05.134Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-02T19:34:05.134Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-02T19:34:05.134Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-02T19:34:05.134Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-02T19:34:05.134Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-02T19:34:05.134Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf ---> d95e48a3212f [2022-05-02T19:34:05.414Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-02T19:34:05.414Z] [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/fixture.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/registration/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-02T19:34:05.414Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/README.md [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/common [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-02T19:34:05.414Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml ---> Running in 3ec702d7d149 [2022-05-02T19:34:05.415Z] [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-02T19:34:05.415Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-02T19:34:05.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-02T19:34:05.691Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-02T19:34:05.692Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/test-one.sh [2022-05-02T19:34:05.971Z] spire-1.2.1/test/integration/test.sh [2022-05-02T19:34:05.971Z] spire-1.2.1/test/plugintest/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/plugintest/config.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/plugintest/load.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/plugintest/option.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/dir.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/logs.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/suite.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/spiretest/x509.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/testca/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/testca/ca.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/testkey/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/testkey/generate.sh [2022-05-02T19:34:05.971Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/testkey/keys.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/testkey/new.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/tpmsimulator/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/util/ [2022-05-02T19:34:05.971Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/util/cert_generation.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/util/io_redirection.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/util/race.go [2022-05-02T19:34:05.971Z] spire-1.2.1/test/util/util.go [2022-05-02T19:34:05.971Z] building spire from source... [2022-05-02T19:34:06.256Z] Removing intermediate container 3ec702d7d149 [2022-05-02T19:34:06.256Z] ---> ebea8afffe89 [2022-05-02T19:34:06.256Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:34:06.256Z] ---> Running in 5fc41adc59a7 [2022-05-02T19:34:06.542Z] Installing go1.17.7... [2022-05-02T19:34:06.840Z] Removing intermediate container 5fc41adc59a7 [2022-05-02T19:34:06.840Z] ---> 75b0280d4bda [2022-05-02T19:34:06.840Z] Step 18/20 : LABEL arch=arm64 [2022-05-02T19:34:06.840Z] ---> Running in 59c2acfb61ea [2022-05-02T19:34:07.842Z] Removing intermediate container 59c2acfb61ea [2022-05-02T19:34:07.842Z] ---> b257ca0a289e [2022-05-02T19:34:07.842Z] Step 19/20 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:34:07.842Z] ---> Running in 0dcb6918ec51 [2022-05-02T19:34:08.241Z] Removing intermediate container 0dcb6918ec51 [2022-05-02T19:34:08.241Z] ---> 204e4cb1d1b7 [2022-05-02T19:34:08.241Z] Step 20/20 : LABEL version=0.0.0 [2022-05-02T19:34:08.561Z] ---> Running in 13bf7b72ba83 [2022-05-02T19:34:08.857Z] Removing intermediate container 13bf7b72ba83 [2022-05-02T19:34:09.137Z] ---> b50b66358d1c [2022-05-02T19:34:09.137Z] [2022-05-02T19:34:09.518Z] Successfully built b50b66358d1c [2022-05-02T19:34:09.519Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-05-02T19:34:09.519Z] Building support-notifications [2022-05-02T19:34:36.381Z]  Building security-spiffe-token-provider ... done Building bin/spire-server... [2022-05-02T19:34:36.381Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-02T19:34:36.381Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-02T19:34:36.381Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-02T19:34:36.658Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-02T19:34:36.658Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-02T19:34:40.056Z] Building bin/spire-server... [2022-05-02T19:34:40.056Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-02T19:34:40.056Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-02T19:34:40.056Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-02T19:34:40.657Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:34:40.657Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:34:40.657Z] ---> 52193ea0f6f5 [2022-05-02T19:34:40.657Z] Step 3/22 : WORKDIR /edgex-go [2022-05-02T19:34:40.657Z] ---> Using cache [2022-05-02T19:34:40.657Z] ---> 51c185136b1b [2022-05-02T19:34:40.657Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:34:40.657Z] ---> Using cache [2022-05-02T19:34:40.657Z] ---> 5290579e23ac [2022-05-02T19:34:40.657Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-02T19:34:40.657Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-02T19:34:40.657Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-02T19:34:41.258Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-02T19:34:41.534Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-02T19:34:42.147Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-02T19:34:42.147Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-02T19:34:42.423Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-02T19:34:42.423Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-02T19:34:43.030Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-02T19:34:43.339Z]  ---> Running in 5b09300b513e [2022-05-02T19:34:43.624Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-02T19:34:43.899Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-02T19:34:43.899Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-02T19:34:43.899Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-02T19:34:43.899Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-02T19:34:44.515Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-02T19:34:44.515Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-02T19:34:44.515Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-02T19:34:44.515Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-02T19:34:44.515Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-02T19:34:45.119Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-02T19:34:45.119Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:34:46.120Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:34:46.120Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-02T19:34:47.113Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-02T19:34:47.113Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-02T19:34:47.113Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-02T19:34:47.410Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-02T19:34:47.410Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-02T19:34:47.410Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-02T19:34:47.410Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-02T19:34:47.692Z] OK: 220 MiB in 52 packages [2022-05-02T19:34:48.722Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-02T19:34:48.722Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-02T19:34:48.722Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-02T19:34:49.016Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-02T19:34:49.016Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-02T19:34:49.299Z] Removing intermediate container 5b09300b513e [2022-05-02T19:34:49.299Z] ---> 72a67f9c313c [2022-05-02T19:34:49.594Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-02T19:34:50.209Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-02T19:34:50.209Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-02T19:34:50.484Z]  ---> da3a99c9558a [2022-05-02T19:34:50.484Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:34:50.484Z] ---> Running in 2a8267dd21a9 [2022-05-02T19:34:55.928Z] Removing intermediate container 2a8267dd21a9 [2022-05-02T19:34:55.928Z] ---> 0bba5d52ade2 [2022-05-02T19:34:55.928Z] Step 8/22 : COPY . . [2022-05-02T19:35:08.349Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-02T19:35:08.349Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-02T19:35:08.349Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-02T19:35:08.349Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-02T19:35:08.349Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-02T19:35:08.349Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-02T19:35:08.349Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-02T19:35:08.349Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-02T19:35:08.655Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-02T19:35:08.655Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-02T19:35:08.655Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-02T19:35:08.946Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-02T19:35:09.221Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-02T19:35:10.213Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-02T19:35:10.490Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-02T19:35:10.490Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-02T19:35:10.769Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-02T19:35:11.755Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-02T19:35:11.755Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-02T19:35:12.032Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-02T19:35:12.032Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-02T19:35:12.309Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-02T19:35:12.585Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-02T19:35:13.187Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-02T19:35:13.465Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-02T19:35:14.071Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-02T19:35:14.071Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-02T19:35:15.055Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-02T19:35:15.055Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-02T19:35:15.331Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-02T19:35:15.331Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-02T19:35:15.607Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-02T19:35:15.607Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-02T19:35:15.885Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-02T19:35:15.885Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-02T19:35:15.885Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-02T19:35:16.160Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-02T19:35:16.765Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-02T19:35:16.765Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-02T19:35:16.765Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-02T19:35:17.041Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-02T19:35:17.041Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-02T19:35:17.041Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-02T19:35:17.653Z]  ---> ebccf0f63547 [2022-05-02T19:35:17.653Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-02T19:35:17.653Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-02T19:35:17.934Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-02T19:35:17.934Z]  ---> Running in b0631ee63257 [2022-05-02T19:35:17.934Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-02T19:35:18.214Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-02T19:35:18.214Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-02T19:35:18.214Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-02T19:35:18.214Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-02T19:35:18.491Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-02T19:35:18.491Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-02T19:35:18.491Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-02T19:35:18.491Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-02T19:35:19.092Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-02T19:35:19.092Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-02T19:35:19.367Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-02T19:35:19.648Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-02T19:35:19.648Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-02T19:35:19.648Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-02T19:35:20.266Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-02T19:35:20.266Z] 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-05-02T19:35:20.541Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-02T19:35:20.817Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-02T19:35:27.554Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-02T19:35:27.554Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-02T19:35:27.555Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-02T19:35:27.555Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-02T19:35:27.555Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-02T19:35:30.957Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-02T19:35:30.957Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-02T19:35:30.957Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-02T19:35:31.237Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-02T19:35:49.585Z] go: downloading google.golang.org/api v0.70.0 [2022-05-02T19:35:49.585Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-02T19:35:49.585Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-02T19:35:49.585Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-02T19:35:49.585Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-02T19:35:49.585Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-02T19:35:49.585Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-02T19:35:49.585Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-02T19:35:53.960Z] go: downloading k8s.io/api v0.23.4 [2022-05-02T19:35:55.609Z] go: downloading google.golang.org/api v0.70.0 [2022-05-02T19:35:55.609Z] go: downloading k8s.io/api v0.23.4 [2022-05-02T19:35:55.609Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-02T19:36:02.413Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-02T19:36:03.016Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-02T19:36:07.342Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-02T19:36:08.784Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-02T19:36:09.060Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-02T19:36:09.339Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-02T19:36:09.942Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-02T19:36:10.544Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-02T19:36:20.745Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-02T19:36:20.745Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-02T19:36:20.745Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-02T19:36:20.745Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-02T19:36:20.745Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-02T19:36:20.745Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-02T19:36:23.396Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-02T19:36:23.396Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-02T19:36:25.394Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-02T19:36:25.394Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-02T19:36:25.673Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-02T19:36:25.673Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-02T19:36:25.673Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-02T19:36:25.952Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-02T19:36:25.952Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-02T19:36:26.232Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-02T19:36:26.232Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-02T19:36:26.508Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-02T19:36:27.500Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-02T19:36:27.777Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-02T19:36:28.057Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-02T19:36:28.057Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-02T19:36:29.510Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-02T19:36:29.510Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-02T19:36:29.790Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-02T19:36:30.395Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-02T19:36:35.833Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-02T19:36:35.833Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-02T19:36:35.833Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-02T19:36:37.286Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-02T19:36:37.565Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-02T19:36:38.171Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-02T19:36:38.448Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-02T19:36:38.448Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-02T19:36:38.729Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-02T19:36:38.729Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-02T19:36:38.729Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-02T19:36:38.729Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-02T19:36:38.729Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-02T19:36:39.007Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-02T19:36:39.007Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-02T19:36:39.007Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-02T19:36:40.002Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-02T19:36:40.280Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-02T19:36:40.280Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-02T19:36:40.563Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-02T19:36:40.563Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-02T19:36:40.563Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-02T19:36:40.841Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-02T19:36:41.121Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-02T19:36:41.121Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-02T19:36:41.401Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-02T19:36:41.401Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-02T19:36:42.394Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-02T19:36:43.386Z] go: downloading go.opencensus.io v0.23.0 [2022-05-02T19:36:44.379Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-02T19:36:44.379Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-02T19:36:44.379Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-02T19:36:44.658Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-02T19:36:45.264Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-02T19:36:45.264Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-02T19:36:45.869Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-02T19:36:45.869Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-02T19:36:46.146Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-02T19:36:46.423Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-02T19:36:47.417Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-02T19:36:47.696Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-02T19:36:47.696Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-02T19:36:47.973Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-02T19:36:48.251Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-02T19:36:48.530Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-02T19:36:48.810Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-02T19:36:48.810Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-02T19:36:48.810Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-02T19:36:48.810Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-02T19:36:49.088Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-02T19:36:49.369Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-02T19:36:49.369Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-02T19:36:49.369Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-02T19:36:49.647Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-02T19:36:49.929Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-02T19:36:49.929Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-02T19:36:51.384Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-02T19:36:51.384Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-02T19:36:51.990Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-02T19:36:52.597Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-02T19:36:52.597Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-02T19:36:53.201Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-02T19:36:53.201Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-02T19:36:53.806Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-02T19:36:53.807Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-02T19:36:53.807Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-02T19:36:54.086Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-02T19:36:54.087Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-02T19:36:57.507Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-02T19:36:57.507Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-02T19:36:57.784Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-02T19:36:57.784Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-02T19:36:57.784Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-02T19:36:58.063Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-02T19:36:58.063Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-02T19:36:59.057Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-02T19:36:59.057Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-02T19:36:59.057Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-02T19:36:59.336Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-02T19:36:59.336Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-02T19:36:59.941Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-02T19:37:00.550Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-02T19:37:01.158Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-02T19:37:01.158Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-02T19:37:01.158Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-02T19:37:01.436Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-02T19:37:01.436Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-02T19:37:01.436Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-02T19:37:01.716Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-02T19:37:02.789Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-02T19:37:03.693Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-02T19:37:03.693Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-02T19:37:03.693Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-02T19:37:04.023Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-02T19:37:04.793Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-02T19:37:04.793Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-02T19:37:04.793Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-02T19:37:04.793Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-02T19:37:06.270Z] go: downloading go.opencensus.io v0.23.0 [2022-05-02T19:37:07.259Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-02T19:37:07.260Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-02T19:37:07.864Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-02T19:37:07.864Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-02T19:37:08.143Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-02T19:37:08.423Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-02T19:37:08.423Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-02T19:37:09.413Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-02T19:37:12.068Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-02T19:37:12.068Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-02T19:37:12.684Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-02T19:37:14.700Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-02T19:37:14.700Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-02T19:37:15.692Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-02T19:37:15.970Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-02T19:37:16.249Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-02T19:37:16.249Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-02T19:37:16.527Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-02T19:37:16.527Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-02T19:37:16.807Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-02T19:37:29.275Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-02T19:37:29.275Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-02T19:37:29.275Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-02T19:37:29.275Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-02T19:37:51.514Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-02T19:37:51.514Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-02T19:37:55.856Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-02T19:37:55.856Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-02T19:39:03.954Z] 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-05-02T19:39:14.204Z] Removing intermediate container e9bf3d3bc6ca [2022-05-02T19:39:14.204Z] ---> 4c14283e350d [2022-05-02T19:39:14.204Z] [2022-05-02T19:39:14.204Z] Step 10/25 : FROM alpine:3.14 [2022-05-02T19:39:14.204Z] ---> ac73e934f311 [2022-05-02T19:39:14.204Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-02T19:39:14.204Z] ---> Running in 5dbd4ab9a15f [2022-05-02T19:39:16.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:39:16.481Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:39:17.474Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-02T19:39:17.749Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-02T19:39:17.749Z] (3/3) Installing su-exec (0.2-r1) [2022-05-02T19:39:17.749Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:39:17.749Z] Executing ca-certificates-20211220-r0.trigger [2022-05-02T19:39:18.352Z] OK: 6 MiB in 17 packages [2022-05-02T19:39:20.339Z] Removing intermediate container 5dbd4ab9a15f [2022-05-02T19:39:20.339Z] ---> df482465280e [2022-05-02T19:39:20.339Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-02T19:39:20.624Z] ---> Running in 68cb00b57886 [2022-05-02T19:39:20.901Z] Removing intermediate container 68cb00b57886 [2022-05-02T19:39:20.901Z] ---> 65c97fa56180 [2022-05-02T19:39:20.901Z] Step 13/25 : WORKDIR / [2022-05-02T19:39:21.184Z] ---> Running in 91ee8d0816bb [2022-05-02T19:39:21.785Z] Removing intermediate container 91ee8d0816bb [2022-05-02T19:39:21.785Z] ---> 5d0c4c1fa4fd [2022-05-02T19:39:21.785Z] 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-05-02T19:39:22.769Z] ---> 228f8bea21e2 [2022-05-02T19:39:22.769Z] 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-05-02T19:39:23.758Z] ---> 0a966c4ad0a3 [2022-05-02T19:39:23.759Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-02T19:39:24.750Z] ---> 2eb834a5bbc1 [2022-05-02T19:39:24.750Z] 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-05-02T19:39:25.743Z] ---> b35faae57844 [2022-05-02T19:39:25.743Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-02T19:39:27.192Z] ---> a792f6e8d84d [2022-05-02T19:39:27.192Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-02T19:39:29.178Z] ---> 4c3441968173 [2022-05-02T19:39:29.178Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-02T19:39:30.165Z] ---> fc1adcb4661a [2022-05-02T19:39:30.165Z] 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-05-02T19:39:30.441Z] ---> Running in 6cc5d4018e99 [2022-05-02T19:39:34.254Z] Removing intermediate container 6cc5d4018e99 [2022-05-02T19:39:34.254Z] ---> bceca237ce57 [2022-05-02T19:39:34.254Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-02T19:39:34.254Z] ---> Running in 9565d59fc075 [2022-05-02T19:39:34.548Z] Removing intermediate container 9565d59fc075 [2022-05-02T19:39:34.548Z] ---> 3f9ede6afdfb [2022-05-02T19:39:34.548Z] Step 23/25 : LABEL arch=arm64 [2022-05-02T19:39:34.829Z] ---> Running in 1c34df3035a8 [2022-05-02T19:39:35.445Z] Removing intermediate container 1c34df3035a8 [2022-05-02T19:39:35.445Z] ---> 9d15826e5f1d [2022-05-02T19:39:35.445Z] Step 24/25 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:39:35.445Z] ---> Running in bb7cced1c84d [2022-05-02T19:39:36.054Z] Removing intermediate container bb7cced1c84d [2022-05-02T19:39:36.054Z] ---> b60ae5cc1a54 [2022-05-02T19:39:36.054Z] Step 25/25 : LABEL version=0.0.0 [2022-05-02T19:39:36.054Z] ---> Running in 02a5a2c60b4d [2022-05-02T19:39:36.661Z] Removing intermediate container 02a5a2c60b4d [2022-05-02T19:39:36.661Z] ---> 503bde13da19 [2022-05-02T19:39:36.661Z] [2022-05-02T19:39:37.261Z] Successfully built 503bde13da19 [2022-05-02T19:39:37.261Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-05-02T19:39:37.261Z]  Building security-secretstore-setup ... done Building core-metadata [2022-05-02T19:40:09.654Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:40:09.654Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:40:09.654Z] ---> 52193ea0f6f5 [2022-05-02T19:40:09.654Z] Step 3/23 : WORKDIR /edgex-go [2022-05-02T19:40:09.654Z] ---> Using cache [2022-05-02T19:40:09.654Z] ---> 51c185136b1b [2022-05-02T19:40:09.654Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:40:09.654Z] ---> Using cache [2022-05-02T19:40:09.654Z] ---> 5290579e23ac [2022-05-02T19:40:09.654Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-02T19:40:09.654Z] ---> Using cache [2022-05-02T19:40:09.654Z] ---> 3f564159516f [2022-05-02T19:40:09.654Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-02T19:40:09.654Z] ---> Using cache [2022-05-02T19:40:09.654Z] ---> 924a3b65572c [2022-05-02T19:40:09.654Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:40:09.654Z] ---> Using cache [2022-05-02T19:40:09.654Z] ---> a484451c7855 [2022-05-02T19:40:09.654Z] Step 8/23 : COPY . . [2022-05-02T19:40:09.654Z] ---> Using cache [2022-05-02T19:40:09.654Z] ---> 1c9f88751a20 [2022-05-02T19:40:09.654Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-02T19:40:09.654Z] ---> Running in e4b6c1a8b083 [2022-05-02T19:40:10.260Z] 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-05-02T19:43:32.317Z] Removing intermediate container b0631ee63257 [2022-05-02T19:43:32.317Z] ---> 9a1167491f4a [2022-05-02T19:43:32.317Z] [2022-05-02T19:43:32.317Z] Step 10/22 : FROM alpine:3.14 [2022-05-02T19:43:32.317Z] ---> ac73e934f311 [2022-05-02T19:43:32.317Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-02T19:43:32.317Z] ---> Running in db108c850957 [2022-05-02T19:43:32.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:43:32.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:43:32.317Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-02T19:43:32.317Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-02T19:43:32.317Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:43:32.317Z] Executing ca-certificates-20211220-r0.trigger [2022-05-02T19:43:32.317Z] OK: 6 MiB in 16 packages [2022-05-02T19:43:32.317Z] Removing intermediate container db108c850957 [2022-05-02T19:43:32.317Z] ---> a721b2c61c8b [2022-05-02T19:43:32.317Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-02T19:43:32.317Z] ---> Running in 1b659d90fff7 [2022-05-02T19:43:32.317Z] Removing intermediate container 1b659d90fff7 [2022-05-02T19:43:32.317Z] ---> c1d7a20e779e [2022-05-02T19:43:32.317Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-02T19:43:32.317Z] ---> Running in d6851adf5f3d [2022-05-02T19:43:32.317Z] Removing intermediate container d6851adf5f3d [2022-05-02T19:43:32.317Z] ---> 1d9d3e7764a6 [2022-05-02T19:43:32.317Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-02T19:43:32.317Z] ---> Running in dbb185db6383 [2022-05-02T19:43:32.317Z] Removing intermediate container dbb185db6383 [2022-05-02T19:43:32.317Z] ---> c44fb84cadfa [2022-05-02T19:43:32.317Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:43:32.317Z] ---> b84335bcd51e [2022-05-02T19:43:32.317Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-02T19:43:32.317Z] ---> 3f45893529b5 [2022-05-02T19:43:32.317Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-02T19:43:32.601Z] ---> 2ca87fd120b0 [2022-05-02T19:43:32.601Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-02T19:43:32.601Z] ---> Running in b8765c0a612a [2022-05-02T19:43:33.232Z] Removing intermediate container b8765c0a612a [2022-05-02T19:43:33.232Z] ---> 60d04bb77c53 [2022-05-02T19:43:33.232Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:43:33.232Z] ---> Running in 8562961e1c74 [2022-05-02T19:43:33.846Z] Removing intermediate container 8562961e1c74 [2022-05-02T19:43:33.846Z] ---> f6c517f57efd [2022-05-02T19:43:33.846Z] Step 20/22 : LABEL arch=arm64 [2022-05-02T19:43:34.124Z] ---> Running in 04e8ac147885 [2022-05-02T19:43:34.729Z] Removing intermediate container 04e8ac147885 [2022-05-02T19:43:34.730Z] ---> ae28f693c505 [2022-05-02T19:43:34.730Z] Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:43:34.730Z] ---> Running in 95782ffd21de [2022-05-02T19:43:35.365Z] Removing intermediate container 95782ffd21de [2022-05-02T19:43:35.365Z] ---> d578c70abea9 [2022-05-02T19:43:35.365Z] Step 22/22 : LABEL version=0.0.0 [2022-05-02T19:43:35.653Z] ---> Running in 6dedd718bc94 [2022-05-02T19:43:35.932Z] Removing intermediate container 6dedd718bc94 [2022-05-02T19:43:35.932Z] ---> e1e10960a2f5 [2022-05-02T19:43:35.932Z] [2022-05-02T19:43:36.537Z] Successfully built e1e10960a2f5 [2022-05-02T19:43:36.537Z] Successfully tagged support-notifications-arm64:latest [2022-05-02T19:43:36.537Z]  Building support-notifications ... done Building core-command [2022-05-02T19:44:08.906Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:44:08.906Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:44:08.906Z] ---> 52193ea0f6f5 [2022-05-02T19:44:08.906Z] Step 3/23 : WORKDIR /edgex-go [2022-05-02T19:44:08.906Z] ---> Using cache [2022-05-02T19:44:08.906Z] ---> 51c185136b1b [2022-05-02T19:44:08.906Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:44:08.906Z] ---> Using cache [2022-05-02T19:44:08.906Z] ---> 5290579e23ac [2022-05-02T19:44:08.906Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-02T19:44:08.906Z] ---> Using cache [2022-05-02T19:44:08.906Z] ---> 3f564159516f [2022-05-02T19:44:08.906Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-02T19:44:08.906Z] ---> Using cache [2022-05-02T19:44:08.906Z] ---> 924a3b65572c [2022-05-02T19:44:08.906Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:44:08.906Z] ---> Using cache [2022-05-02T19:44:08.906Z] ---> a484451c7855 [2022-05-02T19:44:08.906Z] Step 8/23 : COPY . . [2022-05-02T19:44:08.906Z] ---> Using cache [2022-05-02T19:44:08.906Z] ---> 1c9f88751a20 [2022-05-02T19:44:08.906Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-02T19:44:08.906Z] ---> Running in 50a08a25b620 [2022-05-02T19:44:08.906Z] 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-05-02T19:46:00.788Z] Removing intermediate container e4b6c1a8b083 [2022-05-02T19:46:00.788Z] ---> ac9bbb33ef83 [2022-05-02T19:46:00.788Z] [2022-05-02T19:46:00.788Z] Step 10/23 : FROM alpine:3.14 [2022-05-02T19:46:00.788Z] ---> ac73e934f311 [2022-05-02T19:46:00.788Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-02T19:46:00.788Z] ---> Running in 31df3606cd0e [2022-05-02T19:46:00.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:46:00.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:46:00.788Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-02T19:46:00.788Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T19:46:00.788Z] OK: 5 MiB in 15 packages [2022-05-02T19:46:00.788Z] Removing intermediate container 31df3606cd0e [2022-05-02T19:46:00.788Z] ---> c8b7330bb25f [2022-05-02T19:46:00.788Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-02T19:46:00.788Z] ---> Running in a1fc179f2859 [2022-05-02T19:46:00.788Z] Removing intermediate container a1fc179f2859 [2022-05-02T19:46:00.788Z] ---> becc5aff4070 [2022-05-02T19:46:00.788Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-02T19:46:00.788Z] ---> Running in 337364cf618f [2022-05-02T19:46:00.788Z] Removing intermediate container 337364cf618f [2022-05-02T19:46:00.788Z] ---> a148f136fa4d [2022-05-02T19:46:00.788Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-02T19:46:00.788Z] ---> Running in f0bf92f638ff [2022-05-02T19:46:00.788Z] Removing intermediate container f0bf92f638ff [2022-05-02T19:46:00.788Z] ---> fc583fd67054 [2022-05-02T19:46:00.788Z] Step 15/23 : WORKDIR / [2022-05-02T19:46:00.788Z] ---> Running in 8588081bd738 [2022-05-02T19:46:00.788Z] Removing intermediate container 8588081bd738 [2022-05-02T19:46:00.788Z] ---> 3d0e14cdef51 [2022-05-02T19:46:00.788Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:46:00.788Z] ---> 334b77e0afed [2022-05-02T19:46:00.788Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-02T19:46:00.788Z] ---> cbe9a0b0969d [2022-05-02T19:46:00.788Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-02T19:46:00.788Z] ---> 80caa647609c [2022-05-02T19:46:00.788Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-02T19:46:00.788Z] ---> Running in 33e1a5e2c9f3 [2022-05-02T19:46:00.788Z] Removing intermediate container 33e1a5e2c9f3 [2022-05-02T19:46:00.788Z] ---> 6535d925b347 [2022-05-02T19:46:00.788Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:46:00.788Z] ---> Running in a2dfe0c31191 [2022-05-02T19:46:00.788Z] Removing intermediate container a2dfe0c31191 [2022-05-02T19:46:00.788Z] ---> ae41b404fd1c [2022-05-02T19:46:00.788Z] Step 21/23 : LABEL arch=arm64 [2022-05-02T19:46:00.788Z] ---> Running in eb827a5e1107 [2022-05-02T19:46:00.788Z] Removing intermediate container eb827a5e1107 [2022-05-02T19:46:00.788Z] ---> 9276a4f452bd [2022-05-02T19:46:00.788Z] Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:46:00.788Z] ---> Running in 51263d343bbd [2022-05-02T19:46:01.065Z] Removing intermediate container 51263d343bbd [2022-05-02T19:46:01.065Z] ---> ffe6a385f8ed [2022-05-02T19:46:01.065Z] Step 23/23 : LABEL version=0.0.0 [2022-05-02T19:46:01.344Z] ---> Running in fcb78b3b15fc [2022-05-02T19:46:01.950Z] Removing intermediate container fcb78b3b15fc [2022-05-02T19:46:01.950Z] ---> 750cbc638568 [2022-05-02T19:46:01.950Z] [2022-05-02T19:46:02.235Z] Successfully built 750cbc638568 [2022-05-02T19:46:02.235Z] Successfully tagged core-metadata-arm64:latest [2022-05-02T19:46:02.235Z] Building support-scheduler [2022-05-02T19:46:34.633Z]  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:46:34.633Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:46:34.633Z] ---> 52193ea0f6f5 [2022-05-02T19:46:34.633Z] Step 3/22 : WORKDIR /edgex-go [2022-05-02T19:46:34.633Z] ---> Using cache [2022-05-02T19:46:34.633Z] ---> 51c185136b1b [2022-05-02T19:46:34.633Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:46:34.633Z] ---> Using cache [2022-05-02T19:46:34.633Z] ---> 5290579e23ac [2022-05-02T19:46:34.633Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-02T19:46:34.633Z] ---> Using cache [2022-05-02T19:46:34.633Z] ---> 3f564159516f [2022-05-02T19:46:34.633Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-02T19:46:34.633Z] ---> Using cache [2022-05-02T19:46:34.633Z] ---> 924a3b65572c [2022-05-02T19:46:34.633Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:46:34.633Z] ---> Using cache [2022-05-02T19:46:34.633Z] ---> a484451c7855 [2022-05-02T19:46:34.633Z] Step 8/22 : COPY . . [2022-05-02T19:46:34.633Z] ---> Using cache [2022-05-02T19:46:34.633Z] ---> 1c9f88751a20 [2022-05-02T19:46:34.926Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-02T19:46:35.205Z] ---> Running in a4594e1cd80f [2022-05-02T19:46:37.221Z] 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-05-02T19:49:29.387Z] Removing intermediate container 50a08a25b620 [2022-05-02T19:49:29.387Z] ---> 8af937d16907 [2022-05-02T19:49:29.387Z] [2022-05-02T19:49:29.387Z] Step 10/23 : FROM alpine:3.14 [2022-05-02T19:49:29.387Z] ---> ac73e934f311 [2022-05-02T19:49:29.387Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-02T19:49:29.387Z] ---> Using cache [2022-05-02T19:49:29.387Z] ---> c8b7330bb25f [2022-05-02T19:49:29.387Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-02T19:49:29.387Z] ---> Using cache [2022-05-02T19:49:29.387Z] ---> becc5aff4070 [2022-05-02T19:49:29.387Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-02T19:49:29.387Z] ---> Running in d6f2770bacb4 [2022-05-02T19:49:29.387Z] Removing intermediate container d6f2770bacb4 [2022-05-02T19:49:29.387Z] ---> 3667ac731e6d [2022-05-02T19:49:29.387Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-02T19:49:29.387Z] ---> Running in b9925154c2ad [2022-05-02T19:49:29.387Z] Removing intermediate container b9925154c2ad [2022-05-02T19:49:29.387Z] ---> dad660b9ccfb [2022-05-02T19:49:29.387Z] Step 15/23 : WORKDIR / [2022-05-02T19:49:29.387Z] ---> Running in 4ae81b4d34dd [2022-05-02T19:49:29.387Z] Removing intermediate container 4ae81b4d34dd [2022-05-02T19:49:29.387Z] ---> 0b8dbacbb93c [2022-05-02T19:49:29.387Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:49:29.387Z] ---> 9fc15da4dfea [2022-05-02T19:49:29.387Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-02T19:49:29.387Z] ---> 57d492de04c5 [2022-05-02T19:49:29.387Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-02T19:49:29.387Z] ---> cb0bf4bf696d [2022-05-02T19:49:29.387Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-02T19:49:29.387Z] ---> Running in 44748a37c348 [2022-05-02T19:49:29.387Z] Removing intermediate container 44748a37c348 [2022-05-02T19:49:29.387Z] ---> f81211cbffd8 [2022-05-02T19:49:29.387Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:49:29.387Z] ---> Running in ac779cf03bcd [2022-05-02T19:49:29.387Z] Removing intermediate container ac779cf03bcd [2022-05-02T19:49:29.387Z] ---> 04b2936211d8 [2022-05-02T19:49:29.387Z] Step 21/23 : LABEL arch=arm64 [2022-05-02T19:49:29.387Z] ---> Running in 09eef6de8a0d [2022-05-02T19:49:29.695Z] Removing intermediate container 09eef6de8a0d [2022-05-02T19:49:29.695Z] ---> cad3474f32e9 [2022-05-02T19:49:29.695Z] Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:49:29.695Z] ---> Running in fd8282cfd054 [2022-05-02T19:49:30.321Z] Removing intermediate container fd8282cfd054 [2022-05-02T19:49:30.321Z] ---> b9b43db270ba [2022-05-02T19:49:30.321Z] Step 23/23 : LABEL version=0.0.0 [2022-05-02T19:49:30.627Z] ---> Running in 5772b71329bc [2022-05-02T19:49:30.909Z] Removing intermediate container 5772b71329bc [2022-05-02T19:49:30.909Z] ---> 17ac3aeedbd0 [2022-05-02T19:49:30.909Z] [2022-05-02T19:49:31.516Z] Successfully built 17ac3aeedbd0 [2022-05-02T19:49:31.516Z] Successfully tagged core-command-arm64:latest [2022-05-02T19:49:31.516Z]  Building core-command ... done Building sys-mgmt-agent [2022-05-02T19:50:03.972Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-02T19:50:03.972Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-02T19:50:03.972Z] ---> 52193ea0f6f5 [2022-05-02T19:50:03.972Z] Step 3/23 : WORKDIR /edgex-go [2022-05-02T19:50:03.972Z] ---> Using cache [2022-05-02T19:50:03.972Z] ---> 51c185136b1b [2022-05-02T19:50:03.972Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T19:50:03.972Z] ---> Using cache [2022-05-02T19:50:03.972Z] ---> 5290579e23ac [2022-05-02T19:50:03.972Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-02T19:50:03.972Z] ---> Running in a423c0b527ec [2022-05-02T19:50:03.972Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:50:03.972Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:50:04.580Z] OK: 220 MiB in 52 packages [2022-05-02T19:50:06.039Z] Removing intermediate container a423c0b527ec [2022-05-02T19:50:06.039Z] ---> 5ca822c78bbb [2022-05-02T19:50:06.039Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-02T19:50:07.033Z] ---> 3d25eb30ae13 [2022-05-02T19:50:07.034Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T19:50:07.034Z] ---> Running in 85c670512f4e [2022-05-02T19:50:12.522Z] Removing intermediate container 85c670512f4e [2022-05-02T19:50:12.522Z] ---> b90aa32f17e0 [2022-05-02T19:50:12.522Z] Step 8/23 : COPY . . [2022-05-02T19:50:34.802Z] ---> 20bc253ed492 [2022-05-02T19:50:34.802Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-02T19:50:34.802Z] ---> Running in b322738d1e99 [2022-05-02T19:50:34.802Z] 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-05-02T19:54:41.986Z] Removing intermediate container a4594e1cd80f [2022-05-02T19:54:41.986Z] ---> dedf69be1d2c [2022-05-02T19:54:41.986Z] [2022-05-02T19:54:41.986Z] Step 10/22 : FROM alpine:3.14 [2022-05-02T19:54:41.986Z] ---> ac73e934f311 [2022-05-02T19:54:41.986Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-02T19:54:41.986Z] ---> Using cache [2022-05-02T19:54:41.986Z] ---> c8b7330bb25f [2022-05-02T19:54:41.986Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-02T19:54:41.986Z] ---> Using cache [2022-05-02T19:54:41.986Z] ---> becc5aff4070 [2022-05-02T19:54:41.986Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-02T19:54:41.986Z] ---> Running in 4687445102b5 [2022-05-02T19:54:41.986Z] Removing intermediate container 4687445102b5 [2022-05-02T19:54:41.986Z] ---> acc524038753 [2022-05-02T19:54:41.986Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-02T19:54:41.986Z] ---> Running in 2fc1f0c9e68b [2022-05-02T19:54:41.986Z] Removing intermediate container 2fc1f0c9e68b [2022-05-02T19:54:41.986Z] ---> ec8b11e1b0d7 [2022-05-02T19:54:41.986Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-02T19:54:41.986Z] ---> 1fdccb56ab97 [2022-05-02T19:54:41.986Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-02T19:54:43.979Z] ---> 28399c998897 [2022-05-02T19:54:43.979Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-02T19:54:45.438Z] ---> 6fb8ccef8069 [2022-05-02T19:54:45.438Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-02T19:54:45.438Z] ---> Running in 28cf9f110dbd [2022-05-02T19:54:46.036Z] Removing intermediate container 28cf9f110dbd [2022-05-02T19:54:46.036Z] ---> 30518537e809 [2022-05-02T19:54:46.036Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:54:46.036Z] ---> Running in 55b9ef15523c [2022-05-02T19:54:46.633Z] Removing intermediate container 55b9ef15523c [2022-05-02T19:54:46.633Z] ---> a8d11451ce9e [2022-05-02T19:54:46.633Z] Step 20/22 : LABEL arch=arm64 [2022-05-02T19:54:46.633Z] ---> Running in a34b4d917f03 [2022-05-02T19:54:47.262Z] Removing intermediate container a34b4d917f03 [2022-05-02T19:54:47.262Z] ---> 56ce906ff643 [2022-05-02T19:54:47.262Z] Step 21/22 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:54:47.543Z] ---> Running in c4d00ac9f612 [2022-05-02T19:54:47.831Z] Removing intermediate container c4d00ac9f612 [2022-05-02T19:54:47.831Z] ---> c6d879557171 [2022-05-02T19:54:47.831Z] Step 22/22 : LABEL version=0.0.0 [2022-05-02T19:54:48.111Z] ---> Running in 072b043e1a16 [2022-05-02T19:54:48.710Z] Removing intermediate container 072b043e1a16 [2022-05-02T19:54:48.710Z] ---> 7ea020b373e0 [2022-05-02T19:54:48.711Z] [2022-05-02T19:54:48.985Z] Successfully built 7ea020b373e0 [2022-05-02T19:54:48.985Z] Successfully tagged support-scheduler-arm64:latest [2022-05-02T19:55:28.209Z]  Building support-scheduler ... done Removing intermediate container b322738d1e99 [2022-05-02T19:55:28.209Z] ---> b483dbb188fd [2022-05-02T19:55:28.209Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-02T19:55:28.209Z] ---> Running in 467672c14873 [2022-05-02T19:55:28.817Z] 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-05-02T19:55:32.232Z] Removing intermediate container 467672c14873 [2022-05-02T19:55:32.232Z] ---> 6ac232ccf3a0 [2022-05-02T19:55:32.232Z] [2022-05-02T19:55:32.233Z] Step 11/23 : FROM docker:20.10.14 [2022-05-02T19:55:32.511Z] 20.10.14: Pulling from library/docker [2022-05-02T19:55:44.945Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-02T19:55:44.945Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-02T19:55:44.945Z] ---> c346e9eafbab [2022-05-02T19:55:44.945Z] 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-05-02T19:55:45.568Z] ---> Running in 61f8ce35198d [2022-05-02T19:55:46.176Z] Removing intermediate container 61f8ce35198d [2022-05-02T19:55:46.176Z] ---> e91793fecf56 [2022-05-02T19:55:46.176Z] 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-05-02T19:55:46.176Z] ---> Running in 3c9f8f6a5df7 [2022-05-02T19:55:48.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T19:55:48.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T19:55:49.440Z] (1/43) Installing readline (8.1.1-r0) [2022-05-02T19:55:49.440Z] (2/43) Installing bash (5.1.16-r0) [2022-05-02T19:55:49.440Z] Executing bash-5.1.16-r0.post-install [2022-05-02T19:55:49.440Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-02T19:55:49.721Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-02T19:55:49.721Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-02T19:55:49.721Z] (6/43) Installing curl (7.80.0-r1) [2022-05-02T19:55:49.721Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-02T19:55:49.721Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-02T19:55:49.721Z] (9/43) Installing expat (2.4.7-r0) [2022-05-02T19:55:49.721Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-02T19:55:49.721Z] (11/43) Installing gdbm (1.22-r0) [2022-05-02T19:55:49.721Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-02T19:55:49.721Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-02T19:55:49.721Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-02T19:55:49.721Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-02T19:55:49.721Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-02T19:55:49.721Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-02T19:55:52.363Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-02T19:55:52.363Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-02T19:55:52.363Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-02T19:55:52.363Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-02T19:55:52.363Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-02T19:55:52.363Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-02T19:55:52.363Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-02T19:55:52.363Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-02T19:55:52.363Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-02T19:55:52.363Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-02T19:55:52.363Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-02T19:55:52.363Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-02T19:55:52.363Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-02T19:55:52.363Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-02T19:55:52.363Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-02T19:55:52.363Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-02T19:55:52.363Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-02T19:55:52.363Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-02T19:55:52.363Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-02T19:55:52.640Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-02T19:55:52.640Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-02T19:55:52.640Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-02T19:55:52.640Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-02T19:55:52.640Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-02T19:55:52.917Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-02T19:55:52.917Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-02T19:55:53.522Z] Executing busybox-1.34.1-r5.trigger [2022-05-02T19:55:53.522Z] OK: 82 MiB in 65 packages [2022-05-02T19:55:58.940Z] Collecting docker-compose==1.23.2 [2022-05-02T19:55:58.941Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-02T19:55:59.539Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-02T19:55:59.539Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-02T19:55:59.815Z] Collecting jsonschema<3,>=2.5.1 [2022-05-02T19:55:59.816Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-02T19:56:00.092Z] Collecting texttable<0.10,>=0.9.0 [2022-05-02T19:56:00.092Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-02T19:56:04.407Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-02T19:56:04.407Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-02T19:56:04.407Z] Collecting docopt<0.7,>=0.6.1 [2022-05-02T19:56:04.407Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-02T19:56:07.040Z] Collecting PyYAML<4,>=3.10 [2022-05-02T19:56:07.040Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-02T19:56:11.368Z] Collecting docker<4.0,>=3.6.0 [2022-05-02T19:56:11.368Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-02T19:56:11.368Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-02T19:56:11.368Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-02T19:56:13.354Z] 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-05-02T19:56:13.630Z] Collecting cached-property<2,>=1.2.0 [2022-05-02T19:56:13.630Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-02T19:56:14.619Z] Collecting docker-pycreds>=0.4.0 [2022-05-02T19:56:14.619Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-02T19:56:15.606Z] Collecting urllib3<1.25,>=1.21.1 [2022-05-02T19:56:15.607Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-02T19:56:15.607Z] 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-05-02T19:56:15.886Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-02T19:56:15.886Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-02T19:56:16.161Z] Collecting idna<2.8,>=2.5 [2022-05-02T19:56:16.161Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-02T19:56:16.435Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-02T19:56:16.435Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-02T19:56:16.435Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-02T19:56:16.435Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-02T19:56:17.413Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-02T19:56:17.413Z] Attempting uninstall: urllib3 [2022-05-02T19:56:17.413Z] Found existing installation: urllib3 1.26.7 [2022-05-02T19:56:17.413Z] Uninstalling urllib3-1.26.7: [2022-05-02T19:56:17.688Z] Successfully uninstalled urllib3-1.26.7 [2022-05-02T19:56:18.289Z] Attempting uninstall: idna [2022-05-02T19:56:18.289Z] Found existing installation: idna 3.3 [2022-05-02T19:56:18.289Z] Uninstalling idna-3.3: [2022-05-02T19:56:18.562Z] Successfully uninstalled idna-3.3 [2022-05-02T19:56:21.970Z] Attempting uninstall: requests [2022-05-02T19:56:21.970Z] Found existing installation: requests 2.26.0 [2022-05-02T19:56:21.970Z] Uninstalling requests-2.26.0: [2022-05-02T19:56:21.970Z] Successfully uninstalled requests-2.26.0 [2022-05-02T19:56:22.251Z] Running setup.py install for texttable: started [2022-05-02T19:56:24.899Z] Running setup.py install for texttable: finished with status 'done' [2022-05-02T19:56:24.899Z] Running setup.py install for PyYAML: started [2022-05-02T19:56:27.534Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-02T19:56:28.137Z] Running setup.py install for docopt: started [2022-05-02T19:56:30.769Z] Running setup.py install for docopt: finished with status 'done' [2022-05-02T19:56:30.769Z] Running setup.py install for dockerpty: started [2022-05-02T19:56:32.760Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-02T19:56:35.679Z] 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-05-02T19:56:54.027Z] Removing intermediate container 3c9f8f6a5df7 [2022-05-02T19:56:54.027Z] ---> 4db812c148ac [2022-05-02T19:56:54.027Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-02T19:56:54.027Z] ---> Running in deb773f49273 [2022-05-02T19:56:54.027Z] Removing intermediate container deb773f49273 [2022-05-02T19:56:54.027Z] ---> 06a528a17d65 [2022-05-02T19:56:54.027Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-02T19:56:54.027Z] ---> Running in cfdae84ee4fc [2022-05-02T19:56:54.027Z] Removing intermediate container cfdae84ee4fc [2022-05-02T19:56:54.027Z] ---> 829adb5f8f5e [2022-05-02T19:56:54.027Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-02T19:56:54.305Z] ---> 4d18983d70d7 [2022-05-02T19:56:54.305Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-05-02T19:56:55.296Z] ---> 42788f5b337c [2022-05-02T19:56:55.296Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-02T19:56:56.746Z] ---> f0f6db1f233a [2022-05-02T19:56:56.746Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-02T19:56:56.746Z] ---> Running in e59f641a8eba [2022-05-02T19:56:57.356Z] Removing intermediate container e59f641a8eba [2022-05-02T19:56:57.356Z] ---> 7759be58eca8 [2022-05-02T19:56:57.356Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T19:56:57.632Z] ---> Running in e9267bd86fef [2022-05-02T19:56:58.235Z] Removing intermediate container e9267bd86fef [2022-05-02T19:56:58.235Z] ---> 252b25c514ec [2022-05-02T19:56:58.235Z] Step 21/23 : LABEL arch=arm64 [2022-05-02T19:56:58.235Z] ---> Running in 33cd8a4a1695 [2022-05-02T19:56:58.837Z] Removing intermediate container 33cd8a4a1695 [2022-05-02T19:56:58.837Z] ---> 919d205a04d3 [2022-05-02T19:56:58.837Z] Step 22/23 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T19:56:59.116Z] ---> Running in fa81288854da [2022-05-02T19:56:59.724Z] Removing intermediate container fa81288854da [2022-05-02T19:56:59.724Z] ---> bcd2d82134e4 [2022-05-02T19:56:59.724Z] Step 23/23 : LABEL version=0.0.0 [2022-05-02T19:56:59.724Z] ---> Running in a73c050dc896 [2022-05-02T19:57:00.327Z] Removing intermediate container a73c050dc896 [2022-05-02T19:57:00.327Z] ---> 153b785caaec [2022-05-02T19:57:00.327Z] [2022-05-02T19:57:00.931Z] Successfully built 153b785caaec [2022-05-02T19:57:00.931Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-05-02T20:09:24.147Z]  Building sys-mgmt-agent ... done Building bin/spire-agent... [2022-05-02T20:09:24.148Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-02T20:09:24.148Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-02T20:09:24.148Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-02T20:09:24.148Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-02T20:09:24.148Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-02T20:09:24.148Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-02T20:09:24.148Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-02T20:09:24.148Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-02T20:09:24.148Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-02T20:09:24.148Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-02T20:09:24.148Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-02T20:09:24.148Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-02T20:09:24.148Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-02T20:14:16.365Z] Building bin/spire-agent... [2022-05-02T20:14:16.365Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-02T20:14:16.365Z] Building bin/spire-agent... [2022-05-02T20:14:16.643Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-02T20:14:16.643Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-02T20:14:17.631Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-02T20:14:17.908Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-02T20:14:18.183Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-02T20:14:21.599Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-02T20:14:21.599Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-02T20:14:22.206Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-02T20:14:22.482Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-02T20:14:22.482Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-02T20:14:22.758Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-02T20:14:23.367Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-02T20:14:23.367Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-02T20:14:23.367Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-02T20:14:23.367Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-02T20:14:23.749Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-02T20:14:23.749Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-02T20:14:24.026Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-02T20:14:24.026Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-02T20:14:24.473Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-02T20:14:24.750Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-02T20:14:24.750Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-02T20:14:24.750Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-02T20:14:25.040Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-02T20:14:25.040Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-02T20:14:51.892Z] Removing intermediate container 278672c962a4 [2022-05-02T20:14:51.892Z] ---> d8074d3be509 [2022-05-02T20:14:51.892Z] [2022-05-02T20:14:51.892Z] Step 13/26 : FROM alpine:3.15 [2022-05-02T20:14:51.892Z] ---> 3fb3c9af89a9 [2022-05-02T20:14:51.892Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-02T20:14:51.892Z] ---> Using cache [2022-05-02T20:14:51.892Z] ---> d47293ec083a [2022-05-02T20:14:51.892Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T20:14:51.892Z] ---> Using cache [2022-05-02T20:14:51.892Z] ---> 5bddd34322fc [2022-05-02T20:14:51.892Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-02T20:14:51.892Z] ---> Running in 7ff65a362ad5 [2022-05-02T20:14:52.880Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T20:14:53.869Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T20:14:55.315Z] v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-02T20:14:55.315Z] v3.15.4-77-gad26fcbf85 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-02T20:14:55.315Z] OK: 15730 distinct packages available [2022-05-02T20:14:55.315Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T20:14:56.302Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T20:14:57.745Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-02T20:14:57.745Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-02T20:14:57.745Z] (3/5) Installing libucontext (1.1-r0) [2022-05-02T20:14:57.745Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-02T20:14:58.025Z] (5/5) Installing openssl (1.1.1n-r0) [2022-05-02T20:14:58.025Z] Executing busybox-1.34.1-r5.trigger [2022-05-02T20:14:58.025Z] OK: 6 MiB in 19 packages [2022-05-02T20:15:00.026Z] Removing intermediate container 7ff65a362ad5 [2022-05-02T20:15:00.026Z] ---> 2e0e4420f687 [2022-05-02T20:15:00.026Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-02T20:15:03.449Z] ---> 1367c0bcaee2 [2022-05-02T20:15:03.449Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-02T20:15:10.206Z] ---> 1ff8af681ad2 [2022-05-02T20:15:10.206Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-02T20:15:10.480Z] ---> aac67b287d46 [2022-05-02T20:15:10.480Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-02T20:15:11.484Z] ---> 6ca1148c87cc [2022-05-02T20:15:11.484Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-02T20:15:12.469Z] ---> a023d3191072 [2022-05-02T20:15:12.470Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-02T20:15:12.470Z] ---> Running in a25d3561bcc1 [2022-05-02T20:15:13.071Z] Removing intermediate container a25d3561bcc1 [2022-05-02T20:15:13.071Z] ---> f728cfe0f286 [2022-05-02T20:15:13.071Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-02T20:15:13.345Z] ---> Running in c26bc61caae8 [2022-05-02T20:15:13.947Z] Removing intermediate container c26bc61caae8 [2022-05-02T20:15:13.947Z] ---> e7b5a7697787 [2022-05-02T20:15:13.947Z] Step 24/26 : LABEL arch=arm64 [2022-05-02T20:15:13.947Z] ---> Running in 986b550cbee4 [2022-05-02T20:15:14.911Z] Removing intermediate container 986b550cbee4 [2022-05-02T20:15:14.911Z] ---> c4a6a0c4e50d [2022-05-02T20:15:14.911Z] Step 25/26 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T20:15:14.911Z] ---> Running in 78e0b3ba290d [2022-05-02T20:15:14.911Z] Removing intermediate container 78e0b3ba290d [2022-05-02T20:15:14.911Z] ---> 90fb5db2f548 [2022-05-02T20:15:14.911Z] Step 26/26 : LABEL version=0.0.0 [2022-05-02T20:15:15.283Z] ---> Running in 0c424045213c [2022-05-02T20:15:15.963Z] Removing intermediate container 0c424045213c [2022-05-02T20:15:15.963Z] ---> 532d3560ecea [2022-05-02T20:15:15.963Z] [2022-05-02T20:15:16.256Z] Successfully built 532d3560ecea [2022-05-02T20:15:16.256Z] Successfully tagged security-spire-agent-arm64:latest [2022-05-02T20:19:38.369Z]  Building security-spire-agent ... done Removing intermediate container 3d4a13a29b04 [2022-05-02T20:19:38.369Z] ---> 7011a0a806e7 [2022-05-02T20:19:38.369Z] [2022-05-02T20:19:38.369Z] Step 13/25 : FROM alpine:3.15 [2022-05-02T20:19:38.369Z] ---> 3fb3c9af89a9 [2022-05-02T20:19:38.369Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-02T20:19:38.369Z] ---> Using cache [2022-05-02T20:19:38.369Z] ---> d47293ec083a [2022-05-02T20:19:38.369Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T20:19:38.369Z] ---> Using cache [2022-05-02T20:19:38.369Z] ---> 5bddd34322fc [2022-05-02T20:19:38.369Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-02T20:19:38.369Z] ---> Using cache [2022-05-02T20:19:38.369Z] ---> 2e0e4420f687 [2022-05-02T20:19:38.369Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-02T20:19:38.369Z] Removing intermediate container ed7cf3ed72cc [2022-05-02T20:19:38.369Z] ---> 0eccb30e5ec3 [2022-05-02T20:19:38.369Z] [2022-05-02T20:19:38.369Z] Step 13/26 : FROM alpine:3.15 [2022-05-02T20:19:38.369Z] ---> 3fb3c9af89a9 [2022-05-02T20:19:38.369Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-02T20:19:38.369Z] ---> Using cache [2022-05-02T20:19:38.369Z] ---> d47293ec083a [2022-05-02T20:19:38.369Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T20:19:38.369Z] ---> Using cache [2022-05-02T20:19:38.369Z] ---> 5bddd34322fc [2022-05-02T20:19:38.369Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-02T20:19:38.369Z] ---> Running in cf0794ef3453 [2022-05-02T20:19:38.369Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T20:19:38.369Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T20:19:38.369Z] ---> de19d58ab5d9 [2022-05-02T20:19:38.369Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-02T20:19:38.369Z] v3.15.4-78-ge239b26b75 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-02T20:19:38.369Z] v3.15.4-79-gaf675e239c [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-02T20:19:38.369Z] OK: 15730 distinct packages available [2022-05-02T20:19:38.369Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T20:19:38.369Z] ---> 30af8d6a1c97 [2022-05-02T20:19:38.369Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-05-02T20:19:38.369Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T20:19:38.369Z] ---> 38b6db0c8355 [2022-05-02T20:19:38.369Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-02T20:19:38.369Z] ---> f04b7a14f732 [2022-05-02T20:19:38.369Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-02T20:19:38.369Z] ---> Running in a8a45290a18f [2022-05-02T20:19:38.369Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-02T20:19:38.369Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-02T20:19:38.369Z] (3/4) Installing libucontext (1.1-r0) [2022-05-02T20:19:38.369Z] Removing intermediate container a8a45290a18f [2022-05-02T20:19:38.369Z] ---> 7829686dcf07 [2022-05-02T20:19:38.369Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-02T20:19:38.369Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-02T20:19:38.369Z] ---> Running in f494c06fba5e [2022-05-02T20:19:38.369Z] Executing busybox-1.34.1-r5.trigger [2022-05-02T20:19:38.369Z] OK: 6 MiB in 18 packages [2022-05-02T20:19:38.369Z] Removing intermediate container f494c06fba5e [2022-05-02T20:19:38.369Z] ---> f3fac8a52dd4 [2022-05-02T20:19:38.369Z] Step 23/25 : LABEL arch=arm64 [2022-05-02T20:19:38.369Z] ---> Running in b0e52e793f33 [2022-05-02T20:19:38.369Z] Removing intermediate container b0e52e793f33 [2022-05-02T20:19:38.369Z] ---> ffd774d7b857 [2022-05-02T20:19:38.369Z] Step 24/25 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T20:19:38.369Z] ---> Running in ce135b3266ea [2022-05-02T20:19:38.369Z] Removing intermediate container cf0794ef3453 [2022-05-02T20:19:38.369Z] ---> e2f233703497 [2022-05-02T20:19:38.369Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-02T20:19:38.369Z] Removing intermediate container ce135b3266ea [2022-05-02T20:19:38.369Z] ---> cb33372aa0bf [2022-05-02T20:19:38.369Z] Step 25/25 : LABEL version=0.0.0 [2022-05-02T20:19:38.369Z] ---> Running in ea1af231e3ad [2022-05-02T20:19:38.369Z] Removing intermediate container ea1af231e3ad [2022-05-02T20:19:38.369Z] ---> 6236145345b2 [2022-05-02T20:19:38.369Z] [2022-05-02T20:19:38.369Z] Successfully built 6236145345b2 [2022-05-02T20:19:38.369Z] Successfully tagged security-spire-server-arm64:latest [2022-05-02T20:19:38.966Z]  Building security-spire-server ... done  ---> 48312c9f0c64 [2022-05-02T20:19:38.966Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-05-02T20:19:39.561Z] ---> 06f0de3da19c [2022-05-02T20:19:39.561Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-02T20:19:39.836Z] ---> Running in d267deecaff4 [2022-05-02T20:19:40.109Z] Removing intermediate container d267deecaff4 [2022-05-02T20:19:40.109Z] ---> 415e674d3094 [2022-05-02T20:19:40.109Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-02T20:19:40.706Z] ---> 611a64d925f5 [2022-05-02T20:19:40.706Z] Step 21/26 : WORKDIR / [2022-05-02T20:19:40.706Z] ---> Running in 906cb0b1c7d4 [2022-05-02T20:19:40.976Z] Removing intermediate container 906cb0b1c7d4 [2022-05-02T20:19:40.976Z] ---> 41c36bc7edfb [2022-05-02T20:19:40.976Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-02T20:19:40.976Z] ---> Running in be358ebdad8c [2022-05-02T20:19:41.253Z] Removing intermediate container be358ebdad8c [2022-05-02T20:19:41.253Z] ---> 84ca10a7f113 [2022-05-02T20:19:41.253Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-02T20:19:41.527Z] ---> Running in 82223daf5a82 [2022-05-02T20:19:41.800Z] Removing intermediate container 82223daf5a82 [2022-05-02T20:19:41.800Z] ---> 38ce80ec4938 [2022-05-02T20:19:41.800Z] Step 24/26 : LABEL arch=arm64 [2022-05-02T20:19:41.800Z] ---> Running in 7d3b4cc82654 [2022-05-02T20:19:42.072Z] Removing intermediate container 7d3b4cc82654 [2022-05-02T20:19:42.072Z] ---> 846bb10ab18d [2022-05-02T20:19:42.072Z] Step 25/26 : LABEL git_sha=d5098ec541f92ca7a29fea3280899e4f4e507633 [2022-05-02T20:19:42.072Z] ---> Running in 7207d6f12447 [2022-05-02T20:19:42.662Z] Removing intermediate container 7207d6f12447 [2022-05-02T20:19:42.662Z] ---> eab796a131c7 [2022-05-02T20:19:42.662Z] Step 26/26 : LABEL version=0.0.0 [2022-05-02T20:19:42.662Z] ---> Running in c5eb2d59ba80 [2022-05-02T20:19:42.934Z] Removing intermediate container c5eb2d59ba80 [2022-05-02T20:19:42.934Z] ---> 38db258c8d8a [2022-05-02T20:19:42.934Z] [2022-05-02T20:19:43.205Z] Successfully built 38db258c8d8a [2022-05-02T20:19:43.205Z] Successfully tagged security-spire-config-arm64:latest [2022-05-02T20:19:43.493Z]  Building security-spire-config ... done  [Pipeline] } [2022-05-02T20:19:43.493Z] $ docker stop --time=1 09dbfb64bfb055867aa7dcaf0e22fa7e80b7a65302d40fd4dfe523083bb06eea [2022-05-02T20:19:45.213Z] $ docker rm -f 09dbfb64bfb055867aa7dcaf0e22fa7e80b7a65302d40fd4dfe523083bb06eea [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-02T20:19:45.857Z] + docker images [2022-05-02T20:19:46.460Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-02T20:19:46.460Z] security-spire-config-arm64 latest 38db258c8d8a 4 seconds ago 85.6MB [2022-05-02T20:19:46.460Z] security-spire-server-arm64 latest 6236145345b2 10 seconds ago 86.3MB [2022-05-02T20:19:46.460Z] 7011a0a806e7 34 seconds ago 4.14GB [2022-05-02T20:19:46.460Z] 0eccb30e5ec3 35 seconds ago 4.14GB [2022-05-02T20:19:46.460Z] security-spire-agent-arm64 latest 532d3560ecea 4 minutes ago 126MB [2022-05-02T20:19:46.460Z] d8074d3be509 5 minutes ago 4.14GB [2022-05-02T20:19:46.460Z] sys-mgmt-agent-arm64 latest 153b785caaec 22 minutes ago 282MB [2022-05-02T20:19:46.460Z] 6ac232ccf3a0 24 minutes ago 1.31GB [2022-05-02T20:19:46.460Z] support-scheduler-arm64 latest 7ea020b373e0 24 minutes ago 25.3MB [2022-05-02T20:19:46.460Z] dedf69be1d2c 25 minutes ago 1.36GB [2022-05-02T20:19:46.460Z] core-command-arm64 latest 17ac3aeedbd0 30 minutes ago 15.5MB [2022-05-02T20:19:46.460Z] 8af937d16907 30 minutes ago 1.3GB [2022-05-02T20:19:46.460Z] core-metadata-arm64 latest 750cbc638568 33 minutes ago 16.3MB [2022-05-02T20:19:46.460Z] ac9bbb33ef83 34 minutes ago 1.31GB [2022-05-02T20:19:46.460Z] support-notifications-arm64 latest e1e10960a2f5 36 minutes ago 25.8MB [2022-05-02T20:19:46.460Z] 9a1167491f4a 36 minutes ago 1.36GB [2022-05-02T20:19:46.460Z] security-secretstore-setup-arm64 latest 503bde13da19 40 minutes ago 27.5MB [2022-05-02T20:19:46.460Z] 4c14283e350d 40 minutes ago 1.32GB [2022-05-02T20:19:46.460Z] security-spiffe-token-provider-arm64 latest b50b66358d1c 45 minutes ago 27.9MB [2022-05-02T20:19:46.460Z] 92ed2495a960 46 minutes ago 1.36GB [2022-05-02T20:19:46.460Z] core-data-arm64 latest 50541f640c93 46 minutes ago 21.6MB [2022-05-02T20:19:46.460Z] 667dc6ce1b20 47 minutes ago 1.34GB [2022-05-02T20:19:46.460Z] security-bootstrapper-arm64 latest d5006f94ded7 47 minutes ago 18.3MB [2022-05-02T20:19:46.460Z] security-proxy-setup-arm64 latest c3cb01957602 47 minutes ago 26.1MB [2022-05-02T20:19:46.460Z] 8493666cfe7e 48 minutes ago 1.31GB [2022-05-02T20:19:46.460Z] c4c0cac4dce3 48 minutes ago 1.31GB [2022-05-02T20:19:46.460Z] ci-base-image-arm64 latest 52193ea0f6f5 About an hour ago 885MB [2022-05-02T20:19:46.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 725f1c02e7f9 10 days ago 551MB [2022-05-02T20:19:46.460Z] docker 20.10.14 c346e9eafbab 3 weeks ago 202MB [2022-05-02T20:19:46.460Z] alpine 3.14 ac73e934f311 3 weeks ago 5.34MB [2022-05-02T20:19:46.460Z] alpine 3.15 3fb3c9af89a9 3 weeks ago 5.32MB [2022-05-02T20:19:46.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 22 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T20:19:47.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-02T20:19:47.207Z] [2022-05-02T20:19:47.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-02T20:19:47.592Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-02T20:19:47.866Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-02T20:19:47.866Z] 8998bd30e6a1: Pulling fs layer [2022-05-02T20:19:47.866Z] 04944245beec: Pulling fs layer [2022-05-02T20:19:47.866Z] 699f458cf7ca: Pulling fs layer [2022-05-02T20:19:47.866Z] 765212b225bb: Pulling fs layer [2022-05-02T20:19:47.866Z] f23df028b6ca: Pulling fs layer [2022-05-02T20:19:47.866Z] d65c8cfc05b1: Pulling fs layer [2022-05-02T20:19:47.866Z] 2437ff75d9bd: Pulling fs layer [2022-05-02T20:19:47.866Z] 765212b225bb: Waiting [2022-05-02T20:19:47.866Z] f23df028b6ca: Waiting [2022-05-02T20:19:47.866Z] d65c8cfc05b1: Waiting [2022-05-02T20:19:47.866Z] 2437ff75d9bd: Waiting [2022-05-02T20:19:47.866Z] 04944245beec: Verifying Checksum [2022-05-02T20:19:47.866Z] 04944245beec: Download complete [2022-05-02T20:19:47.866Z] 765212b225bb: Verifying Checksum [2022-05-02T20:19:47.866Z] 765212b225bb: Download complete [2022-05-02T20:19:47.866Z] f23df028b6ca: Download complete [2022-05-02T20:19:47.866Z] d65c8cfc05b1: Download complete [2022-05-02T20:19:48.139Z] 699f458cf7ca: Verifying Checksum [2022-05-02T20:19:48.139Z] 699f458cf7ca: Download complete [2022-05-02T20:19:48.411Z] 8998bd30e6a1: Download complete [2022-05-02T20:19:50.383Z] 2437ff75d9bd: Verifying Checksum [2022-05-02T20:19:50.383Z] 2437ff75d9bd: Download complete [2022-05-02T20:19:52.998Z] 8998bd30e6a1: Pull complete [2022-05-02T20:19:52.998Z] 04944245beec: Pull complete [2022-05-02T20:19:54.971Z] 699f458cf7ca: Pull complete [2022-05-02T20:19:54.971Z] 765212b225bb: Pull complete [2022-05-02T20:19:55.566Z] f23df028b6ca: Pull complete [2022-05-02T20:19:55.838Z] d65c8cfc05b1: Pull complete [2022-05-02T20:20:10.913Z] 2437ff75d9bd: Pull complete [2022-05-02T20:20:10.913Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-02T20:20:10.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-02T20:20:10.913Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-02T20:20:11.150Z] prd-ubuntu20.04-docker-arm64-4c-16g-34494 does not seem to be running inside a container [2022-05-02T20:20:11.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-02T20:20:13.811Z] $ docker top 27179af4ec84de94f19978ee8d70c3d5116961940d55880117524179284ee6e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-02T20:20:14.929Z] ---> job-cost.sh [2022-05-02T20:20:14.929Z] lf-activate-venv: SKIPPING [2022-05-02T20:20:14.929Z] INFO: No Stack... [2022-05-02T20:20:15.914Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-02T20:20:16.505Z] INFO: Archiving Costs [Pipeline] sh [2022-05-02T20:20:17.181Z] + + cutcat -d, /w/workspace/edgex-go/1/archives/cost.csv -f6 [2022-05-02T20:20:17.181Z] [Pipeline] lock [2022-05-02T20:20:17.234Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4002-1-stack-cost] [2022-05-02T20:20:17.239Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4002-1-stack-cost] did not exist. Created. [2022-05-02T20:20:17.239Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4002-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-02T20:20:17.983Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-02T20:20:18.176Z] Stashed 1 file(s) [Pipeline] } [2022-05-02T20:20:18.191Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4002-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-02T20:20:18.253Z] $ docker stop --time=1 27179af4ec84de94f19978ee8d70c3d5116961940d55880117524179284ee6e8 [2022-05-02T20:20:19.752Z] $ docker rm -f 27179af4ec84de94f19978ee8d70c3d5116961940d55880117524179284ee6e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-05-02T20:20:20.817Z] provisioning config files... [2022-05-02T20:20:20.828Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3728406216128741573tmp [Pipeline] { [Pipeline] sh [2022-05-02T20:20:21.167Z] + set +x [2022-05-02T20:20:21.167Z] + curl -s https://codecov.io/bash [2022-05-02T20:20:21.167Z] + bash -s -- [2022-05-02T20:20:21.167Z] [2022-05-02T20:20:21.167Z] _____ _ [2022-05-02T20:20:21.167Z] / ____| | | [2022-05-02T20:20:21.167Z] | | ___ __| | ___ ___ _____ __ [2022-05-02T20:20:21.167Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-02T20:20:21.167Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-02T20:20:21.167Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-02T20:20:21.167Z] Bash-1.0.6 [2022-05-02T20:20:21.167Z] [2022-05-02T20:20:21.167Z] [2022-05-02T20:20:21.167Z] ==> git version 2.25.1 found [2022-05-02T20:20:21.167Z] ==> 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-05-02T20:20:21.167Z] Release-Date: 2020-01-08 [2022-05-02T20:20:21.167Z] 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-05-02T20:20:21.167Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-02T20:20:21.167Z] ==> Jenkins CI detected. [2022-05-02T20:20:21.167Z] current dir:  /w/workspace/edgex-go/1 [2022-05-02T20:20:21.167Z] project root: . [2022-05-02T20:20:21.167Z] --> token set from env [2022-05-02T20:20:21.167Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-02T20:20:21.167Z] ==> Running gcov in . (disable via -X gcov) [2022-05-02T20:20:21.167Z] ==> Python coveragepy not found [2022-05-02T20:20:21.167Z] ==> Searching for coverage reports in: [2022-05-02T20:20:21.167Z] + . [2022-05-02T20:20:21.167Z] -> Found 1 reports [2022-05-02T20:20:21.167Z] ==> Detecting git/mercurial file structure [2022-05-02T20:20:21.167Z] ==> Reading reports [2022-05-02T20:20:21.167Z] + ./coverage.out bytes=435134 [2022-05-02T20:20:21.167Z] ==> Appending adjustments [2022-05-02T20:20:21.167Z] https://docs.codecov.io/docs/fixing-reports [2022-05-02T20:20:22.551Z] + Found adjustments [2022-05-02T20:20:22.551Z] ==> Gzipping contents [2022-05-02T20:20:22.551Z] 60K /tmp/codecov.dGvlJF.gz [2022-05-02T20:20:22.551Z] ==> Uploading reports [2022-05-02T20:20:22.551Z] url: https://codecov.io [2022-05-02T20:20:22.551Z] query: branch=PR-4002&commit=d5098ec541f92ca7a29fea3280899e4f4e507633&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4002%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4002&job=&cmd_args= [2022-05-02T20:20:22.551Z] -> Pinging Codecov [2022-05-02T20:20:22.551Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4002&commit=d5098ec541f92ca7a29fea3280899e4f4e507633&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4002%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4002&job=&cmd_args= [2022-05-02T20:20:22.811Z] -> Uploading to [2022-05-02T20:20:22.811Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-02/00271124DB129430A58F1EEE437C3FCB/d5098ec541f92ca7a29fea3280899e4f4e507633/65f13ba7-3f58-4474-9890-fa3612262cd8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220502T202022Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=44aa95695ed8d58dc232fbb18b32ac8403aad780611583cef6b95c42d7e86579 [2022-05-02T20:20:22.811Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-02T20:20:22.811Z] Dload Upload Total Spent Left Speed [2022-05-02T20:20:23.072Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59893 0 0 100 59893 0 217k --:--:-- --:--:-- --:--:-- 218k [2022-05-02T20:20:23.072Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d5098ec541f92ca7a29fea3280899e4f4e507633 [Pipeline] } [2022-05-02T20:20:23.096Z] 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-05-02T20:20:24.379Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-05-02T20:20:24.712Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T20:20:25.608Z] ---> package-listing.sh [2022-05-02T20:20:25.608Z] ++ facter osfamily [2022-05-02T20:20:25.608Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-02T20:20:25.872Z] + OS_FAMILY=debian [2022-05-02T20:20:25.872Z] + workspace=/w/workspace/edgex-go/1 [2022-05-02T20:20:25.872Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-02T20:20:25.872Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-02T20:20:25.872Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-02T20:20:25.872Z] + PACKAGES=/tmp/packages_start.txt [2022-05-02T20:20:25.872Z] + '[' /w/workspace/edgex-go/1 ']' [2022-05-02T20:20:25.872Z] + PACKAGES=/tmp/packages_end.txt [2022-05-02T20:20:25.872Z] + case "${OS_FAMILY}" in [2022-05-02T20:20:25.872Z] + dpkg -l [2022-05-02T20:20:25.872Z] + grep '^ii' [2022-05-02T20:20:25.872Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-02T20:20:25.872Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-02T20:20:25.872Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-02T20:20:25.872Z] + '[' /w/workspace/edgex-go/1 ']' [2022-05-02T20:20:25.872Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-05-02T20:20:25.872Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-05-02T20:20:25.906Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-02T20:20:26.207Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-02T20:20:26.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-02T20:20:26.795Z] [2022-05-02T20:20:26.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-02T20:20:27.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-02T20:20:27.135Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-02T20:20:27.135Z] 5eb5b503b376: Pulling fs layer [2022-05-02T20:20:27.135Z] 5c69ac0246d0: Pulling fs layer [2022-05-02T20:20:27.135Z] ec43610c2a17: Pulling fs layer [2022-05-02T20:20:27.135Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-02T20:20:27.135Z] 33b1e0a273af: Pulling fs layer [2022-05-02T20:20:27.135Z] 5d3b04190fa2: Pulling fs layer [2022-05-02T20:20:27.135Z] 2f39f015ded8: Pulling fs layer [2022-05-02T20:20:27.135Z] 3a2ae6a8a46f: Waiting [2022-05-02T20:20:27.135Z] 5d3b04190fa2: Waiting [2022-05-02T20:20:27.135Z] 33b1e0a273af: Waiting [2022-05-02T20:20:27.135Z] 5c69ac0246d0: Download complete [2022-05-02T20:20:27.135Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-02T20:20:27.135Z] 3a2ae6a8a46f: Download complete [2022-05-02T20:20:27.135Z] 33b1e0a273af: Verifying Checksum [2022-05-02T20:20:27.135Z] 33b1e0a273af: Download complete [2022-05-02T20:20:27.135Z] ec43610c2a17: Verifying Checksum [2022-05-02T20:20:27.135Z] ec43610c2a17: Download complete [2022-05-02T20:20:27.396Z] 5d3b04190fa2: Verifying Checksum [2022-05-02T20:20:27.396Z] 5d3b04190fa2: Download complete [2022-05-02T20:20:27.396Z] 5eb5b503b376: Verifying Checksum [2022-05-02T20:20:27.396Z] 5eb5b503b376: Download complete [2022-05-02T20:20:27.966Z] 2f39f015ded8: Verifying Checksum [2022-05-02T20:20:27.966Z] 2f39f015ded8: Download complete [2022-05-02T20:20:28.902Z] 5eb5b503b376: Pull complete [2022-05-02T20:20:28.902Z] 5c69ac0246d0: Pull complete [2022-05-02T20:20:29.161Z] ec43610c2a17: Pull complete [2022-05-02T20:20:29.421Z] 3a2ae6a8a46f: Pull complete [2022-05-02T20:20:29.421Z] 33b1e0a273af: Pull complete [2022-05-02T20:20:29.682Z] 5d3b04190fa2: Pull complete [2022-05-02T20:20:33.874Z] 2f39f015ded8: Pull complete [2022-05-02T20:20:33.874Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-02T20:20:33.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-02T20:20:33.874Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-02T20:20:33.965Z] prd-ubuntu20.04-docker-8c-8g-34491 does not seem to be running inside a container [2022-05-02T20:20:34.000Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-02T20:20:35.655Z] $ docker top 7247d45d0ea85d39b73dcc96a9c1bb74c978ed2b3d4cb0d44bebdbc2e9c2d853 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-02T20:20:36.078Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-02T20:20:36.392Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-02T20:20:36.781Z] + ls /var/log/sa-host [2022-05-02T20:20:36.781Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-02T20:20:36.926Z] provisioning config files... [2022-05-02T20:20:36.935Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8429865079466079951tmp [Pipeline] { [Pipeline] echo [2022-05-02T20:20:36.983Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T20:20:37.297Z] ---> create-netrc.sh [Pipeline] } [2022-05-02T20:20:37.325Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-02T20:20:37.714Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-02T20:20:37.747Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T20:20:38.061Z] ---> sudo-logs.sh [2022-05-02T20:20:38.061Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-02T20:20:38.138Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T20:20:38.451Z] ---> job-cost.sh [2022-05-02T20:20:38.451Z] lf-activate-venv: SKIPPING [2022-05-02T20:20:38.451Z] DEBUG: total: 0.2199999988079071 [2022-05-02T20:20:38.451Z] INFO: Retrieving Stack Cost... [2022-05-02T20:20:39.023Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-02T20:20:39.284Z] INFO: Archiving Costs [Pipeline] echo [2022-05-02T20:20:39.318Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T20:20:39.632Z] ---> logs-deploy.sh [2022-05-02T20:20:39.632Z] lf-activate-venv: SKIPPING [2022-05-02T20:20:39.632Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4002/1 [2022-05-02T20:20:39.632Z] INFO: archiving workspace using pattern(s): [2022-05-02T20:20:41.018Z] Archives upload complete. [2022-05-02T20:20:41.018Z] INFO: archiving logs to Nexus