Pull request #3979 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 77e1d06be24447da4f7e49bfb3b378c389c0351c+b61922491ec22b60074f418cf5b25f360e5c966a (7fa5e8ad7a7997046c9af82a27d128ab5ef22fc0) 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-ssh3687986218513413863.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17048179259905723231.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11247869010377156042.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10783243269095344251.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4181573677081238042.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-21567’ Running on prd-ubuntu20.04-docker-8c-8g-21569 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 b61922491ec22b60074f418cf5b25f360e5c966a into PR head commit 77e1d06be24447da4f7e49bfb3b378c389c0351c Merge succeeded, producing 77e1d06be24447da4f7e49bfb3b378c389c0351c Checking out Revision 77e1d06be24447da4f7e49bfb3b378c389c0351c (PR-3979) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3979/head:refs/remotes/origin/PR-3979 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77e1d06be24447da4f7e49bfb3b378c389c0351c # 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 b61922491ec22b60074f418cf5b25f360e5c966a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77e1d06be24447da4f7e49bfb3b378c389c0351c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git rev-list --no-walk 9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-21T05:08:45.701Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-21T05:08:45.787Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-21T05:08:45.809Z] ========================================================= [2022-04-21T05:08:45.810Z] EdgeX Global Pipelines Version Info [2022-04-21T05:08:45.810Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-21T05:08:46.562Z] ------------------- [2022-04-21T05:08:46.562Z] stable info: [2022-04-21T05:08:46.562Z] ------------------- [2022-04-21T05:08:46.562Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-21T05:08:46.562Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-21T05:08:46.562Z] Message: update stable to v1.0.221 [2022-04-21T05:08:47.135Z] ------------------- [2022-04-21T05:08:47.135Z] experimental info: [2022-04-21T05:08:47.135Z] ------------------- [2022-04-21T05:08:47.135Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-21T05:08:47.135Z] Commit SHA: e334d830fa8e8412d6042b94a77caa8dfa54c97b [2022-04-21T05:08:47.135Z] Message: update experimental to v1.0.223 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-21T05:08:47.302Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-21T05:08:47.318Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-21T05:08:47.334Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-21T05:08:47.350Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-21T05:08:47.367Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-21T05:08:47.384Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-21T05:08:47.405Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-21T05:08:47.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-21T05:08:47.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-21T05:08:47.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-21T05:08:47.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-21T05:08:47.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-21T05:08:47.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-21T05:08:47.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-21T05:08:47.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-21T05:08:47.556Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-21T05:08:47.572Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-21T05:08:47.596Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-21T05:08:47.616Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-21T05:08:47.634Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-21T05:08:47.652Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-21T05:08:47.669Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-21T05:08:47.685Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3979 [Pipeline] echo [2022-04-21T05:08:47.700Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3979 [Pipeline] echo [2022-04-21T05:08:47.716Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3979 [Pipeline] echo [2022-04-21T05:08:47.733Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77e1d06be24447da4f7e49bfb3b378c389c0351c [Pipeline] echo [2022-04-21T05:08:47.746Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77e1d06 [Pipeline] echo [2022-04-21T05:08:47.760Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-21T05:08:47.810Z] provisioning config files... [2022-04-21T05:08:47.826Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5503133028013747395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-21T05:08:48.165Z] ---> docker-login.sh [2022-04-21T05:08:48.165Z] nexus3.edgexfoundry.org:10001 [2022-04-21T05:08:49.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:08:49.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:08:49.372Z] Configure a credential helper to remove this warning. See [2022-04-21T05:08:49.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:08:49.372Z] [2022-04-21T05:08:49.372Z] Login Succeeded [2022-04-21T05:08:49.372Z] nexus3.edgexfoundry.org:10002 [2022-04-21T05:08:49.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:08:49.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:08:49.372Z] Configure a credential helper to remove this warning. See [2022-04-21T05:08:49.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:08:49.372Z] [2022-04-21T05:08:49.372Z] Login Succeeded [2022-04-21T05:08:49.372Z] nexus3.edgexfoundry.org:10003 [2022-04-21T05:08:49.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:08:49.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:08:49.633Z] Configure a credential helper to remove this warning. See [2022-04-21T05:08:49.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:08:49.633Z] [2022-04-21T05:08:49.633Z] Login Succeeded [2022-04-21T05:08:49.633Z] nexus3.edgexfoundry.org:10004 [2022-04-21T05:08:49.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:08:49.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:08:49.633Z] Configure a credential helper to remove this warning. See [2022-04-21T05:08:49.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:08:49.633Z] [2022-04-21T05:08:49.633Z] Login Succeeded [2022-04-21T05:08:49.633Z] docker.io [2022-04-21T05:08:49.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:08:50.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:08:50.155Z] Configure a credential helper to remove this warning. See [2022-04-21T05:08:50.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:08:50.155Z] [2022-04-21T05:08:50.155Z] Login Succeeded [2022-04-21T05:08:50.155Z] ---> docker-login.sh ends [Pipeline] } [2022-04-21T05:08:50.164Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-21T05:08:50.480Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + dirname cmd/core-command/Dockerfile [2022-04-21T05:08:50.481Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/core-data/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + dirname cmd/core-metadata/Dockerfile [2022-04-21T05:08:50.481Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/support-notifications/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-21T05:08:50.481Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-21T05:08:50.481Z] + cut -d/ -f2 [2022-04-21T05:08:50.481Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-21T05:08:50.518Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-21T05:08:50.867Z] + git rev-list -1 --merges 77e1d06be24447da4f7e49bfb3b378c389c0351c~1..77e1d06be24447da4f7e49bfb3b378c389c0351c [Pipeline] echo [2022-04-21T05:08:50.980Z] -----------> git rev-list -1 --merges 77e1d06be24447da4f7e49bfb3b378c389c0351c~1..77e1d06be24447da4f7e49bfb3b378c389c0351c 77e1d06be24447da4f7e49bfb3b378c389c0351c [false] [Pipeline] sh [2022-04-21T05:08:51.280Z] + git log --format=format:%s -1 77e1d06be24447da4f7e49bfb3b378c389c0351c [Pipeline] echo [2022-04-21T05:08:51.297Z] ========================================================= [2022-04-21T05:08:51.297Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-21T05:08:51.297Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-21T05:08:51.740Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-21T05:08:51.740Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-21T05:08:51.740Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-21T05:08:51.740Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-21T05:08:51.740Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-21T05:08:51.740Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-21T05:08:51.740Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:08:52.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-21T05:08:52.107Z] [2022-04-21T05:08:52.107Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:08:52.424Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-21T05:08:52.425Z] latest: Pulling from edgex-devops/git-semver [2022-04-21T05:08:52.425Z] a0d0a0d46f8b: Pulling fs layer [2022-04-21T05:08:52.425Z] 3e5f54012d9b: Pulling fs layer [2022-04-21T05:08:52.425Z] 4c7163046ea9: Pulling fs layer [2022-04-21T05:08:52.425Z] 0c2d73faf560: Pulling fs layer [2022-04-21T05:08:52.425Z] 0c2d73faf560: Waiting [2022-04-21T05:08:52.425Z] 3e5f54012d9b: Verifying Checksum [2022-04-21T05:08:52.425Z] 3e5f54012d9b: Download complete [2022-04-21T05:08:52.425Z] a0d0a0d46f8b: Download complete [2022-04-21T05:08:52.425Z] 0c2d73faf560: Download complete [2022-04-21T05:08:52.425Z] 4c7163046ea9: Download complete [2022-04-21T05:08:52.686Z] a0d0a0d46f8b: Pull complete [2022-04-21T05:08:52.686Z] 3e5f54012d9b: Pull complete [2022-04-21T05:08:52.947Z] 4c7163046ea9: Pull complete [2022-04-21T05:08:53.209Z] 0c2d73faf560: Pull complete [2022-04-21T05:08:53.209Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-21T05:08:53.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-21T05:08:53.209Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-21T05:08:53.290Z] prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container [2022-04-21T05:08:53.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat [2022-04-21T05:08:54.140Z] $ docker top 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-21T05:08:54.247Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-21T05:08:54.247Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-21T05:08:54.391Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-21T05:08:54.396Z] $ docker exec 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d ssh-agent [2022-04-21T05:08:54.522Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXiBABnC/agent.14 [2022-04-21T05:08:54.522Z] SSH_AGENT_PID=20 [2022-04-21T05:08:54.531Z] Running ssh-add (command line suppressed) [2022-04-21T05:08:54.663Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_453199681209727477.key (/w/workspace/edgex-go/4@tmp/private_key_453199681209727477.key) [2022-04-21T05:08:54.681Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-21T05:08:54.980Z] + git tag --points-at HEAD [Pipeline] } [2022-04-21T05:08:54.994Z] $ docker exec --env ******** --env ******** 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d ssh-agent -k [2022-04-21T05:08:55.109Z] unset SSH_AUTH_SOCK; [2022-04-21T05:08:55.110Z] unset SSH_AGENT_PID; [2022-04-21T05:08:55.110Z] echo Agent pid 20 killed; [2022-04-21T05:08:55.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-21T05:08:55.147Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-21T05:08:55.147Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-21T05:08:55.297Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-21T05:08:55.302Z] $ docker exec 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d ssh-agent [2022-04-21T05:08:55.433Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXnCdnHB/agent.52 [2022-04-21T05:08:55.433Z] SSH_AGENT_PID=58 [2022-04-21T05:08:55.438Z] Running ssh-add (command line suppressed) [2022-04-21T05:08:55.556Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7756494338588407125.key (/w/workspace/edgex-go/4@tmp/private_key_7756494338588407125.key) [2022-04-21T05:08:55.569Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-21T05:08:55.861Z] + git semver init [2022-04-21T05:08:55.862Z] # -> Open(): unable to determine branch for HEAD [2022-04-21T05:08:55.862Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2022-04-21T05:08:55.862Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2022-04-21T05:08:55.862Z] # $SEMVER_REMOTE_NAME = origin [2022-04-21T05:08:55.862Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-21T05:08:55.862Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-21T05:08:55.862Z] # $SEMVER_BRANCH = PR-3979 [2022-04-21T05:08:55.862Z] # $SEMVER_TEMP = /tmp/semver-149678038 [2022-04-21T05:08:55.862Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-21T05:09:10.783Z] # '/tmp/semver-149678038' -> '/w/workspace/edgex-go/4/.semver' [2022-04-21T05:09:10.783Z] # -> Force: false [2022-04-21T05:09:10.783Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2022-04-21T05:09:10.794Z] $ docker exec --env ******** --env ******** 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d ssh-agent -k [2022-04-21T05:09:10.899Z] unset SSH_AUTH_SOCK; [2022-04-21T05:09:10.900Z] unset SSH_AGENT_PID; [2022-04-21T05:09:10.900Z] echo Agent pid 58 killed; [2022-04-21T05:09:10.908Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-21T05:09:11.223Z] + git semver [Pipeline] } [2022-04-21T05:09:11.240Z] $ docker stop --time=1 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d [2022-04-21T05:09:13.313Z] $ docker rm -f 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-21T05:09:13.676Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-21T05:09:13.927Z] Stashed 1 file(s) [Pipeline] echo [2022-04-21T05:09:13.930Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-04-21T05:09:14.089Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-21T05:09:14.099Z] ========================================================= [2022-04-21T05:09:14.099Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-21T05:09:14.099Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-21T05:09:14.384Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-21T05:09:14.384Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-21T05:09:14.384Z] 59bf1c3509f3: Pulling fs layer [2022-04-21T05:09:14.384Z] 666ba61612fd: Pulling fs layer [2022-04-21T05:09:14.384Z] 8ed8ca486205: Pulling fs layer [2022-04-21T05:09:14.384Z] 4fe6c5a15a65: Pulling fs layer [2022-04-21T05:09:14.384Z] 22a0e8bec74d: Pulling fs layer [2022-04-21T05:09:14.384Z] 640e595b4fbd: Pulling fs layer [2022-04-21T05:09:14.384Z] 763cafe07f6e: Pulling fs layer [2022-04-21T05:09:14.384Z] 0c0b528cf693: Pulling fs layer [2022-04-21T05:09:14.384Z] 10935f4eaf8b: Pulling fs layer [2022-04-21T05:09:14.384Z] 640e595b4fbd: Waiting [2022-04-21T05:09:14.384Z] 763cafe07f6e: Waiting [2022-04-21T05:09:14.384Z] 0c0b528cf693: Waiting [2022-04-21T05:09:14.384Z] 4fe6c5a15a65: Waiting [2022-04-21T05:09:14.384Z] 22a0e8bec74d: Waiting [2022-04-21T05:09:14.384Z] 8ed8ca486205: Verifying Checksum [2022-04-21T05:09:14.384Z] 8ed8ca486205: Download complete [2022-04-21T05:09:14.384Z] 666ba61612fd: Verifying Checksum [2022-04-21T05:09:14.384Z] 666ba61612fd: Download complete [2022-04-21T05:09:14.384Z] 22a0e8bec74d: Download complete [2022-04-21T05:09:14.384Z] 640e595b4fbd: Verifying Checksum [2022-04-21T05:09:14.384Z] 640e595b4fbd: Download complete [2022-04-21T05:09:14.384Z] 59bf1c3509f3: Verifying Checksum [2022-04-21T05:09:14.384Z] 59bf1c3509f3: Download complete [2022-04-21T05:09:14.384Z] 763cafe07f6e: Verifying Checksum [2022-04-21T05:09:14.384Z] 763cafe07f6e: Download complete [2022-04-21T05:09:14.643Z] 0c0b528cf693: Verifying Checksum [2022-04-21T05:09:14.643Z] 0c0b528cf693: Download complete [2022-04-21T05:09:14.643Z] 59bf1c3509f3: Pull complete [2022-04-21T05:09:14.903Z] 666ba61612fd: Pull complete [2022-04-21T05:09:14.903Z] 8ed8ca486205: Pull complete [2022-04-21T05:09:15.170Z] 4fe6c5a15a65: Verifying Checksum [2022-04-21T05:09:15.170Z] 4fe6c5a15a65: Download complete [2022-04-21T05:09:15.170Z] 10935f4eaf8b: Verifying Checksum [2022-04-21T05:09:18.451Z] 4fe6c5a15a65: Pull complete [2022-04-21T05:09:18.451Z] 22a0e8bec74d: Pull complete [2022-04-21T05:09:18.451Z] 640e595b4fbd: Pull complete [2022-04-21T05:09:18.711Z] 763cafe07f6e: Pull complete [2022-04-21T05:09:18.711Z] 0c0b528cf693: Pull complete [2022-04-21T05:09:20.616Z] 10935f4eaf8b: Pull complete [2022-04-21T05:09:20.616Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-21T05:09:20.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-21T05:09:20.876Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-21T05:09:21.181Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-21T05:09:21.181Z] WORKDIR /edgex [2022-04-21T05:09:21.181Z] COPY go.mod . [2022-04-21T05:09:21.181Z] RUN go mod download [2022-04-21T05:09:21.181Z] docker build -t ci-base-image-x86_64 -f - . [2022-04-21T05:09:22.565Z] Sending build context to Docker daemon 335MB [2022-04-21T05:09:22.565Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-21T05:09:22.565Z] ---> 99d49a6021b9 [2022-04-21T05:09:22.565Z] Step 2/4 : WORKDIR /edgex [2022-04-21T05:09:25.110Z] ---> Running in 403a4802de1a [2022-04-21T05:09:25.110Z] Removing intermediate container 403a4802de1a [2022-04-21T05:09:25.110Z] ---> a4bf2ea8c0e4 [2022-04-21T05:09:25.110Z] Step 3/4 : COPY go.mod . [2022-04-21T05:09:25.370Z] ---> ddfbb38d8079 [2022-04-21T05:09:25.370Z] Step 4/4 : RUN go mod download [2022-04-21T05:09:25.370Z] ---> Running in c60e1185d696 [2022-04-21T05:09:29.023Z] Still waiting to schedule task [2022-04-21T05:09:29.023Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-21568’ [2022-04-21T05:09:40.265Z] Removing intermediate container c60e1185d696 [2022-04-21T05:09:40.265Z] ---> 2fe6a96deb24 [2022-04-21T05:09:40.265Z] Successfully built 2fe6a96deb24 [2022-04-21T05:09:40.265Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:09:40.561Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-21T05:09:40.561Z] . [Pipeline] withDockerContainer [2022-04-21T05:09:40.622Z] prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container [2022-04-21T05:09:40.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-21T05:09:41.098Z] $ docker top f9175d09b84eb62e5c87f81c6cd4f578292309748859384df7f3b5ecb113fb5b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-21T05:09:41.447Z] + go version [2022-04-21T05:09:41.448Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-21T05:09:41.460Z] $ docker stop --time=1 f9175d09b84eb62e5c87f81c6cd4f578292309748859384df7f3b5ecb113fb5b [2022-04-21T05:09:42.784Z] $ docker rm -f f9175d09b84eb62e5c87f81c6cd4f578292309748859384df7f3b5ecb113fb5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:09:43.185Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-21T05:09:43.185Z] . [Pipeline] withDockerContainer [2022-04-21T05:09:43.246Z] prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container [2022-04-21T05:09:43.281Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-21T05:09:43.633Z] $ docker top 5f6af82b1b5bb2317c14c4b2bd41a4952b9dc94ababe5fe6da08b96a80b57c67 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-21T05:09:43.708Z] ========================================================= [2022-04-21T05:09:43.708Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-21T05:09:43.708Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-21T05:09:44.006Z] + make test [2022-04-21T05:09:44.006Z] go mod tidy -compat=1.17 [2022-04-21T05:09:44.006Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-21T05:09:49.275Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-21T05:10:01.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-21T05:10:02.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.064s coverage: 28.7% of statements [2022-04-21T05:10:02.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-21T05:10:02.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-21T05:10:02.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.079s coverage: 98.5% of statements [2022-04-21T05:10:02.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-21T05:10:02.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.132s coverage: 53.4% of statements [2022-04-21T05:10:02.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-21T05:10:02.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.531s coverage: 89.2% of statements [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.101s coverage: 84.4% of statements [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.464s coverage: 95.6% of statements [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 72.2% of statements [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 60.0% of statements [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.081s coverage: 0.9% of statements [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements [2022-04-21T05:10:06.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements [2022-04-21T05:10:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.096s coverage: 87.5% of statements [2022-04-21T05:10:14.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements [2022-04-21T05:10:14.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2022-04-21T05:10:17.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.176s coverage: 82.5% of statements [2022-04-21T05:10:17.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.111s coverage: 92.9% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 58.8% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 85.4% of statements [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.2% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 64.4% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 65.4% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 43.8% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.077s coverage: 17.7% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.153s coverage: 92.3% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.050s coverage: 28.9% of statements [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-21T05:10:25.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-04-21T05:10:25.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-04-21T05:10:25.583Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-21T05:10:43.721Z] GO111MODULE=on go vet ./... [2022-04-21T05:10:47.918Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-21T05:10:47.919Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-21T05:10:47.919Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-21T05:10:48.505Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-21T05:10:48.805Z] + ls -al . [2022-04-21T05:10:48.805Z] total 672 [2022-04-21T05:10:48.805Z] drwxrwxr-x 10 1001 1001 4096 Apr 21 05:10 . [2022-04-21T05:10:48.805Z] drwxr-xr-x 4 root root 4096 Apr 21 05:09 .. [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 11 Apr 21 05:08 .dockerignore [2022-04-21T05:10:48.805Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 05:08 .git [2022-04-21T05:10:48.805Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 05:08 .github [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 879 Apr 21 05:08 .gitignore [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 42 Apr 21 05:08 .golangci.yml [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 87 Apr 21 05:08 .hadolint.yml [2022-04-21T05:10:48.805Z] drwx------ 3 1001 1001 4096 Apr 21 05:09 .semver [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 166 Apr 21 05:08 .sonarcloud.properties [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 1171 Apr 21 05:08 ADOPTERS.md [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 10086 Apr 21 05:08 Attribution.txt [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 51732 Apr 21 05:08 CHANGELOG.md [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 3804 Apr 21 05:08 CONTRIBUTING.md [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 677 Apr 21 05:08 GOVERNANCE.md [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 850 Apr 21 05:08 Jenkinsfile [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 10775 Apr 21 05:08 LICENSE [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 10389 Apr 21 05:08 Makefile [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 582 Apr 21 05:08 OWNERS.md [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 9120 Apr 21 05:08 README.md [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 6912 Apr 21 05:08 SECURITY.md [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 5 Apr 21 05:09 VERSION [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 4131 Apr 21 05:08 ZMQWindows.md [2022-04-21T05:10:48.805Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 05:08 bin [2022-04-21T05:10:48.805Z] drwxrwxr-x 18 1001 1001 4096 Apr 21 05:08 cmd [2022-04-21T05:10:48.805Z] -rw-r--r-- 1 root root 435134 Apr 21 05:10 coverage.out [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 3256 Apr 21 05:08 go.mod [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 35162 Apr 21 05:09 go.sum [2022-04-21T05:10:48.805Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 05:08 internal [2022-04-21T05:10:48.805Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 05:08 openapi [2022-04-21T05:10:48.805Z] drwxrwxr-x 4 1001 1001 4096 Apr 21 05:08 snap [2022-04-21T05:10:48.805Z] -rw-rw-r-- 1 1001 1001 204 Apr 21 05:08 version.go [Pipeline] sh [2022-04-21T05:10:49.097Z] + '[' -e coverage.out ] [2022-04-21T05:10:49.097Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-21T05:10:49.193Z] Stashed 1 file(s) [Pipeline] sh [2022-04-21T05:10:49.481Z] + make build [2022-04-21T05:10:49.482Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-21T05:11:04.376Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-21T05:11:10.939Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-21T05:11:10.939Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-21T05:11:17.497Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-21T05:11:17.497Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-21T05:11:17.755Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-21T05:11:19.136Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-21T05:11:19.705Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-21T05:11:20.644Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-21T05:11:21.583Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-21T05:11:22.149Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-21T05:11:23.525Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-21T05:11:24.479Z] $ docker stop --time=1 5f6af82b1b5bb2317c14c4b2bd41a4952b9dc94ababe5fe6da08b96a80b57c67 [2022-04-21T05:11:29.488Z] $ docker rm -f 5f6af82b1b5bb2317c14c4b2bd41a4952b9dc94ababe5fe6da08b96a80b57c67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:11:30.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-21T05:11:30.526Z] [2022-04-21T05:11:30.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:11:30.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-21T05:11:30.818Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-21T05:11:30.818Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-21T05:11:30.818Z] ca9280d653b3: Pulling fs layer [2022-04-21T05:11:30.818Z] 7e9c9ca2126c: Pulling fs layer [2022-04-21T05:11:31.078Z] cbdbe7a5bc2a: Verifying Checksum [2022-04-21T05:11:31.078Z] cbdbe7a5bc2a: Download complete [2022-04-21T05:11:31.078Z] ca9280d653b3: Verifying Checksum [2022-04-21T05:11:31.078Z] ca9280d653b3: Download complete [2022-04-21T05:11:31.335Z] cbdbe7a5bc2a: Pull complete [2022-04-21T05:11:31.594Z] 7e9c9ca2126c: Verifying Checksum [2022-04-21T05:11:31.594Z] 7e9c9ca2126c: Download complete [2022-04-21T05:11:31.854Z] ca9280d653b3: Pull complete [2022-04-21T05:11:35.150Z] 7e9c9ca2126c: Pull complete [2022-04-21T05:11:35.150Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-21T05:11:35.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-21T05:11:35.410Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-21T05:11:35.480Z] prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container [2022-04-21T05:11:35.524Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-21T05:11:38.822Z] $ docker top f98c809b9fda0a72effe3a800e347114f7b8f5fc30e6fc6881611c26bf67d07b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-21T05:11:39.178Z] + docker-compose build --help [2022-04-21T05:11:39.178Z] + grep parallel [2022-04-21T05:11:39.747Z] --parallel Build images in parallel. [Pipeline] } [2022-04-21T05:11:39.761Z] $ docker stop --time=1 f98c809b9fda0a72effe3a800e347114f7b8f5fc30e6fc6881611c26bf67d07b [2022-04-21T05:11:41.146Z] $ docker rm -f f98c809b9fda0a72effe3a800e347114f7b8f5fc30e6fc6881611c26bf67d07b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:11:41.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-21T05:11:41.576Z] . [Pipeline] withDockerContainer [2022-04-21T05:11:41.639Z] prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container [2022-04-21T05:11:41.674Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-21T05:11:42.033Z] $ docker top d0eb6b5681543cc883ec1bb2ea001654cb84c199b92ad5b0c22877bfbdd45d4c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-21T05:11:42.530Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-21T05:11:43.097Z] Building core-command ... [2022-04-21T05:11:43.097Z] Building core-data ... [2022-04-21T05:11:43.097Z] Building core-metadata ... [2022-04-21T05:11:43.097Z] Building security-bootstrapper ... [2022-04-21T05:11:43.097Z] Building security-proxy-setup ... [2022-04-21T05:11:43.097Z] Building security-secretstore-setup ... [2022-04-21T05:11:43.097Z] Building security-spiffe-token-provider ... [2022-04-21T05:11:43.097Z] Building security-spire-agent ... [2022-04-21T05:11:43.097Z] Building security-spire-config ... [2022-04-21T05:11:43.097Z] Building security-spire-server ... [2022-04-21T05:11:43.097Z] Building support-notifications ... [2022-04-21T05:11:43.097Z] Building support-scheduler ... [2022-04-21T05:11:43.097Z] Building sys-mgmt-agent ... [2022-04-21T05:11:43.097Z] Building security-bootstrapper [2022-04-21T05:11:43.097Z] Building security-secretstore-setup [2022-04-21T05:11:43.097Z] Building security-spire-config [2022-04-21T05:11:43.097Z] Building security-proxy-setup [2022-04-21T05:11:43.097Z] Building sys-mgmt-agent [2022-04-21T05:11:57.978Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:11:57.978Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:11:57.978Z] ---> 2fe6a96deb24 [2022-04-21T05:11:57.978Z] Step 3/31 : WORKDIR /edgex-go [2022-04-21T05:11:57.978Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:11:57.978Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:11:57.978Z] ---> 2fe6a96deb24 [2022-04-21T05:11:57.978Z] Step 3/26 : WORKDIR /edgex-go [2022-04-21T05:11:58.236Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:11:58.236Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:11:58.236Z] ---> 2fe6a96deb24 [2022-04-21T05:11:58.236Z] Step 3/22 : WORKDIR /edgex-go [2022-04-21T05:11:58.236Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:11:58.236Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:11:58.236Z] ---> 2fe6a96deb24 [2022-04-21T05:11:58.236Z] Step 3/23 : WORKDIR /edgex-go [2022-04-21T05:11:58.495Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:11:58.495Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:11:58.495Z] ---> 2fe6a96deb24 [2022-04-21T05:11:58.495Z] Step 3/25 : WORKDIR /edgex-go [2022-04-21T05:12:03.781Z] ---> Running in f108f78e424c [2022-04-21T05:12:03.781Z] ---> Running in 80780aebda26 [2022-04-21T05:12:03.781Z] ---> Running in 91b165439add [2022-04-21T05:12:03.781Z] ---> Running in 3dbd38798809 [2022-04-21T05:12:03.781Z] ---> Running in 8868826a9edc [2022-04-21T05:12:03.781Z] Removing intermediate container 8868826a9edc [2022-04-21T05:12:03.781Z] ---> 59ea84dba81f [2022-04-21T05:12:03.781Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:12:03.781Z] Removing intermediate container f108f78e424c [2022-04-21T05:12:03.781Z] ---> 7ba9c233ddbe [2022-04-21T05:12:03.781Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:12:03.781Z] Removing intermediate container 91b165439add [2022-04-21T05:12:03.781Z] ---> 97ce30368c75 [2022-04-21T05:12:03.781Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:12:03.781Z] Removing intermediate container 80780aebda26 [2022-04-21T05:12:03.781Z] ---> 17ffacd7e9e9 [2022-04-21T05:12:03.781Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:12:03.781Z] Removing intermediate container 3dbd38798809 [2022-04-21T05:12:03.781Z] ---> 1700114d5bd0 [2022-04-21T05:12:03.781Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:12:03.781Z] ---> Running in 782db4a1c5a5 [2022-04-21T05:12:03.781Z] ---> Running in 56738c8edd41 [2022-04-21T05:12:03.781Z] ---> Running in 1b498c5e25b4 [2022-04-21T05:12:03.781Z] ---> Running in 4b8f0060b0c5 [2022-04-21T05:12:03.781Z] ---> Running in 0d2386b3dd9e [2022-04-21T05:12:05.158Z] Removing intermediate container 782db4a1c5a5 [2022-04-21T05:12:05.158Z] ---> 3a0c64bd935e [2022-04-21T05:12:05.158Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-21T05:12:05.158Z] ---> Running in 6fd89a6dcde8 [2022-04-21T05:12:05.158Z] Removing intermediate container 56738c8edd41 [2022-04-21T05:12:05.158Z] ---> 8579165b01c5 [2022-04-21T05:12:05.158Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-21T05:12:05.158Z] ---> Running in 2969fa40d665 [2022-04-21T05:12:05.158Z] Removing intermediate container 1b498c5e25b4 [2022-04-21T05:12:05.158Z] ---> 9ceba87254d1 [2022-04-21T05:12:05.158Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-21T05:12:05.422Z] ---> Running in b4a203128c77 [2022-04-21T05:12:05.422Z] Removing intermediate container 0d2386b3dd9e [2022-04-21T05:12:05.422Z] ---> bf03b7ca6cce [2022-04-21T05:12:05.422Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-21T05:12:05.422Z] ---> Running in 17d5fa0ec14b [2022-04-21T05:12:05.422Z] Removing intermediate container 4b8f0060b0c5 [2022-04-21T05:12:05.422Z] ---> 95c4f789ca44 [2022-04-21T05:12:05.422Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-21T05:12:05.422Z] ---> Running in c418d8f82e98 [2022-04-21T05:12:05.681Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:05.939Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:06.198Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:06.198Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:06.198Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:06.458Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:06.715Z] OK: 221 MiB in 52 packages [2022-04-21T05:12:06.973Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:06.973Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:06.973Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:06.973Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:07.232Z] OK: 221 MiB in 52 packages [2022-04-21T05:12:07.490Z] OK: 221 MiB in 52 packages [2022-04-21T05:12:07.490Z] OK: 221 MiB in 52 packages [2022-04-21T05:12:07.490Z] OK: 221 MiB in 52 packages [2022-04-21T05:12:07.490Z] Removing intermediate container 6fd89a6dcde8 [2022-04-21T05:12:07.490Z] ---> b52602b12b11 [2022-04-21T05:12:07.490Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-21T05:12:07.751Z] ---> acbc4784b42d [2022-04-21T05:12:07.751Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:12:07.751Z] ---> Running in 344757abd075 [2022-04-21T05:12:08.018Z] Removing intermediate container 2969fa40d665 [2022-04-21T05:12:08.018Z] ---> 1b60401ef3bf [2022-04-21T05:12:08.018Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-21T05:12:08.018Z] Removing intermediate container c418d8f82e98 [2022-04-21T05:12:08.018Z] ---> 8034c18b3c53 [2022-04-21T05:12:08.018Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-21T05:12:08.279Z] Removing intermediate container b4a203128c77 [2022-04-21T05:12:08.279Z] ---> ec8a38137952 [2022-04-21T05:12:08.279Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-21T05:12:08.279Z] ---> 838a7fa962ac [2022-04-21T05:12:08.279Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:12:08.279Z] Removing intermediate container 17d5fa0ec14b [2022-04-21T05:12:08.279Z] ---> d239a6629a98 [2022-04-21T05:12:08.279Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-21T05:12:08.279Z] ---> Running in 561b9db180ac [2022-04-21T05:12:08.279Z] ---> 87968ec2d1ac [2022-04-21T05:12:08.279Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:12:08.538Z] ---> e7735d8f6fab [2022-04-21T05:12:08.538Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:12:08.538Z] ---> Running in e9711ea07a9e [2022-04-21T05:12:08.538Z] ---> Running in 79e75478613c [2022-04-21T05:12:08.538Z] ---> 0cea4e7f666d [2022-04-21T05:12:08.538Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:12:08.796Z] ---> Running in 951dcb2854a4 [2022-04-21T05:12:09.362Z] Removing intermediate container 344757abd075 [2022-04-21T05:12:09.362Z] ---> 8c4d5d4ad5bd [2022-04-21T05:12:09.362Z] Step 8/31 : COPY . . [2022-04-21T05:12:09.362Z] Removing intermediate container 561b9db180ac [2022-04-21T05:12:09.362Z] ---> 26fd8a3829aa [2022-04-21T05:12:09.362Z] Step 8/22 : COPY . . [2022-04-21T05:12:14.023Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21570 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws [2022-04-21T05:12:14.040Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2022-04-21T05:12:14.301Z] The recommended git tool is: git [2022-04-21T05:12:17.467Z] Removing intermediate container e9711ea07a9e [2022-04-21T05:12:17.467Z] ---> dc254a674bdb [2022-04-21T05:12:17.467Z] Step 8/25 : COPY . . [2022-04-21T05:12:17.467Z] ---> b86fae57cb71 [2022-04-21T05:12:17.467Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-21T05:12:17.467Z] Removing intermediate container 951dcb2854a4 [2022-04-21T05:12:17.467Z] ---> 0e0cdb537390 [2022-04-21T05:12:17.467Z] Step 8/23 : COPY . . [2022-04-21T05:12:17.467Z] ---> Running in 3e6570e9360d [2022-04-21T05:12:17.467Z] ---> ed0b690e2871 [2022-04-21T05:12:17.467Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-21T05:12:17.467Z] Removing intermediate container 79e75478613c [2022-04-21T05:12:17.467Z] ---> a56f5a09789f [2022-04-21T05:12:17.467Z] Step 8/26 : COPY . . [2022-04-21T05:12:17.467Z] ---> Running in 0e6a9392a738 [2022-04-21T05:12:17.467Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-21T05:12:17.467Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-21T05:12:20.345Z] using credential edgex-jenkins-ssh [2022-04-21T05:12:20.368Z] Cloning the remote Git repository [2022-04-21T05:12:20.435Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-21T05:12:20.527Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2022-04-21T05:12:20.608Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-21T05:12:20.609Z] > git --version # timeout=10 [2022-04-21T05:12:20.632Z] > git --version # 'git version 2.25.1' [2022-04-21T05:12:20.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-21T05:12:20.772Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-21T05:12:32.353Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-21T05:12:32.353Z] ---> 9affab07315f [2022-04-21T05:12:32.353Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-21T05:12:32.353Z] ---> adcb82f84d18 [2022-04-21T05:12:32.353Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-21T05:12:32.353Z] ---> 5da6d351e904 [2022-04-21T05:12:32.353Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-21T05:12:32.612Z] ---> Running in 4881947496ad [2022-04-21T05:12:32.612Z] ---> Running in 8e2618b95ef6 [2022-04-21T05:12:32.612Z] ---> Running in 76c0216eac54 [2022-04-21T05:12:32.871Z] Removing intermediate container 4881947496ad [2022-04-21T05:12:32.871Z] ---> 3656ab8b27c3 [2022-04-21T05:12:32.871Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-21T05:12:32.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-04-21T05:12:33.132Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-21T05:12:33.391Z] ---> Running in 0f7c42d67d0f [2022-04-21T05:12:34.767Z] Removing intermediate container 3e6570e9360d [2022-04-21T05:12:34.767Z] ---> 9d2a1715c52e [2022-04-21T05:12:34.767Z] [2022-04-21T05:12:34.767Z] Step 10/31 : FROM alpine:3.14 [2022-04-21T05:12:35.025Z] Removing intermediate container 0e6a9392a738 [2022-04-21T05:12:35.025Z] ---> 33c16ff6fbd7 [2022-04-21T05:12:35.025Z] [2022-04-21T05:12:35.025Z] Step 10/22 : FROM alpine:3.14 [2022-04-21T05:12:35.025Z] 3.14: Pulling from library/alpine [2022-04-21T05:12:35.025Z] 3.14: Pulling from library/alpine [2022-04-21T05:12:35.283Z] Removing intermediate container 0f7c42d67d0f [2022-04-21T05:12:35.283Z] ---> 920902de77cb [2022-04-21T05:12:35.283Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-21T05:12:35.283Z] ---> Running in a09f04986ee5 [2022-04-21T05:12:35.541Z] Removing intermediate container a09f04986ee5 [2022-04-21T05:12:35.541Z] ---> ab7b629606cc [2022-04-21T05:12:35.541Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-21T05:12:35.541Z] ---> Running in f7e028608890 [2022-04-21T05:12:36.502Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-21T05:12:36.502Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-21T05:12:36.502Z] Status: Downloaded newer image for alpine:3.14 [2022-04-21T05:12:36.502Z] Status: Image is up to date for alpine:3.14 [2022-04-21T05:12:36.502Z] ---> e04c818066af [2022-04-21T05:12:36.502Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-21T05:12:36.502Z] ---> e04c818066af [2022-04-21T05:12:36.502Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-21T05:12:36.760Z] ---> Running in ba4af867cae7 [2022-04-21T05:12:36.760Z] ---> Running in 3c80bd1eb2e5 [2022-04-21T05:12:37.023Z] spire-1.2.1/ [2022-04-21T05:12:37.023Z] spire-1.2.1/.data/ [2022-04-21T05:12:37.024Z] spire-1.2.1/.data/.file [2022-04-21T05:12:37.024Z] spire-1.2.1/.dockerignore [2022-04-21T05:12:37.024Z] spire-1.2.1/.gitattributes [2022-04-21T05:12:37.024Z] spire-1.2.1/.githooks/ [2022-04-21T05:12:37.024Z] spire-1.2.1/.githooks/pre-commit [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/ [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/dependabot.yml [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/ [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-21T05:12:37.024Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-21T05:12:37.024Z] spire-1.2.1/.gitignore [2022-04-21T05:12:37.024Z] spire-1.2.1/.go-version [2022-04-21T05:12:37.024Z] spire-1.2.1/.golangci.yml [2022-04-21T05:12:37.024Z] spire-1.2.1/ADOPTERS.md [2022-04-21T05:12:37.024Z] spire-1.2.1/CHANGELOG.md [2022-04-21T05:12:37.024Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-21T05:12:37.024Z] spire-1.2.1/CODEOWNERS [2022-04-21T05:12:37.024Z] spire-1.2.1/CONTRIBUTING.md [2022-04-21T05:12:37.024Z] spire-1.2.1/Dockerfile [2022-04-21T05:12:37.024Z] spire-1.2.1/Dockerfile.dev [2022-04-21T05:12:37.024Z] spire-1.2.1/Dockerfile.scratch [2022-04-21T05:12:37.024Z] spire-1.2.1/LICENSE [2022-04-21T05:12:37.024Z] spire-1.2.1/MAINTAINERS.md [2022-04-21T05:12:37.024Z] spire-1.2.1/Makefile [2022-04-21T05:12:37.024Z] spire-1.2.1/README.md [2022-04-21T05:12:37.024Z] spire-1.2.1/ROADMAP.md [2022-04-21T05:12:37.024Z] spire-1.2.1/SECURITY.md [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-21T05:12:37.024Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/ [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/agent/ [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/agent/agent.conf [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/server/ [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/server/server.conf [2022-04-21T05:12:37.024Z] spire-1.2.1/conf/server/server_full.conf [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/ [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/SPIRE101.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/auditlog.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/ [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-21T05:12:37.024Z] spire-1.2.1/doc/scaling_spire.md [2022-04-21T05:12:37.025Z] spire-1.2.1/doc/spire_agent.md [2022-04-21T05:12:37.025Z] spire-1.2.1/doc/spire_server.md [2022-04-21T05:12:37.025Z] spire-1.2.1/doc/supported_integrations.md [2022-04-21T05:12:37.025Z] spire-1.2.1/doc/telemetry.md [2022-04-21T05:12:37.025Z] spire-1.2.1/doc/telemetry_config.md [2022-04-21T05:12:37.025Z] spire-1.2.1/doc/upgrading.md [2022-04-21T05:12:37.025Z] spire-1.2.1/doc/using_spire.md [2022-04-21T05:12:37.025Z] spire-1.2.1/examples/ [2022-04-21T05:12:37.025Z] spire-1.2.1/examples/README.md [2022-04-21T05:12:37.025Z] spire-1.2.1/go.mod [2022-04-21T05:12:37.025Z] spire-1.2.1/go.sum [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/agent.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/client/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/common/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/config.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-21T05:12:37.025Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/svid/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/names.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/auth/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cli/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/health/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/health/config.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/health/context.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/health/health.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/idutil/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/log/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/log/log.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/log/options.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-21T05:12:37.026Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/profiling/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/selector/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/uptime/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/task.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/version/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/version/version.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509util/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/api.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/health/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/id.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-21T05:12:37.027Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/status.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/catalog/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/config.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-21T05:12:37.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-21T05:12:37.029Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/registration/ [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/server.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/server_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/svid/ [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/private/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/private/server/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/private/server/journal/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/common/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/plugin/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-21T05:12:37.030Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-21T05:12:37.030Z] spire-1.2.1/release/ [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire-extras/ [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire-extras/README.md [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire/ [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire/README.md [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire/conf/ [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire/conf/server/ [2022-04-21T05:12:37.030Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-21T05:12:37.030Z] spire-1.2.1/script/ [2022-04-21T05:12:37.030Z] spire-1.2.1/script/build-artifact.sh [2022-04-21T05:12:37.030Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-21T05:12:37.030Z] spire-1.2.1/support/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-21T05:12:37.030Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/clock/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/clock/clock.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-21T05:12:37.030Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/fixture.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/registration/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-21T05:12:37.031Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/README.md [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/common [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-21T05:12:37.031Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-21T05:12:37.032Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/test-one.sh [2022-04-21T05:12:37.033Z] spire-1.2.1/test/integration/test.sh [2022-04-21T05:12:37.033Z] spire-1.2.1/test/plugintest/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/plugintest/config.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/plugintest/load.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/plugintest/option.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/dir.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/logs.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/suite.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/spiretest/x509.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/testca/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/testca/ca.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/testkey/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/testkey/generate.sh [2022-04-21T05:12:37.033Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/testkey/keys.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/testkey/new.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/tpmsimulator/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/util/ [2022-04-21T05:12:37.033Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/util/cert_generation.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/util/io_redirection.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/util/race.go [2022-04-21T05:12:37.033Z] spire-1.2.1/test/util/util.go [2022-04-21T05:12:37.033Z] building spire from source... [2022-04-21T05:12:37.293Z] Installing go1.17.7... [2022-04-21T05:12:37.552Z] Removing intermediate container 3c80bd1eb2e5 [2022-04-21T05:12:37.552Z] ---> 73a6026eed49 [2022-04-21T05:12:37.552Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-21T05:12:38.122Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:38.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:38.680Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-21T05:12:38.680Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-21T05:12:38.680Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-21T05:12:38.680Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-21T05:12:38.680Z] (5/6) Installing curl (7.79.1-r0) [2022-04-21T05:12:38.680Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-21T05:12:38.680Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:12:38.680Z] Executing ca-certificates-20211220-r0.trigger [2022-04-21T05:12:38.680Z] OK: 8 MiB in 20 packages [2022-04-21T05:12:38.680Z] ---> Running in f7975e7b6d66 [2022-04-21T05:12:39.785Z] Merging remotes/origin/main commit b61922491ec22b60074f418cf5b25f360e5c966a into PR head commit 77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:12:40.174Z] Merge succeeded, producing 77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:12:40.175Z] Checking out Revision 77e1d06be24447da4f7e49bfb3b378c389c0351c (PR-3979) [2022-04-21T05:12:38.933Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-21T05:12:38.957Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-21T05:12:38.991Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-21T05:12:39.028Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-21T05:12:39.028Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-21T05:12:39.044Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3979/head:refs/remotes/origin/PR-3979 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-21T05:12:39.808Z] > git config core.sparsecheckout # timeout=10 [2022-04-21T05:12:39.826Z] > git checkout -f 77e1d06be24447da4f7e49bfb3b378c389c0351c # timeout=10 [2022-04-21T05:12:40.080Z] > git remote # timeout=10 [2022-04-21T05:12:40.100Z] > git config --get remote.origin.url # timeout=10 [2022-04-21T05:12:40.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-21T05:12:40.130Z] > git merge b61922491ec22b60074f418cf5b25f360e5c966a # timeout=10 [2022-04-21T05:12:40.158Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-21T05:12:40.183Z] > git config core.sparsecheckout # timeout=10 [2022-04-21T05:12:40.198Z] > git checkout -f 77e1d06be24447da4f7e49bfb3b378c389c0351c # timeout=10 [2022-04-21T05:12:41.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:41.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:12:41.969Z] Removing intermediate container ba4af867cae7 [2022-04-21T05:12:41.969Z] ---> ddce9f6b15f8 [2022-04-21T05:12:41.969Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-21T05:12:41.969Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-21T05:12:41.969Z] (2/2) Installing su-exec (0.2-r1) [2022-04-21T05:12:41.969Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:12:41.969Z] OK: 6 MiB in 16 packages [2022-04-21T05:12:42.228Z] ---> Running in a4d590f7493e [2022-04-21T05:12:42.502Z] Removing intermediate container a4d590f7493e [2022-04-21T05:12:42.502Z] ---> c804a81af37e [2022-04-21T05:12:42.502Z] Step 13/22 : WORKDIR /edgex [2022-04-21T05:12:42.502Z] ---> Running in 96d5e2f5d66c [2022-04-21T05:12:42.502Z] Removing intermediate container f7975e7b6d66 [2022-04-21T05:12:42.502Z] ---> d8a452fa3781 [2022-04-21T05:12:42.502Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-21T05:12:43.132Z] Removing intermediate container 96d5e2f5d66c [2022-04-21T05:12:43.132Z] ---> f2c51674c4bd [2022-04-21T05:12:43.132Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-21T05:12:43.132Z] ---> Running in 64d40c31daf6 [2022-04-21T05:12:43.394Z] Removing intermediate container 64d40c31daf6 [2022-04-21T05:12:43.394Z] ---> 9419c5a71b77 [2022-04-21T05:12:43.394Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-21T05:12:43.652Z] Building bin/spire-server... [2022-04-21T05:12:43.652Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-21T05:12:43.652Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-21T05:12:43.652Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-21T05:12:43.652Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-21T05:12:43.652Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-21T05:12:43.909Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-21T05:12:43.909Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-21T05:12:43.909Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-21T05:12:43.909Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-21T05:12:43.909Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-21T05:12:43.909Z]  ---> 3a48923954cb [2022-04-21T05:12:43.909Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-21T05:12:43.909Z] ---> Running in b27466c56229 [2022-04-21T05:12:43.909Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-21T05:12:43.909Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-21T05:12:44.478Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-21T05:12:44.478Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-21T05:12:44.478Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-21T05:12:44.478Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-21T05:12:44.478Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-21T05:12:44.478Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-21T05:12:44.478Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-21T05:12:44.478Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-21T05:12:44.578Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-04-21T05:12:44.736Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-21T05:12:44.736Z] Removing intermediate container b27466c56229 [2022-04-21T05:12:44.736Z] ---> 420fce069c42 [2022-04-21T05:12:44.736Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-21T05:12:44.736Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-21T05:12:44.736Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-21T05:12:44.994Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-21T05:12:44.994Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-21T05:12:44.994Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-21T05:12:44.994Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-21T05:12:44.994Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-21T05:12:44.994Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-21T05:12:44.994Z] go: downloading github.com/beorn7/perks v1.0.1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-21T05:12:45.257Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-21T05:12:45.257Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-21T05:12:45.257Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-21T05:12:45.257Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-21T05:12:45.257Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-21T05:12:45.257Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-21T05:12:45.257Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-21T05:12:45.257Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-21T05:12:45.257Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-21T05:12:45.257Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-21T05:12:45.515Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-21T05:12:45.515Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-21T05:12:45.515Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-21T05:12:45.515Z]  ---> 8fd0dd7a2d5f [2022-04-21T05:12:45.515Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-21T05:12:45.515Z] ---> Running in 03937ddf6195 [2022-04-21T05:12:45.515Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-21T05:12:45.515Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-21T05:12:45.990Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-21T05:12:45.990Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-21T05:12:45.990Z] Dload Upload Total Spent Left Speed [2022-04-21T05:12:45.990Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 189k 0 --:--:-- --:--:-- --:--:-- 189k [2022-04-21T05:12:46.082Z]  ---> d4e2633bcfef [2022-04-21T05:12:46.083Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [Pipeline] sh [2022-04-21T05:12:46.340Z] ---> 1a83776a97fb [2022-04-21T05:12:46.340Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-21T05:12:46.600Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-21T05:12:46.600Z] ---> Running in 73da7e6760ee [2022-04-21T05:12:46.676Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-21T05:12:46.861Z] Removing intermediate container 03937ddf6195 [2022-04-21T05:12:46.861Z] ---> 4e7642a4f8ba [2022-04-21T05:12:46.861Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-21T05:12:46.861Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-21T05:12:46.861Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-21T05:12:47.035Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-21T05:12:47.035Z] + sudo tee /etc/docker/daemon.new [2022-04-21T05:12:47.035Z] { [2022-04-21T05:12:47.035Z] "registry-mirrors": [ [2022-04-21T05:12:47.035Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-21T05:12:47.035Z] ], [2022-04-21T05:12:47.035Z] "bip": "10.250.0.254/24", [2022-04-21T05:12:47.035Z] "hosts": [ [2022-04-21T05:12:47.035Z] "tcp://0.0.0.0:5555", [2022-04-21T05:12:47.035Z] "unix:///var/run/docker.sock" [2022-04-21T05:12:47.035Z] ], [2022-04-21T05:12:47.035Z] "mtu": 1458, [2022-04-21T05:12:47.035Z] "selinux-enabled": true, [2022-04-21T05:12:47.035Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-21T05:12:47.035Z] } [Pipeline] sh [2022-04-21T05:12:47.120Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-21T05:12:47.120Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-21T05:12:47.120Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-21T05:12:47.120Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-21T05:12:47.120Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-21T05:12:47.120Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-21T05:12:47.120Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-21T05:12:47.120Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-21T05:12:47.120Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-21T05:12:47.120Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-21T05:12:47.391Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-21T05:12:47.759Z] + sudo service docker restart [2022-04-21T05:12:48.575Z]  ---> Running in c893aa167877 [2022-04-21T05:12:49.145Z] Removing intermediate container c893aa167877 [2022-04-21T05:12:49.145Z] ---> 1f50facf75b5 [2022-04-21T05:12:49.145Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-21T05:12:49.723Z] Removing intermediate container 73da7e6760ee [2022-04-21T05:12:49.723Z] ---> a5ad3b355ae1 [2022-04-21T05:12:49.723Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-21T05:12:50.717Z] go: downloading google.golang.org/api v0.70.0 [2022-04-21T05:12:50.717Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-21T05:12:50.717Z] go: downloading k8s.io/api v0.23.4 [2022-04-21T05:12:50.717Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-21T05:12:50.717Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-21T05:12:52.098Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-21T05:12:52.098Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-21T05:12:52.098Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-21T05:12:52.098Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-21T05:12:52.357Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-21T05:12:52.357Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-21T05:12:52.616Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-21T05:12:53.580Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-21T05:12:53.580Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-21T05:12:53.845Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-21T05:12:54.104Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-21T05:12:54.365Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-21T05:12:54.365Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-21T05:12:54.365Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-21T05:12:54.365Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-21T05:12:54.934Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-21T05:12:54.934Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-21T05:12:54.934Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-21T05:12:55.193Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-21T05:12:55.193Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-21T05:12:55.193Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-21T05:12:55.193Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-21T05:12:55.193Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-21T05:12:55.193Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-21T05:12:55.193Z]  ---> 8d3fe0318509 [2022-04-21T05:12:55.193Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-21T05:12:55.193Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-21T05:12:55.193Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-21T05:12:55.193Z]  ---> Running in f7af55519171 [2022-04-21T05:12:55.193Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-21T05:12:55.193Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-21T05:12:55.193Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-21T05:12:55.451Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-21T05:12:55.451Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-21T05:12:55.451Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-21T05:12:55.451Z] Removing intermediate container 8e2618b95ef6 [2022-04-21T05:12:55.451Z] ---> 4cae5f397ed0 [2022-04-21T05:12:55.451Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-21T05:12:55.451Z] Removing intermediate container 76c0216eac54 [2022-04-21T05:12:55.451Z] ---> 4ac893c891e7 [2022-04-21T05:12:55.451Z] [2022-04-21T05:12:55.451Z] Step 10/25 : FROM alpine:3.14 [2022-04-21T05:12:55.451Z] ---> e04c818066af [2022-04-21T05:12:55.451Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-21T05:12:55.711Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-21T05:12:55.711Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-21T05:12:55.711Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-21T05:12:55.969Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-21T05:12:55.970Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-21T05:12:55.970Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-21T05:12:55.970Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-21T05:12:55.970Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-21T05:12:55.970Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-21T05:12:55.970Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-21T05:12:55.970Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-21T05:12:55.970Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-21T05:12:55.970Z]  ---> Running in 41ad2e023f72 [2022-04-21T05:12:56.230Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-21T05:12:56.230Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-21T05:12:56.230Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-21T05:12:56.230Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-21T05:12:56.230Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-21T05:12:56.490Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-21T05:12:56.490Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-21T05:12:56.490Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-21T05:12:56.490Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-21T05:12:56.490Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-21T05:12:56.490Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-21T05:12:56.490Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-21T05:12:56.490Z] go: downloading go.opencensus.io v0.23.0 [2022-04-21T05:12:56.748Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-21T05:12:56.748Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-21T05:12:56.748Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-21T05:12:56.748Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-21T05:12:56.748Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-21T05:12:56.749Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-21T05:12:56.749Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-21T05:12:56.749Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-21T05:12:56.749Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-21T05:12:56.749Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-21T05:12:57.118Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-21T05:12:57.118Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-21T05:12:57.118Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-21T05:12:57.118Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-21T05:12:57.118Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-21T05:12:57.118Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-21T05:12:57.379Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-21T05:12:57.379Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-21T05:12:57.379Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-21T05:12:57.379Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-21T05:12:57.379Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-21T05:12:57.379Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-21T05:12:57.379Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-21T05:12:59.968Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-21T05:12:59.968Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-21T05:13:03.257Z]  ---> Running in 7e44ed78da50 [2022-04-21T05:13:03.257Z] ---> Running in 853a0fa5124d [2022-04-21T05:13:03.257Z] Removing intermediate container f7af55519171 [2022-04-21T05:13:03.257Z] ---> e9dd8cd43cbb [2022-04-21T05:13:03.257Z] Step 20/22 : LABEL arch=x86_64 [2022-04-21T05:13:03.257Z] ---> Running in 7c0f5d93e2a1 [2022-04-21T05:13:03.519Z] Removing intermediate container 7c0f5d93e2a1 [2022-04-21T05:13:03.519Z] ---> 7c16ced64422 [2022-04-21T05:13:03.519Z] Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:13:03.780Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-21T05:13:03.780Z] ---> Running in 3b0a1f4803db [2022-04-21T05:13:04.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:13:04.039Z] Removing intermediate container 3b0a1f4803db [2022-04-21T05:13:04.039Z] ---> 96e9c779eb07 [2022-04-21T05:13:04.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:13:04.039Z] Step 22/22 : LABEL version=0.0.0 [2022-04-21T05:13:04.298Z] Removing intermediate container 41ad2e023f72 [2022-04-21T05:13:04.298Z] ---> 92e135f30666 [2022-04-21T05:13:04.298Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:13:04.298Z] ---> Running in 57e2a4025c11 [2022-04-21T05:13:04.298Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-21T05:13:04.298Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-21T05:13:04.298Z] (3/3) Installing su-exec (0.2-r1) [2022-04-21T05:13:04.298Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:13:04.557Z] Executing ca-certificates-20211220-r0.trigger [2022-04-21T05:13:04.557Z] OK: 6 MiB in 17 packages [2022-04-21T05:13:04.557Z] Removing intermediate container 57e2a4025c11 [2022-04-21T05:13:04.557Z] ---> 373f127b3358 [2022-04-21T05:13:04.557Z] [2022-04-21T05:13:04.820Z] Successfully built 373f127b3358 [2022-04-21T05:13:04.820Z] Removing intermediate container 7e44ed78da50 [2022-04-21T05:13:04.820Z] ---> a036210bad51 [2022-04-21T05:13:04.820Z] [2022-04-21T05:13:04.820Z] Step 11/23 : FROM docker:20.10.14 [2022-04-21T05:13:04.820Z] Successfully tagged security-proxy-setup:latest [2022-04-21T05:13:04.820Z] ---> f7b63ed62c70 [2022-04-21T05:13:04.820Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-21T05:13:04.820Z]  Building security-proxy-setup ... done Building core-data [2022-04-21T05:13:05.080Z] 20.10.14: Pulling from library/docker [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-21T05:13:06.142Z] provisioning config files... [2022-04-21T05:13:06.171Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5713846904666310783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-21T05:13:06.543Z] ---> docker-login.sh [2022-04-21T05:13:06.543Z] nexus3.edgexfoundry.org:10001 [2022-04-21T05:13:07.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:13:07.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:13:07.428Z] Configure a credential helper to remove this warning. See [2022-04-21T05:13:07.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:13:07.428Z] [2022-04-21T05:13:07.428Z] Login Succeeded [2022-04-21T05:13:07.428Z] nexus3.edgexfoundry.org:10002 [2022-04-21T05:13:07.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:13:07.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:13:07.974Z] Configure a credential helper to remove this warning. See [2022-04-21T05:13:07.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:13:07.974Z] [2022-04-21T05:13:07.974Z] Login Succeeded [2022-04-21T05:13:07.974Z] nexus3.edgexfoundry.org:10003 [2022-04-21T05:13:08.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:13:08.515Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:13:08.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:13:08.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:13:08.528Z] Configure a credential helper to remove this warning. See [2022-04-21T05:13:08.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:13:08.528Z] [2022-04-21T05:13:08.528Z] Login Succeeded [2022-04-21T05:13:08.528Z] nexus3.edgexfoundry.org:10004 [2022-04-21T05:13:08.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:13:08.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:13:08.897Z] Configure a credential helper to remove this warning. See [2022-04-21T05:13:08.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:13:08.897Z] [2022-04-21T05:13:08.897Z] Login Succeeded [2022-04-21T05:13:08.897Z] docker.io [2022-04-21T05:13:09.448Z] ---> 2fe6a96deb24 [2022-04-21T05:13:09.448Z] Step 3/23 : WORKDIR /edgex-go [2022-04-21T05:13:09.448Z] ---> Using cache [2022-04-21T05:13:09.448Z] ---> 17ffacd7e9e9 [2022-04-21T05:13:09.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:13:09.448Z] ---> Using cache [2022-04-21T05:13:09.448Z] ---> 9ceba87254d1 [2022-04-21T05:13:09.448Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-21T05:13:09.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-21T05:13:09.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-21T05:13:09.776Z] Configure a credential helper to remove this warning. See [2022-04-21T05:13:09.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-21T05:13:09.776Z] [2022-04-21T05:13:09.776Z] Login Succeeded [2022-04-21T05:13:09.776Z] ---> docker-login.sh ends [Pipeline] } [2022-04-21T05:13:09.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-21T05:13:10.239Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-21T05:13:10.253Z] ========================================================= [2022-04-21T05:13:10.253Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-21T05:13:10.253Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-21T05:13:10.388Z] ---> 6cfb4b2c9230 [2022-04-21T05:13:10.388Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-21T05:13:10.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-21T05:13:10.899Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-21T05:13:10.899Z] 9b3977197b4f: Pulling fs layer [2022-04-21T05:13:10.899Z] 1a89e8eeedd5: Pulling fs layer [2022-04-21T05:13:10.899Z] 94645a83ff95: Pulling fs layer [2022-04-21T05:13:10.899Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-21T05:13:10.899Z] 0c92f367c5e7: Pulling fs layer [2022-04-21T05:13:10.899Z] f7c0051592d6: Pulling fs layer [2022-04-21T05:13:10.899Z] a227ed2f7395: Pulling fs layer [2022-04-21T05:13:10.899Z] 7b1c46037f91: Pulling fs layer [2022-04-21T05:13:10.899Z] 0c92f367c5e7: Waiting [2022-04-21T05:13:10.899Z] f7c0051592d6: Waiting [2022-04-21T05:13:10.899Z] a227ed2f7395: Waiting [2022-04-21T05:13:10.899Z] 7b1c46037f91: Waiting [2022-04-21T05:13:10.899Z] 3f3a8bcf1eab: Waiting [2022-04-21T05:13:10.899Z] 94645a83ff95: Download complete [2022-04-21T05:13:10.899Z] 1a89e8eeedd5: Verifying Checksum [2022-04-21T05:13:10.899Z] 1a89e8eeedd5: Download complete [2022-04-21T05:13:10.899Z] 0c92f367c5e7: Verifying Checksum [2022-04-21T05:13:10.899Z] 0c92f367c5e7: Download complete [2022-04-21T05:13:10.899Z] f7c0051592d6: Verifying Checksum [2022-04-21T05:13:10.899Z] f7c0051592d6: Download complete [2022-04-21T05:13:10.899Z] 9b3977197b4f: Verifying Checksum [2022-04-21T05:13:10.899Z] 9b3977197b4f: Download complete [2022-04-21T05:13:10.899Z] a227ed2f7395: Verifying Checksum [2022-04-21T05:13:10.899Z] a227ed2f7395: Download complete [2022-04-21T05:13:10.953Z] Removing intermediate container 853a0fa5124d [2022-04-21T05:13:10.953Z] ---> a52185e2bd92 [2022-04-21T05:13:10.953Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-21T05:13:11.339Z] ---> Running in 9ca6e884e173 [2022-04-21T05:13:11.604Z] ---> 0546fc0a05a9 [2022-04-21T05:13:11.604Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-21T05:13:11.604Z] ---> Running in fe54b8cdafc0 [2022-04-21T05:13:11.907Z] 9b3977197b4f: Pull complete [2022-04-21T05:13:12.180Z] 1a89e8eeedd5: Pull complete [2022-04-21T05:13:12.456Z] 94645a83ff95: Pull complete [2022-04-21T05:13:13.053Z] 7b1c46037f91: Verifying Checksum [2022-04-21T05:13:13.053Z] 7b1c46037f91: Download complete [2022-04-21T05:13:13.508Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:13:13.508Z] Removing intermediate container fe54b8cdafc0 [2022-04-21T05:13:13.508Z] ---> 61560f071615 [2022-04-21T05:13:13.508Z] Step 13/25 : WORKDIR / [2022-04-21T05:13:13.654Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-21T05:13:13.654Z] 3f3a8bcf1eab: Download complete [2022-04-21T05:13:14.074Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:13:14.333Z] OK: 221 MiB in 52 packages [2022-04-21T05:13:15.706Z] ---> dff95b2e9b9b [2022-04-21T05:13:15.706Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-21T05:13:15.706Z] ---> Running in 78fec8226eb1 [2022-04-21T05:13:16.641Z] ---> 3bbc060010b4 [2022-04-21T05:13:16.641Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-21T05:13:16.641Z] Removing intermediate container 78fec8226eb1 [2022-04-21T05:13:16.641Z] ---> 48ff4f4e91bd [2022-04-21T05:13:16.641Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-21T05:13:17.207Z] ---> Running in bee0fbc9baf5 [2022-04-21T05:13:17.207Z] Removing intermediate container 9ca6e884e173 [2022-04-21T05:13:17.207Z] ---> 5fbd599c3e97 [2022-04-21T05:13:17.207Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-21T05:13:17.207Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-21T05:13:17.207Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-21T05:13:17.466Z] ---> 7417809fdb73 [2022-04-21T05:13:17.466Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:13:17.466Z] ---> f4b55c4c3591 [2022-04-21T05:13:17.466Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-21T05:13:17.725Z] ---> Running in b80ccad05bc6 [2022-04-21T05:13:17.725Z] ---> 1fcffd7dae17 [2022-04-21T05:13:17.725Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:13:17.983Z] Removing intermediate container bee0fbc9baf5 [2022-04-21T05:13:17.983Z] ---> 3f36d7a9ac90 [2022-04-21T05:13:17.983Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-21T05:13:18.242Z] ---> Running in dec6b0f5d7b7 [2022-04-21T05:13:18.242Z] ---> a86f659a4776 [2022-04-21T05:13:18.242Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-21T05:13:18.540Z] Removing intermediate container b80ccad05bc6 [2022-04-21T05:13:18.540Z] ---> 788c73e5f219 [2022-04-21T05:13:18.540Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-04-21T05:13:19.112Z] ---> 5ff9f1f0d062 [2022-04-21T05:13:19.113Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-21T05:13:19.113Z] ---> Running in 6f1a66dc3f95 [2022-04-21T05:13:19.679Z] ---> b344f940f5a1 [2022-04-21T05:13:19.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-04-21T05:13:19.679Z] ---> Running in 85459c4943f9 [2022-04-21T05:13:20.251Z] ---> e5fdea152590 [2022-04-21T05:13:20.251Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-21T05:13:20.512Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:13:20.512Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:13:20.780Z] (1/43) Installing readline (8.1.1-r0) [2022-04-21T05:13:20.780Z] (2/43) Installing bash (5.1.16-r0) [2022-04-21T05:13:20.780Z] Executing bash-5.1.16-r0.post-install [2022-04-21T05:13:20.780Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-21T05:13:20.780Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-21T05:13:20.780Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-21T05:13:20.780Z] (6/43) Installing curl (7.80.0-r0) [2022-04-21T05:13:20.780Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-21T05:13:20.780Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-21T05:13:21.042Z] (9/43) Installing expat (2.4.7-r0) [2022-04-21T05:13:21.042Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-21T05:13:21.042Z] (11/43) Installing gdbm (1.22-r0) [2022-04-21T05:13:21.042Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-21T05:13:21.042Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-21T05:13:21.042Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-21T05:13:21.042Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-21T05:13:21.042Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-21T05:13:21.042Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-21T05:13:21.301Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-21T05:13:21.301Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-21T05:13:21.301Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-21T05:13:21.301Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-21T05:13:21.561Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-21T05:13:21.561Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-21T05:13:21.561Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-21T05:13:21.561Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-21T05:13:21.561Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-21T05:13:21.561Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-21T05:13:21.561Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-21T05:13:21.561Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-21T05:13:21.561Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-21T05:13:21.561Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-21T05:13:21.561Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-21T05:13:21.561Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-21T05:13:21.561Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-21T05:13:21.820Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-21T05:13:21.820Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-21T05:13:21.820Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-21T05:13:21.820Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-21T05:13:21.820Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-21T05:13:21.820Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-21T05:13:21.820Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-21T05:13:21.820Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-21T05:13:21.820Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-21T05:13:21.820Z] Executing busybox-1.34.1-r5.trigger [2022-04-21T05:13:21.820Z] OK: 83 MiB in 65 packages [2022-04-21T05:13:22.388Z] ---> 98fcd2d7e6fd [2022-04-21T05:13:22.388Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-21T05:13:22.388Z] Removing intermediate container dec6b0f5d7b7 [2022-04-21T05:13:22.388Z] ---> 6ef26ac32df4 [2022-04-21T05:13:22.388Z] Step 8/23 : COPY . . [2022-04-21T05:13:22.646Z] Collecting docker-compose==1.23.2 [2022-04-21T05:13:22.905Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-21T05:13:22.905Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-21T05:13:22.905Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-21T05:13:22.905Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-21T05:13:22.905Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-21T05:13:23.841Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-21T05:13:23.841Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-21T05:13:23.841Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-21T05:13:23.841Z] Collecting docopt<0.7,>=0.6.1 [2022-04-21T05:13:23.841Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-21T05:13:24.871Z] Collecting jsonschema<3,>=2.5.1 [2022-04-21T05:13:24.871Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-21T05:13:25.129Z] Collecting PyYAML<4,>=3.10 [2022-04-21T05:13:25.129Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-21T05:13:25.695Z] Collecting cached-property<2,>=1.2.0 [2022-04-21T05:13:25.695Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-21T05:13:25.695Z] Collecting docker<4.0,>=3.6.0 [2022-04-21T05:13:25.695Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-21T05:13:25.695Z] Collecting texttable<0.10,>=0.9.0 [2022-04-21T05:13:25.695Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-21T05:13:26.262Z] Collecting docker-pycreds>=0.4.0 [2022-04-21T05:13:26.262Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-21T05:13:26.262Z] Collecting idna<2.8,>=2.5 [2022-04-21T05:13:26.262Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-21T05:13:26.639Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-21T05:13:26.639Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-21T05:13:26.639Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-21T05:13:26.639Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-21T05:13:26.639Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-04-21T05:13:26.639Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-21T05:13:26.639Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-21T05:13:26.639Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-21T05:13:26.639Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-21T05:13:26.639Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-21T05:13:26.639Z] Attempting uninstall: urllib3 [2022-04-21T05:13:26.639Z] Found existing installation: urllib3 1.26.7 [2022-04-21T05:13:26.639Z] Uninstalling urllib3-1.26.7: [2022-04-21T05:13:26.639Z] Successfully uninstalled urllib3-1.26.7 [2022-04-21T05:13:28.076Z] Attempting uninstall: idna [2022-04-21T05:13:28.076Z] Found existing installation: idna 3.3 [2022-04-21T05:13:28.076Z] Uninstalling idna-3.3: [2022-04-21T05:13:28.076Z] Successfully uninstalled idna-3.3 [2022-04-21T05:13:28.076Z] ---> c8e0e4f696f2 [2022-04-21T05:13:28.076Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-21T05:13:28.076Z] Removing intermediate container 85459c4943f9 [2022-04-21T05:13:28.076Z] ---> dcac70c28ca1 [2022-04-21T05:13:28.076Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-21T05:13:28.346Z] ---> b831f912c7bb [2022-04-21T05:13:28.346Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-21T05:13:28.768Z] 3f3a8bcf1eab: Pull complete [2022-04-21T05:13:28.768Z] 0c92f367c5e7: Pull complete [2022-04-21T05:13:28.768Z] f7c0051592d6: Pull complete [2022-04-21T05:13:28.768Z] a227ed2f7395: Pull complete [2022-04-21T05:13:28.913Z] ---> Running in e5fbd9ab4661 [2022-04-21T05:13:28.913Z] ---> 1f8d59367033 [2022-04-21T05:13:28.913Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-04-21T05:13:29.207Z] Attempting uninstall: requests [2022-04-21T05:13:29.207Z] Found existing installation: requests 2.26.0 [2022-04-21T05:13:29.207Z] Uninstalling requests-2.26.0: [2022-04-21T05:13:29.207Z] ---> Running in 1819f70f8b47 [2022-04-21T05:13:29.467Z] Successfully uninstalled requests-2.26.0 [2022-04-21T05:13:29.467Z] ---> Running in bc5b1e809d69 [2022-04-21T05:13:29.725Z] Running setup.py install for texttable: started [2022-04-21T05:13:29.725Z] Removing intermediate container e5fbd9ab4661 [2022-04-21T05:13:29.725Z] ---> cfdac5290f7d [2022-04-21T05:13:29.725Z] Step 28/31 : CMD ["gate"] [2022-04-21T05:13:29.985Z] Running setup.py install for texttable: finished with status 'done' [2022-04-21T05:13:29.985Z] Running setup.py install for PyYAML: started [2022-04-21T05:13:30.242Z] ---> Running in f8fac33077aa [2022-04-21T05:13:30.504Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-21T05:13:30.504Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-21T05:13:31.069Z] Running setup.py install for docopt: started [2022-04-21T05:13:31.069Z] Removing intermediate container f8fac33077aa [2022-04-21T05:13:31.069Z] ---> 3dca195ace29 [2022-04-21T05:13:31.069Z] Step 29/31 : LABEL arch=x86_64 [2022-04-21T05:13:31.327Z] ---> Running in 6c20a86b2768 [2022-04-21T05:13:31.327Z] Running setup.py install for docopt: finished with status 'done' [2022-04-21T05:13:31.327Z] Running setup.py install for dockerpty: started [2022-04-21T05:13:32.023Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-21T05:13:32.023Z] Removing intermediate container 6c20a86b2768 [2022-04-21T05:13:32.023Z] ---> 5d35f6555ca2 [2022-04-21T05:13:32.023Z] Step 30/31 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:13:32.290Z] Removing intermediate container bc5b1e809d69 [2022-04-21T05:13:32.290Z] ---> d9f96ae56546 [2022-04-21T05:13:32.290Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-21T05:13:32.290Z] ---> Running in 2ea838895122 [2022-04-21T05:13:32.553Z] ---> Running in 2a471498c7e5 [2022-04-21T05:13:32.553Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-04-21T05:13:32.811Z] Removing intermediate container 2ea838895122 [2022-04-21T05:13:32.811Z] ---> 686c04c41c6c [2022-04-21T05:13:32.811Z] Step 31/31 : LABEL version=0.0.0 [2022-04-21T05:13:32.811Z] Removing intermediate container 2a471498c7e5 [2022-04-21T05:13:32.811Z] ---> f99f7f54fc45 [2022-04-21T05:13:32.811Z] Step 23/25 : LABEL arch=x86_64 [2022-04-21T05:13:33.089Z] 7b1c46037f91: Pull complete [2022-04-21T05:13:33.089Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-21T05:13:33.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-21T05:13:33.089Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-21T05:13:33.379Z] ---> Running in c6e9dd5a6a0f [2022-04-21T05:13:33.379Z] ---> Running in cf330558e254 [2022-04-21T05:13:33.451Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-21T05:13:33.452Z] WORKDIR /edgex [2022-04-21T05:13:33.452Z] COPY go.mod . [2022-04-21T05:13:33.452Z] RUN go mod download [2022-04-21T05:13:33.452Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-21T05:13:33.638Z] Removing intermediate container c6e9dd5a6a0f [2022-04-21T05:13:33.638Z] ---> 50c3fbb23996 [2022-04-21T05:13:33.638Z] Step 24/25 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:13:33.638Z] Removing intermediate container cf330558e254 [2022-04-21T05:13:33.638Z] ---> 6b408022cd23 [2022-04-21T05:13:33.638Z] [2022-04-21T05:13:33.638Z] ---> Running in 47f6d91034af [2022-04-21T05:13:33.638Z] Successfully built 6b408022cd23 [2022-04-21T05:13:33.638Z] Successfully tagged security-bootstrapper:latest [2022-04-21T05:13:33.638Z] Building security-spire-agent [2022-04-21T05:13:36.099Z] Sending build context to Docker daemon 169.2MB [2022-04-21T05:13:36.099Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-21T05:13:36.099Z] ---> f79e39bc4007 [2022-04-21T05:13:36.099Z] Step 2/4 : WORKDIR /edgex [2022-04-21T05:13:36.170Z]  Building security-bootstrapper ... done Removing intermediate container 47f6d91034af [2022-04-21T05:13:36.170Z] ---> af3f8907dcee [2022-04-21T05:13:36.170Z] Step 25/25 : LABEL version=0.0.0 [2022-04-21T05:13:38.088Z] ---> Running in c8cd822b360d [2022-04-21T05:13:38.088Z] Removing intermediate container c8cd822b360d [2022-04-21T05:13:38.088Z] ---> 0b086d45e47e [2022-04-21T05:13:38.088Z] Step 3/4 : COPY go.mod . [2022-04-21T05:13:38.686Z] ---> a34163e91770 [2022-04-21T05:13:38.686Z] Step 4/4 : RUN go mod download [2022-04-21T05:13:38.686Z] ---> Running in 9d95ffd74895 [2022-04-21T05:13:39.448Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:13:39.448Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:13:39.448Z] ---> 2fe6a96deb24 [2022-04-21T05:13:39.448Z] Step 3/26 : WORKDIR /edgex-go [2022-04-21T05:13:39.448Z] ---> Using cache [2022-04-21T05:13:39.448Z] ---> 17ffacd7e9e9 [2022-04-21T05:13:39.448Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:13:39.448Z] ---> Using cache [2022-04-21T05:13:39.448Z] ---> 9ceba87254d1 [2022-04-21T05:13:39.448Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-21T05:13:39.448Z] ---> Using cache [2022-04-21T05:13:39.448Z] ---> ec8a38137952 [2022-04-21T05:13:39.448Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-21T05:13:39.448Z] ---> Using cache [2022-04-21T05:13:39.448Z] ---> e7735d8f6fab [2022-04-21T05:13:39.448Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:13:39.448Z] ---> Using cache [2022-04-21T05:13:39.448Z] ---> a56f5a09789f [2022-04-21T05:13:39.448Z] Step 8/26 : COPY . . [2022-04-21T05:13:39.448Z] ---> Using cache [2022-04-21T05:13:39.448Z] ---> adcb82f84d18 [2022-04-21T05:13:39.448Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-21T05:13:39.448Z] ---> Using cache [2022-04-21T05:13:39.448Z] ---> 3656ab8b27c3 [2022-04-21T05:13:39.448Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-21T05:13:39.448Z] ---> Using cache [2022-04-21T05:13:39.448Z] ---> 920902de77cb [2022-04-21T05:13:39.448Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-21T05:13:39.448Z] ---> Using cache [2022-04-21T05:13:39.448Z] ---> ab7b629606cc [2022-04-21T05:13:39.448Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-21T05:13:40.824Z] ---> Running in d244b0347756 [2022-04-21T05:13:40.824Z] ---> Running in f45a9c644621 [2022-04-21T05:13:40.824Z] Removing intermediate container 6f1a66dc3f95 [2022-04-21T05:13:40.824Z] ---> e6f04faf8dd8 [2022-04-21T05:13:40.824Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-21T05:13:41.416Z] ---> Running in 23901dce69fe [2022-04-21T05:13:41.416Z] Removing intermediate container d244b0347756 [2022-04-21T05:13:41.416Z] ---> d983d1114884 [2022-04-21T05:13:41.416Z] [2022-04-21T05:13:41.675Z] Successfully built d983d1114884 [2022-04-21T05:13:41.675Z] Successfully tagged security-secretstore-setup:latest [2022-04-21T05:13:41.675Z] Building core-command [2022-04-21T05:13:41.675Z]  Building security-secretstore-setup ... done Removing intermediate container 23901dce69fe [2022-04-21T05:13:41.675Z] ---> c95a41823edd [2022-04-21T05:13:41.675Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-21T05:13:41.675Z] ---> Running in 239150b19e24 [2022-04-21T05:13:42.692Z] spire-1.2.1/ [2022-04-21T05:13:42.692Z] spire-1.2.1/.data/ [2022-04-21T05:13:42.692Z] spire-1.2.1/.data/.file [2022-04-21T05:13:42.692Z] spire-1.2.1/.dockerignore [2022-04-21T05:13:42.692Z] spire-1.2.1/.gitattributes [2022-04-21T05:13:42.692Z] spire-1.2.1/.githooks/ [2022-04-21T05:13:42.692Z] spire-1.2.1/.githooks/pre-commit [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/ [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/dependabot.yml [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/ [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-21T05:13:42.692Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-21T05:13:42.692Z] spire-1.2.1/.gitignore [2022-04-21T05:13:42.692Z] spire-1.2.1/.go-version [2022-04-21T05:13:42.692Z] spire-1.2.1/.golangci.yml [2022-04-21T05:13:42.692Z] spire-1.2.1/ADOPTERS.md [2022-04-21T05:13:42.692Z] spire-1.2.1/CHANGELOG.md [2022-04-21T05:13:42.692Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-21T05:13:42.692Z] spire-1.2.1/CODEOWNERS [2022-04-21T05:13:42.692Z] spire-1.2.1/CONTRIBUTING.md [2022-04-21T05:13:42.692Z] spire-1.2.1/Dockerfile [2022-04-21T05:13:42.692Z] spire-1.2.1/Dockerfile.dev [2022-04-21T05:13:42.692Z] spire-1.2.1/Dockerfile.scratch [2022-04-21T05:13:42.692Z] spire-1.2.1/LICENSE [2022-04-21T05:13:42.692Z] spire-1.2.1/MAINTAINERS.md [2022-04-21T05:13:42.692Z] spire-1.2.1/Makefile [2022-04-21T05:13:42.692Z] spire-1.2.1/README.md [2022-04-21T05:13:42.692Z] spire-1.2.1/ROADMAP.md [2022-04-21T05:13:42.692Z] spire-1.2.1/SECURITY.md [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-21T05:13:42.692Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/ [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/agent/ [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/agent/agent.conf [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/server/ [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/server/server.conf [2022-04-21T05:13:42.692Z] spire-1.2.1/conf/server/server_full.conf [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/ [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/SPIRE101.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/auditlog.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/ [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/scaling_spire.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/spire_agent.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/spire_server.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/supported_integrations.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/telemetry.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/telemetry_config.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/upgrading.md [2022-04-21T05:13:42.692Z] spire-1.2.1/doc/using_spire.md [2022-04-21T05:13:42.692Z] spire-1.2.1/examples/ [2022-04-21T05:13:42.692Z] spire-1.2.1/examples/README.md [2022-04-21T05:13:42.692Z] spire-1.2.1/go.mod [2022-04-21T05:13:42.692Z] spire-1.2.1/go.sum [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/agent.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/client/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/common/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/config.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-21T05:13:42.692Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/svid/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/names.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/auth/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cli/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/health/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/health/config.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/health/context.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/health/health.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/idutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/log/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/log/log.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/log/options.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/profiling/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/selector/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-21T05:13:42.693Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/uptime/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/task.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/version/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/version/version.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509util/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/api.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/health/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/id.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/status.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/catalog/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/config.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-21T05:13:42.694Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/registration/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/server.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/server_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/svid/ [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/private/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/private/server/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/private/server/journal/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/common/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/plugin/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-21T05:13:42.695Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-21T05:13:42.695Z] spire-1.2.1/release/ [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire-extras/ [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire-extras/README.md [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire/ [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire/README.md [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire/conf/ [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire/conf/server/ [2022-04-21T05:13:42.695Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/script/ [2022-04-21T05:13:42.695Z] spire-1.2.1/script/build-artifact.sh [2022-04-21T05:13:42.695Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-21T05:13:42.695Z] spire-1.2.1/support/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-21T05:13:42.695Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/clock/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/clock/clock.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/fixture.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/registration/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-21T05:13:42.695Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-21T05:13:42.695Z] spire-1.2.1/test/integration/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/integration/README.md [2022-04-21T05:13:42.695Z] spire-1.2.1/test/integration/common [2022-04-21T05:13:42.695Z] spire-1.2.1/test/integration/setup/ [2022-04-21T05:13:42.695Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-21T05:13:42.696Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/test-one.sh [2022-04-21T05:13:42.697Z] spire-1.2.1/test/integration/test.sh [2022-04-21T05:13:42.697Z] spire-1.2.1/test/plugintest/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/plugintest/config.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/plugintest/load.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/plugintest/option.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/dir.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/logs.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/suite.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/spiretest/x509.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/testca/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/testca/ca.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/testkey/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/testkey/generate.sh [2022-04-21T05:13:42.697Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/testkey/keys.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/testkey/new.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/tpmsimulator/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/util/ [2022-04-21T05:13:42.697Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/util/cert_generation.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/util/io_redirection.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/util/race.go [2022-04-21T05:13:42.697Z] spire-1.2.1/test/util/util.go [2022-04-21T05:13:42.697Z] building spire from source... [2022-04-21T05:13:42.955Z] Installing go1.17.7... [2022-04-21T05:13:44.330Z] Removing intermediate container 239150b19e24 [2022-04-21T05:13:44.330Z] ---> 9a9a2c3c7d25 [2022-04-21T05:13:44.330Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-21T05:13:46.236Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:13:46.236Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:13:46.236Z] ---> 2fe6a96deb24 [2022-04-21T05:13:46.236Z] Step 3/23 : WORKDIR /edgex-go [2022-04-21T05:13:46.236Z] ---> Using cache [2022-04-21T05:13:46.236Z] ---> 17ffacd7e9e9 [2022-04-21T05:13:46.236Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:13:46.236Z] ---> Using cache [2022-04-21T05:13:46.236Z] ---> 9ceba87254d1 [2022-04-21T05:13:46.236Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-21T05:13:48.763Z] Building bin/spire-server... [2022-04-21T05:13:49.020Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-21T05:13:49.020Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-21T05:13:49.020Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-21T05:13:49.020Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-21T05:13:49.020Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-21T05:13:49.587Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-21T05:13:49.587Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-21T05:13:49.587Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-21T05:13:49.587Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-21T05:13:49.587Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-21T05:13:49.587Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-21T05:13:49.847Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-21T05:13:49.847Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-21T05:13:49.847Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-21T05:13:49.847Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-21T05:13:49.847Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-21T05:13:49.847Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-21T05:13:49.847Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-21T05:13:49.847Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-21T05:13:49.847Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-21T05:13:49.847Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-21T05:13:49.847Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-21T05:13:50.415Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-21T05:13:50.415Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-21T05:13:50.415Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-21T05:13:50.415Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-21T05:13:50.415Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-21T05:13:50.673Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-21T05:13:50.673Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-21T05:13:50.673Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-21T05:13:50.673Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-21T05:13:50.934Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-21T05:13:50.934Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-21T05:13:51.193Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-21T05:13:51.193Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-21T05:13:51.193Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-21T05:13:51.452Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-21T05:13:51.452Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-21T05:13:51.452Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-21T05:13:51.452Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-21T05:13:51.710Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-21T05:13:51.710Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-21T05:13:51.710Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-21T05:13:51.968Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-21T05:13:51.968Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-21T05:13:51.968Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-21T05:13:51.968Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-21T05:13:52.242Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-21T05:13:52.242Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-21T05:13:52.509Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-21T05:13:52.509Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-21T05:13:52.509Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-21T05:13:52.509Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-21T05:13:52.509Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-21T05:13:52.509Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-21T05:13:52.509Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-21T05:13:52.509Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-21T05:13:52.767Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-21T05:13:53.024Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-21T05:13:56.310Z] go: downloading google.golang.org/api v0.70.0 [2022-04-21T05:13:56.310Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-21T05:13:56.310Z] go: downloading k8s.io/api v0.23.4 [2022-04-21T05:13:56.310Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-21T05:13:56.310Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-21T05:13:56.603Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-21T05:13:56.862Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-21T05:13:57.120Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-21T05:13:57.120Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-21T05:13:57.120Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-21T05:13:57.378Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-21T05:13:57.639Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-21T05:13:57.639Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-21T05:13:57.639Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-21T05:13:58.205Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-21T05:13:58.463Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-21T05:13:59.400Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-21T05:13:59.401Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-21T05:13:59.967Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-21T05:14:00.226Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-21T05:14:00.226Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-21T05:14:00.226Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-21T05:14:00.226Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-21T05:14:00.842Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-21T05:14:00.842Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-21T05:14:00.842Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-21T05:14:00.842Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-21T05:14:00.842Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-21T05:14:00.842Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-21T05:14:00.842Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-21T05:14:00.842Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-21T05:14:00.842Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-21T05:14:00.842Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-21T05:14:00.842Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-21T05:14:01.101Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-21T05:14:01.101Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-21T05:14:01.101Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-21T05:14:01.101Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-21T05:14:01.361Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-21T05:14:01.361Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-21T05:14:01.361Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-21T05:14:01.361Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-21T05:14:01.620Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-21T05:14:01.620Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-21T05:14:01.620Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-21T05:14:01.620Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-21T05:14:01.620Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-21T05:14:01.878Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-21T05:14:01.878Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-21T05:14:01.878Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-21T05:14:01.878Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-21T05:14:01.878Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-21T05:14:02.135Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-21T05:14:02.135Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-21T05:14:02.135Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-21T05:14:02.135Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-21T05:14:02.135Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-21T05:14:02.703Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-21T05:14:02.703Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-21T05:14:02.703Z] go: downloading go.opencensus.io v0.23.0 [2022-04-21T05:14:02.703Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-21T05:14:02.963Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-21T05:14:02.963Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-21T05:14:02.963Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-21T05:14:02.963Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-21T05:14:02.963Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-21T05:14:03.222Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-21T05:14:03.487Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-21T05:14:03.487Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-21T05:14:03.487Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-21T05:14:03.487Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-21T05:14:03.487Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-21T05:14:03.487Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-21T05:14:03.487Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-21T05:14:03.746Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-21T05:14:03.746Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-21T05:14:03.746Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-21T05:14:03.746Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-21T05:14:03.746Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-21T05:14:04.006Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-21T05:14:04.006Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-21T05:14:04.006Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-21T05:14:04.006Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-21T05:14:05.915Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-21T05:14:05.915Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-21T05:14:07.296Z]  ---> b5f0f9b6eba9 [2022-04-21T05:14:07.296Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-21T05:14:10.587Z] ---> Running in 268bebe77ef3 [2022-04-21T05:14:10.587Z] ---> 3f98ae56fb3d [2022-04-21T05:14:10.587Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-21T05:14:11.155Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:14:11.155Z] ---> ac467fbd9bde [2022-04-21T05:14:11.155Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-21T05:14:11.414Z] ---> Running in 2fc161fbf7b3 [2022-04-21T05:14:11.979Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:14:11.980Z] Removing intermediate container 2fc161fbf7b3 [2022-04-21T05:14:11.980Z] ---> bcbaca955410 [2022-04-21T05:14:11.980Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:14:12.239Z] ---> Running in 0360f257547d [2022-04-21T05:14:12.239Z] OK: 221 MiB in 52 packages [2022-04-21T05:14:13.619Z] Removing intermediate container 0360f257547d [2022-04-21T05:14:13.619Z] ---> f43a248fd58c [2022-04-21T05:14:13.619Z] Step 21/23 : LABEL arch=x86_64 [2022-04-21T05:14:13.890Z] Removing intermediate container 1819f70f8b47 [2022-04-21T05:14:13.890Z] ---> da9fc2367ae3 [2022-04-21T05:14:13.890Z] [2022-04-21T05:14:13.890Z] Step 10/23 : FROM alpine:3.14 [2022-04-21T05:14:13.890Z] ---> e04c818066af [2022-04-21T05:14:13.890Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-21T05:14:13.890Z] ---> Running in 4e03f6d62a8a [2022-04-21T05:14:14.554Z] ---> Running in 80f10cca588c [2022-04-21T05:14:14.554Z] Removing intermediate container 268bebe77ef3 [2022-04-21T05:14:14.554Z] ---> d5d8f0db2f0c [2022-04-21T05:14:14.554Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-21T05:14:14.879Z] Removing intermediate container 4e03f6d62a8a [2022-04-21T05:14:14.879Z] ---> c05678be9956 [2022-04-21T05:14:14.879Z] Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:14:15.576Z] Removing intermediate container 80f10cca588c [2022-04-21T05:14:15.576Z] ---> 96427fb12eac [2022-04-21T05:14:15.576Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-21T05:14:15.836Z] ---> Running in 5a2f424a2ab3 [2022-04-21T05:14:15.836Z] ---> 32504c601c64 [2022-04-21T05:14:15.836Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:14:16.410Z] ---> Running in 1c71cffa7704 [2022-04-21T05:14:16.410Z] ---> Running in 8c704fb5a1be [2022-04-21T05:14:16.410Z] Removing intermediate container 5a2f424a2ab3 [2022-04-21T05:14:16.410Z] ---> 07a10b20950e [2022-04-21T05:14:16.410Z] Step 23/23 : LABEL version=0.0.0 [2022-04-21T05:14:16.669Z] ---> Running in f372bd61acb8 [2022-04-21T05:14:16.928Z] Removing intermediate container 1c71cffa7704 [2022-04-21T05:14:16.928Z] ---> 7e60d797aab0 [2022-04-21T05:14:16.928Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-21T05:14:17.187Z] Removing intermediate container f372bd61acb8 [2022-04-21T05:14:17.187Z] ---> 08945c92538c [2022-04-21T05:14:17.187Z] [2022-04-21T05:14:17.187Z] ---> Running in 7cd61d19e9c4 [2022-04-21T05:14:17.187Z] Successfully built 08945c92538c [2022-04-21T05:14:17.187Z] Successfully tagged sys-mgmt-agent:latest [2022-04-21T05:14:17.187Z]  Building sys-mgmt-agent ... done Building support-scheduler [2022-04-21T05:14:17.444Z] Removing intermediate container 7cd61d19e9c4 [2022-04-21T05:14:17.444Z] ---> 059c6115677c [2022-04-21T05:14:17.444Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:14:19.342Z] ---> Running in a89a0937b5c6 [2022-04-21T05:14:20.720Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:14:20.720Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:14:20.720Z] ---> 2fe6a96deb24 [2022-04-21T05:14:20.720Z] Step 3/22 : WORKDIR /edgex-go [2022-04-21T05:14:20.720Z] ---> Using cache [2022-04-21T05:14:20.720Z] ---> 17ffacd7e9e9 [2022-04-21T05:14:20.720Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:14:20.720Z] ---> Using cache [2022-04-21T05:14:20.720Z] ---> 9ceba87254d1 [2022-04-21T05:14:20.720Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-21T05:14:20.720Z] ---> Using cache [2022-04-21T05:14:20.720Z] ---> d5d8f0db2f0c [2022-04-21T05:14:20.720Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-21T05:14:20.720Z] ---> Using cache [2022-04-21T05:14:20.720Z] ---> 32504c601c64 [2022-04-21T05:14:20.720Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:14:21.290Z] ---> Running in 5fe1bd77b9b8 [2022-04-21T05:14:21.550Z] Removing intermediate container 8c704fb5a1be [2022-04-21T05:14:21.550Z] ---> f49bb765a427 [2022-04-21T05:14:21.550Z] Step 8/23 : COPY . . [2022-04-21T05:14:26.815Z] Removing intermediate container a89a0937b5c6 [2022-04-21T05:14:26.815Z] ---> 318768a25158 [2022-04-21T05:14:26.815Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-21T05:14:26.815Z] ---> Running in 89c444261bae [2022-04-21T05:14:26.815Z] Removing intermediate container 5fe1bd77b9b8 [2022-04-21T05:14:26.815Z] ---> 247ca3ece42f [2022-04-21T05:14:26.815Z] Step 8/22 : COPY . . [2022-04-21T05:14:27.086Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:14:28.020Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:14:28.279Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-21T05:14:28.279Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-21T05:14:28.539Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-21T05:14:28.539Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-21T05:14:28.798Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-21T05:14:28.798Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-21T05:14:28.798Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:14:28.798Z] OK: 8 MiB in 20 packages [2022-04-21T05:14:29.372Z] ---> ec84e7d6ab52 [2022-04-21T05:14:29.372Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-21T05:14:30.748Z] ---> Running in cd9f233aadae [2022-04-21T05:14:31.009Z] Removing intermediate container 89c444261bae [2022-04-21T05:14:31.009Z] ---> d959dab339d8 [2022-04-21T05:14:31.009Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:14:31.946Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-21T05:14:31.946Z] ---> add9add221df [2022-04-21T05:14:31.946Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-21T05:14:33.848Z] ---> 6a3ef026f4cc [2022-04-21T05:14:33.848Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-21T05:14:33.848Z] ---> f3cca044bc0f [2022-04-21T05:14:33.848Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-21T05:14:34.157Z] ---> Running in f85d7f4566f8 [2022-04-21T05:14:34.418Z] ---> dfde7f218e05 [2022-04-21T05:14:34.418Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-21T05:14:34.679Z] ---> Running in 9a3231164554 [2022-04-21T05:14:35.272Z] Removing intermediate container 9d95ffd74895 [2022-04-21T05:14:35.272Z] ---> 90f61d284949 [2022-04-21T05:14:35.272Z] Successfully built 90f61d284949 [2022-04-21T05:14:35.272Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:14:35.339Z] Removing intermediate container 9a3231164554 [2022-04-21T05:14:35.339Z] ---> 44d8982f512d [2022-04-21T05:14:35.339Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:14:35.599Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-21T05:14:35.599Z] ---> Running in bdc1c394bbda [2022-04-21T05:14:35.619Z] + docker inspect -f . ci-base-image-arm64 [2022-04-21T05:14:35.619Z] . [Pipeline] withDockerContainer [2022-04-21T05:14:35.854Z] prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container [2022-04-21T05:14:35.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-21T05:14:36.220Z] Removing intermediate container bdc1c394bbda [2022-04-21T05:14:36.220Z] ---> e2ca58312800 [2022-04-21T05:14:36.220Z] Step 21/23 : LABEL arch=x86_64 [2022-04-21T05:14:36.482Z] ---> Running in facf8ca4b233 [2022-04-21T05:14:37.048Z] Removing intermediate container facf8ca4b233 [2022-04-21T05:14:37.048Z] ---> 7dc76b2171b0 [2022-04-21T05:14:37.048Z] Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:14:37.307Z] ---> Running in 88cbbd0eb5c1 [2022-04-21T05:14:37.317Z] $ docker top 5c903fdf2d070f9aba95a58bc0c004ad4d60b9e97f6185fe1e7415c9bc425dfe -eo pid,comm [2022-04-21T05:14:37.564Z] Removing intermediate container 88cbbd0eb5c1 [2022-04-21T05:14:37.564Z] ---> 8ac91b68aff6 [2022-04-21T05:14:37.564Z] Step 23/23 : LABEL version=0.0.0 [Pipeline] { [Pipeline] sh [2022-04-21T05:14:37.824Z] ---> Running in 668f9b5b070f [2022-04-21T05:14:38.289Z] + go version [2022-04-21T05:14:38.289Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-21T05:14:38.316Z] $ docker stop --time=1 5c903fdf2d070f9aba95a58bc0c004ad4d60b9e97f6185fe1e7415c9bc425dfe [2022-04-21T05:14:38.392Z] Removing intermediate container 668f9b5b070f [2022-04-21T05:14:38.392Z] ---> d392b73a2d47 [2022-04-21T05:14:38.392Z] [2022-04-21T05:14:38.392Z] Successfully built d392b73a2d47 [2022-04-21T05:14:38.392Z] Successfully tagged core-data:latest [2022-04-21T05:14:38.392Z] Building security-spiffe-token-provider [2022-04-21T05:14:39.976Z] $ docker rm -f 5c903fdf2d070f9aba95a58bc0c004ad4d60b9e97f6185fe1e7415c9bc425dfe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:14:40.639Z] + docker inspect -f . ci-base-image-arm64 [2022-04-21T05:14:40.639Z] . [Pipeline] withDockerContainer [2022-04-21T05:14:40.864Z] prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container [2022-04-21T05:14:40.954Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-21T05:14:42.344Z] $ docker top 6a28aa0ce98221edaae8a036c5a47f10a9aba5461c4de985b9db6ed036b22cba -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-21T05:14:42.612Z] ========================================================= [2022-04-21T05:14:42.612Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-21T05:14:42.612Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-21T05:14:43.295Z] + make test [2022-04-21T05:14:43.295Z] go mod tidy -compat=1.17 [2022-04-21T05:14:43.656Z]  Building core-data ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:14:43.656Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:14:43.656Z] ---> 2fe6a96deb24 [2022-04-21T05:14:43.656Z] Step 3/20 : WORKDIR /edgex-go [2022-04-21T05:14:43.656Z] ---> Using cache [2022-04-21T05:14:43.656Z] ---> 17ffacd7e9e9 [2022-04-21T05:14:43.656Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-21T05:14:44.293Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-21T05:14:47.844Z] ---> Running in 9753d2f5a324 [2022-04-21T05:14:48.781Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:14:49.718Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:14:49.976Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-21T05:14:49.976Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-21T05:14:49.976Z] OK: 15866 distinct packages available [2022-04-21T05:14:50.234Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:14:50.800Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:14:51.368Z] OK: 221 MiB in 52 packages [2022-04-21T05:14:56.646Z] Removing intermediate container 9753d2f5a324 [2022-04-21T05:14:56.646Z] ---> d1fe84b76475 [2022-04-21T05:14:56.646Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-21T05:14:57.588Z] Building bin/spire-agent... [2022-04-21T05:14:57.941Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-21T05:14:57.941Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-21T05:14:57.941Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-21T05:14:57.941Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-21T05:14:58.201Z]  ---> 663bf82cbdcc [2022-04-21T05:14:58.201Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:14:58.769Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-21T05:14:58.769Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-21T05:14:58.769Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-21T05:14:59.348Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-21T05:14:59.348Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-21T05:14:59.348Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-21T05:14:59.348Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-21T05:14:59.348Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-21T05:14:59.348Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-21T05:15:01.878Z]  ---> Running in 0847ddae6e05 [2022-04-21T05:15:01.878Z] Removing intermediate container cd9f233aadae [2022-04-21T05:15:01.878Z] ---> 7c37e5adb2d0 [2022-04-21T05:15:01.878Z] [2022-04-21T05:15:01.878Z] Step 10/23 : FROM alpine:3.14 [2022-04-21T05:15:01.878Z] ---> e04c818066af [2022-04-21T05:15:01.878Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-21T05:15:02.444Z] ---> Running in af99b810cb8e [2022-04-21T05:15:03.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:15:03.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:15:03.898Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-21T05:15:03.898Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:15:03.898Z] OK: 6 MiB in 15 packages [2022-04-21T05:15:06.429Z] Removing intermediate container 0847ddae6e05 [2022-04-21T05:15:06.429Z] ---> 360438dc9f4d [2022-04-21T05:15:06.429Z] Step 7/20 : COPY . . [2022-04-21T05:15:06.687Z] Removing intermediate container af99b810cb8e [2022-04-21T05:15:06.688Z] ---> bb97967f725e [2022-04-21T05:15:06.688Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:15:09.980Z] ---> Running in 3655dff1ca3c [2022-04-21T05:15:11.881Z] Removing intermediate container f85d7f4566f8 [2022-04-21T05:15:11.881Z] ---> 837d3b96c642 [2022-04-21T05:15:11.881Z] [2022-04-21T05:15:11.881Z] Step 10/22 : FROM alpine:3.14 [2022-04-21T05:15:11.881Z] ---> e04c818066af [2022-04-21T05:15:11.881Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-21T05:15:11.881Z] ---> Using cache [2022-04-21T05:15:11.881Z] ---> bb97967f725e [2022-04-21T05:15:11.881Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:15:11.881Z] ---> Using cache [2022-04-21T05:15:11.881Z] ---> b253c8fb44f4 [2022-04-21T05:15:11.881Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-21T05:15:12.816Z] Removing intermediate container 3655dff1ca3c [2022-04-21T05:15:12.816Z] ---> b253c8fb44f4 [2022-04-21T05:15:12.816Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-21T05:15:13.385Z] ---> Running in 09a1450f6e03 [2022-04-21T05:15:13.385Z] ---> Running in 3085da93e334 [2022-04-21T05:15:13.645Z] Removing intermediate container 09a1450f6e03 [2022-04-21T05:15:13.645Z] ---> 29cfe424ce2d [2022-04-21T05:15:13.645Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-21T05:15:13.645Z] ---> faa4e847f143 [2022-04-21T05:15:13.645Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-21T05:15:13.645Z] ---> Running in 50e926d476ee [2022-04-21T05:15:13.645Z] Removing intermediate container 3085da93e334 [2022-04-21T05:15:13.645Z] ---> 224fc251013a [2022-04-21T05:15:13.645Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-21T05:15:13.923Z] ---> Running in 667e3ce8fed6 [2022-04-21T05:15:13.923Z] ---> Running in b130a5aa91e2 [2022-04-21T05:15:14.182Z] Removing intermediate container 50e926d476ee [2022-04-21T05:15:14.182Z] ---> 053d19e9a90a [2022-04-21T05:15:14.182Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:15:14.182Z] Removing intermediate container b130a5aa91e2 [2022-04-21T05:15:14.182Z] ---> e2c5035c7336 [2022-04-21T05:15:14.182Z] Step 15/23 : WORKDIR / [2022-04-21T05:15:14.444Z] ---> Running in f3dd0fb2d28e [2022-04-21T05:15:14.444Z] ---> 24b4fb0c111a [2022-04-21T05:15:14.444Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-21T05:15:14.444Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-21T05:15:14.444Z] Removing intermediate container f3dd0fb2d28e [2022-04-21T05:15:14.444Z] ---> 7638a96aafb5 [2022-04-21T05:15:14.444Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:15:15.825Z] ---> cfc60709447f [2022-04-21T05:15:15.825Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-21T05:15:16.088Z] ---> 020e8c3b3287 [2022-04-21T05:15:16.088Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-21T05:15:16.713Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-21T05:15:17.992Z] ---> 169f841b216d [2022-04-21T05:15:17.992Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-21T05:15:18.253Z] ---> 1c88c72be4f5 [2022-04-21T05:15:18.253Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-21T05:15:18.253Z] ---> ad6c12e95fb5 [2022-04-21T05:15:18.253Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-21T05:15:18.546Z] ---> Running in 715b01fefb51 [2022-04-21T05:15:18.546Z] ---> Running in 4b255ca923f9 [2022-04-21T05:15:18.807Z] Removing intermediate container 715b01fefb51 [2022-04-21T05:15:18.807Z] ---> 9e8c6aa8ff18 [2022-04-21T05:15:18.807Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:15:19.075Z] ---> Running in 1eb3c3f823b7 [2022-04-21T05:15:19.075Z] Removing intermediate container 4b255ca923f9 [2022-04-21T05:15:19.075Z] ---> ac78aa8b83d7 [2022-04-21T05:15:19.075Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:15:19.075Z] ---> Running in 4c70f6cc0702 [2022-04-21T05:15:19.342Z] Removing intermediate container 1eb3c3f823b7 [2022-04-21T05:15:19.342Z] ---> 9768a0b5c7f6 [2022-04-21T05:15:19.342Z] Step 20/22 : LABEL arch=x86_64 [2022-04-21T05:15:19.342Z] ---> Running in 14694cd9ae9a [2022-04-21T05:15:19.603Z] Removing intermediate container 4c70f6cc0702 [2022-04-21T05:15:19.603Z] ---> aa06e13a209a [2022-04-21T05:15:19.603Z] Step 21/23 : LABEL arch=x86_64 [2022-04-21T05:15:19.862Z] Removing intermediate container 14694cd9ae9a [2022-04-21T05:15:19.862Z] ---> b88678cf2459 [2022-04-21T05:15:19.862Z] Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:15:19.862Z] ---> Running in de551830f0d7 [2022-04-21T05:15:19.862Z] ---> Running in 26e8da3c6a3e [2022-04-21T05:15:20.122Z] Removing intermediate container de551830f0d7 [2022-04-21T05:15:20.122Z] ---> b9273793c0c8 [2022-04-21T05:15:20.122Z] Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:15:20.122Z] Removing intermediate container 26e8da3c6a3e [2022-04-21T05:15:20.122Z] ---> 5de6eba5d2a2 [2022-04-21T05:15:20.122Z] Step 22/22 : LABEL version=0.0.0 [2022-04-21T05:15:20.122Z] ---> Running in 9980200307e9 [2022-04-21T05:15:20.122Z] ---> Running in cc546ca1c789 [2022-04-21T05:15:20.382Z] Removing intermediate container 9980200307e9 [2022-04-21T05:15:20.382Z] ---> d92661d7594a [2022-04-21T05:15:20.382Z] Step 23/23 : LABEL version=0.0.0 [2022-04-21T05:15:20.696Z] ---> Running in bac9d58521d6 [2022-04-21T05:15:20.696Z] Removing intermediate container cc546ca1c789 [2022-04-21T05:15:20.696Z] ---> 32404aa1e025 [2022-04-21T05:15:20.696Z] [2022-04-21T05:15:20.955Z] Removing intermediate container bac9d58521d6 [2022-04-21T05:15:20.955Z] ---> f9f23bccbcf3 [2022-04-21T05:15:20.955Z] [2022-04-21T05:15:20.955Z] Successfully built 32404aa1e025 [2022-04-21T05:15:20.955Z] Successfully tagged support-scheduler:latest [2022-04-21T05:15:20.955Z]  Building support-scheduler ... done Building security-spire-server [2022-04-21T05:15:20.955Z] Successfully built f9f23bccbcf3 [2022-04-21T05:15:20.955Z] Successfully tagged core-command:latest [2022-04-21T05:15:20.955Z]  Building core-command ... done Building support-notifications [2022-04-21T05:15:29.080Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:15:29.080Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:15:29.080Z] ---> 2fe6a96deb24 [2022-04-21T05:15:29.080Z] Step 3/22 : WORKDIR /edgex-go [2022-04-21T05:15:29.080Z] ---> Using cache [2022-04-21T05:15:29.080Z] ---> 17ffacd7e9e9 [2022-04-21T05:15:29.080Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:15:29.080Z] ---> Using cache [2022-04-21T05:15:29.080Z] ---> 9ceba87254d1 [2022-04-21T05:15:29.080Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-21T05:15:29.653Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:15:29.653Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:15:29.653Z] ---> 2fe6a96deb24 [2022-04-21T05:15:29.653Z] Step 3/25 : WORKDIR /edgex-go [2022-04-21T05:15:29.653Z] ---> Using cache [2022-04-21T05:15:29.653Z] ---> 17ffacd7e9e9 [2022-04-21T05:15:29.653Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:15:29.653Z] ---> Using cache [2022-04-21T05:15:29.653Z] ---> 9ceba87254d1 [2022-04-21T05:15:29.653Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-21T05:15:29.653Z] ---> Using cache [2022-04-21T05:15:29.653Z] ---> ec8a38137952 [2022-04-21T05:15:29.653Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-21T05:15:29.653Z] ---> Using cache [2022-04-21T05:15:29.653Z] ---> e7735d8f6fab [2022-04-21T05:15:29.653Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:15:29.653Z] ---> Using cache [2022-04-21T05:15:29.653Z] ---> a56f5a09789f [2022-04-21T05:15:29.653Z] Step 8/25 : COPY . . [2022-04-21T05:15:29.653Z] ---> Using cache [2022-04-21T05:15:29.653Z] ---> adcb82f84d18 [2022-04-21T05:15:29.653Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-21T05:15:29.653Z] ---> Using cache [2022-04-21T05:15:29.653Z] ---> 3656ab8b27c3 [2022-04-21T05:15:29.653Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-21T05:15:29.653Z] ---> Using cache [2022-04-21T05:15:29.653Z] ---> 920902de77cb [2022-04-21T05:15:29.653Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-21T05:15:29.653Z] ---> Using cache [2022-04-21T05:15:29.653Z] ---> ab7b629606cc [2022-04-21T05:15:29.653Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-21T05:15:44.684Z] ---> Running in 2103a730b302 [2022-04-21T05:15:44.684Z] ---> Running in 27779c43a18c [2022-04-21T05:15:44.684Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:15:44.684Z] spire-1.2.1/ [2022-04-21T05:15:44.684Z] spire-1.2.1/.data/ [2022-04-21T05:15:44.684Z] spire-1.2.1/.data/.file [2022-04-21T05:15:44.684Z] spire-1.2.1/.dockerignore [2022-04-21T05:15:44.684Z] spire-1.2.1/.gitattributes [2022-04-21T05:15:44.684Z] spire-1.2.1/.githooks/ [2022-04-21T05:15:44.684Z] spire-1.2.1/.githooks/pre-commit [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/ [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/dependabot.yml [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/ [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-21T05:15:44.684Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-21T05:15:44.684Z] spire-1.2.1/.gitignore [2022-04-21T05:15:44.684Z] spire-1.2.1/.go-version [2022-04-21T05:15:44.684Z] spire-1.2.1/.golangci.yml [2022-04-21T05:15:44.684Z] spire-1.2.1/ADOPTERS.md [2022-04-21T05:15:44.684Z] spire-1.2.1/CHANGELOG.md [2022-04-21T05:15:44.684Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-21T05:15:44.684Z] spire-1.2.1/CODEOWNERS [2022-04-21T05:15:44.684Z] spire-1.2.1/CONTRIBUTING.md [2022-04-21T05:15:44.684Z] spire-1.2.1/Dockerfile [2022-04-21T05:15:44.684Z] spire-1.2.1/Dockerfile.dev [2022-04-21T05:15:44.684Z] spire-1.2.1/Dockerfile.scratch [2022-04-21T05:15:44.684Z] spire-1.2.1/LICENSE [2022-04-21T05:15:44.684Z] spire-1.2.1/MAINTAINERS.md [2022-04-21T05:15:44.684Z] spire-1.2.1/Makefile [2022-04-21T05:15:44.684Z] spire-1.2.1/README.md [2022-04-21T05:15:44.684Z] spire-1.2.1/ROADMAP.md [2022-04-21T05:15:44.684Z] spire-1.2.1/SECURITY.md [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-21T05:15:44.684Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-21T05:15:44.685Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/ [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/agent/ [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/agent/agent.conf [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/server/ [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/server/server.conf [2022-04-21T05:15:44.685Z] spire-1.2.1/conf/server/server_full.conf [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/ [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/SPIRE101.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/auditlog.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/ [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/scaling_spire.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/spire_agent.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/spire_server.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/supported_integrations.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/telemetry.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/telemetry_config.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/upgrading.md [2022-04-21T05:15:44.685Z] spire-1.2.1/doc/using_spire.md [2022-04-21T05:15:44.685Z] spire-1.2.1/examples/ [2022-04-21T05:15:44.685Z] spire-1.2.1/examples/README.md [2022-04-21T05:15:44.685Z] spire-1.2.1/go.mod [2022-04-21T05:15:44.685Z] spire-1.2.1/go.sum [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/agent.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/client/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/common/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/config.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-21T05:15:44.685Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/svid/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/names.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/auth/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cli/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/health/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/health/config.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/health/context.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/health/health.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/idutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/log/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/log/log.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/log/options.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/profiling/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/selector/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-21T05:15:44.686Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/uptime/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/task.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/version/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/version/version.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509util/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/api.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/health/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/id.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/status.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/catalog/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/config.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:15:44.687Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/registration/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/server.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/server_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/svid/ [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/private/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/private/server/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/private/server/journal/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/common/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/plugin/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-21T05:15:44.688Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-21T05:15:44.688Z] spire-1.2.1/release/ [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire-extras/ [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire-extras/README.md [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire/ [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire/README.md [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire/conf/ [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire/conf/server/ [2022-04-21T05:15:44.688Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-21T05:15:44.688Z] spire-1.2.1/script/ [2022-04-21T05:15:44.688Z] spire-1.2.1/script/build-artifact.sh [2022-04-21T05:15:44.688Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-21T05:15:44.688Z] spire-1.2.1/support/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-21T05:15:44.688Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-21T05:15:44.689Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/clock/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/clock/clock.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/fixture.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/registration/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-21T05:15:44.689Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/common [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-21T05:15:44.689Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:15:44.690Z] [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-21T05:15:44.690Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/test-one.sh [2022-04-21T05:15:44.691Z] spire-1.2.1/test/integration/test.sh [2022-04-21T05:15:44.691Z] spire-1.2.1/test/plugintest/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/plugintest/config.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/plugintest/load.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/plugintest/option.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/dir.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/logs.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/suite.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/spiretest/x509.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/testca/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/testca/ca.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/testkey/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/testkey/generate.sh [2022-04-21T05:15:44.691Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/testkey/keys.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/testkey/new.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/tpmsimulator/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/util/ [2022-04-21T05:15:44.691Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/util/cert_generation.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/util/io_redirection.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/util/race.go [2022-04-21T05:15:44.691Z] spire-1.2.1/test/util/util.go [2022-04-21T05:15:44.691Z] building spire from source... [2022-04-21T05:15:44.691Z] Installing go1.17.7... [2022-04-21T05:15:44.691Z] OK: 221 MiB in 52 packages [2022-04-21T05:15:48.885Z] Building bin/spire-server... [2022-04-21T05:15:48.885Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-21T05:15:48.886Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-21T05:15:48.886Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-21T05:15:48.886Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-21T05:15:48.886Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-21T05:15:48.886Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-21T05:15:49.144Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-21T05:15:49.144Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-21T05:15:49.144Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-21T05:15:49.144Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-21T05:15:49.403Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-21T05:15:49.403Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-21T05:15:49.972Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-21T05:15:49.972Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-21T05:15:49.972Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-21T05:15:49.972Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-21T05:15:49.972Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-21T05:15:50.233Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-21T05:15:50.233Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-21T05:15:50.498Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-21T05:15:50.498Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-21T05:15:50.498Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-21T05:15:50.758Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-21T05:15:50.758Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-21T05:15:50.758Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-21T05:15:50.758Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-21T05:15:51.333Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-21T05:15:51.333Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-21T05:15:51.333Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-21T05:15:51.333Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-21T05:15:51.333Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-21T05:15:51.333Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-21T05:15:51.333Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-21T05:15:51.333Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-21T05:15:51.903Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-21T05:15:52.162Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-21T05:15:52.162Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-21T05:15:53.102Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-21T05:15:53.102Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-21T05:15:53.102Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-21T05:15:53.102Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-21T05:15:53.102Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-21T05:15:53.102Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-21T05:15:53.102Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-21T05:15:53.102Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-21T05:15:53.102Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-21T05:15:53.362Z] Removing intermediate container 667e3ce8fed6 [2022-04-21T05:15:53.362Z] ---> de0ef023ec51 [2022-04-21T05:15:53.362Z] [2022-04-21T05:15:53.362Z] Step 9/20 : FROM alpine:3.15 [2022-04-21T05:15:53.362Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-21T05:15:53.363Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-21T05:15:53.363Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-21T05:15:53.363Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-21T05:15:53.363Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-21T05:15:53.363Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-21T05:15:53.363Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-21T05:15:53.634Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-21T05:15:53.898Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-21T05:15:53.898Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-21T05:15:54.166Z] 3.15: Pulling from library/alpine [2022-04-21T05:15:55.556Z] Removing intermediate container 2103a730b302 [2022-04-21T05:15:55.556Z] ---> b9bdce7edc57 [2022-04-21T05:15:55.556Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-21T05:15:55.556Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-21T05:15:55.556Z] Status: Downloaded newer image for alpine:3.15 [2022-04-21T05:15:55.556Z] ---> 0ac33e5f5afa [2022-04-21T05:15:55.556Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-21T05:15:55.556Z] ---> Running in e6d8a66bf759 [2022-04-21T05:15:55.556Z] ---> ca786c01b933 [2022-04-21T05:15:55.556Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:15:55.556Z] Removing intermediate container e6d8a66bf759 [2022-04-21T05:15:55.556Z] ---> b1aa9b811c1e [2022-04-21T05:15:55.556Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:15:55.556Z] ---> Running in 7bb16775fc2f [2022-04-21T05:15:55.556Z] ---> Running in 72d06116a364 [2022-04-21T05:15:56.938Z] Removing intermediate container f7e028608890 [2022-04-21T05:15:56.938Z] ---> b4b9dc2a2791 [2022-04-21T05:15:56.938Z] [2022-04-21T05:15:56.938Z] Step 13/26 : FROM alpine:3.15 [2022-04-21T05:15:56.938Z] ---> 0ac33e5f5afa [2022-04-21T05:15:56.938Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-21T05:15:56.938Z] ---> Using cache [2022-04-21T05:15:56.938Z] ---> b1aa9b811c1e [2022-04-21T05:15:56.938Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:15:57.198Z] go: downloading google.golang.org/api v0.70.0 [2022-04-21T05:15:57.198Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-21T05:15:57.198Z] go: downloading k8s.io/api v0.23.4 [2022-04-21T05:15:57.198Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-21T05:15:57.198Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-21T05:15:57.758Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-21T05:15:57.758Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-21T05:15:58.017Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-21T05:15:58.017Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-21T05:15:58.279Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-21T05:15:58.630Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-21T05:15:58.889Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-21T05:15:58.889Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-21T05:15:58.889Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-21T05:15:59.164Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-21T05:15:59.164Z]  ---> Running in c1c3b0a01c0d [2022-04-21T05:15:59.164Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-21T05:15:59.164Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-21T05:15:59.164Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-21T05:15:59.164Z] Removing intermediate container 72d06116a364 [2022-04-21T05:15:59.164Z] ---> b3d8754dd2b3 [2022-04-21T05:15:59.164Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-21T05:15:59.164Z] Removing intermediate container 7bb16775fc2f [2022-04-21T05:15:59.164Z] ---> 0f7df26e2c4b [2022-04-21T05:15:59.164Z] Step 8/22 : COPY . . [2022-04-21T05:15:59.423Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-21T05:15:59.423Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-21T05:15:59.423Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-21T05:15:59.423Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-21T05:15:59.423Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-21T05:15:59.423Z]  ---> Running in 0ecd3ffad806 [2022-04-21T05:15:59.423Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-21T05:15:59.423Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-21T05:15:59.423Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-21T05:15:59.683Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-21T05:15:59.683Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-21T05:15:59.683Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-21T05:15:59.683Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-21T05:15:59.683Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-21T05:15:59.683Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-21T05:15:59.683Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-21T05:15:59.683Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-21T05:15:59.944Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-21T05:15:59.944Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:16:00.216Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-21T05:16:00.477Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-21T05:16:00.477Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-21T05:16:00.751Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-21T05:16:00.751Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-21T05:16:00.751Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-21T05:16:00.751Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-21T05:16:00.751Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:16:00.751Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-21T05:16:00.751Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-21T05:16:00.751Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-21T05:16:00.751Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-21T05:16:00.751Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-21T05:16:00.751Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-21T05:16:00.751Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-21T05:16:00.751Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-21T05:16:01.012Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-21T05:16:01.012Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-21T05:16:01.012Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-21T05:16:01.012Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-21T05:16:01.012Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-21T05:16:01.012Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-21T05:16:01.012Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-21T05:16:01.012Z] OK: 15855 distinct packages available [2022-04-21T05:16:01.272Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:16:01.272Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-21T05:16:01.272Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-21T05:16:01.272Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-21T05:16:01.272Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-21T05:16:01.272Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-21T05:16:01.272Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-21T05:16:01.272Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-21T05:16:01.272Z] go: downloading go.opencensus.io v0.23.0 [2022-04-21T05:16:01.532Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-21T05:16:01.532Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-21T05:16:01.532Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-21T05:16:01.532Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-21T05:16:01.532Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-21T05:16:01.532Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-21T05:16:01.532Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-21T05:16:01.532Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-21T05:16:01.532Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-21T05:16:01.797Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-21T05:16:01.797Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-21T05:16:01.797Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-21T05:16:01.797Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-21T05:16:01.797Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-21T05:16:02.058Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-21T05:16:02.058Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-21T05:16:02.058Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-21T05:16:02.058Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-21T05:16:02.058Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-21T05:16:02.058Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:16:02.058Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-21T05:16:02.058Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-21T05:16:02.058Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-21T05:16:02.058Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-21T05:16:02.319Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-21T05:16:02.579Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-21T05:16:02.840Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-21T05:16:02.840Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-21T05:16:03.101Z] (5/9) Installing curl (7.80.0-r0) [2022-04-21T05:16:03.101Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-21T05:16:03.101Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-21T05:16:03.101Z] (8/9) Installing libucontext (1.1-r0) [2022-04-21T05:16:03.362Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-21T05:16:03.362Z] Executing busybox-1.34.1-r5.trigger [2022-04-21T05:16:03.362Z] Executing ca-certificates-20211220-r0.trigger [2022-04-21T05:16:03.362Z] OK: 8 MiB in 23 packages [2022-04-21T05:16:06.655Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-21T05:16:06.656Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-21T05:16:09.199Z] Building bin/spire-agent... [2022-04-21T05:16:09.199Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-21T05:16:09.199Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-21T05:16:09.199Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-21T05:16:09.199Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-21T05:16:09.771Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-21T05:16:09.771Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-21T05:16:09.771Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-21T05:16:09.771Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-21T05:16:09.771Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-21T05:16:09.771Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-21T05:16:10.037Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-21T05:16:10.037Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-21T05:16:10.037Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-21T05:16:15.311Z] Removing intermediate container c1c3b0a01c0d [2022-04-21T05:16:15.311Z] ---> 25f906d00e16 [2022-04-21T05:16:15.311Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-21T05:16:15.311Z] ---> ce6ad3cd2e34 [2022-04-21T05:16:15.311Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-21T05:16:17.232Z] ---> Running in 0c53355baa2d [2022-04-21T05:16:17.232Z] ---> Running in 7474fbb51c7b [2022-04-21T05:16:17.519Z] Removing intermediate container 0ecd3ffad806 [2022-04-21T05:16:17.519Z] ---> c556dc2d0d6a [2022-04-21T05:16:17.519Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:16:18.467Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:16:19.406Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:16:19.666Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-21T05:16:19.666Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-21T05:16:19.666Z] OK: 15855 distinct packages available [2022-04-21T05:16:19.666Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:16:19.666Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-21T05:16:19.926Z] ---> 7b3acf711141 [2022-04-21T05:16:19.926Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-21T05:16:20.493Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:16:21.072Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-21T05:16:21.072Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-21T05:16:21.072Z] (3/4) Installing libucontext (1.1-r0) [2022-04-21T05:16:21.332Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-21T05:16:21.332Z] Executing busybox-1.34.1-r5.trigger [2022-04-21T05:16:21.333Z] OK: 6 MiB in 18 packages [2022-04-21T05:16:21.592Z] ---> be5c4c60ae0f [2022-04-21T05:16:21.592Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-21T05:16:22.979Z] ---> a1d03b2b8c73 [2022-04-21T05:16:22.979Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-21T05:16:23.921Z] ---> Running in 33b4ae69ddb2 [2022-04-21T05:16:23.921Z] Removing intermediate container 0c53355baa2d [2022-04-21T05:16:23.921Z] ---> ae4d3493591d [2022-04-21T05:16:23.921Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-21T05:16:26.469Z] Removing intermediate container 33b4ae69ddb2 [2022-04-21T05:16:26.469Z] ---> 69fe3dacc3e0 [2022-04-21T05:16:26.469Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:16:29.767Z] ---> 71a1a3a724f4 [2022-04-21T05:16:29.767Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-21T05:16:29.767Z] ---> Running in 1762990dc855 [2022-04-21T05:16:30.341Z] Removing intermediate container 1762990dc855 [2022-04-21T05:16:30.341Z] ---> fd1d419d6937 [2022-04-21T05:16:30.341Z] Step 18/20 : LABEL arch=x86_64 [2022-04-21T05:16:32.884Z] ---> Running in 531ff34f2219 [2022-04-21T05:16:32.884Z] ---> 2215e93989d2 [2022-04-21T05:16:32.884Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-21T05:16:39.468Z] ---> Running in 9dbb6028833c [2022-04-21T05:16:41.373Z] Removing intermediate container 531ff34f2219 [2022-04-21T05:16:41.373Z] ---> 8e872c07b25d [2022-04-21T05:16:41.373Z] Step 19/20 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:16:53.641Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-21T05:16:53.925Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-21T05:16:58.272Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-21T05:16:58.272Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-21T05:17:03.330Z] Removing intermediate container 9dbb6028833c [2022-04-21T05:17:03.330Z] ---> a3bfe31a2828 [2022-04-21T05:17:03.330Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-21T05:17:03.330Z] ---> Running in 92c1c7c44b39 [2022-04-21T05:17:06.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-21T05:17:06.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-21T05:17:06.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-21T05:17:06.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-21T05:17:06.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-21T05:17:06.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-21T05:17:06.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-21T05:17:06.622Z] Removing intermediate container 92c1c7c44b39 [2022-04-21T05:17:06.622Z] ---> d3e1c5792bb7 [2022-04-21T05:17:06.622Z] Step 20/20 : LABEL version=0.0.0 [2022-04-21T05:17:06.895Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-21T05:17:06.895Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-21T05:17:06.895Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-21T05:17:06.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-21T05:17:10.816Z] ---> f8a75b34d092 [2022-04-21T05:17:10.816Z] Step 21/26 : WORKDIR / [2022-04-21T05:17:10.816Z] ---> Running in 2a4cc5a73fef [2022-04-21T05:17:10.816Z] Removing intermediate container 7474fbb51c7b [2022-04-21T05:17:10.816Z] ---> b72df98e6f9a [2022-04-21T05:17:10.816Z] [2022-04-21T05:17:10.816Z] Step 10/22 : FROM alpine:3.14 [2022-04-21T05:17:10.816Z] ---> e04c818066af [2022-04-21T05:17:10.816Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-21T05:17:11.079Z] ---> Running in 7480519a45fe [2022-04-21T05:17:12.017Z] ---> Running in 09565db3c783 [2022-04-21T05:17:12.017Z] Removing intermediate container 2a4cc5a73fef [2022-04-21T05:17:12.017Z] ---> 3b9da71b3547 [2022-04-21T05:17:12.017Z] [2022-04-21T05:17:12.017Z] Successfully built 3b9da71b3547 [2022-04-21T05:17:12.589Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-21T05:17:12.589Z] Building core-metadata [2022-04-21T05:17:12.589Z]  Building security-spiffe-token-provider ... done Removing intermediate container 7480519a45fe [2022-04-21T05:17:12.589Z] ---> a08c1a2c50c2 [2022-04-21T05:17:12.589Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-21T05:17:12.848Z] ---> Running in f23dc4d6d261 [2022-04-21T05:17:13.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:17:13.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:17:13.797Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-21T05:17:14.113Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-21T05:17:14.113Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:17:14.113Z] Executing ca-certificates-20211220-r0.trigger [2022-04-21T05:17:14.113Z] OK: 6 MiB in 16 packages [2022-04-21T05:17:15.590Z] Removing intermediate container f23dc4d6d261 [2022-04-21T05:17:15.590Z] ---> a98650eb323e [2022-04-21T05:17:15.590Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-21T05:17:16.976Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:17:16.976Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:17:16.976Z] ---> 2fe6a96deb24 [2022-04-21T05:17:16.976Z] Step 3/23 : WORKDIR /edgex-go [2022-04-21T05:17:16.976Z] ---> Using cache [2022-04-21T05:17:16.976Z] ---> 17ffacd7e9e9 [2022-04-21T05:17:16.976Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:17:16.976Z] ---> Using cache [2022-04-21T05:17:16.976Z] ---> 9ceba87254d1 [2022-04-21T05:17:16.976Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-21T05:17:16.976Z] ---> Using cache [2022-04-21T05:17:16.976Z] ---> d5d8f0db2f0c [2022-04-21T05:17:16.977Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-21T05:17:16.977Z] ---> Using cache [2022-04-21T05:17:16.977Z] ---> 32504c601c64 [2022-04-21T05:17:16.977Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:17:16.977Z] ---> Using cache [2022-04-21T05:17:16.977Z] ---> 247ca3ece42f [2022-04-21T05:17:16.977Z] Step 8/23 : COPY . . [2022-04-21T05:17:16.977Z] ---> Using cache [2022-04-21T05:17:16.977Z] ---> f3cca044bc0f [2022-04-21T05:17:16.977Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-21T05:17:18.360Z] ---> Running in 79f45d675059 [2022-04-21T05:17:18.360Z] ---> Running in faeb921d040b [2022-04-21T05:17:18.360Z] Removing intermediate container faeb921d040b [2022-04-21T05:17:18.360Z] ---> 97d98ec638f8 [2022-04-21T05:17:18.360Z] Step 24/26 : LABEL arch=x86_64 [2022-04-21T05:17:18.360Z] Removing intermediate container 09565db3c783 [2022-04-21T05:17:18.360Z] ---> a5eaa16c3295 [2022-04-21T05:17:18.360Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:17:18.360Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-21T05:17:18.360Z] ---> Running in 68c9d351f15e [2022-04-21T05:17:18.619Z] ---> Running in 2888a4e4e115 [2022-04-21T05:17:18.619Z] Removing intermediate container 68c9d351f15e [2022-04-21T05:17:18.619Z] ---> 8092f2920596 [2022-04-21T05:17:18.619Z] Step 25/26 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:17:18.619Z] ---> Running in b2df8aeac3c2 [2022-04-21T05:17:18.619Z] Removing intermediate container 2888a4e4e115 [2022-04-21T05:17:18.619Z] ---> 8171f3b4ea53 [2022-04-21T05:17:18.619Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-21T05:17:18.878Z] ---> Running in c58323f2d315 [2022-04-21T05:17:18.878Z] Removing intermediate container b2df8aeac3c2 [2022-04-21T05:17:18.878Z] ---> be15629f8c0a [2022-04-21T05:17:18.878Z] Step 26/26 : LABEL version=0.0.0 [2022-04-21T05:17:19.152Z] ---> Running in c38ffa2cbef6 [2022-04-21T05:17:19.152Z] Removing intermediate container c58323f2d315 [2022-04-21T05:17:19.152Z] ---> 4b2efef5b626 [2022-04-21T05:17:19.152Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-21T05:17:19.413Z] ---> Running in ad47fa06c531 [2022-04-21T05:17:19.413Z] Removing intermediate container c38ffa2cbef6 [2022-04-21T05:17:19.413Z] ---> 46b47568d6ac [2022-04-21T05:17:19.413Z] [2022-04-21T05:17:19.676Z] Removing intermediate container ad47fa06c531 [2022-04-21T05:17:19.676Z] ---> e663e32e048b [2022-04-21T05:17:19.676Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:17:19.676Z] Successfully built 46b47568d6ac [2022-04-21T05:17:19.676Z] Successfully tagged security-spire-config:latest [2022-04-21T05:17:19.936Z]  Building security-spire-config ... done  ---> 2a47fc09ebe2 [2022-04-21T05:17:19.936Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-21T05:17:20.873Z] ---> 5a9d7a17885b [2022-04-21T05:17:20.873Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-21T05:17:21.442Z] ---> 2a14f6e72d6e [2022-04-21T05:17:21.442Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-21T05:17:21.442Z] ---> Running in e179f09957ad [2022-04-21T05:17:21.701Z] Removing intermediate container f45a9c644621 [2022-04-21T05:17:21.701Z] ---> 5418fe49b491 [2022-04-21T05:17:21.701Z] [2022-04-21T05:17:21.701Z] Step 13/26 : FROM alpine:3.15 [2022-04-21T05:17:21.701Z] ---> 0ac33e5f5afa [2022-04-21T05:17:21.701Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-21T05:17:21.702Z] ---> Using cache [2022-04-21T05:17:21.702Z] ---> b1aa9b811c1e [2022-04-21T05:17:21.702Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:17:21.702Z] ---> Using cache [2022-04-21T05:17:21.702Z] ---> 25f906d00e16 [2022-04-21T05:17:21.702Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-21T05:17:21.963Z] Removing intermediate container e179f09957ad [2022-04-21T05:17:21.963Z] ---> dacf4d6d6f7b [2022-04-21T05:17:21.963Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:17:21.963Z] ---> Running in 3a0b706bce87 [2022-04-21T05:17:21.963Z] ---> Running in f3089ad6cc27 [2022-04-21T05:17:22.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.316s coverage: 28.7% of statements [2022-04-21T05:17:22.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-21T05:17:22.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-21T05:17:22.224Z] Removing intermediate container f3089ad6cc27 [2022-04-21T05:17:22.224Z] ---> b6d011f4dead [2022-04-21T05:17:22.224Z] Step 20/22 : LABEL arch=x86_64 [2022-04-21T05:17:22.224Z] ---> Running in 622d94eb7f50 [2022-04-21T05:17:22.483Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:17:22.483Z] Removing intermediate container 622d94eb7f50 [2022-04-21T05:17:22.483Z] ---> cb8a743922c6 [2022-04-21T05:17:22.483Z] Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:17:22.483Z] ---> Running in 273fa0ec5ad7 [2022-04-21T05:17:22.743Z] Removing intermediate container 273fa0ec5ad7 [2022-04-21T05:17:22.743Z] ---> 1856a85a83b4 [2022-04-21T05:17:22.743Z] Step 22/22 : LABEL version=0.0.0 [2022-04-21T05:17:22.743Z] ---> Running in 76915e8becbd [2022-04-21T05:17:23.003Z] Removing intermediate container 76915e8becbd [2022-04-21T05:17:23.003Z] ---> feea8f6b6af0 [2022-04-21T05:17:23.003Z] [2022-04-21T05:17:23.003Z] Successfully built feea8f6b6af0 [2022-04-21T05:17:23.003Z] Successfully tagged support-notifications:latest [2022-04-21T05:17:23.263Z]  Building support-notifications ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:17:23.521Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-21T05:17:23.521Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-21T05:17:23.521Z] OK: 15855 distinct packages available [2022-04-21T05:17:23.521Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-21T05:17:24.456Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-21T05:17:25.398Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-21T05:17:25.398Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-21T05:17:25.398Z] (3/5) Installing libucontext (1.1-r0) [2022-04-21T05:17:25.398Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-21T05:17:25.657Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-21T05:17:25.657Z] Executing busybox-1.34.1-r5.trigger [2022-04-21T05:17:25.657Z] OK: 6 MiB in 19 packages [2022-04-21T05:17:26.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.419s coverage: 98.5% of statements [2022-04-21T05:17:26.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-21T05:17:26.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.503s coverage: 53.4% of statements [2022-04-21T05:17:26.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-21T05:17:26.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-21T05:17:26.595Z] Removing intermediate container 3a0b706bce87 [2022-04-21T05:17:26.596Z] ---> 7f33a26613c7 [2022-04-21T05:17:26.596Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-21T05:17:27.975Z] ---> 1a42a4d656d5 [2022-04-21T05:17:27.975Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-21T05:17:29.891Z] ---> 8ae605059010 [2022-04-21T05:17:29.891Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-21T05:17:29.891Z] ---> daf2ee657e13 [2022-04-21T05:17:29.891Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-21T05:17:30.173Z] ---> bfdd9e9a1aef [2022-04-21T05:17:30.173Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-21T05:17:30.435Z] ---> 0a44f89ddda5 [2022-04-21T05:17:30.435Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-21T05:17:30.704Z] ---> Running in 7d5777b786b3 [2022-04-21T05:17:30.704Z] Removing intermediate container 7d5777b786b3 [2022-04-21T05:17:30.704Z] ---> 7f1a9eec143e [2022-04-21T05:17:30.704Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-21T05:17:30.965Z] ---> Running in cc5e939fe641 [2022-04-21T05:17:31.225Z] Removing intermediate container cc5e939fe641 [2022-04-21T05:17:31.225Z] ---> db7f5695a4f2 [2022-04-21T05:17:31.225Z] Step 24/26 : LABEL arch=x86_64 [2022-04-21T05:17:31.485Z] ---> Running in 68e924d26175 [2022-04-21T05:17:31.485Z] Removing intermediate container 79f45d675059 [2022-04-21T05:17:31.485Z] ---> ff7fdf7bc211 [2022-04-21T05:17:31.485Z] [2022-04-21T05:17:31.485Z] Step 10/23 : FROM alpine:3.14 [2022-04-21T05:17:31.485Z] ---> e04c818066af [2022-04-21T05:17:31.485Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-21T05:17:31.485Z] ---> Using cache [2022-04-21T05:17:31.485Z] ---> bb97967f725e [2022-04-21T05:17:31.485Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:17:31.485Z] ---> Using cache [2022-04-21T05:17:31.485Z] ---> b253c8fb44f4 [2022-04-21T05:17:31.485Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-21T05:17:31.485Z] ---> Running in 893f2f090009 [2022-04-21T05:17:31.485Z] Removing intermediate container 68e924d26175 [2022-04-21T05:17:31.485Z] ---> ef65c6ee669b [2022-04-21T05:17:31.485Z] Step 25/26 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:17:31.485Z] ---> Running in 98f85feece0b [2022-04-21T05:17:31.744Z] Removing intermediate container 893f2f090009 [2022-04-21T05:17:31.744Z] ---> 4e015df81f5f [2022-04-21T05:17:31.744Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-21T05:17:31.744Z] ---> Running in 7a1d349fcb5b [2022-04-21T05:17:31.744Z] Removing intermediate container 98f85feece0b [2022-04-21T05:17:31.744Z] ---> 3dc2b586cd05 [2022-04-21T05:17:31.744Z] Step 26/26 : LABEL version=0.0.0 [2022-04-21T05:17:31.744Z] ---> Running in 7291f23196f1 [2022-04-21T05:17:31.744Z] Removing intermediate container 7a1d349fcb5b [2022-04-21T05:17:31.744Z] ---> e492594124c1 [2022-04-21T05:17:31.744Z] Step 15/23 : WORKDIR / [2022-04-21T05:17:31.744Z] ---> Running in b34de149a632 [2022-04-21T05:17:32.008Z] Removing intermediate container 7291f23196f1 [2022-04-21T05:17:32.008Z] ---> 90f7a6834c3d [2022-04-21T05:17:32.008Z] [2022-04-21T05:17:32.008Z] Successfully built 90f7a6834c3d [2022-04-21T05:17:32.008Z] Successfully tagged security-spire-agent:latest [2022-04-21T05:17:32.008Z]  Building security-spire-agent ... done Removing intermediate container b34de149a632 [2022-04-21T05:17:32.008Z] ---> 076ca5586b1a [2022-04-21T05:17:32.008Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:17:32.267Z] ---> 18f8fe02132b [2022-04-21T05:17:32.267Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-21T05:17:32.527Z] ---> 6786e5befd2c [2022-04-21T05:17:32.528Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-21T05:17:32.794Z] ---> ce04220e6aa0 [2022-04-21T05:17:32.794Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-21T05:17:32.794Z] ---> Running in cc975f571844 [2022-04-21T05:17:33.055Z] Removing intermediate container cc975f571844 [2022-04-21T05:17:33.055Z] ---> 7efe9fe946b5 [2022-04-21T05:17:33.055Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:17:33.055Z] ---> Running in 13f3a7eeac42 [2022-04-21T05:17:33.055Z] Removing intermediate container 13f3a7eeac42 [2022-04-21T05:17:33.055Z] ---> 831d636efb52 [2022-04-21T05:17:33.055Z] Step 21/23 : LABEL arch=x86_64 [2022-04-21T05:17:33.055Z] ---> Running in d8cc20c3f404 [2022-04-21T05:17:33.314Z] Removing intermediate container d8cc20c3f404 [2022-04-21T05:17:33.314Z] ---> 87e0a716b311 [2022-04-21T05:17:33.314Z] Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:17:33.314Z] ---> Running in 7746b597b06b [2022-04-21T05:17:33.314Z] Removing intermediate container 7746b597b06b [2022-04-21T05:17:33.314Z] ---> 6db17d29f8fa [2022-04-21T05:17:33.314Z] Step 23/23 : LABEL version=0.0.0 [2022-04-21T05:17:33.314Z] ---> Running in 6082b133c47f [2022-04-21T05:17:33.574Z] Removing intermediate container 6082b133c47f [2022-04-21T05:17:33.574Z] ---> f2b5a94c1c9c [2022-04-21T05:17:33.574Z] [2022-04-21T05:17:33.574Z] Successfully built f2b5a94c1c9c [2022-04-21T05:17:33.574Z] Successfully tagged core-metadata:latest [2022-04-21T05:17:48.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.405s coverage: 89.2% of statements [2022-04-21T05:17:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-21T05:17:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-21T05:17:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-21T05:17:48.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.415s coverage: 84.4% of statements [2022-04-21T05:17:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-21T05:17:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-21T05:17:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-21T05:17:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-21T05:17:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-21T05:17:50.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.413s coverage: 95.6% of statements [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-21T05:17:50.679Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.367s coverage: 72.2% of statements [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-21T05:17:50.679Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.391s coverage: 60.0% of statements [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-21T05:17:50.679Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.501s coverage: 0.9% of statements [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-21T05:17:50.679Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.449s coverage: 58.8% of statements [2022-04-21T05:17:50.679Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.254s coverage: 29.6% of statements [2022-04-21T05:17:50.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-21T05:17:50.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.235s coverage: 47.1% of statements [2022-04-21T05:17:50.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.297s coverage: 79.5% of statements [2022-04-21T05:17:50.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.271s coverage: 94.1% of statements [2022-04-21T05:17:51.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.320s coverage: 96.3% of statements [2022-04-21T05:17:51.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.241s coverage: 87.5% of statements [2022-04-21T05:17:55.535Z]  Building core-metadata ... done Building bin/spire-agent... [2022-04-21T05:17:55.535Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-21T05:17:55.535Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-21T05:17:55.535Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-21T05:17:55.535Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-21T05:17:55.535Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-21T05:17:55.535Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-21T05:17:55.535Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-21T05:17:55.535Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-21T05:17:55.535Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-21T05:17:55.535Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-21T05:17:55.535Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-21T05:17:55.535Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-21T05:17:55.535Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-21T05:18:04.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.270s coverage: 94.4% of statements [2022-04-21T05:18:04.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.206s coverage: 44.8% of statements [2022-04-21T05:18:09.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.699s coverage: 82.5% of statements [2022-04-21T05:18:09.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-21T05:18:16.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.310s coverage: 92.9% of statements [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-21T05:18:16.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-21T05:18:16.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.204s coverage: 87.2% of statements [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-21T05:18:16.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-21T05:18:16.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.303s coverage: 58.8% of statements [2022-04-21T05:18:16.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-21T05:18:16.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.292s coverage: 80.0% of statements [2022-04-21T05:18:16.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.292s coverage: 87.2% of statements [2022-04-21T05:18:16.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.310s coverage: 85.4% of statements [2022-04-21T05:18:16.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.877s coverage: 91.2% of statements [2022-04-21T05:18:16.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-21T05:18:23.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.005s coverage: 64.4% of statements [2022-04-21T05:18:23.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-21T05:18:23.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-21T05:18:23.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.337s coverage: 100.0% of statements [2022-04-21T05:18:23.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 89.4% of statements [2022-04-21T05:18:23.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2022-04-21T05:18:23.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2022-04-21T05:18:23.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2022-04-21T05:18:31.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.517s coverage: 65.4% of statements [2022-04-21T05:18:31.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-21T05:18:31.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-21T05:18:31.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-21T05:18:33.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.894s coverage: 43.8% of statements [2022-04-21T05:18:33.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-21T05:18:33.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-21T05:18:33.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.279s coverage: 89.5% of statements [2022-04-21T05:18:33.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-21T05:18:33.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.242s coverage: 84.8% of statements [2022-04-21T05:18:33.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-21T05:18:33.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-21T05:18:33.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-21T05:18:33.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-21T05:18:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.352s coverage: 17.7% of statements [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-21T05:18:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.800s coverage: 92.3% of statements [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-21T05:18:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.322s coverage: 63.2% of statements [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-21T05:18:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-21T05:18:44.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.469s coverage: 97.7% of statements [2022-04-21T05:18:44.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-21T05:18:44.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-21T05:18:44.186Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-21T05:18:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-21T05:18:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.226s coverage: 28.9% of statements [2022-04-21T05:18:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-21T05:18:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-21T05:18:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-21T05:18:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-21T05:18:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-21T05:18:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-21T05:18:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.218s coverage: 100.0% of statements [2022-04-21T05:18:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements [2022-04-21T05:18:45.175Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-21T05:18:45.175Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-21T05:18:45.175Z] GO111MODULE=on go vet ./... [2022-04-21T05:18:51.770Z] Removing intermediate container 27779c43a18c [2022-04-21T05:18:51.770Z] ---> f66aee6a3535 [2022-04-21T05:18:51.770Z] [2022-04-21T05:18:51.770Z] Step 13/25 : FROM alpine:3.15 [2022-04-21T05:18:51.770Z] ---> 0ac33e5f5afa [2022-04-21T05:18:51.770Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-21T05:18:51.770Z] ---> Using cache [2022-04-21T05:18:51.770Z] ---> b1aa9b811c1e [2022-04-21T05:18:51.770Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:18:51.770Z] ---> Using cache [2022-04-21T05:18:51.770Z] ---> 25f906d00e16 [2022-04-21T05:18:51.770Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-21T05:18:51.770Z] ---> Using cache [2022-04-21T05:18:51.770Z] ---> 7f33a26613c7 [2022-04-21T05:18:51.770Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-21T05:18:53.678Z] ---> c2936de98eab [2022-04-21T05:18:53.678Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-21T05:18:53.678Z] ---> 5df2af457363 [2022-04-21T05:18:53.678Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-21T05:18:53.678Z] ---> d3257a294e65 [2022-04-21T05:18:53.678Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-21T05:18:53.939Z] ---> cbcc4f8a34fb [2022-04-21T05:18:53.939Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-21T05:18:53.939Z] ---> Running in dff45388361e [2022-04-21T05:18:53.939Z] Removing intermediate container dff45388361e [2022-04-21T05:18:53.939Z] ---> 45088f2e5fb7 [2022-04-21T05:18:53.939Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-21T05:18:53.939Z] ---> Running in 4d15bb66bd61 [2022-04-21T05:18:54.199Z] Removing intermediate container 4d15bb66bd61 [2022-04-21T05:18:54.199Z] ---> ad395c75e826 [2022-04-21T05:18:54.199Z] Step 23/25 : LABEL arch=x86_64 [2022-04-21T05:18:54.199Z] ---> Running in 2bbf6c53111f [2022-04-21T05:18:54.199Z] Removing intermediate container 2bbf6c53111f [2022-04-21T05:18:54.199Z] ---> df032cc87401 [2022-04-21T05:18:54.199Z] Step 24/25 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:18:54.460Z] ---> Running in e42bc55ada86 [2022-04-21T05:18:54.460Z] Removing intermediate container e42bc55ada86 [2022-04-21T05:18:54.460Z] ---> 189b15f20723 [2022-04-21T05:18:54.460Z] Step 25/25 : LABEL version=0.0.0 [2022-04-21T05:18:54.460Z] ---> Running in 60d4b012caa8 [2022-04-21T05:18:54.720Z] Removing intermediate container 60d4b012caa8 [2022-04-21T05:18:54.720Z] ---> b7304c1d8197 [2022-04-21T05:18:54.720Z] [2022-04-21T05:18:54.720Z] Successfully built b7304c1d8197 [2022-04-21T05:18:54.720Z] Successfully tagged security-spire-server:latest [2022-04-21T05:18:54.726Z]  Building security-spire-server ... done  [Pipeline] } [2022-04-21T05:18:54.735Z] $ docker stop --time=1 d0eb6b5681543cc883ec1bb2ea001654cb84c199b92ad5b0c22877bfbdd45d4c [2022-04-21T05:18:56.045Z] $ docker rm -f d0eb6b5681543cc883ec1bb2ea001654cb84c199b92ad5b0c22877bfbdd45d4c [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-21T05:18:56.405Z] + docker images [2022-04-21T05:18:56.405Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-21T05:18:56.405Z] security-spire-server latest b7304c1d8197 2 seconds ago 87.3MB [2022-04-21T05:18:56.405Z] f66aee6a3535 20 seconds ago 4.43GB [2022-04-21T05:18:56.405Z] core-metadata latest f2b5a94c1c9c About a minute ago 17MB [2022-04-21T05:18:56.405Z] ff7fdf7bc211 About a minute ago 1.5GB [2022-04-21T05:18:56.405Z] security-spire-agent latest 90f7a6834c3d About a minute ago 127MB [2022-04-21T05:18:56.405Z] support-notifications latest feea8f6b6af0 About a minute ago 26.9MB [2022-04-21T05:18:56.405Z] security-spire-config latest 46b47568d6ac About a minute ago 86.7MB [2022-04-21T05:18:56.405Z] 5418fe49b491 About a minute ago 4.43GB [2022-04-21T05:18:56.405Z] security-spiffe-token-provider latest 3b9da71b3547 About a minute ago 28.8MB [2022-04-21T05:18:56.405Z] b72df98e6f9a About a minute ago 1.55GB [2022-04-21T05:18:56.405Z] b4b9dc2a2791 3 minutes ago 4.43GB [2022-04-21T05:18:56.405Z] de0ef023ec51 3 minutes ago 1.54GB [2022-04-21T05:18:56.405Z] support-scheduler latest 32404aa1e025 3 minutes ago 26.3MB [2022-04-21T05:18:56.405Z] core-command latest f9f23bccbcf3 3 minutes ago 16.1MB [2022-04-21T05:18:56.405Z] 837d3b96c642 3 minutes ago 1.55GB [2022-04-21T05:18:56.405Z] 7c37e5adb2d0 3 minutes ago 1.49GB [2022-04-21T05:18:56.405Z] core-data latest d392b73a2d47 4 minutes ago 22.5MB [2022-04-21T05:18:56.405Z] sys-mgmt-agent latest 08945c92538c 4 minutes ago 299MB [2022-04-21T05:18:56.405Z] da9fc2367ae3 4 minutes ago 1.52GB [2022-04-21T05:18:56.405Z] security-secretstore-setup latest d983d1114884 5 minutes ago 28.5MB [2022-04-21T05:18:56.405Z] security-bootstrapper latest 6b408022cd23 5 minutes ago 19.1MB [2022-04-21T05:18:56.405Z] a036210bad51 5 minutes ago 1.49GB [2022-04-21T05:18:56.405Z] security-proxy-setup latest 373f127b3358 5 minutes ago 26.9MB [2022-04-21T05:18:56.405Z] 4ac893c891e7 6 minutes ago 1.5GB [2022-04-21T05:18:56.405Z] 33c16ff6fbd7 6 minutes ago 1.5GB [2022-04-21T05:18:56.405Z] 9d2a1715c52e 6 minutes ago 1.5GB [2022-04-21T05:18:56.405Z] ci-base-image-x86_64 latest 2fe6a96deb24 9 minutes ago 896MB [2022-04-21T05:18:56.405Z] docker 20.10.14 7417809fdb73 2 weeks ago 218MB [2022-04-21T05:18:56.405Z] alpine 3.14 e04c818066af 2 weeks ago 5.59MB [2022-04-21T05:18:56.405Z] alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB [2022-04-21T05:18:56.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-21T05:18:56.405Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-21T05:18:56.405Z] 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-04-21T05:20:37.308Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-21T05:20:37.308Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-21T05:20:37.583Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-21T05:20:41.014Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-21T05:20:41.687Z] + ls -al . [2022-04-21T05:20:41.687Z] total 668 [2022-04-21T05:20:41.687Z] drwxrwxr-x 9 1001 1001 4096 Apr 21 05:20 . [2022-04-21T05:20:41.687Z] drwxr-xr-x 4 root root 4096 Apr 21 05:14 .. [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 11 Apr 21 05:12 .dockerignore [2022-04-21T05:20:41.687Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 05:12 .git [2022-04-21T05:20:41.687Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 05:12 .github [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 879 Apr 21 05:12 .gitignore [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 42 Apr 21 05:12 .golangci.yml [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 87 Apr 21 05:12 .hadolint.yml [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 166 Apr 21 05:12 .sonarcloud.properties [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 1171 Apr 21 05:12 ADOPTERS.md [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 10086 Apr 21 05:12 Attribution.txt [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 51732 Apr 21 05:12 CHANGELOG.md [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 3804 Apr 21 05:12 CONTRIBUTING.md [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 677 Apr 21 05:12 GOVERNANCE.md [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 850 Apr 21 05:12 Jenkinsfile [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 10775 Apr 21 05:12 LICENSE [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 10389 Apr 21 05:12 Makefile [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 582 Apr 21 05:12 OWNERS.md [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 9120 Apr 21 05:12 README.md [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 6912 Apr 21 05:12 SECURITY.md [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 5 Apr 21 05:09 VERSION [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 4131 Apr 21 05:12 ZMQWindows.md [2022-04-21T05:20:41.687Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 05:12 bin [2022-04-21T05:20:41.687Z] drwxrwxr-x 18 1001 1001 4096 Apr 21 05:12 cmd [2022-04-21T05:20:41.687Z] -rw-r--r-- 1 root root 435134 Apr 21 05:18 coverage.out [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 3256 Apr 21 05:12 go.mod [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 35162 Apr 21 05:14 go.sum [2022-04-21T05:20:41.687Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 05:12 internal [2022-04-21T05:20:41.687Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 05:12 openapi [2022-04-21T05:20:41.687Z] drwxrwxr-x 4 1001 1001 4096 Apr 21 05:12 snap [2022-04-21T05:20:41.687Z] -rw-rw-r-- 1 1001 1001 204 Apr 21 05:12 version.go [Pipeline] sh [2022-04-21T05:20:42.359Z] + '[' -e coverage.out ] [2022-04-21T05:20:42.360Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-21T05:20:42.394Z] Warning: overwriting stash ‘coverage-report’ [2022-04-21T05:20:43.283Z] Stashed 1 file(s) [Pipeline] sh [2022-04-21T05:20:43.955Z] + make build [2022-04-21T05:20:43.955Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-21T05:22:05.807Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-21T05:23:13.915Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-21T05:23:13.915Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-21T05:23:52.992Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-21T05:23:52.992Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-21T05:23:55.631Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-21T05:24:02.379Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-21T05:24:05.790Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-21T05:24:11.219Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-21T05:24:14.620Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-21T05:24:18.028Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-21T05:24:26.344Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-21T05:24:31.794Z] $ docker stop --time=1 6a28aa0ce98221edaae8a036c5a47f10a9aba5461c4de985b9db6ed036b22cba [2022-04-21T05:24:33.914Z] $ docker rm -f 6a28aa0ce98221edaae8a036c5a47f10a9aba5461c4de985b9db6ed036b22cba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:24:36.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-21T05:24:36.400Z] [2022-04-21T05:24:36.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:24:36.758Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-21T05:24:37.033Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-21T05:24:37.033Z] 29e5d40040c1: Pulling fs layer [2022-04-21T05:24:37.033Z] 1ce36da41761: Pulling fs layer [2022-04-21T05:24:37.033Z] 25b303627fd3: Pulling fs layer [2022-04-21T05:24:37.033Z] 29e5d40040c1: Verifying Checksum [2022-04-21T05:24:37.033Z] 29e5d40040c1: Download complete [2022-04-21T05:24:37.309Z] 1ce36da41761: Verifying Checksum [2022-04-21T05:24:37.309Z] 1ce36da41761: Download complete [2022-04-21T05:24:37.585Z] 29e5d40040c1: Pull complete [2022-04-21T05:24:39.036Z] 1ce36da41761: Pull complete [2022-04-21T05:24:39.036Z] 25b303627fd3: Verifying Checksum [2022-04-21T05:24:39.036Z] 25b303627fd3: Download complete [2022-04-21T05:24:49.202Z] 25b303627fd3: Pull complete [2022-04-21T05:24:49.202Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-21T05:24:49.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-21T05:24:49.202Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-21T05:24:49.462Z] prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container [2022-04-21T05:24:49.616Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-21T05:24:52.105Z] $ docker top a72109d6c75074842ab22ac765b19f565b68bff719cbe6667fb7e8f2809c6835 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-21T05:24:53.112Z] + docker-compose build --help [2022-04-21T05:24:53.112Z] + grep parallel [2022-04-21T05:24:58.630Z] --parallel Build images in parallel. [Pipeline] } [2022-04-21T05:24:58.658Z] $ docker stop --time=1 a72109d6c75074842ab22ac765b19f565b68bff719cbe6667fb7e8f2809c6835 [2022-04-21T05:25:00.409Z] $ docker rm -f a72109d6c75074842ab22ac765b19f565b68bff719cbe6667fb7e8f2809c6835 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-21T05:25:01.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-21T05:25:01.095Z] . [Pipeline] withDockerContainer [2022-04-21T05:25:01.375Z] prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container [2022-04-21T05:25:01.478Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-21T05:25:02.858Z] $ docker top d53610d981dab5615ff81cda05edaa6b3e5364d7ead2266ea8de8460800b75e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-21T05:25:03.827Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-21T05:25:09.235Z] Building core-command ... [2022-04-21T05:25:09.235Z] Building core-data ... [2022-04-21T05:25:09.235Z] Building core-metadata ... [2022-04-21T05:25:09.235Z] Building security-bootstrapper ... [2022-04-21T05:25:09.235Z] Building security-proxy-setup ... [2022-04-21T05:25:09.235Z] Building security-secretstore-setup ... [2022-04-21T05:25:09.235Z] Building security-spiffe-token-provider ... [2022-04-21T05:25:09.235Z] Building security-spire-agent ... [2022-04-21T05:25:09.235Z] Building security-spire-config ... [2022-04-21T05:25:09.235Z] Building security-spire-server ... [2022-04-21T05:25:09.235Z] Building support-notifications ... [2022-04-21T05:25:09.235Z] Building support-scheduler ... [2022-04-21T05:25:09.235Z] Building sys-mgmt-agent ... [2022-04-21T05:25:09.235Z] Building security-spire-config [2022-04-21T05:25:09.235Z] Building core-command [2022-04-21T05:25:09.235Z] Building security-secretstore-setup [2022-04-21T05:25:09.235Z] Building security-proxy-setup [2022-04-21T05:25:09.235Z] Building support-scheduler [2022-04-21T05:26:31.035Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:26:31.035Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:26:31.035Z] ---> 90f61d284949 [2022-04-21T05:26:31.035Z] Step 3/25 : WORKDIR /edgex-go [2022-04-21T05:26:31.035Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:26:31.035Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:26:31.035Z] ---> 90f61d284949 [2022-04-21T05:26:31.035Z] Step 3/26 : WORKDIR /edgex-go [2022-04-21T05:26:31.324Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:26:31.324Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:26:31.324Z] ---> 90f61d284949 [2022-04-21T05:26:31.324Z] Step 3/23 : WORKDIR /edgex-go [2022-04-21T05:26:31.605Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:26:31.605Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:26:31.605Z] ---> 90f61d284949 [2022-04-21T05:26:31.605Z] Step 3/22 : WORKDIR /edgex-go [2022-04-21T05:26:31.885Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:26:31.885Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:26:31.885Z] ---> 90f61d284949 [2022-04-21T05:26:31.885Z] Step 3/22 : WORKDIR /edgex-go [2022-04-21T05:26:32.160Z] ---> Running in 51cbacfd0b3e [2022-04-21T05:26:32.160Z] ---> Running in ceeed019f796 [2022-04-21T05:26:32.160Z] ---> Running in 860590ad6d2a [2022-04-21T05:26:32.160Z] ---> Running in a352a2358e88 [2022-04-21T05:26:32.160Z] ---> Running in 80b62ab7cccd [2022-04-21T05:26:32.435Z] Removing intermediate container 860590ad6d2a [2022-04-21T05:26:32.435Z] ---> 3bccbf738fc9 [2022-04-21T05:26:32.435Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:26:32.713Z] ---> Running in ae7550c7766f [2022-04-21T05:26:32.713Z] Removing intermediate container ceeed019f796 [2022-04-21T05:26:32.713Z] ---> 3c782f7f3d5e [2022-04-21T05:26:32.713Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:26:32.713Z] Removing intermediate container a352a2358e88 [2022-04-21T05:26:32.713Z] ---> b89054e234f0 [2022-04-21T05:26:32.991Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:26:32.991Z] ---> Running in 706d461accb2 [2022-04-21T05:26:32.991Z] Removing intermediate container 51cbacfd0b3e [2022-04-21T05:26:32.991Z] ---> c023068ccdda [2022-04-21T05:26:32.991Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:26:32.991Z] ---> Running in 11c1b8c25f8b [2022-04-21T05:26:33.269Z] Removing intermediate container 80b62ab7cccd [2022-04-21T05:26:33.269Z] ---> 99dd0feb8a2f [2022-04-21T05:26:33.269Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:26:33.269Z] ---> Running in 24d3b5b926e2 [2022-04-21T05:26:33.269Z] ---> Running in 75201ff50819 [2022-04-21T05:26:36.715Z] Removing intermediate container ae7550c7766f [2022-04-21T05:26:36.715Z] ---> 8b5dd9b60dfc [2022-04-21T05:26:36.715Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-21T05:26:36.715Z] ---> Running in cbd62ca16ea2 [2022-04-21T05:26:37.024Z] Removing intermediate container 706d461accb2 [2022-04-21T05:26:37.024Z] ---> 9ffe6eb9fe81 [2022-04-21T05:26:37.024Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-21T05:26:37.024Z] ---> Running in 50dcd5579c02 [2022-04-21T05:26:37.311Z] Removing intermediate container 75201ff50819 [2022-04-21T05:26:37.311Z] ---> cc555e76b06f [2022-04-21T05:26:37.311Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-21T05:26:37.587Z] ---> Running in 21fda7ff4831 [2022-04-21T05:26:37.587Z] Removing intermediate container 24d3b5b926e2 [2022-04-21T05:26:37.587Z] ---> 66bccac43ec3 [2022-04-21T05:26:37.587Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-21T05:26:37.587Z] Removing intermediate container 11c1b8c25f8b [2022-04-21T05:26:37.587Z] ---> 9f12ae335d91 [2022-04-21T05:26:37.587Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-21T05:26:37.860Z] ---> Running in 8ad2c75f0647 [2022-04-21T05:26:37.860Z] ---> Running in 8cba83d5047a [2022-04-21T05:26:38.876Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:39.155Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:39.763Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:39.763Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:40.043Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:40.043Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:40.321Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:40.945Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:40.945Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:40.945Z] OK: 220 MiB in 52 packages [2022-04-21T05:26:40.945Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:26:41.566Z] OK: 220 MiB in 52 packages [2022-04-21T05:26:42.584Z] OK: 220 MiB in 52 packages [2022-04-21T05:26:42.584Z] OK: 220 MiB in 52 packages [2022-04-21T05:26:42.584Z] OK: 220 MiB in 52 packages [2022-04-21T05:26:42.866Z] Removing intermediate container 50dcd5579c02 [2022-04-21T05:26:42.866Z] ---> 305616b355dc [2022-04-21T05:26:42.866Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-21T05:26:43.153Z] Removing intermediate container cbd62ca16ea2 [2022-04-21T05:26:43.153Z] ---> a6b9db1bfb65 [2022-04-21T05:26:43.153Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-21T05:26:44.160Z] Removing intermediate container 21fda7ff4831 [2022-04-21T05:26:44.160Z] ---> 1819af20ba08 [2022-04-21T05:26:44.160Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-21T05:26:44.160Z] Removing intermediate container 8cba83d5047a [2022-04-21T05:26:44.160Z] ---> ebe0eb76cda2 [2022-04-21T05:26:44.160Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-21T05:26:44.160Z] Removing intermediate container 8ad2c75f0647 [2022-04-21T05:26:44.160Z] ---> b3be49dab343 [2022-04-21T05:26:44.160Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-21T05:26:44.435Z] ---> 2bd427ab8842 [2022-04-21T05:26:44.435Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:26:44.435Z] ---> Running in a3e41dae2fe9 [2022-04-21T05:26:44.714Z] ---> c241e12dd040 [2022-04-21T05:26:44.714Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:26:44.998Z] ---> Running in 347719f69617 [2022-04-21T05:26:45.647Z] ---> cf95f1db3a1b [2022-04-21T05:26:45.647Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:26:45.926Z] ---> e7a4e008e9af [2022-04-21T05:26:45.926Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:26:45.926Z] ---> Running in ea0648ed462d [2022-04-21T05:26:45.926Z] ---> b369f446f7df [2022-04-21T05:26:45.926Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:26:45.926Z] ---> Running in aea47de8899f [2022-04-21T05:26:46.203Z] ---> Running in 8bd9c6360fdf [2022-04-21T05:26:50.578Z] Removing intermediate container a3e41dae2fe9 [2022-04-21T05:26:50.578Z] ---> e171ebf144a1 [2022-04-21T05:26:50.578Z] Step 8/22 : COPY . . [2022-04-21T05:26:50.857Z] Removing intermediate container 347719f69617 [2022-04-21T05:26:50.857Z] ---> 0393c6232936 [2022-04-21T05:26:50.857Z] Step 8/26 : COPY . . [2022-04-21T05:26:51.469Z] Removing intermediate container ea0648ed462d [2022-04-21T05:26:51.469Z] ---> db4da7ff9f4f [2022-04-21T05:26:51.469Z] Step 8/25 : COPY . . [2022-04-21T05:26:52.080Z] Removing intermediate container aea47de8899f [2022-04-21T05:26:52.080Z] ---> 17b289763d8e [2022-04-21T05:26:52.080Z] Step 8/22 : COPY . . [2022-04-21T05:26:52.080Z] Removing intermediate container 8bd9c6360fdf [2022-04-21T05:26:52.080Z] ---> db22b1cb109d [2022-04-21T05:26:52.080Z] Step 8/23 : COPY . . [2022-04-21T05:27:24.473Z] ---> 1a2011104f95 [2022-04-21T05:27:24.473Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-21T05:27:24.473Z] ---> 5771b9291057 [2022-04-21T05:27:24.473Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-21T05:27:24.473Z] ---> Running in 85f713f56e5d [2022-04-21T05:27:24.473Z] ---> 354c7316d43e [2022-04-21T05:27:24.473Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-21T05:27:24.473Z] ---> Running in ceafac8d48ff [2022-04-21T05:27:24.473Z] ---> f005eda562b5 [2022-04-21T05:27:24.473Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-21T05:27:24.473Z] ---> Running in 888893d8c88e [2022-04-21T05:27:24.473Z] ---> Running in 9059ae1d6e81 [2022-04-21T05:27:24.473Z] Removing intermediate container 85f713f56e5d [2022-04-21T05:27:24.473Z] ---> 9a68296021e6 [2022-04-21T05:27:24.473Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-21T05:27:24.473Z] ---> 7b24b77c4b9f [2022-04-21T05:27:24.473Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-21T05:27:24.473Z] ---> Running in d39f682ae2a6 [2022-04-21T05:27:24.473Z] ---> Running in 8ea3a1b43f68 [2022-04-21T05:27:24.473Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-21T05:27:24.473Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-21T05:27:24.473Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-21T05:27:24.753Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-21T05:27:25.773Z] Removing intermediate container d39f682ae2a6 [2022-04-21T05:27:25.773Z] ---> 942faefdd9af [2022-04-21T05:27:25.773Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-21T05:27:25.773Z] ---> Running in e7a7684b0685 [2022-04-21T05:27:26.052Z] Removing intermediate container e7a7684b0685 [2022-04-21T05:27:26.052Z] ---> e0d76e2b0f79 [2022-04-21T05:27:26.052Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-21T05:27:26.328Z] ---> Running in 7f5bc1005a0b [2022-04-21T05:27:28.974Z] spire-1.2.1/ [2022-04-21T05:27:28.974Z] spire-1.2.1/.data/ [2022-04-21T05:27:28.974Z] spire-1.2.1/.data/.file [2022-04-21T05:27:28.974Z] spire-1.2.1/.dockerignore [2022-04-21T05:27:28.974Z] spire-1.2.1/.gitattributes [2022-04-21T05:27:28.974Z] spire-1.2.1/.githooks/ [2022-04-21T05:27:28.974Z] spire-1.2.1/.githooks/pre-commit [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/ [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/dependabot.yml [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/ [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-21T05:27:28.974Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-21T05:27:28.974Z] spire-1.2.1/.gitignore [2022-04-21T05:27:28.974Z] spire-1.2.1/.go-version [2022-04-21T05:27:28.974Z] spire-1.2.1/.golangci.yml [2022-04-21T05:27:28.974Z] spire-1.2.1/ADOPTERS.md [2022-04-21T05:27:28.974Z] spire-1.2.1/CHANGELOG.md [2022-04-21T05:27:28.974Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-21T05:27:28.974Z] spire-1.2.1/CODEOWNERS [2022-04-21T05:27:28.974Z] spire-1.2.1/CONTRIBUTING.md [2022-04-21T05:27:28.974Z] spire-1.2.1/Dockerfile [2022-04-21T05:27:28.974Z] spire-1.2.1/Dockerfile.dev [2022-04-21T05:27:28.974Z] spire-1.2.1/Dockerfile.scratch [2022-04-21T05:27:28.974Z] spire-1.2.1/LICENSE [2022-04-21T05:27:28.974Z] spire-1.2.1/MAINTAINERS.md [2022-04-21T05:27:28.974Z] spire-1.2.1/Makefile [2022-04-21T05:27:28.974Z] spire-1.2.1/README.md [2022-04-21T05:27:28.974Z] spire-1.2.1/ROADMAP.md [2022-04-21T05:27:28.974Z] spire-1.2.1/SECURITY.md [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-21T05:27:28.974Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-21T05:27:28.975Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/ [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/agent/ [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/agent/agent.conf [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/server/ [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/server/server.conf [2022-04-21T05:27:28.975Z] spire-1.2.1/conf/server/server_full.conf [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/ [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/SPIRE101.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/auditlog.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/ [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/scaling_spire.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/spire_agent.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/spire_server.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/supported_integrations.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/telemetry.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/telemetry_config.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/upgrading.md [2022-04-21T05:27:28.975Z] spire-1.2.1/doc/using_spire.md [2022-04-21T05:27:28.975Z] spire-1.2.1/examples/ [2022-04-21T05:27:28.975Z] spire-1.2.1/examples/README.md [2022-04-21T05:27:28.975Z] spire-1.2.1/go.mod [2022-04-21T05:27:28.975Z] spire-1.2.1/go.sum [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/agent.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/client/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/common/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/config.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-21T05:27:28.975Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/svid/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/names.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/auth/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/catalog/ [2022-04-21T05:27:29.255Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cli/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/health/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/health/config.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/health/context.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/health/health.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/idutil/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/log/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/log/log.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/log/options.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-21T05:27:29.256Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/profiling/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/selector/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/uptime/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/task.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/version/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/version/version.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509util/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/api.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/health/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/id.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/status.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/ca/ [2022-04-21T05:27:29.539Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/ [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/catalog/ [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/config.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/ [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-21T05:27:29.820Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-21T05:27:29.821Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/registration/ [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/server.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/server_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/svid/ [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/private/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/private/server/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/private/server/journal/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/common/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/plugin/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-21T05:27:30.104Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-21T05:27:30.104Z] spire-1.2.1/release/ [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire-extras/ [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire-extras/README.md [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire/ [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire/README.md [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire/conf/ [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire/conf/server/ [2022-04-21T05:27:30.104Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-21T05:27:30.104Z] spire-1.2.1/script/ [2022-04-21T05:27:30.104Z] spire-1.2.1/script/build-artifact.sh [2022-04-21T05:27:30.104Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-21T05:27:30.104Z] spire-1.2.1/support/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-21T05:27:30.104Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/clock/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/clock/clock.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-21T05:27:30.104Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/fixture.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/registration/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-21T05:27:30.105Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/README.md [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/common [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-21T05:27:30.105Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-21T05:27:30.389Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-21T05:27:30.390Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-21T05:27:30.671Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/test-one.sh [2022-04-21T05:27:30.672Z] spire-1.2.1/test/integration/test.sh [2022-04-21T05:27:30.672Z] spire-1.2.1/test/plugintest/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/plugintest/config.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/plugintest/load.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/plugintest/option.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/dir.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/logs.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/suite.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/spiretest/x509.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/testca/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/testca/ca.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/testkey/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/testkey/generate.sh [2022-04-21T05:27:30.672Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/testkey/keys.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/testkey/new.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/tpmsimulator/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/util/ [2022-04-21T05:27:30.672Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/util/cert_generation.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/util/io_redirection.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/util/race.go [2022-04-21T05:27:30.672Z] spire-1.2.1/test/util/util.go [2022-04-21T05:27:30.672Z] building spire from source... [2022-04-21T05:27:31.278Z] Installing go1.17.7... [2022-04-21T05:27:58.141Z] Building bin/spire-server... [2022-04-21T05:27:58.141Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-21T05:27:58.141Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-21T05:27:58.141Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-21T05:27:58.141Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-21T05:27:58.141Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-21T05:27:58.419Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-21T05:27:59.024Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-21T05:28:00.481Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-21T05:28:00.481Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-21T05:28:02.486Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-21T05:28:03.480Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-21T05:28:03.480Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-21T05:28:03.480Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-21T05:28:03.760Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-21T05:28:03.760Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-21T05:28:03.760Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-21T05:28:03.760Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-21T05:28:04.760Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-21T05:28:04.760Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-21T05:28:04.760Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-21T05:28:05.390Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-21T05:28:05.390Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-21T05:28:06.381Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-21T05:28:06.381Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-21T05:28:21.531Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-21T05:28:21.531Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-21T05:28:21.812Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-21T05:28:21.812Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-21T05:28:21.812Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-21T05:28:22.094Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-21T05:28:22.378Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-21T05:28:22.378Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-21T05:28:22.659Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-21T05:28:22.659Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-21T05:28:22.659Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-21T05:28:22.939Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-21T05:28:22.939Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-21T05:28:22.939Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-21T05:28:23.217Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-21T05:28:24.210Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-21T05:28:25.204Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-21T05:28:25.481Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-21T05:28:25.760Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-21T05:28:25.760Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-21T05:28:25.760Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-21T05:28:26.037Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-21T05:28:26.037Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-21T05:28:26.315Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-21T05:28:26.315Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-21T05:28:26.921Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-21T05:28:27.526Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-21T05:28:27.526Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-21T05:28:27.526Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-21T05:28:28.977Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-21T05:28:32.388Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-21T05:28:42.587Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-21T05:28:42.587Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-21T05:28:42.867Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-21T05:28:43.468Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-21T05:28:43.753Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-21T05:29:10.633Z] go: downloading google.golang.org/api v0.70.0 [2022-04-21T05:29:10.633Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-21T05:29:10.633Z] go: downloading k8s.io/api v0.23.4 [2022-04-21T05:29:20.832Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-21T05:29:20.832Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-21T05:29:53.261Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-21T05:29:53.261Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-21T05:29:53.261Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-21T05:29:53.261Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-21T05:29:53.261Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-21T05:29:53.261Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-21T05:29:54.719Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-21T05:29:55.325Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-21T05:29:57.324Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-21T05:29:57.324Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-21T05:29:58.316Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-21T05:29:58.594Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-21T05:29:58.594Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-21T05:29:58.873Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-21T05:29:59.151Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-21T05:29:59.429Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-21T05:29:59.705Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-21T05:29:59.705Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-21T05:29:59.983Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-21T05:30:00.260Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-21T05:30:00.539Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-21T05:30:00.817Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-21T05:30:02.268Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-21T05:30:02.268Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-21T05:30:02.268Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-21T05:30:07.712Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-21T05:30:07.990Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-21T05:30:08.269Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-21T05:30:08.269Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-21T05:30:08.269Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-21T05:30:08.550Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-21T05:30:08.550Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-21T05:30:09.543Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-21T05:30:09.543Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-21T05:30:09.543Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-21T05:30:09.823Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-21T05:30:10.102Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-21T05:30:11.846Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-21T05:30:12.948Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-21T05:30:13.645Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-21T05:30:13.645Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-21T05:30:14.286Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-21T05:30:14.958Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-21T05:30:14.958Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-21T05:30:14.958Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-21T05:30:15.272Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-21T05:30:15.272Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-21T05:30:16.789Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-21T05:30:16.789Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-21T05:30:17.066Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-21T05:30:17.346Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-21T05:30:19.337Z] go: downloading go.opencensus.io v0.23.0 [2022-04-21T05:30:19.940Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-21T05:30:19.940Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-21T05:30:20.220Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-21T05:30:20.220Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-21T05:30:20.496Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-21T05:30:20.772Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-21T05:30:21.050Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-21T05:30:21.655Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-21T05:30:25.067Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-21T05:30:27.068Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-21T05:30:27.068Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-21T05:30:27.068Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-21T05:30:27.348Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-21T05:30:27.628Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-21T05:30:28.233Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-21T05:30:28.512Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-21T05:30:28.800Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-21T05:30:28.800Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-21T05:30:29.080Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-21T05:30:29.080Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-21T05:30:29.361Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-21T05:30:41.809Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-21T05:30:41.809Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-21T05:30:41.809Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-21T05:30:41.809Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-21T05:31:08.644Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-21T05:31:08.644Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-21T05:32:16.730Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-21T05:32:21.066Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-21T05:32:26.512Z] Removing intermediate container 8ea3a1b43f68 [2022-04-21T05:32:26.512Z] ---> ea368b2f4f0c [2022-04-21T05:32:26.512Z] [2022-04-21T05:32:26.512Z] Step 10/23 : FROM alpine:3.14 [2022-04-21T05:32:26.788Z] 3.14: Pulling from library/alpine [2022-04-21T05:32:29.446Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-21T05:32:29.446Z] Status: Downloaded newer image for alpine:3.14 [2022-04-21T05:32:29.446Z] ---> ac73e934f311 [2022-04-21T05:32:29.446Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-21T05:32:30.061Z] ---> Running in cdcdaed4f76b [2022-04-21T05:32:32.744Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:32:32.744Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:32:34.192Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-21T05:32:34.192Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:32:34.192Z] OK: 5 MiB in 15 packages [2022-04-21T05:32:36.857Z] Removing intermediate container cdcdaed4f76b [2022-04-21T05:32:36.857Z] ---> 069b5d8cf000 [2022-04-21T05:32:36.857Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:32:36.857Z] ---> Running in 42f7cbd7526f [2022-04-21T05:32:37.857Z] Removing intermediate container 42f7cbd7526f [2022-04-21T05:32:37.857Z] ---> 0e18336b2633 [2022-04-21T05:32:37.857Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-21T05:32:37.857Z] ---> Running in 09e57039d3ae [2022-04-21T05:32:39.321Z] Removing intermediate container 09e57039d3ae [2022-04-21T05:32:39.322Z] ---> b10d9cc4fc89 [2022-04-21T05:32:39.322Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-21T05:32:39.322Z] ---> Running in 9abdc0a99201 [2022-04-21T05:32:40.798Z] Removing intermediate container 9abdc0a99201 [2022-04-21T05:32:40.798Z] ---> 334ccb792557 [2022-04-21T05:32:40.798Z] Step 15/23 : WORKDIR / [2022-04-21T05:32:40.798Z] Removing intermediate container 9059ae1d6e81 [2022-04-21T05:32:40.798Z] ---> 5ae25b036916 [2022-04-21T05:32:40.798Z] [2022-04-21T05:32:40.798Z] Step 10/22 : FROM alpine:3.14 [2022-04-21T05:32:40.798Z] ---> ac73e934f311 [2022-04-21T05:32:40.798Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-21T05:32:40.798Z] ---> Running in b1b02ce76c57 [2022-04-21T05:32:40.798Z] ---> Running in 2f28b0a85d2d [2022-04-21T05:32:41.814Z] Removing intermediate container b1b02ce76c57 [2022-04-21T05:32:41.814Z] ---> 77f0e7bdaab3 [2022-04-21T05:32:41.814Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:32:42.125Z] Removing intermediate container 888893d8c88e [2022-04-21T05:32:42.125Z] ---> 968cfd944de9 [2022-04-21T05:32:42.125Z] [2022-04-21T05:32:42.125Z] Step 10/25 : FROM alpine:3.14 [2022-04-21T05:32:42.125Z] ---> ac73e934f311 [2022-04-21T05:32:42.125Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-21T05:32:42.125Z] ---> Running in 988d9dc26b4f [2022-04-21T05:32:44.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:32:44.142Z] ---> c6139b6270f2 [2022-04-21T05:32:44.142Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-21T05:32:44.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:32:44.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:32:45.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:32:45.977Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-21T05:32:45.977Z] ---> 9c0eb7928fe9 [2022-04-21T05:32:45.977Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-21T05:32:45.977Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-21T05:32:45.977Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-21T05:32:45.977Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-21T05:32:45.977Z] (5/6) Installing curl (7.79.1-r0) [2022-04-21T05:32:45.977Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-21T05:32:45.977Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:32:46.253Z] Executing ca-certificates-20211220-r0.trigger [2022-04-21T05:32:46.543Z] OK: 8 MiB in 20 packages [2022-04-21T05:32:46.823Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-21T05:32:46.823Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-21T05:32:46.823Z] (3/3) Installing su-exec (0.2-r1) [2022-04-21T05:32:46.823Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:32:46.823Z] Executing ca-certificates-20211220-r0.trigger [2022-04-21T05:32:47.101Z] ---> 393addcedb69 [2022-04-21T05:32:47.101Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-21T05:32:47.378Z] ---> Running in eddecc0991dc [2022-04-21T05:32:47.378Z] OK: 6 MiB in 17 packages [2022-04-21T05:32:48.823Z] Removing intermediate container eddecc0991dc [2022-04-21T05:32:48.823Z] ---> 5040591a4b3d [2022-04-21T05:32:48.823Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:32:48.823Z] ---> Running in 3e5735aa96c7 [2022-04-21T05:32:49.818Z] Removing intermediate container 3e5735aa96c7 [2022-04-21T05:32:49.818Z] ---> 3977d456e1e3 [2022-04-21T05:32:49.818Z] Step 21/23 : LABEL arch=arm64 [2022-04-21T05:32:50.102Z] Removing intermediate container 2f28b0a85d2d [2022-04-21T05:32:50.102Z] ---> 3dc44a88e4d2 [2022-04-21T05:32:50.102Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-21T05:32:50.102Z] ---> Running in 46696ba9be30 [2022-04-21T05:32:50.387Z] ---> Running in 30cd752fb564 [2022-04-21T05:32:50.665Z] Removing intermediate container 988d9dc26b4f [2022-04-21T05:32:50.665Z] ---> 2cb60fc0c6fd [2022-04-21T05:32:50.665Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-21T05:32:50.942Z] ---> Running in 4b28ac03e88a [2022-04-21T05:32:51.219Z] Removing intermediate container 46696ba9be30 [2022-04-21T05:32:51.219Z] ---> abde4559889d [2022-04-21T05:32:51.219Z] Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:32:51.219Z] Removing intermediate container 30cd752fb564 [2022-04-21T05:32:51.219Z] ---> b27865e97c9b [2022-04-21T05:32:51.219Z] Step 13/22 : WORKDIR /edgex [2022-04-21T05:32:51.498Z] ---> Running in 6bd8cf05f796 [2022-04-21T05:32:51.498Z] ---> Running in e4b4ed12de79 [2022-04-21T05:32:51.781Z] Removing intermediate container 4b28ac03e88a [2022-04-21T05:32:51.781Z] ---> 39c280de2028 [2022-04-21T05:32:51.781Z] Step 13/25 : WORKDIR / [2022-04-21T05:32:52.054Z] ---> Running in 2564adbc4f84 [2022-04-21T05:32:52.653Z] Removing intermediate container e4b4ed12de79 [2022-04-21T05:32:52.653Z] ---> 9177f80258d1 [2022-04-21T05:32:52.653Z] Step 23/23 : LABEL version=0.0.0 [2022-04-21T05:32:52.653Z] Removing intermediate container 6bd8cf05f796 [2022-04-21T05:32:52.653Z] ---> 8c9b2896f9af [2022-04-21T05:32:52.653Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-21T05:32:52.941Z] ---> Running in c5ae5a909501 [2022-04-21T05:32:52.941Z] Removing intermediate container 2564adbc4f84 [2022-04-21T05:32:52.941Z] ---> e33095ddbf4e [2022-04-21T05:32:52.941Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-21T05:32:53.937Z] Removing intermediate container c5ae5a909501 [2022-04-21T05:32:53.937Z] ---> 46e0a515c007 [2022-04-21T05:32:53.937Z] [2022-04-21T05:32:53.937Z] ---> 69695c63387e [2022-04-21T05:32:53.937Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-21T05:32:54.546Z] ---> bc4f7b8410d1 [2022-04-21T05:32:54.546Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-21T05:32:55.150Z] Successfully built 46e0a515c007 [2022-04-21T05:32:55.150Z] Successfully tagged core-command-arm64:latest [2022-04-21T05:32:55.150Z] Building core-metadata [2022-04-21T05:32:56.147Z]  Building core-command ... done  ---> 4f14ae0e059d [2022-04-21T05:32:56.148Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-21T05:32:56.429Z] ---> 0b7a9e31e0ab [2022-04-21T05:32:56.429Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-21T05:32:57.432Z] ---> 26e22168fc7f [2022-04-21T05:32:57.432Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-04-21T05:32:58.887Z] ---> 48651b312f4c [2022-04-21T05:32:58.887Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-21T05:32:58.887Z] ---> 09429ed843a3 [2022-04-21T05:32:58.887Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-21T05:33:00.361Z] ---> 7bbee5027a23 [2022-04-21T05:33:00.361Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-21T05:33:00.361Z] ---> Running in c126de11336c [2022-04-21T05:33:01.380Z] ---> 01e30a329c64 [2022-04-21T05:33:01.380Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-21T05:33:03.377Z] ---> 6b573810e99d [2022-04-21T05:33:03.377Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-21T05:33:04.377Z] Removing intermediate container c126de11336c [2022-04-21T05:33:04.377Z] ---> ee03600fadae [2022-04-21T05:33:04.377Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-21T05:33:04.377Z] ---> Running in 935badf29378 [2022-04-21T05:33:04.977Z] ---> 5d7610b4af38 [2022-04-21T05:33:04.977Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-04-21T05:33:04.977Z] ---> Running in 80b2d12e0659 [2022-04-21T05:33:04.977Z] Removing intermediate container 935badf29378 [2022-04-21T05:33:04.977Z] ---> cd3c112bead2 [2022-04-21T05:33:04.977Z] Step 20/22 : LABEL arch=arm64 [2022-04-21T05:33:05.257Z] ---> Running in 3a3f2e976c03 [2022-04-21T05:33:06.253Z] Removing intermediate container 3a3f2e976c03 [2022-04-21T05:33:06.253Z] ---> 9f7985e5eb82 [2022-04-21T05:33:06.253Z] Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:33:06.253Z] ---> Running in 15a0db2bf5e9 [2022-04-21T05:33:07.249Z] Removing intermediate container 15a0db2bf5e9 [2022-04-21T05:33:07.249Z] ---> 85e1a0e0c0b0 [2022-04-21T05:33:07.249Z] Step 22/22 : LABEL version=0.0.0 [2022-04-21T05:33:07.539Z] ---> Running in 26e6571188fc [2022-04-21T05:33:08.145Z] Removing intermediate container 26e6571188fc [2022-04-21T05:33:08.145Z] ---> 6cbb76326884 [2022-04-21T05:33:08.145Z] [2022-04-21T05:33:08.754Z] Removing intermediate container 80b2d12e0659 [2022-04-21T05:33:08.755Z] ---> 5eb91562fe9a [2022-04-21T05:33:08.755Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-21T05:33:09.034Z] ---> Running in 81fc2f87a9a8 [2022-04-21T05:33:09.647Z] Successfully built 6cbb76326884 [2022-04-21T05:33:09.647Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-21T05:33:09.647Z] Building security-spire-agent [2022-04-21T05:33:09.932Z]  Building security-proxy-setup ... done Removing intermediate container 81fc2f87a9a8 [2022-04-21T05:33:09.932Z] ---> c33f92936a71 [2022-04-21T05:33:09.932Z] Step 23/25 : LABEL arch=arm64 [2022-04-21T05:33:09.932Z] ---> Running in 2637ffc03d62 [2022-04-21T05:33:10.930Z] Removing intermediate container 2637ffc03d62 [2022-04-21T05:33:10.930Z] ---> 10e8e2a3b511 [2022-04-21T05:33:10.930Z] Step 24/25 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:33:10.930Z] ---> Running in c7ad745bf620 [2022-04-21T05:33:11.539Z] Removing intermediate container c7ad745bf620 [2022-04-21T05:33:11.539Z] ---> 156cfcc3fffe [2022-04-21T05:33:11.539Z] Step 25/25 : LABEL version=0.0.0 [2022-04-21T05:33:11.820Z] ---> Running in 72146e1057ca [2022-04-21T05:33:12.833Z] Removing intermediate container 72146e1057ca [2022-04-21T05:33:12.833Z] ---> 39bc2d2d68a6 [2022-04-21T05:33:12.833Z] [2022-04-21T05:33:13.440Z] Successfully built 39bc2d2d68a6 [2022-04-21T05:33:13.440Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-21T05:33:13.440Z]  Building security-secretstore-setup ... done Building security-bootstrapper [2022-04-21T05:33:45.843Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:33:45.843Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:33:45.843Z] ---> 90f61d284949 [2022-04-21T05:33:45.843Z] Step 3/23 : WORKDIR /edgex-go [2022-04-21T05:33:45.843Z] ---> Using cache [2022-04-21T05:33:45.843Z] ---> 99dd0feb8a2f [2022-04-21T05:33:45.843Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:33:45.843Z] ---> Using cache [2022-04-21T05:33:45.843Z] ---> cc555e76b06f [2022-04-21T05:33:45.843Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-21T05:33:45.843Z] ---> Using cache [2022-04-21T05:33:45.843Z] ---> 1819af20ba08 [2022-04-21T05:33:45.843Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-21T05:33:45.843Z] ---> Using cache [2022-04-21T05:33:45.843Z] ---> cf95f1db3a1b [2022-04-21T05:33:45.843Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:33:45.843Z] ---> Using cache [2022-04-21T05:33:45.843Z] ---> db4da7ff9f4f [2022-04-21T05:33:45.843Z] Step 8/23 : COPY . . [2022-04-21T05:33:45.843Z] ---> Using cache [2022-04-21T05:33:45.843Z] ---> f005eda562b5 [2022-04-21T05:33:45.843Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-21T05:33:47.313Z] ---> Running in 9712c0fd0e48 [2022-04-21T05:33:49.331Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-21T05:34:11.618Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:34:11.618Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:34:11.618Z] ---> 90f61d284949 [2022-04-21T05:34:11.618Z] Step 3/26 : WORKDIR /edgex-go [2022-04-21T05:34:11.618Z] ---> Using cache [2022-04-21T05:34:11.618Z] ---> 99dd0feb8a2f [2022-04-21T05:34:11.618Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:34:11.618Z] ---> Using cache [2022-04-21T05:34:11.618Z] ---> cc555e76b06f [2022-04-21T05:34:11.618Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-21T05:34:11.618Z] ---> Running in e036a42ccb7e [2022-04-21T05:34:11.618Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:34:11.618Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:34:11.618Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:34:11.618Z] ---> 90f61d284949 [2022-04-21T05:34:11.618Z] Step 3/31 : WORKDIR /edgex-go [2022-04-21T05:34:11.618Z] ---> Using cache [2022-04-21T05:34:11.618Z] ---> 99dd0feb8a2f [2022-04-21T05:34:11.618Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:34:11.618Z] ---> Using cache [2022-04-21T05:34:11.618Z] ---> cc555e76b06f [2022-04-21T05:34:11.618Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-21T05:34:11.618Z] ---> Using cache [2022-04-21T05:34:11.618Z] ---> 1819af20ba08 [2022-04-21T05:34:11.618Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-21T05:34:11.618Z] ---> Using cache [2022-04-21T05:34:11.618Z] ---> cf95f1db3a1b [2022-04-21T05:34:11.618Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:34:11.618Z] ---> Using cache [2022-04-21T05:34:11.618Z] ---> db4da7ff9f4f [2022-04-21T05:34:11.618Z] Step 8/31 : COPY . . [2022-04-21T05:34:11.618Z] ---> Using cache [2022-04-21T05:34:11.618Z] ---> f005eda562b5 [2022-04-21T05:34:11.618Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-21T05:34:11.618Z] ---> Running in 312f48ab6e48 [2022-04-21T05:34:11.894Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:34:13.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/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-21T05:34:13.340Z] OK: 220 MiB in 52 packages [2022-04-21T05:34:14.781Z] Removing intermediate container e036a42ccb7e [2022-04-21T05:34:14.781Z] ---> 2511863856e2 [2022-04-21T05:34:14.781Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-21T05:34:15.776Z] ---> f3ac4c52cf95 [2022-04-21T05:34:15.776Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:34:15.776Z] ---> Running in 93a077a1592b [2022-04-21T05:34:21.206Z] Removing intermediate container 93a077a1592b [2022-04-21T05:34:21.206Z] ---> db45195f3716 [2022-04-21T05:34:21.206Z] Step 8/26 : COPY . . [2022-04-21T05:34:48.058Z] Removing intermediate container ceafac8d48ff [2022-04-21T05:34:48.058Z] ---> 0b5e96f477f3 [2022-04-21T05:34:48.058Z] [2022-04-21T05:34:48.058Z] Step 10/22 : FROM alpine:3.14 [2022-04-21T05:34:48.058Z] ---> ac73e934f311 [2022-04-21T05:34:48.058Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-21T05:34:48.058Z] ---> Using cache [2022-04-21T05:34:48.058Z] ---> 069b5d8cf000 [2022-04-21T05:34:48.058Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:34:48.058Z] ---> Using cache [2022-04-21T05:34:48.058Z] ---> 0e18336b2633 [2022-04-21T05:34:48.058Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-21T05:34:48.058Z] ---> Running in 44adacb08c68 [2022-04-21T05:34:48.058Z] Removing intermediate container 44adacb08c68 [2022-04-21T05:34:48.058Z] ---> bd244d3afb3b [2022-04-21T05:34:48.058Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-21T05:34:48.058Z] ---> Running in b96719bd57ab [2022-04-21T05:34:48.058Z] Removing intermediate container b96719bd57ab [2022-04-21T05:34:48.058Z] ---> b0f879cd28cc [2022-04-21T05:34:48.058Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:34:48.058Z] ---> 4a33ee45a951 [2022-04-21T05:34:48.058Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-21T05:34:50.062Z] ---> eae4d72f29f2 [2022-04-21T05:34:50.062Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-21T05:34:50.062Z] ---> Running in ad64245cd997 [2022-04-21T05:34:50.663Z] ---> a355501da126 [2022-04-21T05:34:50.663Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-21T05:34:50.941Z] Removing intermediate container ad64245cd997 [2022-04-21T05:34:50.941Z] ---> c127f922aeb3 [2022-04-21T05:34:50.941Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-21T05:34:50.941Z] ---> Running in 675b81ca7cb9 [2022-04-21T05:34:52.391Z] ---> 04233d7ae3ea [2022-04-21T05:34:52.391Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-21T05:34:52.391Z] ---> Running in 4a47f8128783 [2022-04-21T05:34:53.000Z] Removing intermediate container 4a47f8128783 [2022-04-21T05:34:53.000Z] ---> 2032681a877d [2022-04-21T05:34:53.000Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:34:53.297Z] ---> Running in 46e5b0aef3b8 [2022-04-21T05:34:54.306Z] Removing intermediate container 46e5b0aef3b8 [2022-04-21T05:34:54.306Z] ---> b997b93ad89a [2022-04-21T05:34:54.306Z] Step 20/22 : LABEL arch=arm64 [2022-04-21T05:34:54.306Z] ---> Running in 23b8731ca497 [2022-04-21T05:34:55.306Z] Removing intermediate container 675b81ca7cb9 [2022-04-21T05:34:55.306Z] ---> 347ea527cd8c [2022-04-21T05:34:55.306Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-21T05:34:55.306Z] ---> Running in bdd626cb8a78 [2022-04-21T05:34:55.593Z] Removing intermediate container 23b8731ca497 [2022-04-21T05:34:55.593Z] ---> 8c3e17240355 [2022-04-21T05:34:55.593Z] Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:34:55.871Z] ---> Running in df3d367a33c5 [2022-04-21T05:34:55.871Z] Removing intermediate container bdd626cb8a78 [2022-04-21T05:34:55.871Z] ---> 4f69be032b7b [2022-04-21T05:34:55.871Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-21T05:34:56.147Z] ---> Running in 0fdbe99b5181 [2022-04-21T05:34:56.762Z] Removing intermediate container df3d367a33c5 [2022-04-21T05:34:56.762Z] ---> 05d085f922ac [2022-04-21T05:34:56.762Z] Step 22/22 : LABEL version=0.0.0 [2022-04-21T05:34:56.762Z] ---> Running in a221a47c7411 [2022-04-21T05:34:57.762Z] Removing intermediate container a221a47c7411 [2022-04-21T05:34:57.762Z] ---> 4b11a7703772 [2022-04-21T05:34:57.762Z] [2022-04-21T05:34:58.372Z] Successfully built 4b11a7703772 [2022-04-21T05:34:58.372Z] Successfully tagged support-scheduler-arm64:latest [2022-04-21T05:34:58.372Z]  Building support-scheduler ... done Building security-spiffe-token-provider [2022-04-21T05:34:59.364Z] spire-1.2.1/ [2022-04-21T05:34:59.364Z] spire-1.2.1/.data/ [2022-04-21T05:34:59.364Z] spire-1.2.1/.data/.file [2022-04-21T05:34:59.364Z] spire-1.2.1/.dockerignore [2022-04-21T05:34:59.364Z] spire-1.2.1/.gitattributes [2022-04-21T05:34:59.364Z] spire-1.2.1/.githooks/ [2022-04-21T05:34:59.364Z] spire-1.2.1/.githooks/pre-commit [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/ [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/dependabot.yml [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/ [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-21T05:34:59.364Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-21T05:34:59.364Z] spire-1.2.1/.gitignore [2022-04-21T05:34:59.364Z] spire-1.2.1/.go-version [2022-04-21T05:34:59.364Z] spire-1.2.1/.golangci.yml [2022-04-21T05:34:59.364Z] spire-1.2.1/ADOPTERS.md [2022-04-21T05:34:59.364Z] spire-1.2.1/CHANGELOG.md [2022-04-21T05:34:59.364Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-21T05:34:59.364Z] spire-1.2.1/CODEOWNERS [2022-04-21T05:34:59.364Z] spire-1.2.1/CONTRIBUTING.md [2022-04-21T05:34:59.364Z] spire-1.2.1/Dockerfile [2022-04-21T05:34:59.364Z] spire-1.2.1/Dockerfile.dev [2022-04-21T05:34:59.364Z] spire-1.2.1/Dockerfile.scratch [2022-04-21T05:34:59.364Z] spire-1.2.1/LICENSE [2022-04-21T05:34:59.364Z] spire-1.2.1/MAINTAINERS.md [2022-04-21T05:34:59.364Z] spire-1.2.1/Makefile [2022-04-21T05:34:59.364Z] spire-1.2.1/README.md [2022-04-21T05:34:59.364Z] spire-1.2.1/ROADMAP.md [2022-04-21T05:34:59.364Z] spire-1.2.1/SECURITY.md [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/ [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/ [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-21T05:34:59.364Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-21T05:34:59.365Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/ [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/agent/ [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/agent/agent.conf [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/server/ [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/server/server.conf [2022-04-21T05:34:59.365Z] spire-1.2.1/conf/server/server_full.conf [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/ [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/SPIRE101.md [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/auditlog.md [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/images/ [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-21T05:34:59.365Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/scaling_spire.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/spire_agent.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/spire_server.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/supported_integrations.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/telemetry.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/telemetry_config.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/upgrading.md [2022-04-21T05:34:59.641Z] spire-1.2.1/doc/using_spire.md [2022-04-21T05:34:59.641Z] spire-1.2.1/examples/ [2022-04-21T05:34:59.641Z] spire-1.2.1/examples/README.md [2022-04-21T05:34:59.641Z] spire-1.2.1/go.mod [2022-04-21T05:34:59.641Z] spire-1.2.1/go.sum [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/agent.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/client/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/common/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/config.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/manager/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-21T05:34:59.641Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-21T05:34:59.642Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/svid/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/names.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/auth/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cli/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/health/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/health/config.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/health/context.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/health/health.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/idutil/ [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-21T05:34:59.920Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/log/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/log/log.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/log/options.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/profiling/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/selector/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-21T05:34:59.921Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/uptime/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/task.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/version/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/version/version.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509util/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/server/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/server/api/ [2022-04-21T05:35:00.198Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/api.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/health/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/id.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/status.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/catalog/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/config.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-21T05:35:00.199Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-21T05:35:00.477Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/registration/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/server.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/server_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/svid/ [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/private/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/private/server/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/private/server/journal/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/common/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/plugin/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-21T05:35:00.478Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-21T05:35:00.478Z] spire-1.2.1/release/ [2022-04-21T05:35:00.478Z] spire-1.2.1/release/spire-extras/ [2022-04-21T05:35:00.478Z] spire-1.2.1/release/spire-extras/README.md [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire/ [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire/README.md [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire/conf/ [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire/conf/server/ [2022-04-21T05:35:00.479Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-21T05:35:00.479Z] spire-1.2.1/script/ [2022-04-21T05:35:00.479Z] spire-1.2.1/script/build-artifact.sh [2022-04-21T05:35:00.479Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-21T05:35:00.479Z] spire-1.2.1/support/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-21T05:35:00.479Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-21T05:35:00.757Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-21T05:35:00.757Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-21T05:35:00.757Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-21T05:35:00.757Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-21T05:35:00.757Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-21T05:35:00.758Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/clock/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/clock/clock.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/fixture.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/registration/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-21T05:35:00.758Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/README.md [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/common [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/suites/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-21T05:35:00.758Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-21T05:35:00.759Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-21T05:35:00.760Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-21T05:35:01.051Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/test-one.sh [2022-04-21T05:35:01.052Z] spire-1.2.1/test/integration/test.sh [2022-04-21T05:35:01.052Z] spire-1.2.1/test/plugintest/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/plugintest/config.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/plugintest/load.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/plugintest/option.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/dir.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/logs.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/suite.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/spiretest/x509.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/testca/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/testca/ca.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/testkey/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/testkey/generate.sh [2022-04-21T05:35:01.052Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/testkey/keys.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/testkey/new.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/tpmsimulator/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/util/ [2022-04-21T05:35:01.052Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/util/cert_generation.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/util/io_redirection.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/util/race.go [2022-04-21T05:35:01.052Z] spire-1.2.1/test/util/util.go [2022-04-21T05:35:01.052Z] building spire from source... [2022-04-21T05:35:01.659Z] Installing go1.17.7... [2022-04-21T05:35:34.074Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:35:34.074Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:35:34.074Z] ---> 90f61d284949 [2022-04-21T05:35:34.074Z] Step 3/20 : WORKDIR /edgex-go [2022-04-21T05:35:34.074Z] ---> Using cache [2022-04-21T05:35:34.074Z] ---> 99dd0feb8a2f [2022-04-21T05:35:34.074Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-21T05:35:34.074Z] ---> Running in 26b79d253359 [2022-04-21T05:35:34.074Z] Building bin/spire-server... [2022-04-21T05:35:34.074Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-21T05:35:34.074Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:35:34.074Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-21T05:35:34.074Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-21T05:35:34.074Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-21T05:35:34.074Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-21T05:35:34.348Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:35:35.797Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-21T05:35:35.797Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-21T05:35:35.797Z] OK: 15741 distinct packages available [2022-04-21T05:35:35.797Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:35:36.788Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:35:37.394Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-21T05:35:38.007Z] OK: 220 MiB in 52 packages [2022-04-21T05:35:38.007Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-21T05:35:38.286Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-21T05:35:38.568Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-21T05:35:39.608Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-21T05:35:39.608Z] Removing intermediate container 26b79d253359 [2022-04-21T05:35:39.608Z] ---> 9053e206e85e [2022-04-21T05:35:39.608Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-21T05:35:39.608Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-21T05:35:39.885Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-21T05:35:39.885Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-21T05:35:40.163Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-21T05:35:40.163Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-21T05:35:40.450Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-21T05:35:40.450Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-21T05:35:40.450Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-21T05:35:40.733Z]  ---> 3e165c94be9d [2022-04-21T05:35:40.733Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:35:41.016Z] ---> Running in 8cb0e80525c7 [2022-04-21T05:35:42.015Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-21T05:35:42.015Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-21T05:35:42.622Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-21T05:35:42.901Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-21T05:35:43.507Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-21T05:35:44.970Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-21T05:35:44.970Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-21T05:35:46.436Z] Removing intermediate container 8cb0e80525c7 [2022-04-21T05:35:46.436Z] ---> 1cbe96e4f799 [2022-04-21T05:35:46.436Z] Step 7/20 : COPY . . [2022-04-21T05:36:09.029Z] ---> 126b68cfce35 [2022-04-21T05:36:09.029Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-21T05:36:09.313Z] ---> Running in e2b03035cc65 [2022-04-21T05:36:11.323Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-21T05:36:15.667Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-21T05:36:15.667Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-21T05:36:15.667Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-21T05:36:15.667Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-21T05:36:15.667Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-21T05:36:15.667Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-21T05:36:15.667Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-21T05:36:15.667Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-21T05:36:15.667Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-21T05:36:15.667Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-21T05:36:15.954Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-21T05:36:15.954Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-21T05:36:15.954Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-21T05:36:16.251Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-21T05:36:16.251Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-21T05:36:17.250Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-21T05:36:17.250Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-21T05:36:17.532Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-21T05:36:17.532Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-21T05:36:17.532Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-21T05:36:17.532Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-21T05:36:17.532Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-21T05:36:17.830Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-21T05:36:18.110Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-21T05:36:18.110Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-21T05:36:26.451Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-21T05:36:26.451Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-21T05:36:26.451Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-21T05:36:26.451Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-21T05:36:26.451Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-21T05:36:26.451Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-21T05:36:26.451Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-21T05:36:26.451Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-21T05:36:26.733Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-21T05:36:26.733Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-21T05:36:26.733Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-21T05:36:49.021Z] go: downloading google.golang.org/api v0.70.0 [2022-04-21T05:36:49.021Z] go: downloading k8s.io/api v0.23.4 [2022-04-21T05:36:49.021Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-21T05:37:01.498Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-21T05:37:01.779Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-21T05:37:34.243Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-21T05:37:34.244Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-21T05:37:34.244Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-21T05:37:34.244Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-21T05:37:34.244Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-21T05:37:34.244Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-21T05:37:34.244Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-21T05:37:34.855Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-21T05:37:36.867Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-21T05:37:37.148Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-21T05:37:37.148Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-21T05:37:38.151Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-21T05:37:38.431Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-21T05:37:38.712Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-21T05:37:38.994Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-21T05:37:39.274Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-21T05:37:39.558Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-21T05:37:40.560Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-21T05:37:40.560Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-21T05:37:41.172Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-21T05:37:41.172Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-21T05:37:41.454Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-21T05:37:41.454Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-21T05:37:41.740Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-21T05:37:47.204Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-21T05:37:47.812Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-21T05:37:48.094Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-21T05:37:48.094Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-21T05:37:48.094Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-21T05:37:48.094Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-21T05:37:48.375Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-21T05:37:49.379Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-21T05:37:49.379Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-21T05:37:49.658Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-21T05:37:49.939Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-21T05:37:49.939Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-21T05:37:51.402Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-21T05:37:52.014Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-21T05:37:52.293Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-21T05:37:52.576Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-21T05:37:52.576Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-21T05:37:52.576Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-21T05:37:52.855Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-21T05:37:52.855Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-21T05:37:53.134Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-21T05:37:54.130Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-21T05:37:54.408Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-21T05:37:54.686Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-21T05:37:54.964Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-21T05:37:55.242Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-21T05:37:56.239Z] go: downloading go.opencensus.io v0.23.0 [2022-04-21T05:37:57.235Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-21T05:37:57.235Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-21T05:37:57.841Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-21T05:37:57.841Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-21T05:37:58.119Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-21T05:37:58.397Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-21T05:37:58.676Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-21T05:37:59.282Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-21T05:38:02.702Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-21T05:38:05.354Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-21T05:38:05.354Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-21T05:38:05.633Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-21T05:38:05.633Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-21T05:38:05.913Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-21T05:38:06.910Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-21T05:38:06.910Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-21T05:38:06.910Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-21T05:38:07.187Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-21T05:38:07.466Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-21T05:38:07.466Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-21T05:38:07.466Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-21T05:38:17.683Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-21T05:38:17.683Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-21T05:38:17.683Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-21T05:38:17.683Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-21T05:38:44.546Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-21T05:38:44.546Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-21T05:39:23.641Z] Removing intermediate container 9712c0fd0e48 [2022-04-21T05:39:23.641Z] ---> 46b7502a91a9 [2022-04-21T05:39:23.641Z] [2022-04-21T05:39:23.641Z] Step 10/23 : FROM alpine:3.14 [2022-04-21T05:39:23.641Z] ---> ac73e934f311 [2022-04-21T05:39:23.641Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-21T05:39:23.641Z] ---> Using cache [2022-04-21T05:39:23.641Z] ---> 069b5d8cf000 [2022-04-21T05:39:23.641Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:39:23.641Z] ---> Using cache [2022-04-21T05:39:23.641Z] ---> 0e18336b2633 [2022-04-21T05:39:23.641Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-21T05:39:23.641Z] ---> Running in 3260f52b46c8 [2022-04-21T05:39:23.641Z] Removing intermediate container 3260f52b46c8 [2022-04-21T05:39:23.641Z] ---> 99d6191a8b90 [2022-04-21T05:39:23.641Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-21T05:39:23.641Z] ---> Running in 303a5f8d3105 [2022-04-21T05:39:23.641Z] Removing intermediate container 303a5f8d3105 [2022-04-21T05:39:23.641Z] ---> 477d021f900d [2022-04-21T05:39:23.641Z] Step 15/23 : WORKDIR / [2022-04-21T05:39:23.641Z] ---> Running in a9d1e1abe879 [2022-04-21T05:39:23.641Z] Removing intermediate container a9d1e1abe879 [2022-04-21T05:39:23.641Z] ---> 9df35d12e469 [2022-04-21T05:39:23.641Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:39:23.641Z] ---> 561dc4be02e6 [2022-04-21T05:39:23.641Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-21T05:39:23.641Z] ---> 4b66af540435 [2022-04-21T05:39:23.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-21T05:39:23.641Z] ---> 8971c5c7156f [2022-04-21T05:39:23.641Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-21T05:39:23.921Z] ---> Running in b122b38a3118 [2022-04-21T05:39:24.537Z] Removing intermediate container b122b38a3118 [2022-04-21T05:39:24.537Z] ---> f957b115637c [2022-04-21T05:39:24.537Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:39:24.821Z] ---> Running in e01cf0a1a6ae [2022-04-21T05:39:25.102Z] Removing intermediate container e01cf0a1a6ae [2022-04-21T05:39:25.102Z] ---> 3eafc144375b [2022-04-21T05:39:25.102Z] Step 21/23 : LABEL arch=arm64 [2022-04-21T05:39:25.386Z] ---> Running in f4c38188a843 [2022-04-21T05:39:26.002Z] Removing intermediate container f4c38188a843 [2022-04-21T05:39:26.002Z] ---> cbeb83484a0a [2022-04-21T05:39:26.002Z] Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:39:26.285Z] ---> Running in 7fce62fdf4be [2022-04-21T05:39:26.901Z] Removing intermediate container 7fce62fdf4be [2022-04-21T05:39:26.901Z] ---> f056f836079e [2022-04-21T05:39:26.901Z] Step 23/23 : LABEL version=0.0.0 [2022-04-21T05:39:26.901Z] ---> Running in 53a2ac23971b [2022-04-21T05:39:27.905Z] Removing intermediate container 53a2ac23971b [2022-04-21T05:39:27.905Z] ---> 4eb662615a9f [2022-04-21T05:39:27.905Z] [2022-04-21T05:39:28.517Z] Successfully built 4eb662615a9f [2022-04-21T05:39:28.517Z] Successfully tagged core-metadata-arm64:latest [2022-04-21T05:39:28.517Z]  Building core-metadata ... done Building support-notifications [2022-04-21T05:39:35.309Z] Removing intermediate container 312f48ab6e48 [2022-04-21T05:39:35.309Z] ---> 7a782e3ad897 [2022-04-21T05:39:35.309Z] [2022-04-21T05:39:35.309Z] Step 10/31 : FROM alpine:3.14 [2022-04-21T05:39:35.309Z] ---> ac73e934f311 [2022-04-21T05:39:35.309Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-21T05:39:35.309Z] ---> Running in cf55075ab264 [2022-04-21T05:39:35.922Z] Removing intermediate container cf55075ab264 [2022-04-21T05:39:35.922Z] ---> 71da372ad17a [2022-04-21T05:39:35.922Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-21T05:39:36.203Z] ---> Running in fffe7c79a31c [2022-04-21T05:39:38.211Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:39:38.211Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:39:39.662Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-21T05:39:39.662Z] (2/2) Installing su-exec (0.2-r1) [2022-04-21T05:39:39.662Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:39:39.662Z] OK: 6 MiB in 16 packages [2022-04-21T05:39:41.684Z] Removing intermediate container fffe7c79a31c [2022-04-21T05:39:41.684Z] ---> 5efe54c79e84 [2022-04-21T05:39:41.684Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-21T05:39:41.684Z] ---> Running in 4344c4a96471 [2022-04-21T05:39:42.295Z] Removing intermediate container 4344c4a96471 [2022-04-21T05:39:42.295Z] ---> 93dd6bb32872 [2022-04-21T05:39:42.295Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-21T05:39:42.295Z] ---> Running in fc1e8be8ee49 [2022-04-21T05:39:43.299Z] Removing intermediate container fc1e8be8ee49 [2022-04-21T05:39:43.299Z] ---> 910c37a708d5 [2022-04-21T05:39:43.299Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-21T05:39:43.299Z] ---> Running in b244a2997451 [2022-04-21T05:39:47.658Z] Removing intermediate container b244a2997451 [2022-04-21T05:39:47.658Z] ---> 14ddf5a6bb50 [2022-04-21T05:39:47.658Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-21T05:39:47.658Z] ---> Running in 35778c436c4e [2022-04-21T05:39:48.267Z] Removing intermediate container 35778c436c4e [2022-04-21T05:39:48.267Z] ---> 66e4a3ff0560 [2022-04-21T05:39:48.267Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-21T05:39:49.803Z] ---> a05c3508ed14 [2022-04-21T05:39:49.803Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-21T05:39:50.084Z] ---> Running in 820a31773bff [2022-04-21T05:39:54.430Z] Removing intermediate container 820a31773bff [2022-04-21T05:39:54.430Z] ---> 948b93e59d47 [2022-04-21T05:39:54.430Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:39:55.034Z] ---> 8eb431883c3a [2022-04-21T05:39:55.034Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-21T05:39:58.465Z] ---> 3dddc7404426 [2022-04-21T05:39:58.465Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-21T05:39:59.456Z] ---> 6cf25513bb11 [2022-04-21T05:39:59.457Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-21T05:40:00.917Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:40:00.917Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:40:00.917Z] ---> 90f61d284949 [2022-04-21T05:40:00.917Z] Step 3/22 : WORKDIR /edgex-go [2022-04-21T05:40:00.917Z] ---> Using cache [2022-04-21T05:40:00.917Z] ---> 99dd0feb8a2f [2022-04-21T05:40:00.917Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:40:00.917Z] ---> Using cache [2022-04-21T05:40:00.917Z] ---> cc555e76b06f [2022-04-21T05:40:00.917Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-21T05:40:00.917Z] ---> Running in 645a8d8d5a24 [2022-04-21T05:40:00.917Z] ---> 5665adf598da [2022-04-21T05:40:00.917Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-21T05:40:02.390Z] ---> 29bbff17a440 [2022-04-21T05:40:02.390Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-21T05:40:02.669Z] ---> Running in 336701ed9a61 [2022-04-21T05:40:02.669Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:40:03.279Z] Removing intermediate container 336701ed9a61 [2022-04-21T05:40:03.279Z] ---> 2ce3b934c58d [2022-04-21T05:40:03.279Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-21T05:40:03.890Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:40:04.169Z] ---> bf810798cde6 [2022-04-21T05:40:04.169Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-21T05:40:04.459Z] ---> Running in 36cfea75c2c2 [2022-04-21T05:40:05.474Z] OK: 220 MiB in 52 packages [2022-04-21T05:40:07.483Z] Removing intermediate container 645a8d8d5a24 [2022-04-21T05:40:07.483Z] ---> 630a50deb12a [2022-04-21T05:40:07.483Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-21T05:40:08.111Z] Removing intermediate container 36cfea75c2c2 [2022-04-21T05:40:08.111Z] ---> d2e85960303f [2022-04-21T05:40:08.111Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-21T05:40:08.390Z] ---> Running in 696d19f2ba5c [2022-04-21T05:40:08.678Z] ---> 3f2f9c43c6aa [2022-04-21T05:40:08.678Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:40:08.964Z] ---> Running in 9839fc4709b5 [2022-04-21T05:40:09.253Z] Removing intermediate container 696d19f2ba5c [2022-04-21T05:40:09.253Z] ---> 2f801aae7222 [2022-04-21T05:40:09.253Z] Step 28/31 : CMD ["gate"] [2022-04-21T05:40:09.541Z] ---> Running in 868f6c7c6dd8 [2022-04-21T05:40:10.572Z] Removing intermediate container 868f6c7c6dd8 [2022-04-21T05:40:10.572Z] ---> d220ff8134ae [2022-04-21T05:40:10.572Z] Step 29/31 : LABEL arch=arm64 [2022-04-21T05:40:10.858Z] ---> Running in ef93f44d4ddf [2022-04-21T05:40:11.474Z] Removing intermediate container ef93f44d4ddf [2022-04-21T05:40:11.474Z] ---> b32ccc797221 [2022-04-21T05:40:11.474Z] Step 30/31 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:40:11.765Z] ---> Running in 92d3fef9eaf6 [2022-04-21T05:40:12.386Z] Removing intermediate container 92d3fef9eaf6 [2022-04-21T05:40:12.386Z] ---> 7389230d2fa1 [2022-04-21T05:40:12.386Z] Step 31/31 : LABEL version=0.0.0 [2022-04-21T05:40:12.680Z] ---> Running in 11ee68c9d802 [2022-04-21T05:40:12.959Z] Removing intermediate container 11ee68c9d802 [2022-04-21T05:40:12.959Z] ---> dd4323cbb4ed [2022-04-21T05:40:13.236Z] [2022-04-21T05:40:13.515Z] Successfully built dd4323cbb4ed [2022-04-21T05:40:13.515Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-21T05:40:13.515Z]  Building security-bootstrapper ... done Building sys-mgmt-agent [2022-04-21T05:40:15.514Z] Removing intermediate container 9839fc4709b5 [2022-04-21T05:40:15.514Z] ---> cc09f15c17cd [2022-04-21T05:40:15.514Z] Step 8/22 : COPY . . [2022-04-21T05:40:48.302Z] ---> 51a9455aa915 [2022-04-21T05:40:48.302Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:40:48.302Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:40:48.302Z] ---> 90f61d284949 [2022-04-21T05:40:48.302Z] Step 3/23 : WORKDIR /edgex-go [2022-04-21T05:40:48.302Z] ---> Using cache [2022-04-21T05:40:48.302Z] ---> 99dd0feb8a2f [2022-04-21T05:40:48.302Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:40:48.302Z] ---> Using cache [2022-04-21T05:40:48.302Z] ---> cc555e76b06f [2022-04-21T05:40:48.302Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-21T05:40:48.302Z] ---> Running in 2103852a7cd0 [2022-04-21T05:40:48.302Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-21T05:40:48.302Z] ---> Running in 4caa7e0d97bb [2022-04-21T05:40:48.302Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:40:48.302Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-21T05:40:48.302Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:40:49.754Z] OK: 220 MiB in 52 packages [2022-04-21T05:40:50.749Z] Removing intermediate container 2103852a7cd0 [2022-04-21T05:40:50.749Z] ---> c871ee1b48c0 [2022-04-21T05:40:50.749Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-21T05:40:52.206Z] ---> 8531bef6b625 [2022-04-21T05:40:52.206Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:40:52.206Z] ---> Running in 3bfb8ada9f92 [2022-04-21T05:40:58.982Z] Removing intermediate container 3bfb8ada9f92 [2022-04-21T05:40:58.982Z] ---> b13806c1566d [2022-04-21T05:40:58.982Z] Step 8/23 : COPY . . [2022-04-21T05:41:17.370Z] ---> 90b5e3d83350 [2022-04-21T05:41:17.370Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-21T05:41:17.370Z] ---> Running in d08171c3485d [2022-04-21T05:41:19.382Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-21T05:43:26.297Z] Removing intermediate container e2b03035cc65 [2022-04-21T05:43:26.297Z] ---> d03158d3c4a3 [2022-04-21T05:43:26.297Z] [2022-04-21T05:43:26.297Z] Step 9/20 : FROM alpine:3.15 [2022-04-21T05:43:26.297Z] 3.15: Pulling from library/alpine [2022-04-21T05:43:26.297Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-21T05:43:26.297Z] Status: Downloaded newer image for alpine:3.15 [2022-04-21T05:43:26.297Z] ---> 3fb3c9af89a9 [2022-04-21T05:43:26.297Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-21T05:43:26.297Z] ---> Running in b3fd7823e78b [2022-04-21T05:43:26.297Z] Removing intermediate container b3fd7823e78b [2022-04-21T05:43:26.297Z] ---> 1b0b817cf86b [2022-04-21T05:43:26.297Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:43:26.297Z] ---> Running in b1cca2a6a1a5 [2022-04-21T05:43:26.900Z] Removing intermediate container b1cca2a6a1a5 [2022-04-21T05:43:27.182Z] ---> 979795fba505 [2022-04-21T05:43:27.182Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-21T05:43:27.182Z] ---> Running in 6bb387f4fb37 [2022-04-21T05:43:29.192Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:43:30.186Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:43:31.639Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-21T05:43:31.639Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-21T05:43:31.639Z] OK: 15730 distinct packages available [2022-04-21T05:43:31.917Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:43:32.909Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:43:34.366Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-21T05:43:34.366Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-21T05:43:34.641Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-21T05:43:34.641Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-21T05:43:34.919Z] (5/9) Installing curl (7.80.0-r0) [2022-04-21T05:43:34.919Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-21T05:43:35.198Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-21T05:43:35.198Z] (8/9) Installing libucontext (1.1-r0) [2022-04-21T05:43:35.198Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-21T05:43:35.475Z] Executing busybox-1.34.1-r5.trigger [2022-04-21T05:43:35.475Z] Executing ca-certificates-20211220-r0.trigger [2022-04-21T05:43:35.757Z] OK: 8 MiB in 23 packages [2022-04-21T05:43:38.414Z] Removing intermediate container 6bb387f4fb37 [2022-04-21T05:43:38.414Z] ---> ee118ffd131e [2022-04-21T05:43:38.414Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:43:38.699Z] ---> 6c6813a8140e [2022-04-21T05:43:38.699Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-21T05:43:41.354Z] ---> 6da511a3f607 [2022-04-21T05:43:41.354Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-21T05:43:41.973Z] ---> 8e4503a29c22 [2022-04-21T05:43:41.973Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-21T05:43:42.253Z] ---> Running in 2e680ea1b43a [2022-04-21T05:43:42.860Z] Removing intermediate container 2e680ea1b43a [2022-04-21T05:43:42.860Z] ---> ab976f46a4bb [2022-04-21T05:43:42.860Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:43:42.860Z] ---> Running in 0badff51da0c [2022-04-21T05:43:43.457Z] Removing intermediate container 0badff51da0c [2022-04-21T05:43:43.457Z] ---> 2b083e367b98 [2022-04-21T05:43:43.457Z] Step 18/20 : LABEL arch=arm64 [2022-04-21T05:43:43.457Z] ---> Running in b0f9af33f876 [2022-04-21T05:43:44.051Z] Removing intermediate container b0f9af33f876 [2022-04-21T05:43:44.051Z] ---> 518a47d7ffe3 [2022-04-21T05:43:44.051Z] Step 19/20 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:43:44.051Z] ---> Running in bf71231e8e40 [2022-04-21T05:43:44.648Z] Removing intermediate container bf71231e8e40 [2022-04-21T05:43:44.648Z] ---> bd6d8fdf14b5 [2022-04-21T05:43:44.648Z] Step 20/20 : LABEL version=0.0.0 [2022-04-21T05:43:44.924Z] ---> Running in 56548921a9b7 [2022-04-21T05:43:45.545Z] Removing intermediate container 56548921a9b7 [2022-04-21T05:43:45.545Z] ---> a4179fe6f0fb [2022-04-21T05:43:45.545Z] [2022-04-21T05:43:45.817Z] Successfully built a4179fe6f0fb [2022-04-21T05:43:45.817Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-21T05:43:45.817Z] Building core-data [2022-04-21T05:44:24.849Z]  Building security-spiffe-token-provider ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:44:24.849Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:44:24.849Z] ---> 90f61d284949 [2022-04-21T05:44:24.849Z] Step 3/23 : WORKDIR /edgex-go [2022-04-21T05:44:24.849Z] ---> Using cache [2022-04-21T05:44:24.849Z] ---> 99dd0feb8a2f [2022-04-21T05:44:24.849Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:44:24.849Z] ---> Using cache [2022-04-21T05:44:24.849Z] ---> cc555e76b06f [2022-04-21T05:44:24.849Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-21T05:44:24.849Z] ---> Running in 98e78646d4da [2022-04-21T05:44:24.849Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:44:24.849Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:44:24.849Z] OK: 220 MiB in 52 packages [2022-04-21T05:44:26.303Z] Removing intermediate container 98e78646d4da [2022-04-21T05:44:26.303Z] ---> 12a9c43ed372 [2022-04-21T05:44:26.303Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-21T05:44:27.294Z] ---> 285ee5879a3f [2022-04-21T05:44:27.294Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:44:27.294Z] ---> Running in 197dbeab904c [2022-04-21T05:44:32.735Z] Removing intermediate container 197dbeab904c [2022-04-21T05:44:32.735Z] ---> 1126504f5359 [2022-04-21T05:44:32.735Z] Step 8/23 : COPY . . [2022-04-21T05:44:54.948Z] ---> b4901edb7677 [2022-04-21T05:44:54.948Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-21T05:44:54.948Z] ---> Running in 8a08e02893e7 [2022-04-21T05:44:54.948Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-21T05:46:31.817Z] Removing intermediate container d08171c3485d [2022-04-21T05:46:31.817Z] ---> 5640a33c0e0e [2022-04-21T05:46:31.817Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-21T05:46:31.817Z] ---> Running in fa5060cc7612 [2022-04-21T05:46:31.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-04-21T05:46:32.816Z] Removing intermediate container fa5060cc7612 [2022-04-21T05:46:32.816Z] ---> bb65cbcc3ac7 [2022-04-21T05:46:32.816Z] [2022-04-21T05:46:32.816Z] Step 11/23 : FROM docker:20.10.14 [2022-04-21T05:46:32.816Z] 20.10.14: Pulling from library/docker [2022-04-21T05:46:47.947Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-21T05:46:47.947Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-21T05:46:47.947Z] ---> c346e9eafbab [2022-04-21T05:46:47.947Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:46:48.226Z] ---> Running in f0d8e53f6a72 [2022-04-21T05:46:48.827Z] Removing intermediate container f0d8e53f6a72 [2022-04-21T05:46:48.827Z] ---> bf8c271226be [2022-04-21T05:46:48.827Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-04-21T05:46:48.827Z] ---> Running in 99b8de492b57 [2022-04-21T05:46:50.812Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:46:51.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:46:52.074Z] (1/43) Installing readline (8.1.1-r0) [2022-04-21T05:46:52.074Z] (2/43) Installing bash (5.1.16-r0) [2022-04-21T05:46:52.074Z] Executing bash-5.1.16-r0.post-install [2022-04-21T05:46:52.074Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-21T05:46:52.354Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-21T05:46:52.354Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-21T05:46:52.354Z] (6/43) Installing curl (7.80.0-r0) [2022-04-21T05:46:52.354Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-21T05:46:52.354Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-21T05:46:52.354Z] (9/43) Installing expat (2.4.7-r0) [2022-04-21T05:46:52.354Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-21T05:46:52.354Z] (11/43) Installing gdbm (1.22-r0) [2022-04-21T05:46:52.354Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-21T05:46:52.354Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-21T05:46:52.354Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-21T05:46:52.354Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-21T05:46:52.354Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-21T05:46:52.354Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-21T05:46:54.991Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-21T05:46:54.991Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-21T05:46:54.991Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-21T05:46:54.991Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-21T05:46:54.991Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-21T05:46:55.268Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-21T05:46:55.268Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-21T05:46:55.268Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-21T05:46:55.268Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-21T05:46:55.268Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-21T05:46:55.268Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-21T05:46:55.268Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-21T05:46:55.268Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-21T05:46:55.268Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-21T05:46:55.550Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-21T05:46:55.550Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-21T05:46:55.550Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-21T05:46:55.550Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-21T05:46:55.550Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-21T05:46:55.550Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-21T05:46:55.550Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-21T05:46:55.550Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-21T05:46:55.550Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-21T05:46:55.550Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-21T05:46:55.827Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-21T05:46:55.828Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-21T05:46:56.819Z] Executing busybox-1.34.1-r5.trigger [2022-04-21T05:46:56.819Z] OK: 82 MiB in 65 packages [2022-04-21T05:47:02.243Z] Collecting docker-compose==1.23.2 [2022-04-21T05:47:02.243Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-21T05:47:02.844Z] Collecting docopt<0.7,>=0.6.1 [2022-04-21T05:47:02.844Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-21T05:47:06.252Z] Collecting docker<4.0,>=3.6.0 [2022-04-21T05:47:06.252Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-21T05:47:06.252Z] Collecting cached-property<2,>=1.2.0 [2022-04-21T05:47:06.252Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-21T05:47:07.699Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-21T05:47:07.699Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-21T05:47:07.977Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-21T05:47:07.977Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-21T05:47:08.254Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-21T05:47:08.254Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-21T05:47:10.888Z] Collecting texttable<0.10,>=0.9.0 [2022-04-21T05:47:10.888Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-21T05:47:14.292Z] Collecting PyYAML<4,>=3.10 [2022-04-21T05:47:14.292Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-21T05:47:19.709Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-21T05:47:19.709Z] Collecting jsonschema<3,>=2.5.1 [2022-04-21T05:47:19.709Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-21T05:47:19.985Z] Collecting docker-pycreds>=0.4.0 [2022-04-21T05:47:19.986Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-21T05:47:20.971Z] Collecting idna<2.8,>=2.5 [2022-04-21T05:47:20.971Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-21T05:47:20.971Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-04-21T05:47:21.247Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-21T05:47:21.247Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-21T05:47:22.232Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-21T05:47:22.232Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-21T05:47:22.509Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-21T05:47:22.509Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-21T05:47:22.509Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-21T05:47:22.509Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-21T05:47:23.950Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-21T05:47:23.950Z] Attempting uninstall: urllib3 [2022-04-21T05:47:23.950Z] Found existing installation: urllib3 1.26.7 [2022-04-21T05:47:23.950Z] Uninstalling urllib3-1.26.7: [2022-04-21T05:47:23.950Z] Successfully uninstalled urllib3-1.26.7 [2022-04-21T05:47:24.940Z] Attempting uninstall: idna [2022-04-21T05:47:24.940Z] Found existing installation: idna 3.3 [2022-04-21T05:47:24.940Z] Uninstalling idna-3.3: [2022-04-21T05:47:24.940Z] Successfully uninstalled idna-3.3 [2022-04-21T05:47:28.368Z] Attempting uninstall: requests [2022-04-21T05:47:28.368Z] Found existing installation: requests 2.26.0 [2022-04-21T05:47:28.368Z] Uninstalling requests-2.26.0: [2022-04-21T05:47:28.368Z] Successfully uninstalled requests-2.26.0 [2022-04-21T05:47:28.973Z] Running setup.py install for texttable: started [2022-04-21T05:47:31.616Z] Running setup.py install for texttable: finished with status 'done' [2022-04-21T05:47:31.616Z] Running setup.py install for PyYAML: started [2022-04-21T05:47:35.036Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-21T05:47:35.036Z] Running setup.py install for docopt: started [2022-04-21T05:47:37.674Z] Running setup.py install for docopt: finished with status 'done' [2022-04-21T05:47:37.674Z] Running setup.py install for dockerpty: started [2022-04-21T05:47:40.307Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-21T05:47:42.941Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-04-21T05:47:58.110Z] Removing intermediate container 99b8de492b57 [2022-04-21T05:47:58.110Z] ---> d9f38ee0d6c2 [2022-04-21T05:47:58.110Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-21T05:47:58.110Z] ---> Running in 1bd88c02560f [2022-04-21T05:47:58.110Z] Removing intermediate container 1bd88c02560f [2022-04-21T05:47:58.110Z] ---> eb8964f256d9 [2022-04-21T05:47:58.110Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-21T05:47:58.110Z] ---> Running in 299764f84e52 [2022-04-21T05:47:58.729Z] Removing intermediate container 299764f84e52 [2022-04-21T05:47:58.729Z] ---> 068247e529e0 [2022-04-21T05:47:58.729Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-21T05:48:00.182Z] ---> 2f285fdd7f17 [2022-04-21T05:48:00.182Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-21T05:48:01.173Z] ---> 514c54d7067a [2022-04-21T05:48:01.173Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-21T05:48:02.641Z] ---> d0af51afabf5 [2022-04-21T05:48:02.641Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-21T05:48:02.918Z] ---> Running in 0b1a5b482832 [2022-04-21T05:48:03.532Z] Removing intermediate container 0b1a5b482832 [2022-04-21T05:48:03.532Z] ---> 9a94a6c79293 [2022-04-21T05:48:03.532Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:48:03.532Z] ---> Running in caca0bdf28fe [2022-04-21T05:48:04.143Z] Removing intermediate container caca0bdf28fe [2022-04-21T05:48:04.143Z] ---> 8fb35d891a6b [2022-04-21T05:48:04.143Z] Step 21/23 : LABEL arch=arm64 [2022-04-21T05:48:04.143Z] ---> Running in a508900eaff4 [2022-04-21T05:48:04.748Z] Removing intermediate container a508900eaff4 [2022-04-21T05:48:04.748Z] ---> df5db901b25e [2022-04-21T05:48:04.748Z] Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:48:05.236Z] ---> Running in 428b7fe11cc1 [2022-04-21T05:48:05.617Z] Removing intermediate container 428b7fe11cc1 [2022-04-21T05:48:05.617Z] ---> 34e69a946aa7 [2022-04-21T05:48:05.617Z] Step 23/23 : LABEL version=0.0.0 [2022-04-21T05:48:05.617Z] ---> Running in fd8e83506322 [2022-04-21T05:48:06.233Z] Removing intermediate container fd8e83506322 [2022-04-21T05:48:06.233Z] ---> 94c9fc1eefae [2022-04-21T05:48:06.233Z] [2022-04-21T05:48:06.840Z] Successfully built 94c9fc1eefae [2022-04-21T05:48:06.840Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-21T05:48:06.840Z]  Building sys-mgmt-agent ... done Building security-spire-server [2022-04-21T05:48:39.476Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-21T05:48:39.476Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-21T05:48:39.476Z] ---> 90f61d284949 [2022-04-21T05:48:39.476Z] Step 3/25 : WORKDIR /edgex-go [2022-04-21T05:48:39.476Z] ---> Using cache [2022-04-21T05:48:39.476Z] ---> 99dd0feb8a2f [2022-04-21T05:48:39.476Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:48:39.476Z] ---> Using cache [2022-04-21T05:48:39.476Z] ---> cc555e76b06f [2022-04-21T05:48:39.476Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-21T05:48:39.476Z] ---> Using cache [2022-04-21T05:48:39.476Z] ---> 2511863856e2 [2022-04-21T05:48:39.476Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-21T05:48:39.476Z] ---> Using cache [2022-04-21T05:48:39.476Z] ---> f3ac4c52cf95 [2022-04-21T05:48:39.476Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-21T05:48:39.476Z] ---> Using cache [2022-04-21T05:48:39.476Z] ---> db45195f3716 [2022-04-21T05:48:39.476Z] Step 8/25 : COPY . . [2022-04-21T05:48:39.476Z] ---> Using cache [2022-04-21T05:48:39.476Z] ---> eae4d72f29f2 [2022-04-21T05:48:39.476Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-21T05:48:39.476Z] ---> Using cache [2022-04-21T05:48:39.476Z] ---> c127f922aeb3 [2022-04-21T05:48:39.476Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-21T05:48:39.476Z] ---> Using cache [2022-04-21T05:48:39.476Z] ---> 347ea527cd8c [2022-04-21T05:48:39.476Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-21T05:48:39.476Z] ---> Using cache [2022-04-21T05:48:39.476Z] ---> 4f69be032b7b [2022-04-21T05:48:39.476Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-21T05:48:39.476Z] ---> Running in 65c812a1e70d [2022-04-21T05:48:39.476Z] spire-1.2.1/ [2022-04-21T05:48:39.476Z] spire-1.2.1/.data/ [2022-04-21T05:48:39.476Z] spire-1.2.1/.data/.file [2022-04-21T05:48:39.476Z] spire-1.2.1/.dockerignore [2022-04-21T05:48:39.476Z] spire-1.2.1/.gitattributes [2022-04-21T05:48:39.476Z] spire-1.2.1/.githooks/ [2022-04-21T05:48:39.476Z] spire-1.2.1/.githooks/pre-commit [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/ [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/dependabot.yml [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/ [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-21T05:48:39.476Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-21T05:48:39.476Z] spire-1.2.1/.gitignore [2022-04-21T05:48:39.476Z] spire-1.2.1/.go-version [2022-04-21T05:48:39.476Z] spire-1.2.1/.golangci.yml [2022-04-21T05:48:39.476Z] spire-1.2.1/ADOPTERS.md [2022-04-21T05:48:39.476Z] spire-1.2.1/CHANGELOG.md [2022-04-21T05:48:39.476Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-21T05:48:39.476Z] spire-1.2.1/CODEOWNERS [2022-04-21T05:48:39.476Z] spire-1.2.1/CONTRIBUTING.md [2022-04-21T05:48:39.476Z] spire-1.2.1/Dockerfile [2022-04-21T05:48:39.476Z] spire-1.2.1/Dockerfile.dev [2022-04-21T05:48:39.476Z] spire-1.2.1/Dockerfile.scratch [2022-04-21T05:48:39.476Z] spire-1.2.1/LICENSE [2022-04-21T05:48:39.476Z] spire-1.2.1/MAINTAINERS.md [2022-04-21T05:48:39.476Z] spire-1.2.1/Makefile [2022-04-21T05:48:39.476Z] spire-1.2.1/README.md [2022-04-21T05:48:39.476Z] spire-1.2.1/ROADMAP.md [2022-04-21T05:48:39.476Z] spire-1.2.1/SECURITY.md [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-21T05:48:39.476Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-21T05:48:39.477Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/ [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/agent/ [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/agent/agent.conf [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/server/ [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/server/server.conf [2022-04-21T05:48:39.477Z] spire-1.2.1/conf/server/server_full.conf [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/ [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/SPIRE101.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/auditlog.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/ [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/scaling_spire.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/spire_agent.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/spire_server.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/supported_integrations.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/telemetry.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/telemetry_config.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/upgrading.md [2022-04-21T05:48:39.477Z] spire-1.2.1/doc/using_spire.md [2022-04-21T05:48:39.477Z] spire-1.2.1/examples/ [2022-04-21T05:48:39.477Z] spire-1.2.1/examples/README.md [2022-04-21T05:48:39.477Z] spire-1.2.1/go.mod [2022-04-21T05:48:39.477Z] spire-1.2.1/go.sum [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/agent.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/client/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/common/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/config.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-21T05:48:39.477Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-21T05:48:39.478Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-21T05:48:39.751Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/svid/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/names.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/auth/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cli/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/health/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/health/config.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/health/context.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/health/health.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/idutil/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/log/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/log/log.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/log/options.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-21T05:48:39.752Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/profiling/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/selector/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-21T05:48:39.753Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/uptime/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/task.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/version/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/version/version.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509util/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/api.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/health/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/id.go [2022-04-21T05:48:40.027Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/status.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/catalog/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/config.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-21T05:48:40.028Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-21T05:48:40.303Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/registration/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/server.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/server_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/svid/ [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/private/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/private/server/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/private/server/journal/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/common/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/plugin/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-21T05:48:40.304Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-21T05:48:40.304Z] spire-1.2.1/release/ [2022-04-21T05:48:40.304Z] spire-1.2.1/release/spire-extras/ [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire-extras/README.md [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire/ [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire/README.md [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire/conf/ [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire/conf/server/ [2022-04-21T05:48:40.305Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-21T05:48:40.305Z] spire-1.2.1/script/ [2022-04-21T05:48:40.305Z] spire-1.2.1/script/build-artifact.sh [2022-04-21T05:48:40.305Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-21T05:48:40.305Z] spire-1.2.1/support/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-21T05:48:40.305Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-21T05:48:40.305Z] spire-1.2.1/test/ [2022-04-21T05:48:40.305Z] spire-1.2.1/test/clock/ [2022-04-21T05:48:40.305Z] spire-1.2.1/test/clock/clock.go [2022-04-21T05:48:40.305Z] spire-1.2.1/test/fakes/ [2022-04-21T05:48:40.305Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-21T05:48:40.305Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-21T05:48:40.305Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-21T05:48:40.305Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-21T05:48:40.305Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-21T05:48:40.305Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-21T05:48:40.305Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/fixture.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/registration/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-21T05:48:40.581Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/README.md [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/common [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-21T05:48:40.581Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-21T05:48:40.582Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-21T05:48:40.583Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-21T05:48:40.583Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-21T05:48:40.583Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-21T05:48:40.583Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-21T05:48:40.583Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-21T05:48:40.583Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-21T05:48:40.583Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-21T05:48:40.583Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-21T05:48:40.583Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:48:40.858Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-21T05:48:40.859Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-21T05:48:40.860Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-21T05:48:40.860Z] spire-1.2.1/test/integration/test-one.sh [2022-04-21T05:48:40.860Z] spire-1.2.1/test/integration/test.sh [2022-04-21T05:48:40.860Z] spire-1.2.1/test/plugintest/ [2022-04-21T05:48:40.860Z] spire-1.2.1/test/plugintest/config.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/plugintest/load.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/plugintest/option.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/ [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/dir.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/logs.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/suite.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/spiretest/x509.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/testca/ [2022-04-21T05:48:40.860Z] spire-1.2.1/test/testca/ca.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/testkey/ [2022-04-21T05:48:40.860Z] spire-1.2.1/test/testkey/generate.sh [2022-04-21T05:48:40.860Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/testkey/keys.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/testkey/new.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/tpmsimulator/ [2022-04-21T05:48:40.860Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/util/ [2022-04-21T05:48:40.860Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/util/cert_generation.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/util/io_redirection.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/util/race.go [2022-04-21T05:48:40.860Z] spire-1.2.1/test/util/util.go [2022-04-21T05:48:40.860Z] building spire from source... [2022-04-21T05:48:41.459Z] Installing go1.17.7... [2022-04-21T05:48:56.627Z] Removing intermediate container 4caa7e0d97bb [2022-04-21T05:48:56.627Z] ---> 73bec1f5fc2f [2022-04-21T05:48:56.627Z] [2022-04-21T05:48:56.627Z] Step 10/22 : FROM alpine:3.14 [2022-04-21T05:48:56.627Z] ---> ac73e934f311 [2022-04-21T05:48:56.627Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-21T05:48:56.627Z] ---> Running in 8ac1d45c06ed [2022-04-21T05:48:56.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:48:57.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:48:58.961Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-21T05:48:58.961Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-21T05:48:58.961Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:48:58.961Z] Executing ca-certificates-20211220-r0.trigger [2022-04-21T05:48:59.567Z] OK: 6 MiB in 16 packages [2022-04-21T05:49:01.576Z] Removing intermediate container 8ac1d45c06ed [2022-04-21T05:49:01.576Z] ---> 5e35703462b1 [2022-04-21T05:49:01.576Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-21T05:49:01.856Z] ---> Running in 7cc56854ba6a [2022-04-21T05:49:02.462Z] Removing intermediate container 7cc56854ba6a [2022-04-21T05:49:02.462Z] ---> 6025b3247bf3 [2022-04-21T05:49:02.462Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-21T05:49:02.462Z] ---> Running in 3f6249e3c24d [2022-04-21T05:49:03.083Z] Removing intermediate container 3f6249e3c24d [2022-04-21T05:49:03.083Z] ---> 6b03cf8289d2 [2022-04-21T05:49:03.083Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-21T05:49:03.083Z] ---> Running in f057f38cedfe [2022-04-21T05:49:03.686Z] Removing intermediate container f057f38cedfe [2022-04-21T05:49:03.686Z] ---> 1de46b3f0aa4 [2022-04-21T05:49:03.686Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:49:04.699Z] ---> 0d5aaebd1882 [2022-04-21T05:49:04.699Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-21T05:49:07.353Z] ---> a8ad4f0f3d13 [2022-04-21T05:49:07.353Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-21T05:49:07.961Z] ---> 8ce873a7c2fa [2022-04-21T05:49:07.961Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-21T05:49:08.250Z] ---> Running in 43f0deb3f5cd [2022-04-21T05:49:08.857Z] Removing intermediate container 43f0deb3f5cd [2022-04-21T05:49:08.857Z] ---> 3bbb24528164 [2022-04-21T05:49:08.857Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:49:08.857Z] ---> Running in bc4060b1bdb6 [2022-04-21T05:49:09.464Z] Removing intermediate container bc4060b1bdb6 [2022-04-21T05:49:09.464Z] ---> 54c859b51d3a [2022-04-21T05:49:09.464Z] Step 20/22 : LABEL arch=arm64 [2022-04-21T05:49:09.464Z] ---> Running in 6a46a8722078 [2022-04-21T05:49:10.066Z] Removing intermediate container 6a46a8722078 [2022-04-21T05:49:10.066Z] ---> 28232fbc4bf4 [2022-04-21T05:49:10.066Z] Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:49:10.066Z] ---> Running in ed15f55f0c8f [2022-04-21T05:49:10.673Z] Removing intermediate container ed15f55f0c8f [2022-04-21T05:49:10.673Z] ---> 9013fb3e97e7 [2022-04-21T05:49:10.673Z] Step 22/22 : LABEL version=0.0.0 [2022-04-21T05:49:10.952Z] ---> Running in e94302561536 [2022-04-21T05:49:11.557Z] Removing intermediate container e94302561536 [2022-04-21T05:49:11.557Z] ---> 470d8a73de47 [2022-04-21T05:49:11.557Z] [2022-04-21T05:49:11.832Z] Successfully built 470d8a73de47 [2022-04-21T05:49:12.109Z] Successfully tagged support-notifications-arm64:latest [2022-04-21T05:49:13.100Z]  Building support-notifications ... done Building bin/spire-server... [2022-04-21T05:49:13.100Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-21T05:49:13.100Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-21T05:49:13.100Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-21T05:49:13.375Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-21T05:49:13.977Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-21T05:49:17.383Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-21T05:49:17.659Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-21T05:49:17.659Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-21T05:49:17.934Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-21T05:49:17.934Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-21T05:49:18.532Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-21T05:49:18.532Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-21T05:49:18.532Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-21T05:49:18.806Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-21T05:49:18.806Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-21T05:49:19.082Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-21T05:49:19.082Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-21T05:49:19.082Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-21T05:49:19.360Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-21T05:49:20.349Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-21T05:49:20.349Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-21T05:49:42.565Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-21T05:49:42.565Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-21T05:49:42.565Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-21T05:49:42.565Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-21T05:49:42.565Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-21T05:49:42.565Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-21T05:49:42.565Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-21T05:49:42.565Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-21T05:49:42.565Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-21T05:49:42.565Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-21T05:49:42.565Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-21T05:49:42.565Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-21T05:49:42.565Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-21T05:49:42.565Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-21T05:49:42.565Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-21T05:49:42.565Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-21T05:49:42.839Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-21T05:49:42.839Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-21T05:49:43.114Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-21T05:49:43.713Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-21T05:49:43.713Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-21T05:49:43.988Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-21T05:49:44.263Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-21T05:49:44.263Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-21T05:49:44.263Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-21T05:49:45.707Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-21T05:49:51.134Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-21T05:49:51.134Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-21T05:49:51.134Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-21T05:49:51.134Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-21T05:49:51.134Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-21T05:49:51.134Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-21T05:49:51.134Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-21T05:49:51.409Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-21T05:49:51.683Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-21T05:49:51.683Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-21T05:49:51.961Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-21T05:50:14.189Z] go: downloading google.golang.org/api v0.70.0 [2022-04-21T05:50:14.189Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-21T05:50:14.189Z] go: downloading k8s.io/api v0.23.4 [2022-04-21T05:50:20.936Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-21T05:50:20.936Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-21T05:50:47.781Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-21T05:50:47.781Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-21T05:50:47.781Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-21T05:50:47.781Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-21T05:50:47.781Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-21T05:50:47.781Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-21T05:50:47.781Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-21T05:50:48.056Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-21T05:50:49.050Z] Removing intermediate container 8a08e02893e7 [2022-04-21T05:50:49.050Z] ---> 03d73a900128 [2022-04-21T05:50:49.050Z] [2022-04-21T05:50:49.050Z] Step 10/23 : FROM alpine:3.14 [2022-04-21T05:50:49.050Z] ---> ac73e934f311 [2022-04-21T05:50:49.050Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-21T05:50:49.333Z] ---> Running in 3469ed322c3d [2022-04-21T05:50:49.609Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-21T05:50:49.886Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-21T05:50:49.886Z] Removing intermediate container 3469ed322c3d [2022-04-21T05:50:49.886Z] ---> 43ab1aeaeb3a [2022-04-21T05:50:49.886Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-21T05:50:50.163Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-21T05:50:50.163Z]  ---> Running in 3df9022b12d1 [2022-04-21T05:50:50.768Z] Removing intermediate container 3df9022b12d1 [2022-04-21T05:50:50.768Z] ---> 9dfb269591e1 [2022-04-21T05:50:50.768Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-21T05:50:50.768Z] ---> Running in 362bc35162a6 [2022-04-21T05:50:51.051Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-21T05:50:51.051Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-21T05:50:51.336Z] Removing intermediate container 362bc35162a6 [2022-04-21T05:50:51.336Z] ---> c4dba677680a [2022-04-21T05:50:51.336Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T05:50:51.336Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-21T05:50:51.614Z]  ---> Running in e92120809843 [2022-04-21T05:50:51.614Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-21T05:50:51.894Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-21T05:50:52.507Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-21T05:50:52.507Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-21T05:50:52.507Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-21T05:50:52.507Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-21T05:50:53.958Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-21T05:50:54.254Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-21T05:50:54.254Z] Removing intermediate container e92120809843 [2022-04-21T05:50:54.254Z] ---> fca9ac6bb266 [2022-04-21T05:50:54.254Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-21T05:50:54.530Z] ---> Running in 5c92d1f4fac5 [2022-04-21T05:50:54.530Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-21T05:50:54.805Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-21T05:50:55.079Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-21T05:50:55.079Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-21T05:50:55.359Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-21T05:50:56.343Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-21T05:50:57.337Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-21T05:50:58.320Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-21T05:50:58.320Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-21T05:50:58.320Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-21T05:50:58.597Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-21T05:50:58.597Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-21T05:50:58.874Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-21T05:50:58.874Z] Executing busybox-1.33.1-r7.trigger [2022-04-21T05:50:58.874Z] OK: 8 MiB in 20 packages [2022-04-21T05:50:59.155Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-21T05:50:59.762Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-21T05:50:59.762Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-21T05:51:00.039Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-21T05:51:00.039Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-21T05:51:00.039Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-21T05:51:00.039Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-21T05:51:00.649Z] Removing intermediate container 5c92d1f4fac5 [2022-04-21T05:51:00.649Z] ---> 8d7cb6b984e7 [2022-04-21T05:51:00.649Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-21T05:51:01.261Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-21T05:51:01.261Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-21T05:51:01.261Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-21T05:51:01.535Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-21T05:51:01.811Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-21T05:51:01.811Z]  ---> 9a00ed73afeb [2022-04-21T05:51:01.811Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-21T05:51:02.416Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-21T05:51:03.015Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-21T05:51:03.313Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-21T05:51:03.313Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-21T05:51:03.592Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-21T05:51:03.592Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-21T05:51:03.592Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-21T05:51:03.592Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-21T05:51:03.592Z]  ---> a859f4ebd62c [2022-04-21T05:51:03.592Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-21T05:51:03.592Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-21T05:51:05.042Z]  ---> cf24c6eac638 [2022-04-21T05:51:05.042Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-21T05:51:05.042Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-21T05:51:05.042Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-21T05:51:05.042Z]  ---> Running in a75f66e2e806 [2022-04-21T05:51:05.042Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-21T05:51:05.042Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-21T05:51:05.325Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-21T05:51:05.599Z] Removing intermediate container a75f66e2e806 [2022-04-21T05:51:05.599Z] ---> b55f667edce1 [2022-04-21T05:51:05.599Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-21T05:51:05.599Z] ---> Running in 23cf542bc6e9 [2022-04-21T05:51:06.207Z] Removing intermediate container 23cf542bc6e9 [2022-04-21T05:51:06.207Z] ---> ab451f9c4196 [2022-04-21T05:51:06.207Z] Step 21/23 : LABEL arch=arm64 [2022-04-21T05:51:06.207Z] ---> Running in ed542b129b39 [2022-04-21T05:51:06.808Z] go: downloading go.opencensus.io v0.23.0 [2022-04-21T05:51:06.808Z] Removing intermediate container ed542b129b39 [2022-04-21T05:51:06.808Z] ---> 9fcbf9757c12 [2022-04-21T05:51:06.808Z] Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T05:51:07.082Z] ---> Running in 77d2da845100 [2022-04-21T05:51:07.355Z] Removing intermediate container 77d2da845100 [2022-04-21T05:51:07.355Z] ---> e2913263ee33 [2022-04-21T05:51:07.355Z] Step 23/23 : LABEL version=0.0.0 [2022-04-21T05:51:07.631Z] ---> Running in 5493bd1822ff [2022-04-21T05:51:07.903Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-21T05:51:08.178Z] Removing intermediate container 5493bd1822ff [2022-04-21T05:51:08.178Z] ---> 9b13d5a246ce [2022-04-21T05:51:08.178Z] [2022-04-21T05:51:08.178Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-21T05:51:08.452Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-21T05:51:08.452Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-21T05:51:08.727Z] Successfully built 9b13d5a246ce [2022-04-21T05:51:08.727Z] Successfully tagged core-data-arm64:latest [2022-04-21T05:51:08.727Z]  Building core-data ... done go: downloading github.com/google/go-cmp v0.5.7 [2022-04-21T05:51:09.002Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-21T05:51:09.002Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-21T05:51:09.278Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-21T05:51:11.264Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-21T05:51:12.245Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-21T05:51:12.245Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-21T05:51:12.520Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-21T05:51:12.520Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-21T05:51:12.795Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-21T05:51:13.069Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-21T05:51:13.069Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-21T05:51:13.342Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-21T05:51:13.342Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-21T05:51:13.342Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-21T05:51:13.614Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-21T05:51:13.614Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-21T05:51:20.350Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-21T05:51:20.350Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-21T05:51:20.350Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-21T05:51:20.350Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-21T05:51:38.676Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-21T05:51:38.676Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-21T06:06:32.659Z] Building bin/spire-agent... [2022-04-21T06:06:32.659Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-21T06:06:32.659Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-21T06:06:32.659Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-21T06:06:32.659Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-21T06:06:33.264Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-21T06:06:34.254Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-21T06:06:34.254Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-21T06:06:34.855Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-21T06:06:34.855Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-21T06:06:34.855Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-21T06:06:35.133Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-21T06:06:35.133Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-21T06:06:35.409Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-21T06:10:27.511Z] Building bin/spire-agent... [2022-04-21T06:10:27.511Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-21T06:10:27.511Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-21T06:10:27.511Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-21T06:10:27.511Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-21T06:10:27.511Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-21T06:10:27.511Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-21T06:10:27.511Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-21T06:10:27.511Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-21T06:10:27.511Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-21T06:10:27.511Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-21T06:10:27.511Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-21T06:10:27.511Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-21T06:10:27.511Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-21T06:12:49.529Z] Removing intermediate container 7f5bc1005a0b [2022-04-21T06:12:49.529Z] ---> f3495ce8eeed [2022-04-21T06:12:49.529Z] [2022-04-21T06:12:49.529Z] Step 13/26 : FROM alpine:3.15 [2022-04-21T06:12:49.529Z] ---> 3fb3c9af89a9 [2022-04-21T06:12:49.529Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-21T06:12:49.529Z] ---> Using cache [2022-04-21T06:12:49.529Z] ---> 1b0b817cf86b [2022-04-21T06:12:49.529Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T06:12:49.529Z] ---> Using cache [2022-04-21T06:12:49.529Z] ---> 979795fba505 [2022-04-21T06:12:49.529Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-21T06:12:49.529Z] ---> Running in eb365e67e892 [2022-04-21T06:12:49.529Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T06:12:49.529Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T06:12:49.529Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-21T06:12:49.529Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-21T06:12:49.529Z] OK: 15730 distinct packages available [2022-04-21T06:12:49.529Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T06:12:49.529Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T06:12:50.524Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-21T06:12:50.798Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-21T06:12:50.798Z] (3/4) Installing libucontext (1.1-r0) [2022-04-21T06:12:50.798Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-21T06:12:51.087Z] Executing busybox-1.34.1-r5.trigger [2022-04-21T06:12:51.087Z] OK: 6 MiB in 18 packages [2022-04-21T06:12:52.548Z] Removing intermediate container eb365e67e892 [2022-04-21T06:12:52.548Z] ---> 900557648b31 [2022-04-21T06:12:52.548Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-21T06:12:57.986Z] ---> 1d67108e0056 [2022-04-21T06:12:57.986Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-21T06:12:58.263Z] ---> 91e9a3ddcba2 [2022-04-21T06:12:58.263Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-21T06:12:58.263Z] ---> Running in 92f511f3921e [2022-04-21T06:12:58.864Z] Removing intermediate container 92f511f3921e [2022-04-21T06:12:58.865Z] ---> beaa00ffffb7 [2022-04-21T06:12:58.865Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-21T06:12:59.857Z] ---> a505f33c3f7c [2022-04-21T06:12:59.857Z] Step 21/26 : WORKDIR / [2022-04-21T06:12:59.857Z] ---> Running in 88c01068bfda [2022-04-21T06:13:00.472Z] Removing intermediate container 88c01068bfda [2022-04-21T06:13:00.472Z] ---> cc972e35693c [2022-04-21T06:13:00.472Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-21T06:13:00.749Z] ---> Running in fd05df5a4741 [2022-04-21T06:13:01.026Z] Removing intermediate container fd05df5a4741 [2022-04-21T06:13:01.026Z] ---> da503fe7bf15 [2022-04-21T06:13:01.026Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-21T06:13:01.306Z] ---> Running in 78a8c4a2e9dc [2022-04-21T06:13:01.591Z] Removing intermediate container 78a8c4a2e9dc [2022-04-21T06:13:01.591Z] ---> 00e719b8d706 [2022-04-21T06:13:01.591Z] Step 24/26 : LABEL arch=arm64 [2022-04-21T06:13:01.862Z] ---> Running in db996c5e54b7 [2022-04-21T06:13:02.468Z] Removing intermediate container db996c5e54b7 [2022-04-21T06:13:02.468Z] ---> 5267939b03e2 [2022-04-21T06:13:02.468Z] Step 25/26 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T06:13:02.468Z] ---> Running in 8d23dccec0da [2022-04-21T06:13:03.066Z] Removing intermediate container 8d23dccec0da [2022-04-21T06:13:03.066Z] ---> e55647f8d5d9 [2022-04-21T06:13:03.066Z] Step 26/26 : LABEL version=0.0.0 [2022-04-21T06:13:03.066Z] ---> Running in 76badd6c0f44 [2022-04-21T06:13:03.663Z] Removing intermediate container 76badd6c0f44 [2022-04-21T06:13:03.663Z] ---> 47f58b366184 [2022-04-21T06:13:03.663Z] [2022-04-21T06:13:03.939Z] Successfully built 47f58b366184 [2022-04-21T06:13:03.939Z] Successfully tagged security-spire-config-arm64:latest [2022-04-21T06:15:25.832Z]  Building security-spire-config ... done Removing intermediate container 0fdbe99b5181 [2022-04-21T06:15:25.832Z] ---> 9cc5c929eb9b [2022-04-21T06:15:25.832Z] [2022-04-21T06:15:25.832Z] Step 13/26 : FROM alpine:3.15 [2022-04-21T06:15:25.832Z] ---> 3fb3c9af89a9 [2022-04-21T06:15:25.832Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-21T06:15:25.832Z] ---> Using cache [2022-04-21T06:15:25.832Z] ---> 1b0b817cf86b [2022-04-21T06:15:25.832Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T06:15:25.832Z] ---> Using cache [2022-04-21T06:15:25.832Z] ---> 979795fba505 [2022-04-21T06:15:25.833Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-21T06:15:25.833Z] ---> Running in e39b3a50df27 [2022-04-21T06:15:25.833Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T06:15:25.833Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T06:15:25.833Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-21T06:15:25.833Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-21T06:15:25.833Z] OK: 15730 distinct packages available [2022-04-21T06:15:25.833Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-21T06:15:25.833Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-21T06:15:25.833Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-21T06:15:25.833Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-21T06:15:25.833Z] (3/5) Installing libucontext (1.1-r0) [2022-04-21T06:15:25.833Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-21T06:15:25.833Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-21T06:15:25.833Z] Executing busybox-1.34.1-r5.trigger [2022-04-21T06:15:25.833Z] OK: 6 MiB in 19 packages [2022-04-21T06:15:25.833Z] Removing intermediate container e39b3a50df27 [2022-04-21T06:15:25.833Z] ---> 471e2b19f2ff [2022-04-21T06:15:25.833Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-21T06:15:26.813Z] ---> 8937be02bc73 [2022-04-21T06:15:26.813Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-21T06:15:31.147Z] ---> 40a729e20061 [2022-04-21T06:15:31.147Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-21T06:15:32.133Z] ---> 9e3134feced8 [2022-04-21T06:15:32.133Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-21T06:15:32.736Z] ---> aadf3410aa8b [2022-04-21T06:15:32.736Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-21T06:15:33.334Z] ---> 4c4526944398 [2022-04-21T06:15:33.334Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-21T06:15:33.334Z] ---> Running in ce1c487f4847 [2022-04-21T06:15:33.932Z] Removing intermediate container ce1c487f4847 [2022-04-21T06:15:33.932Z] ---> 04d26ed583db [2022-04-21T06:15:33.932Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-21T06:15:33.932Z] ---> Running in 7d02bf5a75fd [2022-04-21T06:15:34.205Z] Removing intermediate container 7d02bf5a75fd [2022-04-21T06:15:34.205Z] ---> 24ee55ec3d43 [2022-04-21T06:15:34.205Z] Step 24/26 : LABEL arch=arm64 [2022-04-21T06:15:34.481Z] ---> Running in 2f6b5aa6fc70 [2022-04-21T06:15:34.757Z] Removing intermediate container 2f6b5aa6fc70 [2022-04-21T06:15:34.757Z] ---> 6b1a287819f6 [2022-04-21T06:15:34.757Z] Step 25/26 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T06:15:34.757Z] ---> Running in 802598035d77 [2022-04-21T06:15:35.364Z] Removing intermediate container 802598035d77 [2022-04-21T06:15:35.364Z] ---> bbd8377d8b37 [2022-04-21T06:15:35.364Z] Step 26/26 : LABEL version=0.0.0 [2022-04-21T06:15:35.364Z] ---> Running in 12b770132974 [2022-04-21T06:15:35.638Z] Removing intermediate container 12b770132974 [2022-04-21T06:15:35.638Z] ---> 899107af45c0 [2022-04-21T06:15:35.638Z] [2022-04-21T06:15:35.910Z] Successfully built 899107af45c0 [2022-04-21T06:15:35.910Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-21T06:15:44.188Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-21T06:15:44.790Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-21T06:15:44.790Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-21T06:15:45.064Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-21T06:15:45.064Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-21T06:15:47.045Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-21T06:15:47.642Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-21T06:15:47.642Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-21T06:15:47.921Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-21T06:15:47.921Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-21T06:15:47.921Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-21T06:15:47.921Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-21T06:15:47.921Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-21T06:15:47.921Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-21T06:19:09.877Z] Removing intermediate container 65c812a1e70d [2022-04-21T06:19:09.877Z] ---> ced1661a0211 [2022-04-21T06:19:09.877Z] [2022-04-21T06:19:09.877Z] Step 13/25 : FROM alpine:3.15 [2022-04-21T06:19:09.877Z] ---> 3fb3c9af89a9 [2022-04-21T06:19:09.877Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-21T06:19:09.877Z] ---> Using cache [2022-04-21T06:19:09.877Z] ---> 1b0b817cf86b [2022-04-21T06:19:09.877Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-21T06:19:09.877Z] ---> Using cache [2022-04-21T06:19:09.877Z] ---> 979795fba505 [2022-04-21T06:19:09.877Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-21T06:19:09.877Z] ---> Using cache [2022-04-21T06:19:09.877Z] ---> 471e2b19f2ff [2022-04-21T06:19:09.877Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-21T06:19:13.257Z] ---> bd56c7e80336 [2022-04-21T06:19:13.257Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-21T06:19:13.853Z] ---> c86e5e0d12ad [2022-04-21T06:19:13.853Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-21T06:19:14.448Z] ---> 96b270341dfd [2022-04-21T06:19:14.448Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-21T06:19:15.041Z] ---> 3a7d06cd34dd [2022-04-21T06:19:15.041Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-21T06:19:15.041Z] ---> Running in c5b1003a7adf [2022-04-21T06:19:15.312Z] Removing intermediate container c5b1003a7adf [2022-04-21T06:19:15.312Z] ---> b151a85b2333 [2022-04-21T06:19:15.312Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-21T06:19:15.312Z] ---> Running in 5b1792fc468b [2022-04-21T06:19:15.591Z] Removing intermediate container 5b1792fc468b [2022-04-21T06:19:15.591Z] ---> 84f35cd2cc93 [2022-04-21T06:19:15.591Z] Step 23/25 : LABEL arch=arm64 [2022-04-21T06:19:15.591Z] ---> Running in 0febb4494fb0 [2022-04-21T06:19:16.194Z] Removing intermediate container 0febb4494fb0 [2022-04-21T06:19:16.194Z] ---> 4a71996e45fc [2022-04-21T06:19:16.194Z] Step 24/25 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c [2022-04-21T06:19:16.194Z] ---> Running in c12771b3d1f2 [2022-04-21T06:19:16.471Z] Removing intermediate container c12771b3d1f2 [2022-04-21T06:19:16.471Z] ---> 0ff44ebbf53b [2022-04-21T06:19:16.471Z] Step 25/25 : LABEL version=0.0.0 [2022-04-21T06:19:16.471Z] ---> Running in 74a97e19d424 [2022-04-21T06:19:16.745Z] Removing intermediate container 74a97e19d424 [2022-04-21T06:19:16.745Z] ---> eca434b518bb [2022-04-21T06:19:16.745Z] [2022-04-21T06:19:17.017Z] Successfully built eca434b518bb [2022-04-21T06:19:17.017Z] Successfully tagged security-spire-server-arm64:latest [2022-04-21T06:19:17.624Z]  Building security-spire-server ... done  [Pipeline] } [2022-04-21T06:19:17.615Z] $ docker stop --time=1 d53610d981dab5615ff81cda05edaa6b3e5364d7ead2266ea8de8460800b75e8 [2022-04-21T06:19:19.321Z] $ docker rm -f d53610d981dab5615ff81cda05edaa6b3e5364d7ead2266ea8de8460800b75e8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-21T06:19:19.909Z] + docker images [2022-04-21T06:19:20.180Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-21T06:19:20.180Z] security-spire-server-arm64 latest eca434b518bb 4 seconds ago 86.3MB [2022-04-21T06:19:20.180Z] ced1661a0211 24 seconds ago 4.14GB [2022-04-21T06:19:20.180Z] security-spire-agent-arm64 latest 899107af45c0 3 minutes ago 126MB [2022-04-21T06:19:20.180Z] 9cc5c929eb9b 4 minutes ago 4.14GB [2022-04-21T06:19:20.180Z] security-spire-config-arm64 latest 47f58b366184 6 minutes ago 85.6MB [2022-04-21T06:19:20.180Z] f3495ce8eeed 6 minutes ago 4.14GB [2022-04-21T06:19:20.180Z] core-data-arm64 latest 9b13d5a246ce 28 minutes ago 21.6MB [2022-04-21T06:19:20.180Z] 03d73a900128 28 minutes ago 1.34GB [2022-04-21T06:19:20.180Z] support-notifications-arm64 latest 470d8a73de47 30 minutes ago 25.8MB [2022-04-21T06:19:20.180Z] 73bec1f5fc2f 30 minutes ago 1.37GB [2022-04-21T06:19:20.180Z] sys-mgmt-agent-arm64 latest 94c9fc1eefae 31 minutes ago 282MB [2022-04-21T06:19:20.180Z] bb65cbcc3ac7 32 minutes ago 1.31GB [2022-04-21T06:19:20.180Z] security-spiffe-token-provider-arm64 latest a4179fe6f0fb 35 minutes ago 27.9MB [2022-04-21T06:19:20.180Z] d03158d3c4a3 36 minutes ago 1.36GB [2022-04-21T06:19:20.180Z] security-bootstrapper-arm64 latest dd4323cbb4ed 39 minutes ago 18.3MB [2022-04-21T06:19:20.180Z] 7a782e3ad897 39 minutes ago 1.31GB [2022-04-21T06:19:20.180Z] core-metadata-arm64 latest 4eb662615a9f 39 minutes ago 16.4MB [2022-04-21T06:19:20.180Z] 46b7502a91a9 40 minutes ago 1.31GB [2022-04-21T06:19:20.180Z] support-scheduler-arm64 latest 4b11a7703772 44 minutes ago 25.2MB [2022-04-21T06:19:20.180Z] 0b5e96f477f3 44 minutes ago 1.36GB [2022-04-21T06:19:20.180Z] security-secretstore-setup-arm64 latest 39bc2d2d68a6 46 minutes ago 27.5MB [2022-04-21T06:19:20.180Z] security-proxy-setup-arm64 latest 6cbb76326884 46 minutes ago 26.1MB [2022-04-21T06:19:20.180Z] core-command-arm64 latest 46e0a515c007 46 minutes ago 15.5MB [2022-04-21T06:19:20.180Z] 968cfd944de9 46 minutes ago 1.32GB [2022-04-21T06:19:20.180Z] 5ae25b036916 46 minutes ago 1.32GB [2022-04-21T06:19:20.180Z] ea368b2f4f0c 46 minutes ago 1.31GB [2022-04-21T06:19:20.180Z] ci-base-image-arm64 latest 90f61d284949 About an hour ago 886MB [2022-04-21T06:19:20.180Z] docker 20.10.14 c346e9eafbab 2 weeks ago 202MB [2022-04-21T06:19:20.180Z] alpine 3.14 ac73e934f311 2 weeks ago 5.34MB [2022-04-21T06:19:20.180Z] alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB [2022-04-21T06:19:20.180Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-21T06:19:20.180Z] 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-04-21T06:19:20.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-21T06:19:20.602Z] [2022-04-21T06:19:20.602Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-21T06:19:20.942Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-21T06:19:21.216Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-21T06:19:21.216Z] 8998bd30e6a1: Pulling fs layer [2022-04-21T06:19:21.216Z] 04944245beec: Pulling fs layer [2022-04-21T06:19:21.216Z] 699f458cf7ca: Pulling fs layer [2022-04-21T06:19:21.216Z] 765212b225bb: Pulling fs layer [2022-04-21T06:19:21.216Z] f23df028b6ca: Pulling fs layer [2022-04-21T06:19:21.216Z] d65c8cfc05b1: Pulling fs layer [2022-04-21T06:19:21.216Z] 2437ff75d9bd: Pulling fs layer [2022-04-21T06:19:21.216Z] 765212b225bb: Waiting [2022-04-21T06:19:21.216Z] f23df028b6ca: Waiting [2022-04-21T06:19:21.216Z] 2437ff75d9bd: Waiting [2022-04-21T06:19:21.216Z] d65c8cfc05b1: Waiting [2022-04-21T06:19:21.216Z] 04944245beec: Verifying Checksum [2022-04-21T06:19:21.216Z] 04944245beec: Download complete [2022-04-21T06:19:21.216Z] 765212b225bb: Verifying Checksum [2022-04-21T06:19:21.216Z] 765212b225bb: Download complete [2022-04-21T06:19:21.216Z] f23df028b6ca: Verifying Checksum [2022-04-21T06:19:21.216Z] f23df028b6ca: Download complete [2022-04-21T06:19:21.492Z] d65c8cfc05b1: Verifying Checksum [2022-04-21T06:19:21.492Z] d65c8cfc05b1: Download complete [2022-04-21T06:19:21.492Z] 699f458cf7ca: Verifying Checksum [2022-04-21T06:19:21.492Z] 699f458cf7ca: Download complete [2022-04-21T06:19:21.767Z] 8998bd30e6a1: Verifying Checksum [2022-04-21T06:19:21.767Z] 8998bd30e6a1: Download complete [2022-04-21T06:19:24.388Z] 2437ff75d9bd: Verifying Checksum [2022-04-21T06:19:24.388Z] 2437ff75d9bd: Download complete [2022-04-21T06:19:26.365Z] 8998bd30e6a1: Pull complete [2022-04-21T06:19:26.640Z] 04944245beec: Pull complete [2022-04-21T06:19:28.072Z] 699f458cf7ca: Pull complete [2022-04-21T06:19:28.344Z] 765212b225bb: Pull complete [2022-04-21T06:19:29.323Z] f23df028b6ca: Pull complete [2022-04-21T06:19:29.596Z] d65c8cfc05b1: Pull complete [2022-04-21T06:19:44.671Z] 2437ff75d9bd: Pull complete [2022-04-21T06:19:44.671Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-21T06:19:44.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-21T06:19:44.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-21T06:19:44.890Z] prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container [2022-04-21T06:19:44.956Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-21T06:19:47.585Z] $ docker top 47ed0bc1d54005283b24659deffe83f32accb45a3fe0e5d4ea0679afed108192 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-21T06:19:48.564Z] ---> job-cost.sh [2022-04-21T06:19:48.564Z] lf-activate-venv: SKIPPING [2022-04-21T06:19:48.564Z] INFO: No Stack... [2022-04-21T06:19:49.158Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-21T06:19:50.135Z] INFO: Archiving Costs [Pipeline] sh [2022-04-21T06:19:50.798Z] + cut -d, -f6 [2022-04-21T06:19:50.798Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock [2022-04-21T06:19:50.832Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3979-4-stack-cost] [2022-04-21T06:19:50.838Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3979-4-stack-cost] did not exist. Created. [2022-04-21T06:19:50.838Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3979-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-21T06:19:51.521Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-21T06:19:51.702Z] Stashed 1 file(s) [Pipeline] } [2022-04-21T06:19:51.711Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3979-4-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-21T06:19:51.715Z] $ docker stop --time=1 47ed0bc1d54005283b24659deffe83f32accb45a3fe0e5d4ea0679afed108192 [2022-04-21T06:19:53.219Z] $ docker rm -f 47ed0bc1d54005283b24659deffe83f32accb45a3fe0e5d4ea0679afed108192 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-04-21T06:19:53.730Z] provisioning config files... [2022-04-21T06:19:53.741Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2793115940792558939tmp [Pipeline] { [Pipeline] sh [2022-04-21T06:19:54.048Z] + set +x [2022-04-21T06:19:54.048Z] + curl -s https://codecov.io/bash [2022-04-21T06:19:54.048Z] + bash -s -- [2022-04-21T06:19:54.048Z] [2022-04-21T06:19:54.048Z] _____ _ [2022-04-21T06:19:54.048Z] / ____| | | [2022-04-21T06:19:54.048Z] | | ___ __| | ___ ___ _____ __ [2022-04-21T06:19:54.048Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-21T06:19:54.048Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-21T06:19:54.048Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-21T06:19:54.048Z] Bash-1.0.6 [2022-04-21T06:19:54.048Z] [2022-04-21T06:19:54.048Z] [2022-04-21T06:19:54.048Z] ==> git version 2.25.1 found [2022-04-21T06:19:54.048Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-21T06:19:54.048Z] Release-Date: 2020-01-08 [2022-04-21T06:19:54.048Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-21T06:19:54.048Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-21T06:19:54.048Z] ==> Jenkins CI detected. [2022-04-21T06:19:54.048Z] current dir:  /w/workspace/edgex-go/4 [2022-04-21T06:19:54.048Z] project root: . [2022-04-21T06:19:54.048Z] --> token set from env [2022-04-21T06:19:54.048Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-21T06:19:54.048Z] ==> Running gcov in . (disable via -X gcov) [2022-04-21T06:19:54.048Z] ==> Python coveragepy not found [2022-04-21T06:19:54.048Z] ==> Searching for coverage reports in: [2022-04-21T06:19:54.048Z] + . [2022-04-21T06:19:54.048Z] -> Found 1 reports [2022-04-21T06:19:54.048Z] ==> Detecting git/mercurial file structure [2022-04-21T06:19:54.048Z] ==> Reading reports [2022-04-21T06:19:54.048Z] + ./coverage.out bytes=435134 [2022-04-21T06:19:54.308Z] ==> Appending adjustments [2022-04-21T06:19:54.308Z] https://docs.codecov.io/docs/fixing-reports [2022-04-21T06:19:55.248Z] + Found adjustments [2022-04-21T06:19:55.248Z] ==> Gzipping contents [2022-04-21T06:19:55.248Z] 60K /tmp/codecov.5RAy1G.gz [2022-04-21T06:19:55.248Z] ==> Uploading reports [2022-04-21T06:19:55.248Z] url: https://codecov.io [2022-04-21T06:19:55.248Z] query: branch=PR-3979&commit=77e1d06be24447da4f7e49bfb3b378c389c0351c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= [2022-04-21T06:19:55.507Z] -> Pinging Codecov [2022-04-21T06:19:55.507Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3979&commit=77e1d06be24447da4f7e49bfb3b378c389c0351c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= [2022-04-21T06:19:55.768Z] -> Uploading to [2022-04-21T06:19:55.768Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-21/00271124DB129430A58F1EEE437C3FCB/77e1d06be24447da4f7e49bfb3b378c389c0351c/e6288280-f917-4c48-8ed9-e7b651c51c49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220421T061955Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9f0efc19a76cb64fc7697da80d9a6e230ce990171b9a55685c69707d30ee1c4b [2022-04-21T06:19:55.768Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-21T06:19:55.768Z] Dload Upload Total Spent Left Speed [2022-04-21T06:19:56.027Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59871 0 0 100 59871 0 177k --:--:-- --:--:-- --:--:-- 177k [2022-04-21T06:19:56.027Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/77e1d06be24447da4f7e49bfb3b378c389c0351c [Pipeline] } [2022-04-21T06:19:56.036Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-21T06:19:56.641Z] + [ -d /w/workspace/edgex-go/4/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-21T06:19:56.935Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-21T06:19:57.804Z] ---> package-listing.sh [2022-04-21T06:19:57.804Z] ++ facter osfamily [2022-04-21T06:19:57.804Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-21T06:19:58.065Z] + OS_FAMILY=debian [2022-04-21T06:19:58.065Z] + workspace=/w/workspace/edgex-go/4 [2022-04-21T06:19:58.065Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-21T06:19:58.066Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-21T06:19:58.066Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-21T06:19:58.066Z] + PACKAGES=/tmp/packages_start.txt [2022-04-21T06:19:58.066Z] + '[' /w/workspace/edgex-go/4 ']' [2022-04-21T06:19:58.066Z] + PACKAGES=/tmp/packages_end.txt [2022-04-21T06:19:58.066Z] + case "${OS_FAMILY}" in [2022-04-21T06:19:58.066Z] + dpkg -l [2022-04-21T06:19:58.066Z] + grep '^ii' [2022-04-21T06:19:58.066Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-21T06:19:58.066Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-21T06:19:58.066Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-21T06:19:58.066Z] + '[' /w/workspace/edgex-go/4 ']' [2022-04-21T06:19:58.066Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2022-04-21T06:19:58.066Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2022-04-21T06:19:58.080Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-21T06:19:58.361Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-21T06:19:58.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-21T06:19:58.915Z] [2022-04-21T06:19:58.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-21T06:19:59.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-21T06:19:59.214Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-21T06:19:59.214Z] 5eb5b503b376: Pulling fs layer [2022-04-21T06:19:59.214Z] 5c69ac0246d0: Pulling fs layer [2022-04-21T06:19:59.214Z] ec43610c2a17: Pulling fs layer [2022-04-21T06:19:59.214Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-21T06:19:59.214Z] 33b1e0a273af: Pulling fs layer [2022-04-21T06:19:59.214Z] 5d3b04190fa2: Pulling fs layer [2022-04-21T06:19:59.214Z] 2f39f015ded8: Pulling fs layer [2022-04-21T06:19:59.214Z] 3a2ae6a8a46f: Waiting [2022-04-21T06:19:59.214Z] 33b1e0a273af: Waiting [2022-04-21T06:19:59.214Z] 5d3b04190fa2: Waiting [2022-04-21T06:19:59.214Z] 5c69ac0246d0: Download complete [2022-04-21T06:19:59.214Z] 3a2ae6a8a46f: Download complete [2022-04-21T06:19:59.214Z] 33b1e0a273af: Verifying Checksum [2022-04-21T06:19:59.214Z] 33b1e0a273af: Download complete [2022-04-21T06:19:59.214Z] 5d3b04190fa2: Verifying Checksum [2022-04-21T06:19:59.214Z] 5d3b04190fa2: Download complete [2022-04-21T06:19:59.214Z] ec43610c2a17: Verifying Checksum [2022-04-21T06:19:59.214Z] ec43610c2a17: Download complete [2022-04-21T06:19:59.473Z] 5eb5b503b376: Verifying Checksum [2022-04-21T06:19:59.473Z] 5eb5b503b376: Download complete [2022-04-21T06:20:00.041Z] 2f39f015ded8: Download complete [2022-04-21T06:20:00.607Z] 5eb5b503b376: Pull complete [2022-04-21T06:20:00.607Z] 5c69ac0246d0: Pull complete [2022-04-21T06:20:01.177Z] ec43610c2a17: Pull complete [2022-04-21T06:20:01.177Z] 3a2ae6a8a46f: Pull complete [2022-04-21T06:20:01.437Z] 33b1e0a273af: Pull complete [2022-04-21T06:20:01.437Z] 5d3b04190fa2: Pull complete [2022-04-21T06:20:05.626Z] 2f39f015ded8: Pull complete [2022-04-21T06:20:05.626Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-21T06:20:05.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-21T06:20:05.626Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-21T06:20:05.692Z] prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container [2022-04-21T06:20:05.728Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-21T06:20:08.033Z] $ docker top 690f6296eed38f45e04c147b04d3e40e01619f385354155c2bd7743bfe45f72b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-21T06:20:08.393Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-21T06:20:08.684Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-21T06:20:08.974Z] + ls /var/log/sa-host [2022-04-21T06:20:08.975Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-21T06:20:09.055Z] provisioning config files... [2022-04-21T06:20:09.063Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config694976502474485596tmp [Pipeline] { [Pipeline] echo [2022-04-21T06:20:09.077Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-21T06:20:09.361Z] ---> create-netrc.sh [Pipeline] } [2022-04-21T06:20:09.368Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-21T06:20:09.696Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-21T06:20:09.706Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-21T06:20:09.999Z] ---> sudo-logs.sh [2022-04-21T06:20:09.999Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-21T06:20:10.022Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-21T06:20:10.308Z] ---> job-cost.sh [2022-04-21T06:20:10.308Z] lf-activate-venv: SKIPPING [2022-04-21T06:20:10.308Z] DEBUG: total: 0.2199999988079071 [2022-04-21T06:20:10.308Z] INFO: Retrieving Stack Cost... [2022-04-21T06:20:10.568Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-21T06:20:11.138Z] INFO: Archiving Costs [Pipeline] echo [2022-04-21T06:20:11.151Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-21T06:20:11.440Z] ---> logs-deploy.sh [2022-04-21T06:20:11.440Z] lf-activate-venv: SKIPPING [2022-04-21T06:20:11.440Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3979/4 [2022-04-21T06:20:11.440Z] INFO: archiving workspace using pattern(s): [2022-04-21T06:20:12.390Z] Archives upload complete. [2022-04-21T06:20:12.390Z] INFO: archiving logs to Nexus